.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:221,225,231;--color-primary-1:142,154,175;--color-primary-2:28,53,94;--color-primary-3:14,27,47;--color-primary-4:4,8,14;--color-secondary-0:237,248,251;--color-secondary-1:195,232,243;--color-secondary-2:135,209,230;--color-secondary-3:68,105,115;--color-secondary-4:20,31,35;--color-tertiary-0:255,255,255;--color-tertiary-1:173,173,173;--color-tertiary-2:118,119,119;--color-tertiary-3:84,85,85;--color-tertiary-4:85,85,84;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color: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;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); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { background-color: transparent; background-image: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .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); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { border-width: 0; border-radius: 0; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { 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:4.25rem;width:7.9375rem;top:1.6240234375rem;left:7.71875rem;overflow:hidden;display:block; }
#bH7uTTLTuuL9lkqt185lRL7zw69HtgN9 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0956875rem;height:2.796875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.1396484375rem;left:38.7861328125rem;display:block; }
#lzdsamH58eH0PEfdcZIgTfhgp8Jb909S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXurJSWBaEEl3ZA7auZqaEMHBm3W0OFe { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.1865234375rem;left:7.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#003764;background-image:url("https://images.assets-landingi.com/uc/acb673f7-80bf-4d73-ab7b-0892da4e9f4e/backgroundHMI.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .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); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { color:rgba(var(--color-primary-0),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:21.8740234375rem;left:4.7470703125rem;height:9rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AM8X65tpMQo3LLIVkdAzo6k07QI8aEPB { position:absolute;display:block;z-index:15009;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:35.75rem;width:27.75rem;top:11.8125rem;left:32.25rem;overflow:hidden;display:block; }
#ZdJdT8RIWJQu4o9UTCUpscXvInA1uiA4 { color:rgba(var(--color-primary-0),1);display:block;width:23.625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:13.25rem;left:4.7470703125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ia0dGVySLlE55gg6krZtne6ezrNp8ZNv { position:absolute;display:block;z-index:15012;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:5.4375rem;width:28.75rem;top:31.8125rem;left:3.1875rem;overflow:hidden;display:block; }
#ale52Hd9bOHouaQ5EnDGIvBTf8szwW0Z { position:absolute;display:block;z-index:15013;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:5.5rem;width:28.75rem;top:36.5625rem;left:3.1875rem;overflow:hidden;display:block; }
#bQsX5fGUs7TTAXnnA0ZSW3LBFmyWoGJz { position:absolute;display:block;z-index:15011;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:21.8125rem;width:50rem;top:42.75rem;left:4.7470703125rem;overflow:hidden;display:block; }
#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:rgba(var(--color-secondary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .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); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { border-width: 0; border-radius: 0; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;overflow:visible;position:relative;display:block; }#m50ewAIzUptp9OE92Hi7pZla5rCTi2V9 { position:absolute;display:block;z-index:15011;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:21.8125rem;width:50rem;top:38.9375rem;left:5rem;overflow:hidden;display:none; }
#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { background-color: transparent; background-image: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .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); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { border-width: 0; border-radius: 0; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { font-size:0.875rem;font-family:arial;height:140.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#lETRfEZJ07pSJeOJeuH2kDvhQfhDFUFT { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:14.0625rem;left:30.875rem;height:9rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mHhTJOsPL4EwQBPpEmEls32IB3zxa04G { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:3.125rem;left:4.75rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dh4KkkmuKIJAF7he79NXU6e3zS57Vule { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:10.875rem;left:30.875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W5Q6Ty9PzTuPowGIUNcPfuWUmIoLtPFX { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:26rem;left:30.875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VSWkJf5K5l8NFWwXhwIi8machffcpO00 { position:absolute;display:block;z-index:15007;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:24.9375rem;width:25rem;top:9rem;left:3.0625rem;overflow:hidden;display:block; }
#xJ7Tlwb3It2X3Q98Q65sRu5nJ0QFKVrt { position:absolute;display:block;z-index:15014;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:21.1875rem;width:21.1875rem;top:41rem;left:6.3125rem;overflow:hidden;display:block; }
#AirV73b1pn3TRGGZ80LCs79TCZ6IfHHy { color:rgba(var(--color-primary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:35.5rem;left:30.875rem;height:;text-align:left;text-align-last:left;font-style:italic;display:block; }
#VfPCMXr1En3sb3U1xWNsekDrTxlrZI1U { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:38.6875rem;left:30.875rem;height:27rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MpyMwWNTrdOvRxrSs9lkvSbKVlAuD69l { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:67.5341796875rem;left:30.875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hlQZFroC86PTwrCSu5bpF3pad0nWabHd { position:absolute;display:block;z-index:15017;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:27.875rem;width:27.9375rem;top:75.5625rem;left:0.875rem;overflow:hidden;display:block; }
#RLG8HdmMFJGCgk3uviNd38TZmPVVADyd { color:rgba(var(--color-primary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:73.5rem;left:30.9375rem;height:;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Nr90SeD9qkqtaZ66Pomx4TuWVEKP8omJ { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:76.6875rem;left:30.9375rem;height:24rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xftnlft9uW1Jq7yIiaErCcXlELFw8G8h { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:102.75rem;left:30.875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eTDU1sMy1LUsvn6HJ0IgoWOaqBrIhM4q { position:absolute;display:block;z-index:15020;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:25.625rem;width:28.5625rem;top:110rem;left:0rem;overflow:hidden;display:block; }
#sf9twPf5AZMDTWt5gKvHO0TNcDgndygy { color:rgba(var(--color-primary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:110rem;left:30.875rem;height:;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ONFeTrXpRdqSRwS732GIQE3UUpzrgcrQ { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:113.1875rem;left:30.875rem;height:18rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pgs2vkoJUmnU83CwOlvbryIvNOorqZSB { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:131.1875rem;left:30.875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#muy2O1zLIs9VqaRMxwkJTI1Tehk6Ktqg { position:absolute;display:block;z-index:15023;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:6.25rem;width:6.25rem;top:8.6494140625rem;left:20.4375rem;overflow:hidden;display:block; }
#JA3DNTp4zQRslAwqplzr07BEOq2JP702 { position:absolute;display:block;z-index:15016;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:21.6875rem;width:22.0625rem;top:139.0625rem;left:34.5625rem;overflow:hidden;display:block; }
#OPQi1tomG1TMvySDuCJ04DMhPQrcMNXP { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:26rem;left:30.875rem;height:1.35rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { 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; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { background-color: transparent; background-image: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container > .video-iframe-container { display: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container { display: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .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); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { border-width: 0; border-radius: 0; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:60rem;position:relative;display:block; }#O8V7DMviNQCKhAnVbodI1poIcNVfSB8m { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:2.5rem;left:4.75rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E7z5IN3rvTTLdWP4g5ZLWTRQP2ED1KVl { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:8.25rem;left:4.75rem;height:1.800425rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#cOAylDpPdulU5O2qrFgtNtB0QXX3siV8 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:11.375rem;left:4.75rem;height:8rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W3rhy4llqofhdLud4wIPEomdz3ht8GUI { position:absolute;display:block;z-index:15016;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:21.6875rem;width:22.0625rem;top:139.0625rem;left:34.5625rem;overflow:hidden;display:none; }
#BLTAtwsREcdsBcxUHVyWkysZ4NdHRs17 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:21.375rem;left:4.75rem;height:1.125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OOpHuSEHMk2nx5elruTeFeHpOyOQavo9 { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:29.875rem;left:4.75rem;height:1.800425rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TEzOeqfJ5nwq2qmyfWpRfvOmCmmJ7T2m { position:absolute;display:block;z-index:15019;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:18.0625rem;width:23.375rem;top:27rem;left:34.375rem;overflow:hidden;display:block; }
#wpSJO1xqRvxKLcL0VanCbTuiIf5Rontb { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:34.1875rem;left:4.75rem;height:3.2rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tVTBWgrgFuFy81L5mJ016VJ0K6Iv05Jr { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:39.5rem;left:4.75rem;height:1.125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { background-color: transparent; background-image: none; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container > .video-iframe-container { display: none; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row > .video-iframe-container { display: none; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .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); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { border-width: 0; border-radius: 0; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:60rem;position:relative;display:block; }#CHGh9Gds9ng8ZcRHbO1H2fbfmNWmVKnT { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:21.8125rem;left:30.875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bsoi8WGoWevOm3DcNhzH2LsNTNadFUGs { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:8.9375rem;left:30.875rem;height:1.800425rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ozZPu94ehyE5qHlAJvUMiGvxmbgo0ncT { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:12.0625rem;left:30.875rem;height:4.8rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uv0W8CA0WZ1pkITqXNm6BMLlnVipJs2L { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:3.125rem;left:4.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xs0ORbDsup1rmzz7XTbA6276AcbT6q7E { position:absolute;display:block;z-index:15020;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:17.5rem;width:20.625rem;top:8.9375rem;left:3.96875rem;overflow:hidden;display:block; }
#ExQ1dFi2znxbJBT8QHbF9tFe9hKnpqrG { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:30.625rem;left:30.875rem;height:1.800425rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ouTh2hallZd4cqZEF1aQGRhkoHlJCF5M { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:34.375rem;left:30.9375rem;height:6.4rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ce73P25O0boDJfJMFEAI3mbVHMmzV9yA { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:47.0625rem;left:30.9375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ipQgyBm8oacJkS2h6FNSEfpPVV2SvVXE { position:absolute;display:block;z-index:15023;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:13.125rem;width:21.375rem;top:32.425001144409rem;left:3.59375rem;overflow:hidden;display:block; }
#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO { position:relative;display:block; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO { background-color: transparent; background-image: none; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row .container > .video-iframe-container { display: none; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row > .video-iframe-container { display: none; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .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); }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO { border-width: 0; border-radius: 0; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:65.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q0bPFoKnT2OAIcr91ZJPNIuQtIz2lThA { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:8.0625rem;left:4.75rem;height:1.800425rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Ri1vtTsxM79c5Ap6gFbaUMqeJwA9XeHo { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:11.1875rem;left:4.75rem;height:4.8rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ukduid9vBUXLTJ3JiKFyCiQsuUzdmvQJ { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:21.25rem;left:4.75rem;height:1.125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dvgtsMcEyS99XanDoVKZg0EVptSCN83Z { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:3.125rem;left:4.75rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#atT33e9Py5TEicH4hLMFRR7vNNMfnzvu { position:absolute;display:block;z-index:15020;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:15.25rem;width:27.1875rem;top:0rem;left:32.75rem;overflow:hidden;display:block; }
#TGlaSr62FzA5XMP0P1SQl0Ldktpt0nl4 { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:26.5rem;left:4.75rem;height:1.800425rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#vIxsHP4TtqEH1fQRSlgMyVvABBvHFWqV { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:29.625rem;left:4.75rem;height:6.4rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f8kgoNBNqhVSs2RT8y8Iuy234Ts0th9i { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:40.75rem;left:4.75rem;height:1.125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zdO5OWMWE1SvTgeoX3sV5InvakyG0wTp { position:absolute;display:block;z-index:15023;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:20.375rem;width:27.3125rem;top:44.6875rem;left:32.6875rem;overflow:hidden;display:block; }
#XUQMOALrRwk5kqKqsg9uEfyk7yL0Qhmz { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:49.5625rem;left:4.75rem;height:1.800425rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#rAzbXEinx34TX1xWaG6ovkdz3U6sBLHC { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:52.6875rem;left:4.75rem;height:3.2rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GkDyzBeJepy27h1F87uTE5JRBk4hsuTH { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:59.625rem;left:4.75rem;height:1.125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G9syAnTkKqidsWuxCBk8y3d096ncJBiJ { position:absolute;display:block;z-index:15026;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:19.125rem;width:20.1875rem;top:23.037109375rem;left:36.25rem;overflow:hidden;display:block; }
#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 { 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; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container { background-color: transparent; background-image: none; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container > .video-iframe-container { display: none; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row > .video-iframe-container { display: none; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .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); }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container { border-width: 0; border-radius: 0; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#WSLu5IgaeHgkW7pt9mVDFp8STLa38yeg { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:4.75rem;height:3.25rem;font-style:normal;display:block; }
#vwA1HTL29dgNOVmM557T1aDuVI7RSoVQ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10.625rem;left:4.75rem;height:19.5rem;font-style:normal;display:block; }
#SAwoS62EyGcH72LE1aWaOGCFvDZ8FcNB { position:absolute;display:block;z-index:15024;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:21.8125rem;width:50rem;top:30.1171875rem;left:5rem;overflow:hidden;display:block; }
#fK3LMC169rk3E8e6U6yT1f6T6ic7TkRB { position:absolute;display:block;z-index:15024;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:21.8125rem;width:50rem;top:67.3125rem;left:5rem;overflow:hidden;display:none; }
#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN > .row .container { background-color: transparent; background-image: none; }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN > .row .container > .video-iframe-container { display: none; }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN > .row > .video-iframe-container { display: none; }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN > .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); }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN > .row .container { border-width: 0; border-radius: 0; }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo { 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; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { background-color: transparent; background-image: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container > .video-iframe-container { display: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row > .video-iframe-container { display: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .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); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { border-width: 0; border-radius: 0; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:60rem;position:relative;display:block; }#nhwD9kwFydv4Udg0UXO9EB96DmVUaUS7 { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VGtLtT2XfkVDl23bWQend3xlp8kHWNdW { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:1.95rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ETLuvFLETOXQsTtaZ7UrpzTLX5GP5Cn3 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.6875rem;left:7.75rem;display:block; }
#iAFc03VtOgfIHsEmAnTVFt3RAkx4wvmf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uwDIQ3KFAgcFPXCNwpPW0PhIKmt5Q7Z3 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:8.6875rem;left:19rem;display:block; }
#AhtHCvGJtpsZS6cM1H1NTVQLO2evBUts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x0s2ZIhDb7pRK2zwWPVrBWKtFJPisCeB { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:8.6875rem;left:30rem;display:block; }
#bdssfhdCm4dc35OmT2xu0nToruXfq3oH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rVwOHlzUGGRp4uBROl48dXhV58iAyeCZ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:8.6875rem;left:41rem;display:block; }
#e21TnahrTguT7Z0yaLse5TcSnDvmoI1L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4eaef;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; }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ > .row .container { background-color: transparent; background-image: none; }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ > .row .container > .video-iframe-container { display: none; }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ > .row > .video-iframe-container { display: none; }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ > .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); }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ > .row .container { border-width: 0; border-radius: 0; }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ > .row .container { font-size:0.875rem;font-family:arial;height:66.1875rem;width:60rem;position:relative;display:block; }#TZ0GiW5Gv02Pk1T8qtfHTZHhOdLbCcgR { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:-0.0625rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lMeGHGyzN7Den3Fe2sTBZby7lMBiKZD1 { position:absolute;display:block;z-index:15014;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.0625rem;width:3.1875rem;top:26.800001144409rem;left:28.40625rem;overflow:hidden;display:block; }
#BIV7ACOqZ25kVX6QT724NVrHlRwzzXxf { color:rgba(var(--color-primary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:29.62265586853rem;left:25.46875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hy2zgOC2NrWGO63LO70r354Wxts1qmop { position:absolute;display:block;z-index:15013;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:4.31171875rem;width:11.37425rem;top:31.453907012939rem;left:24.3125rem;overflow:hidden;display:block; }
#ygoNIdgCTzpI4KaosROGXbS3WHD6Mlum { color:rgba(var(--color-primary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:37rem;left:25.625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ypa52dZiBmhCIHvpW5QWhdIMTpaCXwnL { color:rgba(var(--color-primary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:39.75rem;left:22.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xgxZfQPCgG0KC5V6ExHO6tNifJLuLo2l { position:absolute;display:block;z-index:15018;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:4.375rem;width:8.875rem;top:12.0625rem;left:7.7062511444094rem;overflow:hidden;display:block; }
#iNwlB4NkPPA01i7RxxMolDwZcRzsHR31 { color:rgba(var(--color-primary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:19.6875rem;left:5.0187511444092rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u9P4DFT9WhHV8FNAsJq8AXOqrLHvg9fI { color:rgba(var(--color-primary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.0625rem;left:3.7375011444092rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#miOTwOGb3rhJ2dxpPUTTTnky3p2CkblO { position:absolute;display:block;z-index:15019;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.0625rem;width:3.1875rem;top:7.4250011444094rem;left:10.550001144409rem;overflow:hidden;display:block; }
#WuZFVCfPT2Fb8QLFtFbi7o78ELrGEKoS { position:absolute;display:block;z-index:15023;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:4.3125rem;width:4.3125rem;top:31.453125rem;left:9.9875011444094rem;overflow:hidden;display:block; }
#Uqe8Aiszi7J9UtIQZEuF9b02BpC3C6Nd { color:rgba(var(--color-primary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:39.75rem;left:5.0187511444092rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kyGg9hexqmTEtTUHneschVLWOLdve7OF { color:rgba(var(--color-primary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:37rem;left:6.1304683685303rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oT1u2br42lAVkX1CdiXiqFc6gcIuLbsL { color:rgba(var(--color-primary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:29.62265586853rem;left:8.1921882629394rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PM6kP9VBlRP4Ot71fuWk2JAiOtEIEDKW { position:absolute;display:block;z-index:15024;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.875rem;width:2.8125rem;top:26.893751144409rem;left:10.737501144409rem;overflow:hidden;display:block; }
#xmrPEalqr8AKzgDAm3zzuerDZabzFKyg { position:absolute;display:block;z-index:15029;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:2rem;width:3.625rem;top:7.4875011444094rem;left:47.03125rem;overflow:hidden;display:block; }
#Oy7kE85luGAv2ofV0W9FL77bTsM60U8q { color:rgba(var(--color-primary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:10.0625rem;left:40.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bu94T3l95SAXbKGFdf2KEbwF1FLkTGQI { color:rgba(var(--color-primary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.25rem;left:41.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q99t9vDUQtE37THoVNLPLOzgmhrAf5LZ { color:rgba(var(--color-primary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:19.375rem;left:41.5625rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cAHoDIU5E4AEsIo8OyRvFN92nubeqARE { color:rgba(var(--color-primary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:29.375rem;left:44.125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jv6lN1fTTOnhU2FBzIGElL0sN6wq8scu { position:absolute;display:block;z-index:15034;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:2rem;width:3.0625rem;top:26.9375rem;left:47.125rem;overflow:hidden;display:block; }
#H2NnMi2f2hbExUFTKNFeacaJr0k2swva { position:absolute;display:block;z-index:15033;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.25rem;width:7.375rem;top:31.985157012939rem;left:44.9375rem;overflow:hidden;display:block; }
#XAvQCO2TE4X98DbG9i5RSnoQP2rNbfHL { color:rgba(var(--color-primary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:37rem;left:44.09375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q2aL50bT34QiMJT9q5GlfpLQNVqmViwF { color:rgba(var(--color-primary-2),1);display:block;width:14.24925rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:39.75rem;left:41.5rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1Nnb1nwZlalgeqP4nTiF1ubTZZaGnQw { color:rgba(var(--color-primary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:10.0625rem;left:21.96875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VbTIh290ZRlSlbLm0gH6i0nCBg4ipf1L { position:absolute;display:block;z-index:15038;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.375rem;width:5.5625rem;top:12.6875rem;left:27.5625rem;overflow:hidden;display:block; }
#PcME9cQQSC87xdzzelGRoDynE5sSe3dq { color:rgba(var(--color-primary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:17.75rem;left:23.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#etKf4MZbzw38UQW0HDllki3UpAJpQTbF { color:rgba(var(--color-primary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:19.875rem;left:23.25rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AAvkDqbTaUoFG6smlu6Qeg2ck2eeKXks { position:absolute;display:block;z-index:15039;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.9375rem;width:3.0625rem;top:7.5500011444094rem;left:28.90625rem;overflow:hidden;display:block; }
#ggoEXCBLqqQiIFzGTpTiqxMurKdqNHqw { color:rgba(var(--color-primary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:50.235157012939rem;left:21.96875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DrfJQXxdoGWwQWdxU8MDMhzrPH6vTeGQ { position:absolute;display:block;z-index:15047;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.875rem;width:7.3125rem;top:52.610157012939rem;left:26.34375rem;overflow:hidden;display:block; }
#BR4sX39hklZHxcyTJ9Uv6OB26WvfToCG { color:rgba(var(--color-primary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:56.985157012939rem;left:22.219532012939rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KT6xaZCnvEUcam5GiTgAR6z3irknPrf3 { color:rgba(var(--color-primary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:59.74609375rem;left:22.157032012939rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTCyvF1mn1IXBI8U2FtKaZobV8OlkbPD { position:absolute;display:block;z-index:15045;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.9359375rem;width:2.93515625rem;top:47.594532012939rem;left:28.958595275879rem;overflow:hidden;display:block; }
#zEnXNaytdFmsgeTRrnT18SB71cLEMgah { position:absolute;display:block;z-index:15020;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:4.375rem;width:8.87425rem;top:52.610157012939rem;left:7.7062511444094rem;overflow:hidden;display:block; }
#OhdTu0DP5AWTlt9faOp38zHPk5RAnfmy { color:rgba(var(--color-primary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:59.74609375rem;left:3.8312511444092rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hJRTcJQmBRMCd2irNOvTcZxXuT6xwRin { position:absolute;display:block;z-index:15036;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:2rem;width:3.0625rem;top:47.5625rem;left:10.612501144409rem;overflow:hidden;display:block; }
#GOJAQ3M9NN23bfbwOmirZT8rVEzTgU7X { color:rgba(var(--color-primary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:50.235157012939rem;left:3.8625011444092rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0K4EXc14XeqdUaxgQWcnF6XcwlsDf4V { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.10546875rem;left:3.8000011444092rem;display:block; }
#mR9mNwksXJ5qALMWio3ACffbiCLFGJla { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.125rem;left:22rem;display:block; }
#gXNSqy9MMa4GUE4yTRnT5D2HkVJOTTV6 { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.10546875rem;left:40.375rem;display:block; }
#a62NScztFrRumw9Rsvrnniy6Ot1CJKIM { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.25rem;left:3.8125rem;display:block; }
#JwzNu8FFTwRdoKTKJlhBnDDwfobkST5e { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.25rem;left:22rem;display:block; }
#XNd9iBazRIhCQ1B5w1sXaZwvXlGkOOOZ { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.25rem;left:40.375rem;display:block; }
#NFIWeXVGi1ryhfb5KAQcmkgTmZhkwaX5 { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.5rem;left:3.875rem;display:block; }
#V1IMyChQW7UUwOetsQKQCOvELsy5r8P8 { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.5rem;left:22.0625rem;display:block; }
#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4eaef;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; }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S > .row .container { background-color: transparent; background-image: none; }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S > .row .container > .video-iframe-container { display: none; }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S > .row > .video-iframe-container { display: none; }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S > .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); }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S > .row .container { border-width: 0; border-radius: 0; }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S > .row .container { font-size:0.875rem;font-family:arial;height:67rem;width:60rem;position:relative;display:block; }#guNFeU9xaAFpainwHJ48xeQvW34TRw8t { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:19.1875rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3HSK6CEichHaA1hvV31CNGhr292PoM5 { color:rgba(var(--color-primary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.8000011444094rem;left:7.5625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FIUrLMJLLI43u8vnP9KG8rFvU9fv30SA { color:rgba(var(--color-primary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:17.487501144409rem;left:3.78125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bXlwIktZmvAvhnJVkox3TIxy5uwIZWpJ { color:rgba(var(--color-primary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:19.6875rem;left:3.75rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nSfE166OOLWCS7l1vnQETQUMqGXmUzb4 { position:absolute;display:block;z-index:15012;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.5rem;width:12.5rem;top:13.550001144409rem;left:5.84375rem;overflow:hidden;display:block; }
#t1hCBTirJs78Br3IUE5owrFx498wrolJ { position:absolute;display:block;z-index:15013;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.625rem;width:3.125rem;top:8rem;left:10.53125rem;overflow:hidden;display:block; }
#iEhP5iKFKUPrpCd4N3bFOibtg1s21M7R { color:rgba(var(--color-primary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:17.487501144409rem;left:21.84375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ttTTgogPleKwn6Evta4Uo21E0BSt2xBm { color:rgba(var(--color-primary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:19.9375rem;left:21.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UyMgCVr6dID4shchuKV4VagRIXKKuJwm { color:rgba(var(--color-primary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.9875011444094rem;left:25.46875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q6neLN4IWtDiaa7rR4cK9pq65Z3Op32W { position:absolute;display:block;z-index:15019;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.625rem;width:3.125rem;top:8.0625rem;left:28.4375rem;overflow:hidden;display:block; }
#oy4OQScesXiK4mouzy2yB3XAZNXtKKof { position:absolute;display:block;z-index:15020;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.1875rem;width:11rem;top:12.706251144409rem;left:24.5rem;overflow:hidden;display:block; }
#vqRLnkJJQpRPv6028q3pmIhM1WmKbS2g { color:rgba(var(--color-primary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:39.5625rem;left:41.5rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FvnzV0ivUGNgynGgLxW8nAEDO66dz9aU { color:rgba(var(--color-primary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:30.1875rem;left:40.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PCdgWhiLO5KVJu15aBhGlnrctG3sNxqR { position:absolute;display:block;z-index:15025;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.0625rem;width:7.25rem;top:32.5625rem;left:45rem;overflow:hidden;display:block; }
#JPQDwVwzZWagLE20TL71IuofwNQXTTlz { color:rgba(var(--color-primary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:37.375rem;left:40.3125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KXvPLfOTZb2HNSVMpMT2hndtWTJ27Pw2 { position:absolute;display:block;z-index:14997;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.5rem;width:2.5rem;top:28.25rem;left:47.375rem;overflow:hidden;display:block; }
#hSgloS6VOeDOvfXMZxDFwpurocnOOkwT { position:absolute;display:block;z-index:15002;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.5625rem;width:2.6875rem;top:8.0625rem;left:47.3125rem;overflow:hidden;display:block; }
#QsMuWtTHwbsaeZy3EM2WXi4CMaixLIsT { color:rgba(var(--color-primary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:9.9875011444094rem;left:44.125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UBfIcV7WJwKcmpTyP3HTtDudFD0H7EKB { position:absolute;display:block;z-index:15030;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.6875rem;width:12.5rem;top:14.25625038147rem;left:42.4375rem;overflow:hidden;display:block; }
#t8Gv8UbZ7sFh4dyqTSfyqTMXgoZV9EyN { color:rgba(var(--color-primary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:17.487501144409rem;left:40.3125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThJNXkVAycptQzu0VNO9QVMqNXcZDTMf { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:19.9375rem;left:40.1875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BADKS6Phg0XwdwezkE3TPedPeJDZsoXz { position:absolute;display:block;z-index:15006;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.625rem;width:3.125rem;top:48.4375rem;left:47.4375rem;overflow:hidden;display:block; }
#lQVsOZ28a2K9ZcGzesqa7SKhZTotv4v9 { color:rgba(var(--color-primary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:50.375rem;left:44.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hJT1KuRiGlqDHqlg3WKW4g6X7rtst16D { position:absolute;display:block;z-index:15031;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.4375rem;width:12.5rem;top:53.1875rem;left:42.4375rem;overflow:hidden;display:block; }
#Lr8I4oehi6FxT6SDCCVdPqUwwH8qmyPD { color:rgba(var(--color-primary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:57.4375rem;left:40.3125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#le0s3M3qHloqB2HAsypOAs3gmSnt4GhZ { color:rgba(var(--color-primary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:59.625rem;left:40.25rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#supOUvMc0dpBpe0xB0o3XVUaELLFf1WN { position:absolute;display:block;z-index:15002;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.5625rem;width:2.375rem;top:48.6875rem;left:10.875rem;overflow:hidden;display:block; }
#zqiGR6g5uhTPnOENitJDThlWZQpUgduE { color:rgba(var(--color-primary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:50.6875rem;left:3.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6MzLA4aEep0FZM8PdTD3kzRsNoKTa5D { position:absolute;display:block;z-index:15030;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.0625rem;width:11.875rem;top:53rem;left:6.0625rem;overflow:hidden;display:block; }
#L0BINgoWiuRaU8vTWs5BoH6U0SDpEcFf { color:rgba(var(--color-primary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:60rem;left:3.75rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DdKc7zq96PnVsWgMbHl3tdo3956oSxIN { color:rgba(var(--color-primary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:57.8125rem;left:3.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LwVir3PtFhI4vL9eByTidEmsU7ibLKVy { position:absolute;display:block;z-index:15011;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.625rem;width:3.125rem;top:48.625rem;left:28.75rem;overflow:hidden;display:block; }
#FrR5nBOo52xNghPwmSVqgut3cODnPvpt { color:rgba(var(--color-primary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:50.6875rem;left:22.125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#apRX5PtQ1veXwVsxVMGPERlgFLP6HTlD { position:absolute;display:block;z-index:15036;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.4375rem;width:9.375rem;top:53.3125rem;left:25.625rem;overflow:hidden;display:block; }
#AytLGKOxiOxtGigBHrWZ7n8kNlTcszaB { color:rgba(var(--color-primary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:57.8125rem;left:21.9375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l5zbOp0wXsbIRoqanuEbPRT6uX2AXAAe { color:rgba(var(--color-primary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:60rem;left:22.0625rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KWavvmQFs66zBAfHfL6qQFtf7EayDAGn { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.4375rem;left:3.75rem;display:block; }
#fLIWKlKCM3hNKmSbFRW72craL9EbIDDd { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.4375rem;left:21.9375rem;display:block; }
#chV1b6JetOC0zO8ZA8qkO87T46mgbFy1 { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.4375rem;left:40.3125rem;display:block; }
#hDNEcyKaeB3OFRCdGbvSvOM6ccSovT2t { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.8125rem;left:40.375rem;display:block; }
#R6H1xB3GxzM6x6hcbgKkymIa24i6rJrp { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.25rem;left:3.6875rem;display:block; }
#CvBVhPs4oEikLqTZGJWndy7sLbZM2DU9 { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.25rem;left:22.0625rem;display:block; }
#ZzAeoCIvnZsT25uWXM479S82aqCmJC0A { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.25rem;left:40.375rem;display:block; }
#IG5nbnGk7RAbyrADzr1xToybKtbus0Cm { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.8125rem;left:3.8125rem;display:none; }
#DDrci0Q0UDQ4TGE68zZ573m9BiXm4x8D { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.8125rem;left:21.6875rem;display:block; }
#TQicDNwzszL5PSnn33Pgpsgm2fBNwmyO { position:absolute;display:block;z-index:15003;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.3125rem;width:2.5rem;top:28.25rem;left:28.6875rem;overflow:hidden;display:block; }
#iThsMXoEiiAzF1CCrXBuUiap9XwU2Myl { color:rgba(var(--color-primary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:30.1875rem;left:21.8125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hpFdg3m0wR424AaThikXW0wXMKWAIF9q { position:absolute;display:block;z-index:15031;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:4.0625rem;width:10.625rem;top:32.062499523163rem;left:24.6875rem;overflow:hidden;display:block; }
#DbIGFeBA8TtpbaGo7QIcM4fOTJr858xZ { color:rgba(var(--color-primary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:37.375rem;left:21.625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IlL3m71xMDpJV8wbTeabxddmiRHezhqS { color:rgba(var(--color-primary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:39.5625rem;left:22.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RPpkprDCPFN3zy6TNN52ISooKSh3bMNZ { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.8125rem;left:3.625rem;display:block; }
#T273qngDK6fPRn7ytHfu0to4nn6GKpCD { position:absolute;display:block;z-index:15009;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.3125rem;width:2.5rem;top:28.25rem;left:10.625rem;overflow:hidden;display:block; }
#Hpz8x7U9CBB1uVfP7d5O2ZkuwBKdoyI8 { color:rgba(var(--color-primary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:30.1875rem;left:3.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RnWfHzWF6UysowSMmLlxPboVbqLpzMgP { position:absolute;display:block;z-index:15037;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.25rem;width:12.625rem;top:32.968749523163rem;left:5.78125rem;overflow:hidden;display:block; }
#JzmWpFkGyWhWmv7AgkufNzOQFKiCKKzB { color:rgba(var(--color-primary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:37.375rem;left:3.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SRA3iGpshLQVsMxBvTNrhrdO8LfDOHIV { color:rgba(var(--color-primary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:39.5625rem;left:4.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4eaef;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; }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN > .row .container { background-color: transparent; background-image: none; }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN > .row .container > .video-iframe-container { display: none; }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN > .row > .video-iframe-container { display: none; }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN > .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); }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN > .row .container { border-width: 0; border-radius: 0; }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#iV4zSSg1RyZJULVCczXTISbpEuR7L3eD { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:19.299999237061rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OsD5PFCmuPAJyUXFBI620xl5b6ZZmzpD { color:rgba(var(--color-primary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:19.5rem;left:21.5625rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BFIJ5RXipAx48teCFLh9FJyUS4zVl4Jk { color:rgba(var(--color-primary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:17.8125rem;left:21.625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sr9RT5iKSqQHp1ydQEa2qtA1aT7255eT { color:rgba(var(--color-primary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:21.625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvSsIh27gdqgr5ADQXn40i4vK9S8bVt6 { position:absolute;display:block;z-index:15027;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.5rem;width:8rem;top:13.625rem;left:26rem;overflow:hidden;display:block; }
#nZTJoRD0KRXL22d1tg04TmOuTTtllrDE { position:absolute;display:block;z-index:15018;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.6875rem;width:2.6875rem;top:8.65625rem;left:46.96875rem;overflow:hidden;display:block; }
#H0JqT7SyyzktlCT7MSo88Ncb94HaCBeJ { color:rgba(var(--color-primary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:10.6875rem;left:39.90625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rx4b91Oo8mCxTHA2H3FTDt5erXGEx7k5 { color:rgba(var(--color-primary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:17.8125rem;left:40.0625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g5cpHZKNxuMEcsx3dbqyHSzkcq7PTeCb { position:absolute;display:block;z-index:15017;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.9375rem;width:10.5rem;top:13.90625rem;left:43.0625rem;overflow:hidden;display:block; }
#fEisoRBQHcKiGJD2WNlaKTI7I2JtNaxT { color:rgba(var(--color-primary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:19.5rem;left:39.9375rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZCVSce8ZfNftGktQIMs6cI4Llrvg4QO6 { position:absolute;display:block;z-index:15033;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.625rem;width:3.125rem;top:8.4375rem;left:10.1875rem;overflow:hidden;display:block; }
#WR5VoUesITSCp4iAySN1yLk2WfIZnxDM { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:10.6875rem;left:3.46875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qpEd9EXQdJJO5mZ1SLW0QVxZzq0AcnlL { position:absolute;display:block;z-index:15032;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:12.5rem;top:13.46875rem;left:5.375rem;overflow:hidden;display:block; }
#uE77A6vpGapirrdG4tbWqBXc8y0OrpRo { color:rgba(var(--color-primary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:18rem;left:3.3125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#InU0QIcFwKT0Am7NcVxPcrkIiBCWppcZ { color:rgba(var(--color-primary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:19.75rem;left:3.375rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qt7cDDzaCTvDZJiFfwVqZivQ9hDnwgmD { position:absolute;display:block;z-index:15019;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.6875rem;width:2.6875rem;top:8.4375rem;left:28.65625rem;overflow:hidden;display:block; }
#oyH5Rn7MmICELcFT7VNEZwMboTalluJ9 { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6rem;left:3.375rem;display:block; }
#NkvpvVutNsHvEJN4ndK9dnzuryLdGSeM { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6rem;left:21.5625rem;display:block; }
#SowsT8bhNlQTPtrn9GZGMWo6IcuzrMMF { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6rem;left:39.9375rem;display:block; }
#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4eaef;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; }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm > .row .container { background-color: transparent; background-image: none; }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm > .row .container > .video-iframe-container { display: none; }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm > .row > .video-iframe-container { display: none; }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm > .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); }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm > .row .container { border-width: 0; border-radius: 0; }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#dMoJZMrH1wN268qJKciP2rn8KUEC76KI { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:19.299999237061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFMT3OKFfeHIrM3VAAK5ARQ10h4AfwCS { box-sizing:content-box;height:18.5625rem;width:16.6875rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6875rem;left:21.6875rem;display:block; }
#LK71RugolbvzRiga76tlUwIDFc4Tu2c0 { position:absolute;display:block;z-index:15007;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.625rem;width:2.5rem;top:7.875rem;left:28.5625rem;overflow:hidden;display:block; }
#vRsxSeUkhvLvrZifTiNSJOTxcH0QImel { color:rgba(var(--color-primary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:9.8125rem;left:25.25rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBxIS0SFWHywxtBZMZh4Qndhiq3gQaiG { position:absolute;display:block;z-index:15035;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.9375rem;width:9.875rem;top:12.375rem;left:24.875rem;overflow:hidden;display:block; }
#xNwDzQi4noDDRCgBgLEKUUmfkJUEOxse { color:rgba(var(--color-primary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:16.875rem;left:21.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ffrb90lT0l71ZXznwN0Aw0wwEk0RIUVN { color:rgba(var(--color-primary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:19.0625rem;left:21.625rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { background-color: transparent; background-image: none; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container > .video-iframe-container { display: none; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row > .video-iframe-container { display: none; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .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); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { border-width: 0; border-radius: 0; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#rwgb11VqPmUGAm55dewueD4TigrBG15Q { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:1.75rem;left:37.1875rem;overflow:hidden;display:block; }
#tIQX72hEchU0J0Du14m40uD118r0IWO3 { 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.875rem;width:1.875rem;top:4.125rem;left:37.1875rem;overflow:hidden;display:block; }
#XQDmkbz3Kv6J8M5M09BMpXvps5cSdHFt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.875rem;top:6.625rem;left:37.1875rem;overflow:hidden;display:block; }
#PM61omTnUZl00K6lipFFmwuE9VwWf3DL { color:rgba(var(--color-primary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:1.9375rem;left:40rem;height:1.59375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EFwO9BuxT9s0sBFfidvfsw1mPcbkt1aS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:4.1875rem;left:40rem;height:1.59375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#elZrA6qhLSJ5Ji0ZOVKORE4QW3gLOK95 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:6.6875rem;left:40rem;height:1.59375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J0P0GBWM4XSGaBNFOvgG0gFZSNexEWon { 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:4.375rem;width:7.9375rem;top:2.9375rem;left:4.1875rem;overflow:hidden;display:block; }
#SCkaxZb28LxGVzk1FZurkOsXfNOpSETO { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:3.6375007629394rem;left:13.1875rem;height:2.975rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { top:1.5625rem;left:1.59375rem;width:7.9375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH7uTTLTuuL9lkqt185lRL7zw69HtgN9 { width:14.0625rem;height:2.75rem;top:3.125rem;left:32.6611328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzdsamH58eH0PEfdcZIgTfhgp8Jb909S { display:block; }
 }@media only screen and (max-width: 763px) { #TXurJSWBaEEl3ZA7auZqaEMHBm3W0OFe { width:9.25rem;height:1.125rem;top:6.125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:25.6875rem;height:8.9375rem;top:21.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM8X65tpMQo3LLIVkdAzo6k07QI8aEPB { top:11.8125rem;left:20rem;width:27.75rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJdT8RIWJQu4o9UTCUpscXvInA1uiA4 { width:23.625rem;height:6rem;top:13.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia0dGVySLlE55gg6krZtne6ezrNp8ZNv { top:31.8125rem;left:0rem;width:28.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ale52Hd9bOHouaQ5EnDGIvBTf8szwW0Z { top:36.5625rem;left:0rem;width:28.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQsX5fGUs7TTAXnnA0ZSW3LBFmyWoGJz { top:42.75rem;left:0rem;width:47.75rem;height:20.8309375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m50ewAIzUptp9OE92Hi7pZla5rCTi2V9 { top:38.9375rem;left:0rem;width:47.75rem;height:20.8309375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lETRfEZJ07pSJeOJeuH2kDvhQfhDFUFT { width:25.6875rem;height:9rem;top:14.0625rem;left:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHhTJOsPL4EwQBPpEmEls32IB3zxa04G { top:3.125rem;left:0rem;width:20rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh4KkkmuKIJAF7he79NXU6e3zS57Vule { top:10.875rem;left:24.75rem;width:20rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Q6Ty9PzTuPowGIUNcPfuWUmIoLtPFX { width:25.6875rem;height:1.125rem;top:26rem;left:22.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSWkJf5K5l8NFWwXhwIi8machffcpO00 { top:9rem;left:0rem;width:25rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ7Tlwb3It2X3Q98Q65sRu5nJ0QFKVrt { top:41rem;left:0.1875rem;width:21.1875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AirV73b1pn3TRGGZ80LCs79TCZ6IfHHy { top:35.5rem;left:23.9375rem;width:23.8125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfPCMXr1En3sb3U1xWNsekDrTxlrZI1U { width:25.6875rem;height:27rem;top:38.6875rem;left:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpyMwWNTrdOvRxrSs9lkvSbKVlAuD69l { width:25.6875rem;height:1.125rem;top:67.5rem;left:22.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlQZFroC86PTwrCSu5bpF3pad0nWabHd { top:75.5625rem;left:0rem;width:27.9375rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLG8HdmMFJGCgk3uviNd38TZmPVVADyd { top:73.5rem;left:23.9375rem;width:23.8125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr90SeD9qkqtaZ66Pomx4TuWVEKP8omJ { width:25.6875rem;height:24rem;top:76.6875rem;left:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xftnlft9uW1Jq7yIiaErCcXlELFw8G8h { width:25.6875rem;height:1.125rem;top:102.75rem;left:22.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTDU1sMy1LUsvn6HJ0IgoWOaqBrIhM4q { top:110rem;left:0rem;width:28.5625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf9twPf5AZMDTWt5gKvHO0TNcDgndygy { top:110rem;left:23.9375rem;width:23.8125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONFeTrXpRdqSRwS732GIQE3UUpzrgcrQ { width:25.6875rem;height:18rem;top:113.1875rem;left:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgs2vkoJUmnU83CwOlvbryIvNOorqZSB { width:25.6875rem;height:1.125rem;top:131.1875rem;left:22.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #muy2O1zLIs9VqaRMxwkJTI1Tehk6Ktqg { top:8.625rem;left:14.3125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA3DNTp4zQRslAwqplzr07BEOq2JP702 { top:139.0625rem;left:25.6875rem;width:22.0625rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPQi1tomG1TMvySDuCJ04DMhPQrcMNXP { width:25.6875rem;height:1.3125rem;top:26rem;left:22.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8V7DMviNQCKhAnVbodI1poIcNVfSB8m { top:2.5rem;left:0rem;width:20rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7z5IN3rvTTLdWP4g5ZLWTRQP2ED1KVl { top:8.25rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOAylDpPdulU5O2qrFgtNtB0QXX3siV8 { width:26.25rem;height:8rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3rhy4llqofhdLud4wIPEomdz3ht8GUI { top:139.0625rem;left:25.6875rem;width:22.0625rem;height:21.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLTAtwsREcdsBcxUHVyWkysZ4NdHRs17 { width:25.6875rem;height:1.125rem;top:21.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOpHuSEHMk2nx5elruTeFeHpOyOQavo9 { top:29.875rem;left:0rem;width:20rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEzOeqfJ5nwq2qmyfWpRfvOmCmmJ7T2m { top:27rem;left:24.375rem;width:23.375rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpSJO1xqRvxKLcL0VanCbTuiIf5Rontb { width:25.6875rem;height:3.1875rem;top:34.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVTBWgrgFuFy81L5mJ016VJ0K6Iv05Jr { width:25.6875rem;height:1.125rem;top:39.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN { display:block; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHGh9Gds9ng8ZcRHbO1H2fbfmNWmVKnT { width:25.6875rem;height:1.125rem;top:21.8125rem;left:22.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsoi8WGoWevOm3DcNhzH2LsNTNadFUGs { top:8.9375rem;left:24.75rem;width:20rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozZPu94ehyE5qHlAJvUMiGvxmbgo0ncT { width:25.6875rem;height:4.75rem;top:12.0625rem;left:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv0W8CA0WZ1pkITqXNm6BMLlnVipJs2L { top:3.125rem;left:0rem;width:25.9375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs0ORbDsup1rmzz7XTbA6276AcbT6q7E { top:8.9375rem;left:0rem;width:20.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExQ1dFi2znxbJBT8QHbF9tFe9hKnpqrG { top:30.625rem;left:24.75rem;width:20rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouTh2hallZd4cqZEF1aQGRhkoHlJCF5M { width:25.6875rem;height:6.375rem;top:34.375rem;left:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce73P25O0boDJfJMFEAI3mbVHMmzV9yA { width:25.6875rem;height:1.125rem;top:47.0625rem;left:22.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipQgyBm8oacJkS2h6FNSEfpPVV2SvVXE { top:32.375rem;left:0rem;width:21.375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1lQQJdV27nWHWguq2HHDTK1CmxwQckO { display:block; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0bPFoKnT2OAIcr91ZJPNIuQtIz2lThA { top:8.0625rem;left:0rem;width:20rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri1vtTsxM79c5Ap6gFbaUMqeJwA9XeHo { width:25.6875rem;height:4.75rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukduid9vBUXLTJ3JiKFyCiQsuUzdmvQJ { width:25.6875rem;height:1.125rem;top:21.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvgtsMcEyS99XanDoVKZg0EVptSCN83Z { top:3.125rem;left:0rem;width:20rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #atT33e9Py5TEicH4hLMFRR7vNNMfnzvu { top:0rem;left:20.5625rem;width:27.1875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGlaSr62FzA5XMP0P1SQl0Ldktpt0nl4 { top:26.5rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIxsHP4TtqEH1fQRSlgMyVvABBvHFWqV { width:25.6875rem;height:6.375rem;top:29.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8kgoNBNqhVSs2RT8y8Iuy234Ts0th9i { width:25.6875rem;height:1.125rem;top:40.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdO5OWMWE1SvTgeoX3sV5InvakyG0wTp { top:44.6875rem;left:20.4375rem;width:27.3125rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUQMOALrRwk5kqKqsg9uEfyk7yL0Qhmz { top:49.5625rem;left:0rem;width:20rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAzbXEinx34TX1xWaG6ovkdz3U6sBLHC { width:25.6875rem;height:3.1875rem;top:52.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkDyzBeJepy27h1F87uTE5JRBk4hsuTH { width:25.6875rem;height:1.125rem;top:59.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9syAnTkKqidsWuxCBk8y3d096ncJBiJ { top:23rem;left:27.5625rem;width:20.1875rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 { display:block; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSLu5IgaeHgkW7pt9mVDFp8STLa38yeg { top:3.125rem;left:0rem;width:32.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwA1HTL29dgNOVmM557T1aDuVI7RSoVQ { top:10.625rem;left:0rem;width:32.125rem;height:19.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAwoS62EyGcH72LE1aWaOGCFvDZ8FcNB { top:30.0625rem;left:0rem;width:47.75rem;height:20.8309375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK3LMC169rk3E8e6U6yT1f6T6ic7TkRB { top:67.3125rem;left:0rem;width:47.75rem;height:20.8309375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDR50hek0klFpaJX8SVbMgyGcLmLGCEN { display:block; }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo { display:block; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhwD9kwFydv4Udg0UXO9EB96DmVUaUS7 { top:2.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGtLtT2XfkVDl23bWQend3xlp8kHWNdW { top:5.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETLuvFLETOXQsTtaZ7UrpzTLX5GP5Cn3 { width:8.75rem;height:2.75rem;top:8.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAFc03VtOgfIHsEmAnTVFt3RAkx4wvmf { display:block; }
 }@media only screen and (max-width: 763px) { #uwDIQ3KFAgcFPXCNwpPW0PhIKmt5Q7Z3 { width:8.75rem;height:2.75rem;top:8.6875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhtHCvGJtpsZS6cM1H1NTVQLO2evBUts { display:block; }
 }@media only screen and (max-width: 763px) { #x0s2ZIhDb7pRK2zwWPVrBWKtFJPisCeB { width:8.75rem;height:2.75rem;top:8.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdssfhdCm4dc35OmT2xu0nToruXfq3oH { display:block; }
 }@media only screen and (max-width: 763px) { #rVwOHlzUGGRp4uBROl48dXhV58iAyeCZ { width:8.75rem;height:2.75rem;top:8.6875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e21TnahrTguT7Z0yaLse5TcSnDvmoI1L { display:block; }
 }@media only screen and (max-width: 763px) { #Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ { display:block; }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZ0GiW5Gv02Pk1T8qtfHTZHhOdLbCcgR { top:1.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMeGHGyzN7Den3Fe2sTBZby7lMBiKZD1 { top:26.75rem;left:22.28125rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIV7ACOqZ25kVX6QT724NVrHlRwzzXxf { top:29.5625rem;left:19.34375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy2zgOC2NrWGO63LO70r354Wxts1qmop { top:31.4375rem;left:18.1875rem;width:11.3125rem;height:4.2883107334rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygoNIdgCTzpI4KaosROGXbS3WHD6Mlum { top:37rem;left:19.5rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypa52dZiBmhCIHvpW5QWhdIMTpaCXwnL { top:39.75rem;left:16.75rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgxZfQPCgG0KC5V6ExHO6tNifJLuLo2l { top:12.0625rem;left:1.5812511444092rem;width:8.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNwlB4NkPPA01i7RxxMolDwZcRzsHR31 { top:19.6875rem;left:0rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9P4DFT9WhHV8FNAsJq8AXOqrLHvg9fI { top:10.0625rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miOTwOGb3rhJ2dxpPUTTTnky3p2CkblO { top:7.375rem;left:4.4250011444092rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuZFVCfPT2Fb8QLFtFbi7o78ELrGEKoS { top:31.4375rem;left:3.8625011444092rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqe8Aiszi7J9UtIQZEuF9b02BpC3C6Nd { top:39.75rem;left:0rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyGg9hexqmTEtTUHneschVLWOLdve7OF { top:37rem;left:0.0054683685302734rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT1u2br42lAVkX1CdiXiqFc6gcIuLbsL { top:29.5625rem;left:2.0671882629394rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM6kP9VBlRP4Ot71fuWk2JAiOtEIEDKW { top:26.875rem;left:4.6125011444092rem;width:2.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmrPEalqr8AKzgDAm3zzuerDZabzFKyg { top:7.4375rem;left:40.90625rem;width:3.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy7kE85luGAv2ofV0W9FL77bTsM60U8q { top:10.0625rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu94T3l95SAXbKGFdf2KEbwF1FLkTGQI { top:17.25rem;left:33.375rem;width:14.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q99t9vDUQtE37THoVNLPLOzgmhrAf5LZ { top:19.375rem;left:33.5rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAHoDIU5E4AEsIo8OyRvFN92nubeqARE { top:29.375rem;left:38rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv6lN1fTTOnhU2FBzIGElL0sN6wq8scu { top:26.9375rem;left:41rem;width:3.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2NnMi2f2hbExUFTKNFeacaJr0k2swva { top:31.9375rem;left:38.8125rem;width:7.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAvQCO2TE4X98DbG9i5RSnoQP2rNbfHL { top:37rem;left:37.96875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2aL50bT34QiMJT9q5GlfpLQNVqmViwF { top:39.75rem;left:33.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1Nnb1nwZlalgeqP4nTiF1ubTZZaGnQw { top:10.0625rem;left:15.84375rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbTIh290ZRlSlbLm0gH6i0nCBg4ipf1L { top:12.6875rem;left:21.4375rem;width:5.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcME9cQQSC87xdzzelGRoDynE5sSe3dq { top:17.75rem;left:17.625rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #etKf4MZbzw38UQW0HDllki3UpAJpQTbF { top:19.875rem;left:17.125rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAvkDqbTaUoFG6smlu6Qeg2ck2eeKXks { top:7.5rem;left:22.78125rem;width:3.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggoEXCBLqqQiIFzGTpTiqxMurKdqNHqw { top:50.1875rem;left:15.84375rem;width:16.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrfJQXxdoGWwQWdxU8MDMhzrPH6vTeGQ { top:52.5625rem;left:20.21875rem;width:7.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR4sX39hklZHxcyTJ9Uv6OB26WvfToCG { top:56.9375rem;left:16.094532012939rem;width:16.4375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT6xaZCnvEUcam5GiTgAR6z3irknPrf3 { top:59.6875rem;left:16.032032012939rem;width:16.6875rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTCyvF1mn1IXBI8U2FtKaZobV8OlkbPD { top:47.5625rem;left:22.833595275879rem;width:2.875rem;height:1.8962603140804rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEnXNaytdFmsgeTRrnT18SB71cLEMgah { top:52.5625rem;left:1.5812511444092rem;width:8.8125rem;height:4.3445572865313rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhdTu0DP5AWTlt9faOp38zHPk5RAnfmy { top:59.6875rem;left:0rem;width:16.8125rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJRTcJQmBRMCd2irNOvTcZxXuT6xwRin { top:47.5625rem;left:4.4875011444092rem;width:3.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOJAQ3M9NN23bfbwOmirZT8rVEzTgU7X { top:50.1875rem;left:0rem;width:16.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0K4EXc14XeqdUaxgQWcnF6XcwlsDf4V { top:5.0625rem;left:0rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR9mNwksXJ5qALMWio3ACffbiCLFGJla { top:5.125rem;left:15.875rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXNSqy9MMa4GUE4yTRnT5D2HkVJOTTV6 { top:5.0625rem;left:31.0625rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a62NScztFrRumw9Rsvrnniy6Ot1CJKIM { top:25.25rem;left:0rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwzNu8FFTwRdoKTKJlhBnDDwfobkST5e { top:25.25rem;left:15.875rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNd9iBazRIhCQ1B5w1sXaZwvXlGkOOOZ { top:25.25rem;left:31.0625rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFIWeXVGi1ryhfb5KAQcmkgTmZhkwaX5 { top:45.5rem;left:0rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1IMyChQW7UUwOetsQKQCOvELsy5r8P8 { top:45.5rem;left:15.9375rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geCU95Tq21iCyep3MvSmkSwL8h7IPi9S { display:block; }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guNFeU9xaAFpainwHJ48xeQvW34TRw8t { top:1.8125rem;left:13.0625rem;width:20rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3HSK6CEichHaA1hvV31CNGhr292PoM5 { top:9.75rem;left:1.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIUrLMJLLI43u8vnP9KG8rFvU9fv30SA { top:17.4375rem;left:0rem;width:16.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXlwIktZmvAvhnJVkox3TIxy5uwIZWpJ { top:19.6875rem;left:0rem;width:16.75rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSfE166OOLWCS7l1vnQETQUMqGXmUzb4 { top:13.5rem;left:0rem;width:12.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1hCBTirJs78Br3IUE5owrFx498wrolJ { top:8rem;left:4.40625rem;width:3.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEhP5iKFKUPrpCd4N3bFOibtg1s21M7R { top:17.4375rem;left:15.71875rem;width:16.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttTTgogPleKwn6Evta4Uo21E0BSt2xBm { top:19.9375rem;left:15.75rem;width:16.9375rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyMgCVr6dID4shchuKV4VagRIXKKuJwm { top:9.9375rem;left:19.34375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6neLN4IWtDiaa7rR4cK9pq65Z3Op32W { top:8.0625rem;left:22.3125rem;width:3.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy4OQScesXiK4mouzy2yB3XAZNXtKKof { top:12.6875rem;left:18.375rem;width:11rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqRLnkJJQpRPv6028q3pmIhM1WmKbS2g { top:39.5625rem;left:33.5rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvnzV0ivUGNgynGgLxW8nAEDO66dz9aU { top:30.1875rem;left:31.3125rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCdgWhiLO5KVJu15aBhGlnrctG3sNxqR { top:32.5625rem;left:38.875rem;width:7.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPQDwVwzZWagLE20TL71IuofwNQXTTlz { top:37.375rem;left:31rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXvPLfOTZb2HNSVMpMT2hndtWTJ27Pw2 { top:28.25rem;left:41.25rem;width:2.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSgloS6VOeDOvfXMZxDFwpurocnOOkwT { top:8.0625rem;left:41.1875rem;width:2.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsMuWtTHwbsaeZy3EM2WXi4CMaixLIsT { top:9.9375rem;left:38rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBfIcV7WJwKcmpTyP3HTtDudFD0H7EKB { top:14.25rem;left:35.25rem;width:12.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8Gv8UbZ7sFh4dyqTSfyqTMXgoZV9EyN { top:17.4375rem;left:31rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThJNXkVAycptQzu0VNO9QVMqNXcZDTMf { top:19.9375rem;left:30.75rem;width:17rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BADKS6Phg0XwdwezkE3TPedPeJDZsoXz { top:48.4375rem;left:41.3125rem;width:3.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQVsOZ28a2K9ZcGzesqa7SKhZTotv4v9 { top:50.375rem;left:38.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJT1KuRiGlqDHqlg3WKW4g6X7rtst16D { top:53.1875rem;left:35.25rem;width:12.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr8I4oehi6FxT6SDCCVdPqUwwH8qmyPD { top:57.4375rem;left:31rem;width:16.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #le0s3M3qHloqB2HAsypOAs3gmSnt4GhZ { top:59.625rem;left:30.9375rem;width:16.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #supOUvMc0dpBpe0xB0o3XVUaELLFf1WN { top:48.6875rem;left:4.75rem;width:2.375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqiGR6g5uhTPnOENitJDThlWZQpUgduE { top:50.6875rem;left:0rem;width:16.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6MzLA4aEep0FZM8PdTD3kzRsNoKTa5D { top:53rem;left:0rem;width:11.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0BINgoWiuRaU8vTWs5BoH6U0SDpEcFf { top:60rem;left:0rem;width:16.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdKc7zq96PnVsWgMbHl3tdo3956oSxIN { top:57.8125rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwVir3PtFhI4vL9eByTidEmsU7ibLKVy { top:48.625rem;left:22.625rem;width:3.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrR5nBOo52xNghPwmSVqgut3cODnPvpt { top:50.6875rem;left:16rem;width:16.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apRX5PtQ1veXwVsxVMGPERlgFLP6HTlD { top:53.3125rem;left:19.5rem;width:9.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AytLGKOxiOxtGigBHrWZ7n8kNlTcszaB { top:57.8125rem;left:15.8125rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5zbOp0wXsbIRoqanuEbPRT6uX2AXAAe { top:60rem;left:15.9375rem;width:16.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWavvmQFs66zBAfHfL6qQFtf7EayDAGn { top:5.4375rem;left:0rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLIWKlKCM3hNKmSbFRW72craL9EbIDDd { top:5.4375rem;left:15.8125rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chV1b6JetOC0zO8ZA8qkO87T46mgbFy1 { top:5.4375rem;left:31.0625rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDNEcyKaeB3OFRCdGbvSvOM6ccSovT2t { top:25.8125rem;left:31.0625rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6H1xB3GxzM6x6hcbgKkymIa24i6rJrp { top:46.25rem;left:0rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvBVhPs4oEikLqTZGJWndy7sLbZM2DU9 { top:46.25rem;left:15.9375rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzAeoCIvnZsT25uWXM479S82aqCmJC0A { top:46.25rem;left:31.0625rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG5nbnGk7RAbyrADzr1xToybKtbus0Cm { top:25.8125rem;left:0rem;width:16.6875rem;height:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDrci0Q0UDQ4TGE68zZ573m9BiXm4x8D { top:25.8125rem;left:15.5625rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQicDNwzszL5PSnn33Pgpsgm2fBNwmyO { top:28.25rem;left:22.5625rem;width:2.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iThsMXoEiiAzF1CCrXBuUiap9XwU2Myl { top:30.1875rem;left:15.6875rem;width:16.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpFdg3m0wR424AaThikXW0wXMKWAIF9q { top:32rem;left:18.5625rem;width:10.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbIGFeBA8TtpbaGo7QIcM4fOTJr858xZ { top:37.375rem;left:15.5rem;width:16.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlL3m71xMDpJV8wbTeabxddmiRHezhqS { top:39.5625rem;left:16.75rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPpkprDCPFN3zy6TNN52ISooKSh3bMNZ { top:25.8125rem;left:0rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T273qngDK6fPRn7ytHfu0to4nn6GKpCD { top:28.25rem;left:4.5rem;width:2.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpz8x7U9CBB1uVfP7d5O2ZkuwBKdoyI8 { top:30.1875rem;left:0rem;width:16.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnWfHzWF6UysowSMmLlxPboVbqLpzMgP { top:32.9375rem;left:0rem;width:12.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzmWpFkGyWhWmv7AgkufNzOQFKiCKKzB { top:37.375rem;left:0rem;width:16.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRA3iGpshLQVsMxBvTNrhrdO8LfDOHIV { top:39.5625rem;left:0rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN { display:block; }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iV4zSSg1RyZJULVCczXTISbpEuR7L3eD { top:2.125rem;left:13.174999237061rem;width:20rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsD5PFCmuPAJyUXFBI620xl5b6ZZmzpD { top:19.5rem;left:15.4375rem;width:16.625rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFIJ5RXipAx48teCFLh9FJyUS4zVl4Jk { top:17.8125rem;left:15.5rem;width:16.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr9RT5iKSqQHp1ydQEa2qtA1aT7255eT { top:10.6875rem;left:15.5rem;width:16.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvSsIh27gdqgr5ADQXn40i4vK9S8bVt6 { top:13.625rem;left:19.875rem;width:8rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZTJoRD0KRXL22d1tg04TmOuTTtllrDE { top:8.625rem;left:40.84375rem;width:2.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0JqT7SyyzktlCT7MSo88Ncb94HaCBeJ { top:10.6875rem;left:30.8125rem;width:16.9375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx4b91Oo8mCxTHA2H3FTDt5erXGEx7k5 { top:17.8125rem;left:31.25rem;width:16.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5cpHZKNxuMEcsx3dbqyHSzkcq7PTeCb { top:13.875rem;left:36.9375rem;width:10.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEisoRBQHcKiGJD2WNlaKTI7I2JtNaxT { top:19.5rem;left:31.125rem;width:16.625rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCVSce8ZfNftGktQIMs6cI4Llrvg4QO6 { top:8.4375rem;left:4.0625rem;width:3.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR5VoUesITSCp4iAySN1yLk2WfIZnxDM { top:10.6875rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpEd9EXQdJJO5mZ1SLW0QVxZzq0AcnlL { top:13.4375rem;left:0rem;width:12.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE77A6vpGapirrdG4tbWqBXc8y0OrpRo { top:18rem;left:0rem;width:16.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InU0QIcFwKT0Am7NcVxPcrkIiBCWppcZ { top:19.75rem;left:0rem;width:16.75rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt7cDDzaCTvDZJiFfwVqZivQ9hDnwgmD { top:8.4375rem;left:22.53125rem;width:2.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyH5Rn7MmICELcFT7VNEZwMboTalluJ9 { top:6rem;left:0rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkvpvVutNsHvEJN4ndK9dnzuryLdGSeM { top:6rem;left:15.4375rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SowsT8bhNlQTPtrn9GZGMWo6IcuzrMMF { top:6rem;left:31.0625rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm { display:block; }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMoJZMrH1wN268qJKciP2rn8KUEC76KI { top:2.125rem;left:13.174999237061rem;width:20rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFMT3OKFfeHIrM3VAAK5ARQ10h4AfwCS { top:5.6875rem;left:15.5625rem;width:16.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK71RugolbvzRiga76tlUwIDFc4Tu2c0 { top:7.875rem;left:22.4375rem;width:2.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRsxSeUkhvLvrZifTiNSJOTxcH0QImel { top:9.8125rem;left:19.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBxIS0SFWHywxtBZMZh4Qndhiq3gQaiG { top:12.375rem;left:18.75rem;width:9.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNwDzQi4noDDRCgBgLEKUUmfkJUEOxse { top:16.875rem;left:15.625rem;width:16.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffrb90lT0l71ZXznwN0Aw0wwEk0RIUVN { top:19.0625rem;left:15.5rem;width:16.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { display:block; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwgb11VqPmUGAm55dewueD4TigrBG15Q { top:1.75rem;left:31.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIQX72hEchU0J0Du14m40uD118r0IWO3 { top:4.125rem;left:31.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQDmkbz3Kv6J8M5M09BMpXvps5cSdHFt { top:6.625rem;left:31.0625rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM61omTnUZl00K6lipFFmwuE9VwWf3DL { width:12.375rem;height:1.5625rem;top:1.9375rem;left:33.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFwO9BuxT9s0sBFfidvfsw1mPcbkt1aS { width:12.125rem;height:1.5625rem;top:4.1875rem;left:33.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #elZrA6qhLSJ5Ji0ZOVKORE4QW3gLOK95 { width:16.125rem;height:1.5625rem;top:6.6875rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0P0GBWM4XSGaBNFOvgG0gFZSNexEWon { top:2.9375rem;left:0rem;width:7.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCkaxZb28LxGVzk1FZurkOsXfNOpSETO { width:20.5625rem;height:2.9375rem;top:3.625rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { width:8.125rem;height:4.4375rem;top:1.5625rem;left:5.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bH7uTTLTuuL9lkqt185lRL7zw69HtgN9 { width:14.0185625rem;height:2.796875rem;top:7.998046875rem;left:2.990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzdsamH58eH0PEfdcZIgTfhgp8Jb909S { display:block; }
 }@media only screen and (max-width: 763px) { #TXurJSWBaEEl3ZA7auZqaEMHBm3W0OFe { width:9.25rem;height:1.125rem;top:6.0625rem;left:5.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acb673f7-80bf-4d73-ab7b-0892da4e9f4e/backgroundHMI.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .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); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:20rem;height:59.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:17.4375rem;height:8.2875rem;top:21.0625rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #AM8X65tpMQo3LLIVkdAzo6k07QI8aEPB { width:16.625rem;height:21.375rem;top:38.1875rem;left:1.28125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJdT8RIWJQu4o9UTCUpscXvInA1uiA4 { width:20rem;height:4.5rem;top:15.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia0dGVySLlE55gg6krZtne6ezrNp8ZNv { width:20rem;height:3.78125rem;top:30.08203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ale52Hd9bOHouaQ5EnDGIvBTf8szwW0Z { width:20rem;height:3.82421875rem;top:33.80078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQsX5fGUs7TTAXnnA0ZSW3LBFmyWoGJz { width:20rem;height:8.724625rem;top:51.2021484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:#87d1e6;background-image:none;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .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); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m50ewAIzUptp9OE92Hi7pZla5rCTi2V9 { width:12.5rem;height:5.4375rem;top:1.59375rem;left:3.75rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { background-color:#ffffff;background-image:none;display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { background-color: transparent; background-image: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .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); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { width:20rem;height:205.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lETRfEZJ07pSJeOJeuH2kDvhQfhDFUFT { width:17.8125rem;height:9.1875rem;top:31.3125rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHhTJOsPL4EwQBPpEmEls32IB3zxa04G { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dh4KkkmuKIJAF7he79NXU6e3zS57Vule { width:16.875rem;height:3.6rem;top:25.91015625rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #W5Q6Ty9PzTuPowGIUNcPfuWUmIoLtPFX { width:14.6875rem;height:2.25rem;top:42.0625rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSWkJf5K5l8NFWwXhwIi8machffcpO00 { width:18.375rem;height:18.3125rem;top:6.5234375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ7Tlwb3It2X3Q98Q65sRu5nJ0QFKVrt { width:18.1875rem;height:18.1875rem;top:45.95937538147rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AirV73b1pn3TRGGZ80LCs79TCZ6IfHHy { width:13.875rem;height:3.6rem;top:66.75rem;left:3.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #VfPCMXr1En3sb3U1xWNsekDrTxlrZI1U { width:17.75rem;height:27.5625rem;top:72.1875rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpyMwWNTrdOvRxrSs9lkvSbKVlAuD69l { width:14.8125rem;height:2.25rem;top:154.84062576294rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlQZFroC86PTwrCSu5bpF3pad0nWabHd { width:18.1875rem;height:18.125rem;top:107.49374961853rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLG8HdmMFJGCgk3uviNd38TZmPVVADyd { width:20rem;height:1.8rem;top:127.31796836853rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Nr90SeD9qkqtaZ66Pomx4TuWVEKP8omJ { width:17.75rem;height:23.625rem;top:130.19375038147rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xftnlft9uW1Jq7yIiaErCcXlELFw8G8h { width:15rem;height:2.25rem;top:201.84062576294rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTDU1sMy1LUsvn6HJ0IgoWOaqBrIhM4q { width:18.625rem;height:16.6875rem;top:160.75625038147rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf9twPf5AZMDTWt5gKvHO0TNcDgndygy { width:17.4375rem;height:3.6rem;top:179.56875038147rem;left:1.28125rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #ONFeTrXpRdqSRwS732GIQE3UUpzrgcrQ { width:17.6875rem;height:17.0625rem;top:184.77812576294rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgs2vkoJUmnU83CwOlvbryIvNOorqZSB { width:15.125rem;height:2.69921875rem;top:253.2783203125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #muy2O1zLIs9VqaRMxwkJTI1Tehk6Ktqg { width:6.25rem;height:6.25rem;top:4.6103515625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA3DNTp4zQRslAwqplzr07BEOq2JP702 { width:18.5625rem;height:18.25rem;top:239.3681640625rem;left:0.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPQi1tomG1TMvySDuCJ04DMhPQrcMNXP { width:14.6875rem;height:2.25rem;top:101.99687576294rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15010;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8V7DMviNQCKhAnVbodI1poIcNVfSB8m { width:20rem;height:2.4rem;top:2.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E7z5IN3rvTTLdWP4g5ZLWTRQP2ED1KVl { width:15.4375rem;height:1.8rem;top:7.2734375rem;left:2.28125rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #cOAylDpPdulU5O2qrFgtNtB0QXX3siV8 { width:19.375rem;height:7rem;top:24.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3rhy4llqofhdLud4wIPEomdz3ht8GUI { width:13.0625rem;height:12.8125rem;top:10.3984375rem;left:3.46875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #BLTAtwsREcdsBcxUHVyWkysZ4NdHRs17 { width:14.25rem;height:2.25rem;top:33.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #OOpHuSEHMk2nx5elruTeFeHpOyOQavo9 { width:15.4375rem;height:1.8rem;top:40.5rem;left:2.28125rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #TEzOeqfJ5nwq2qmyfWpRfvOmCmmJ7T2m { width:16.875rem;height:13rem;top:44.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpSJO1xqRvxKLcL0VanCbTuiIf5Rontb { width:17.6875rem;height:2.8rem;top:58.5625rem;left:1.7374999523163rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVTBWgrgFuFy81L5mJ016VJ0K6Iv05Jr { width:14.5rem;height:2.25rem;top:63.006250381469rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN { display:block; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHGh9Gds9ng8ZcRHbO1H2fbfmNWmVKnT { width:14.9375rem;height:2.25rem;top:33.5625rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsoi8WGoWevOm3DcNhzH2LsNTNadFUGs { width:20rem;height:1.8rem;top:24rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15024;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #ozZPu94ehyE5qHlAJvUMiGvxmbgo0ncT { width:17.625rem;height:4.2rem;top:27.375rem;left:1.1875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv0W8CA0WZ1pkITqXNm6BMLlnVipJs2L { width:10.5rem;height:4.8rem;top:3.75rem;left:4.75rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xs0ORbDsup1rmzz7XTbA6276AcbT6q7E { width:11.625rem;height:9.8125rem;top:12.860157012939rem;left:4.1875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ExQ1dFi2znxbJBT8QHbF9tFe9hKnpqrG { width:20rem;height:1.8rem;top:47.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #ouTh2hallZd4cqZEF1aQGRhkoHlJCF5M { width:17.6875rem;height:5.6rem;top:50.4375rem;left:1.15625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce73P25O0boDJfJMFEAI3mbVHMmzV9yA { width:15.0625rem;height:2.25rem;top:57.77499961853rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipQgyBm8oacJkS2h6FNSEfpPVV2SvVXE { width:12.4375rem;height:7.5rem;top:38.75rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1lQQJdV27nWHWguq2HHDTK1CmxwQckO { display:block; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row .container { width:20rem;height:97.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0bPFoKnT2OAIcr91ZJPNIuQtIz2lThA { width:8.875rem;height:3.6rem;top:21.52499961853rem;left:5.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15027;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Ri1vtTsxM79c5Ap6gFbaUMqeJwA9XeHo { width:17.5rem;height:4.2rem;top:26.08984375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukduid9vBUXLTJ3JiKFyCiQsuUzdmvQJ { width:14.3125rem;height:2.25rem;top:32.06093788147rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvgtsMcEyS99XanDoVKZg0EVptSCN83Z { width:20rem;height:2.4rem;top:3.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #atT33e9Py5TEicH4hLMFRR7vNNMfnzvu { width:20rem;height:11.1875rem;top:7.1953125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TGlaSr62FzA5XMP0P1SQl0Ldktpt0nl4 { width:20rem;height:1.800425rem;top:56.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #vIxsHP4TtqEH1fQRSlgMyVvABBvHFWqV { width:17.625rem;height:5.6rem;top:59.125rem;left:1.1875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8kgoNBNqhVSs2RT8y8Iuy234Ts0th9i { width:14.8125rem;height:2.25rem;top:65.625rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdO5OWMWE1SvTgeoX3sV5InvakyG0wTp { width:18.3125rem;height:13.6875rem;top:71.625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUQMOALrRwk5kqKqsg9uEfyk7yL0Qhmz { width:20rem;height:1.8rem;top:86.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #rAzbXEinx34TX1xWaG6ovkdz3U6sBLHC { width:17.8125rem;height:2.8rem;top:89.375rem;left:1.09375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkDyzBeJepy27h1F87uTE5JRBk4hsuTH { width:15.125rem;height:2.25rem;top:93.625rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9syAnTkKqidsWuxCBk8y3d096ncJBiJ { width:17.375rem;height:16.4375rem;top:36.439064025879rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 { display:block; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSLu5IgaeHgkW7pt9mVDFp8STLa38yeg { width:20rem;height:5.2rem;top:2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vwA1HTL29dgNOVmM557T1aDuVI7RSoVQ { width:20rem;height:14.625rem;top:9.38671875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SAwoS62EyGcH72LE1aWaOGCFvDZ8FcNB { width:20rem;height:8.725rem;top:47.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fK3LMC169rk3E8e6U6yT1f6T6ic7TkRB { width:20rem;height:8.5rem;top:25.562500476837rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #qDR50hek0klFpaJX8SVbMgyGcLmLGCEN { background-color:#1c355e;background-image:none;display:block; }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN > .row .container { background-color: transparent; background-image: none; }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN > .row .container > .video-iframe-container { display: none; }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN > .row > .video-iframe-container { display: none; }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN > .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); }#qDR50hek0klFpaJX8SVbMgyGcLmLGCEN > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo { background-color:#ffffff;background-image:none;display:block; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { background-color: transparent; background-image: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container > .video-iframe-container { display: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row > .video-iframe-container { display: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .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); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhwD9kwFydv4Udg0UXO9EB96DmVUaUS7 { width:20rem;height:2.6rem;top:1rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VGtLtT2XfkVDl23bWQend3xlp8kHWNdW { width:14.5rem;height:2.6rem;top:3.625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETLuvFLETOXQsTtaZ7UrpzTLX5GP5Cn3 { width:8.75rem;height:2.75rem;top:7.475rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAFc03VtOgfIHsEmAnTVFt3RAkx4wvmf { display:block; }
 }@media only screen and (max-width: 763px) { #uwDIQ3KFAgcFPXCNwpPW0PhIKmt5Q7Z3 { width:8.75rem;height:2.75rem;top:11.475rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhtHCvGJtpsZS6cM1H1NTVQLO2evBUts { display:block; }
 }@media only screen and (max-width: 763px) { #x0s2ZIhDb7pRK2zwWPVrBWKtFJPisCeB { width:8.75rem;height:2.75rem;top:15.475rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdssfhdCm4dc35OmT2xu0nToruXfq3oH { display:block; }
 }@media only screen and (max-width: 763px) { #rVwOHlzUGGRp4uBROl48dXhV58iAyeCZ { width:8.75rem;height:2.75rem;top:19.475rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e21TnahrTguT7Z0yaLse5TcSnDvmoI1L { display:block; }
 }@media only screen and (max-width: 763px) { #Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ { background-color:#e4eaef;background-image:none;display:block; }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ > .row .container { background-color: transparent; background-image: none; }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ > .row .container > .video-iframe-container { display: none; }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ > .row > .video-iframe-container { display: none; }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ > .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); }#Qu2TyQ5LzH52TMU4bCyKnvKagrCv2EnJ > .row .container { width:20rem;height:164.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZ0GiW5Gv02Pk1T8qtfHTZHhOdLbCcgR { width:20rem;height:1.95rem;top:2.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMeGHGyzN7Den3Fe2sTBZby7lMBiKZD1 { width:3.75rem;height:2.375rem;top:87.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIV7ACOqZ25kVX6QT724NVrHlRwzzXxf { width:9.0625rem;height:1.3rem;top:90.0625rem;left:5.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy2zgOC2NrWGO63LO70r354Wxts1qmop { width:8.875rem;height:3.1875rem;top:92.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygoNIdgCTzpI4KaosROGXbS3WHD6Mlum { width:9.0625rem;height:1.3rem;top:97.5rem;left:5.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypa52dZiBmhCIHvpW5QWhdIMTpaCXwnL { width:14.25rem;height:2.8rem;top:99.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgxZfQPCgG0KC5V6ExHO6tNifJLuLo2l { width:8.875rem;height:4.375rem;top:13rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNwlB4NkPPA01i7RxxMolDwZcRzsHR31 { width:14.25rem;height:2.8rem;top:18.9375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9P4DFT9WhHV8FNAsJq8AXOqrLHvg9fI { width:9.0625rem;height:1.3rem;top:10.375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miOTwOGb3rhJ2dxpPUTTTnky3p2CkblO { width:3.1875rem;height:2.0625rem;top:7.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuZFVCfPT2Fb8QLFtFbi7o78ELrGEKoS { width:4.3125rem;height:4.3125rem;top:72.1875rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqe8Aiszi7J9UtIQZEuF9b02BpC3C6Nd { width:14.25rem;height:2.8rem;top:79.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyGg9hexqmTEtTUHneschVLWOLdve7OF { width:13.1875rem;height:1.3rem;top:77.5625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT1u2br42lAVkX1CdiXiqFc6gcIuLbsL { width:9.0625rem;height:1.3rem;top:69.1875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM6kP9VBlRP4Ot71fuWk2JAiOtEIEDKW { width:2.8125rem;height:1.875rem;top:66.6875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmrPEalqr8AKzgDAm3zzuerDZabzFKyg { width:3.625rem;height:2rem;top:47.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy7kE85luGAv2ofV0W9FL77bTsM60U8q { width:9.0625rem;height:1.3rem;top:49.9375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu94T3l95SAXbKGFdf2KEbwF1FLkTGQI { width:14.375rem;height:1.3rem;top:57rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q99t9vDUQtE37THoVNLPLOzgmhrAf5LZ { width:14.25rem;height:2.8rem;top:59.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAHoDIU5E4AEsIo8OyRvFN92nubeqARE { width:16.75rem;height:1.3rem;top:109.86250114441rem;left:1.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv6lN1fTTOnhU2FBzIGElL0sN6wq8scu { width:3.0625rem;height:2rem;top:107.16250038147rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2NnMi2f2hbExUFTKNFeacaJr0k2swva { width:7.375rem;height:3.25rem;top:112.34375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAvQCO2TE4X98DbG9i5RSnoQP2rNbfHL { width:9.0625rem;height:1.3rem;top:116.8125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2aL50bT34QiMJT9q5GlfpLQNVqmViwF { width:14.25rem;height:2.8rem;top:118.625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1Nnb1nwZlalgeqP4nTiF1ubTZZaGnQw { width:9.0625rem;height:1.3rem;top:30.25rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbTIh290ZRlSlbLm0gH6i0nCBg4ipf1L { width:5.5625rem;height:3.375rem;top:32.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcME9cQQSC87xdzzelGRoDynE5sSe3dq { width:13.1875rem;height:1.3rem;top:37.5625rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #etKf4MZbzw38UQW0HDllki3UpAJpQTbF { width:14.25rem;height:2.8rem;top:39.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAvkDqbTaUoFG6smlu6Qeg2ck2eeKXks { width:3.0625rem;height:1.9375rem;top:27.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggoEXCBLqqQiIFzGTpTiqxMurKdqNHqw { width:9.0625rem;height:1.3rem;top:148.875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrfJQXxdoGWwQWdxU8MDMhzrPH6vTeGQ { width:8.125rem;height:3.24765625rem;top:151.625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR4sX39hklZHxcyTJ9Uv6OB26WvfToCG { width:13.125rem;height:1.3rem;top:156.25rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT6xaZCnvEUcam5GiTgAR6z3irknPrf3 { width:14.18675rem;height:2.8rem;top:158.1875rem;left:2.9375rem;font-size:1rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #mTCyvF1mn1IXBI8U2FtKaZobV8OlkbPD { width:2.87464375rem;height:1.89630625rem;top:146.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEnXNaytdFmsgeTRrnT18SB71cLEMgah { width:8.81175rem;height:4.34375rem;top:131.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhdTu0DP5AWTlt9faOp38zHPk5RAnfmy { width:14.18675rem;height:2.8rem;top:138.25rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJRTcJQmBRMCd2irNOvTcZxXuT6xwRin { width:2.99921875rem;height:1.9578125rem;top:126.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOJAQ3M9NN23bfbwOmirZT8rVEzTgU7X { width:9.0625rem;height:1.3rem;top:129.125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0K4EXc14XeqdUaxgQWcnF6XcwlsDf4V { width:16.6875rem;height:18.5625rem;top:4.9875011444092rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR9mNwksXJ5qALMWio3ACffbiCLFGJla { width:16.6875rem;height:18.5625rem;top:25.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXNSqy9MMa4GUE4yTRnT5D2HkVJOTTV6 { width:16.6875rem;height:18.5625rem;top:45.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a62NScztFrRumw9Rsvrnniy6Ot1CJKIM { width:16.6875rem;height:18.5625rem;top:65.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwzNu8FFTwRdoKTKJlhBnDDwfobkST5e { width:16.6875rem;height:18.5625rem;top:84.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNd9iBazRIhCQ1B5w1sXaZwvXlGkOOOZ { width:16.6875rem;height:18.5625rem;top:104.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFIWeXVGi1ryhfb5KAQcmkgTmZhkwaX5 { width:16.6875rem;height:18.5625rem;top:124.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1IMyChQW7UUwOetsQKQCOvELsy5r8P8 { width:16.6875rem;height:18.5625rem;top:144.52968788147rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geCU95Tq21iCyep3MvSmkSwL8h7IPi9S { background-color:#e4eaef;background-image:none;display:block; }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S > .row .container { background-color: transparent; background-image: none; }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S > .row .container > .video-iframe-container { display: none; }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S > .row > .video-iframe-container { display: none; }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S > .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); }#geCU95Tq21iCyep3MvSmkSwL8h7IPi9S > .row .container { width:20rem;height:185.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guNFeU9xaAFpainwHJ48xeQvW34TRw8t { width:20rem;height:1.95rem;top:2.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3HSK6CEichHaA1hvV31CNGhr292PoM5 { width:9.0625rem;height:1.3rem;top:10.25rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIUrLMJLLI43u8vnP9KG8rFvU9fv30SA { width:9.0625rem;height:1.3rem;top:18rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXlwIktZmvAvhnJVkox3TIxy5uwIZWpJ { width:14.25rem;height:2.8rem;top:19.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSfE166OOLWCS7l1vnQETQUMqGXmUzb4 { width:12.5rem;height:1.5rem;top:14.21875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1hCBTirJs78Br3IUE5owrFx498wrolJ { width:3.125rem;height:1.625rem;top:8rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEhP5iKFKUPrpCd4N3bFOibtg1s21M7R { width:14.75rem;height:1.3rem;top:37.750000476837rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttTTgogPleKwn6Evta4Uo21E0BSt2xBm { width:14.25rem;height:2.8rem;top:39.937502384186rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyMgCVr6dID4shchuKV4VagRIXKKuJwm { width:9.0625rem;height:1.3rem;top:30.437500476837rem;left:5.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6neLN4IWtDiaa7rR4cK9pq65Z3Op32W { width:3.125rem;height:1.625rem;top:28.299999713897rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy4OQScesXiK4mouzy2yB3XAZNXtKKof { width:10.5625rem;height:3.0625rem;top:33.350000858307rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqRLnkJJQpRPv6028q3pmIhM1WmKbS2g { width:16.625rem;height:2.8rem;top:119.8125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvnzV0ivUGNgynGgLxW8nAEDO66dz9aU { width:19.9375rem;height:1.3rem;top:110.25rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCdgWhiLO5KVJu15aBhGlnrctG3sNxqR { width:7.75rem;height:3.0625rem;top:113.5625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPQDwVwzZWagLE20TL71IuofwNQXTTlz { width:19.75rem;height:1.3rem;top:117.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXvPLfOTZb2HNSVMpMT2hndtWTJ27Pw2 { width:2.8125rem;height:1.6875rem;top:107.8125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSgloS6VOeDOvfXMZxDFwpurocnOOkwT { width:2.6875rem;height:1.5625rem;top:48.125002384186rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsMuWtTHwbsaeZy3EM2WXi4CMaixLIsT { width:9.0625rem;height:1.3rem;top:50.25rem;left:5.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBfIcV7WJwKcmpTyP3HTtDudFD0H7EKB { width:12.5rem;height:1.6875rem;top:53.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8Gv8UbZ7sFh4dyqTSfyqTMXgoZV9EyN { width:20rem;height:1.3rem;top:57.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThJNXkVAycptQzu0VNO9QVMqNXcZDTMf { width:20rem;height:2.8rem;top:59.937501907349rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BADKS6Phg0XwdwezkE3TPedPeJDZsoXz { width:3.125rem;height:1.625rem;top:167.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQVsOZ28a2K9ZcGzesqa7SKhZTotv4v9 { width:9.0625rem;height:1.3rem;top:169.625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJT1KuRiGlqDHqlg3WKW4g6X7rtst16D { width:12.5rem;height:2.4375rem;top:172.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr8I4oehi6FxT6SDCCVdPqUwwH8qmyPD { width:14.75rem;height:1.3rem;top:177.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #le0s3M3qHloqB2HAsypOAs3gmSnt4GhZ { width:16.75rem;height:2.8rem;top:179.5625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #supOUvMc0dpBpe0xB0o3XVUaELLFf1WN { width:2.375rem;height:1.5625rem;top:127.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqiGR6g5uhTPnOENitJDThlWZQpUgduE { width:9.0625rem;height:1.3rem;top:130.0625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6MzLA4aEep0FZM8PdTD3kzRsNoKTa5D { width:11.875rem;height:3.0625rem;top:133.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0BINgoWiuRaU8vTWs5BoH6U0SDpEcFf { width:14.25rem;height:2.8rem;top:139.6875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdKc7zq96PnVsWgMbHl3tdo3956oSxIN { width:19.9375rem;height:1.3rem;top:138rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwVir3PtFhI4vL9eByTidEmsU7ibLKVy { width:3.125rem;height:1.625rem;top:148rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrR5nBOo52xNghPwmSVqgut3cODnPvpt { width:9.0625rem;height:1.3rem;top:150.125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apRX5PtQ1veXwVsxVMGPERlgFLP6HTlD { width:9.375rem;height:2.4375rem;top:153.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AytLGKOxiOxtGigBHrWZ7n8kNlTcszaB { width:14.75rem;height:1.3rem;top:157.875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5zbOp0wXsbIRoqanuEbPRT6uX2AXAAe { width:14.25rem;height:2.8rem;top:160.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWavvmQFs66zBAfHfL6qQFtf7EayDAGn { width:16.6875rem;height:18.5625rem;top:5.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLIWKlKCM3hNKmSbFRW72craL9EbIDDd { width:16.6875rem;height:18.5625rem;top:25.600000858307rem;left:1.65625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #chV1b6JetOC0zO8ZA8qkO87T46mgbFy1 { width:16.6875rem;height:18.5625rem;top:45.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDNEcyKaeB3OFRCdGbvSvOM6ccSovT2t { width:16.6875rem;height:18.5625rem;top:105.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6H1xB3GxzM6x6hcbgKkymIa24i6rJrp { width:16.6875rem;height:18.5625rem;top:145.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvBVhPs4oEikLqTZGJWndy7sLbZM2DU9 { width:16.6875rem;height:18.5625rem;top:165.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzAeoCIvnZsT25uWXM479S82aqCmJC0A { width:16.6875rem;height:18.5625rem;top:145.4375038147rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG5nbnGk7RAbyrADzr1xToybKtbus0Cm { width:16.6875rem;height:18.5625rem;top:125.375rem;left:1.6875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #DDrci0Q0UDQ4TGE68zZ573m9BiXm4x8D { width:16.6875rem;height:18.5625rem;top:85.3125rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQicDNwzszL5PSnn33Pgpsgm2fBNwmyO { width:2.5rem;height:1.3125rem;top:87.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iThsMXoEiiAzF1CCrXBuUiap9XwU2Myl { width:16.4375rem;height:1.3rem;top:89.4375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpFdg3m0wR424AaThikXW0wXMKWAIF9q { width:10.625rem;height:4.0625rem;top:91.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbIGFeBA8TtpbaGo7QIcM4fOTJr858xZ { width:16.75rem;height:1.3rem;top:97.4375038147rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlL3m71xMDpJV8wbTeabxddmiRHezhqS { width:14.25rem;height:2.8rem;top:99.5625038147rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPpkprDCPFN3zy6TNN52ISooKSh3bMNZ { width:16.6875rem;height:18.5625rem;top:65.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T273qngDK6fPRn7ytHfu0to4nn6GKpCD { width:2.5rem;height:1.3125rem;top:67rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpz8x7U9CBB1uVfP7d5O2ZkuwBKdoyI8 { width:16.4375rem;height:1.3rem;top:68.3125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnWfHzWF6UysowSMmLlxPboVbqLpzMgP { width:12.625rem;height:2.25rem;top:72rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzmWpFkGyWhWmv7AgkufNzOQFKiCKKzB { width:16.75rem;height:1.3rem;top:76.375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRA3iGpshLQVsMxBvTNrhrdO8LfDOHIV { width:14.25rem;height:2.8rem;top:78.6875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN { background-color:#e4eaef;background-image:none;display:block; }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN > .row .container { background-color: transparent; background-image: none; }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN > .row .container > .video-iframe-container { display: none; }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN > .row > .video-iframe-container { display: none; }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN > .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); }#hqGJDWtoX3sEHMF5CILhhlVRQJpLckhN > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iV4zSSg1RyZJULVCczXTISbpEuR7L3eD { width:20rem;height:1.95rem;top:1.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsD5PFCmuPAJyUXFBI620xl5b6ZZmzpD { width:14.25rem;height:2.8rem;top:39.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFIJ5RXipAx48teCFLh9FJyUS4zVl4Jk { width:14.75rem;height:1.3rem;top:36.9375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr9RT5iKSqQHp1ydQEa2qtA1aT7255eT { width:9.0625rem;height:1.3rem;top:29.625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvSsIh27gdqgr5ADQXn40i4vK9S8bVt6 { width:8rem;height:2.5rem;top:32.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZTJoRD0KRXL22d1tg04TmOuTTtllrDE { width:2.6875rem;height:1.6875rem;top:27.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0JqT7SyyzktlCT7MSo88Ncb94HaCBeJ { width:9.0625rem;height:1.3rem;top:49.5625rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx4b91Oo8mCxTHA2H3FTDt5erXGEx7k5 { width:9.0625rem;height:1.3rem;top:56.75rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5cpHZKNxuMEcsx3dbqyHSzkcq7PTeCb { width:10.8125rem;height:2rem;top:53rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEisoRBQHcKiGJD2WNlaKTI7I2JtNaxT { width:16.625rem;height:2.8rem;top:59.0625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCVSce8ZfNftGktQIMs6cI4Llrvg4QO6 { width:3.125rem;height:1.625rem;top:7.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR5VoUesITSCp4iAySN1yLk2WfIZnxDM { width:9.0625rem;height:1.3rem;top:10.0625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpEd9EXQdJJO5mZ1SLW0QVxZzq0AcnlL { width:12.5rem;height:2.8125rem;top:12.86171913147rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE77A6vpGapirrdG4tbWqBXc8y0OrpRo { width:14.75rem;height:1.3rem;top:17.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InU0QIcFwKT0Am7NcVxPcrkIiBCWppcZ { width:14.25rem;height:2.8rem;top:19.187501907349rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt7cDDzaCTvDZJiFfwVqZivQ9hDnwgmD { width:2.6875rem;height:1.6875rem;top:47.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyH5Rn7MmICELcFT7VNEZwMboTalluJ9 { width:16.6875rem;height:18.5625rem;top:44.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkvpvVutNsHvEJN4ndK9dnzuryLdGSeM { width:16.6875rem;height:18.5625rem;top:4.9874997138977rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SowsT8bhNlQTPtrn9GZGMWo6IcuzrMMF { width:16.6875rem;height:18.5625rem;top:24.875rem;left:1.6875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm { background-color:#e4eaef;background-image:none;display:block; }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm > .row .container { background-color: transparent; background-image: none; }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm > .row .container > .video-iframe-container { display: none; }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm > .row > .video-iframe-container { display: none; }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm > .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); }#ur5iv6o9t2ywBXlPOTNZLP9w3h8kKHkm > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMoJZMrH1wN268qJKciP2rn8KUEC76KI { width:20rem;height:1.95rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFMT3OKFfeHIrM3VAAK5ARQ10h4AfwCS { width:16.6875rem;height:18.5625rem;top:6.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK71RugolbvzRiga76tlUwIDFc4Tu2c0 { width:2.5rem;height:1.625rem;top:8.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRsxSeUkhvLvrZifTiNSJOTxcH0QImel { width:9.0625rem;height:1.3rem;top:10.625rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBxIS0SFWHywxtBZMZh4Qndhiq3gQaiG { width:9.875rem;height:2.9375rem;top:12.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNwDzQi4noDDRCgBgLEKUUmfkJUEOxse { width:14.75rem;height:1.3rem;top:17.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffrb90lT0l71ZXznwN0Aw0wwEk0RIUVN { width:17.125rem;height:2.8rem;top:19.75rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { display:block; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwgb11VqPmUGAm55dewueD4TigrBG15Q { width:1.875rem;height:1.875rem;top:12.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIQX72hEchU0J0Du14m40uD118r0IWO3 { width:1.875rem;height:1.875rem;top:14.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQDmkbz3Kv6J8M5M09BMpXvps5cSdHFt { width:1.875rem;height:1.8120125rem;top:17.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM61omTnUZl00K6lipFFmwuE9VwWf3DL { width:9.75rem;height:1.5rem;top:12.5rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFwO9BuxT9s0sBFfidvfsw1mPcbkt1aS { width:8.4375rem;height:1.5rem;top:15.125rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #elZrA6qhLSJ5Ji0ZOVKORE4QW3gLOK95 { width:10.375rem;height:1.5rem;top:17.75rem;left:6.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0P0GBWM4XSGaBNFOvgG0gFZSNexEWon { width:7.5rem;height:4.125rem;top:7.1125011444094rem;left:6.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SCkaxZb28LxGVzk1FZurkOsXfNOpSETO { width:14rem;height:4.725rem;top:1.625rem;left:3rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }