.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:251,217,220;--color-primary-1:242,130,138;--color-primary-2:228,4,21;--color-primary-3:114,2,11;--color-primary-4:34,1,3;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"FCB Neue Haas Text";--paragraphs-font-family:"FCB Neue Haas Text"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(228deg, #000b2a, #640000);background-image: -moz-linear-gradient(228deg, #000b2a, #640000);background-image: -ms-linear-gradient(228deg, #000b2a, #640000);background-image: -o-linear-gradient(228deg, #000b2a, #640000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b2a', endColorstr='#640000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b2a', endColorstr='#640000' );";background-image: linear-gradient(228deg, #000b2a, #640000);background-size:cover !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); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #740000, #171a35);background-image: -moz-linear-gradient(180deg, #740000, #171a35);background-image: -ms-linear-gradient(180deg, #740000, #171a35);background-image: -o-linear-gradient(180deg, #740000, #171a35);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#740000', endColorstr='#171a35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#740000', endColorstr='#171a35' );";background-image: linear-gradient(180deg, #740000, #171a35);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container { background-color: transparent; background-image: none; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container > .video-iframe-container { display: none; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row > .video-iframe-container { display: none; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .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); }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container { border-width: 0; border-radius: 0; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#B0DkwymHNwtoNfi1TVi1WhX38JTTgtrN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.749875rem;width:30.812375rem;top:4.9365234375rem;left:22.09228515625rem;overflow:hidden;display:block; }
#UyxqQTQag6ZI2vN1KrcVdHBb00uJ9y4x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(358deg, #800000, #171a35);background-image: -moz-linear-gradient(358deg, #800000, #171a35);background-image: -ms-linear-gradient(358deg, #800000, #171a35);background-image: -o-linear-gradient(358deg, #800000, #171a35);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#800000', endColorstr='#171a35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#800000', endColorstr='#171a35' );";background-image: linear-gradient(358deg, #800000, #171a35);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UyxqQTQag6ZI2vN1KrcVdHBb00uJ9y4x > .row .container { background-color: transparent; background-image: none; }#UyxqQTQag6ZI2vN1KrcVdHBb00uJ9y4x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyxqQTQag6ZI2vN1KrcVdHBb00uJ9y4x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyxqQTQag6ZI2vN1KrcVdHBb00uJ9y4x > .row .container > .video-iframe-container { display: none; }#UyxqQTQag6ZI2vN1KrcVdHBb00uJ9y4x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyxqQTQag6ZI2vN1KrcVdHBb00uJ9y4x > .row > .video-iframe-container { display: none; }#UyxqQTQag6ZI2vN1KrcVdHBb00uJ9y4x > .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); }#UyxqQTQag6ZI2vN1KrcVdHBb00uJ9y4x > .row .container { border-width: 0; border-radius: 0; }#UyxqQTQag6ZI2vN1KrcVdHBb00uJ9y4x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UyxqQTQag6ZI2vN1KrcVdHBb00uJ9y4x > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#UUV57r7bLblyfAL75MtLdUFpONeAv6Rk { background-color:#f1f8f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#171a35;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.624025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.75rem;left:31.40625rem;display:block; }
#loiLeuttlcIqbf1TiXisiWCRHD66ffeh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w9iLtWJN4DKPa9l7rSKrP3Nft491EJb1 { color:#f1f8f2;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:17.625rem;left:13.78125rem;height:18.1846875rem;text-align:center;text-align-last:center;display:block; }
#qPu4uIozeIo9Bka0XbsOGUraz1z0Z8Me { 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:11.125rem;width:16.4375rem;top:3.75rem;left:28.125rem;overflow:hidden;display:block; }
#SqMlzReVWIWUWwXEPyDW6UsKSs1N8iP2 { position:relative;display:block; }#SqMlzReVWIWUWwXEPyDW6UsKSs1N8iP2 { background-color: transparent; background-image: none; }#SqMlzReVWIWUWwXEPyDW6UsKSs1N8iP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqMlzReVWIWUWwXEPyDW6UsKSs1N8iP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqMlzReVWIWUWwXEPyDW6UsKSs1N8iP2 > .row .container > .video-iframe-container { display: none; }#SqMlzReVWIWUWwXEPyDW6UsKSs1N8iP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqMlzReVWIWUWwXEPyDW6UsKSs1N8iP2 > .row > .video-iframe-container { display: none; }#SqMlzReVWIWUWwXEPyDW6UsKSs1N8iP2 > .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); }#SqMlzReVWIWUWwXEPyDW6UsKSs1N8iP2 { border-width: 0; border-radius: 0; }#SqMlzReVWIWUWwXEPyDW6UsKSs1N8iP2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqMlzReVWIWUWwXEPyDW6UsKSs1N8iP2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KELpGeXxO720ezouqxZqRvZgFAh0iTST { color:#f1f8f2;display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.1875rem;left:4.1875rem;height:7.476125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KROlCZhqgvmr8KG4BT9t09eyJHhdsWQA { position:absolute;display:block;z-index:15022;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:11.499625rem;width:24.187rem;top:1.7889404296875rem;left:6.2486572265625rem;overflow:hidden;display:block; }
#tkzTSnNHQkE2OW2E8HsDCZKgDippEIUa { background-color:#e30000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#f1f8f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.499875rem;height:2.6245125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.562377929688rem;left:8.089599609375rem;display:block; }
#MKx9ZWAvQCMdVqXbXdUClVMLhDz4aVDv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lz4WOoO9RwvTV9gWaR3IgRZHal4Kht4W { color:#f1f8f2;display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.3916015625rem;left:40.875rem;height:;font-style:normal;display:block; }#Lz4WOoO9RwvTV9gWaR3IgRZHal4Kht4W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lz4WOoO9RwvTV9gWaR3IgRZHal4Kht4W li:before{  }
#LF3UiJlHGqHGP6Jw6ThTEXwasAVQncIH { color:#f1f8f2;display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.1875rem;left:4.1875rem;height:7.472625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#AUFoKWDIrNGN45hImCuDfTTV8oqcWgge { background-color:#f1f8f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#171a35;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.624025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.75rem;left:31.40625rem;display:none; }
#KJzqQeJknRbKOM7Su1VUlqEucTFRspiD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uzH7EXAizBqVeZpFCcXk1vwxLb3C3bRg { background-color:#f1f8f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#171a35;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.624025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.75rem;left:31.40625rem;display:none; }
#DGAFyCt2gJVuBf6ezV4crNenymCrEwBq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OzVPaHxTEI0rtlmtkTe6N5gKUHO7ipHf { background-color:#f1f8f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#171a35;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.624025rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.75rem;left:31.40625rem;display:none; }
#aoK4f4fhkog0LSPixLfKG7Fmmn6soDvw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bs35Fl5EKM6S6WefPuMSOPvlG0F9JL7s { color:#f1f8f2;display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.80078125rem;left:40.875rem;height:1.381225rem;display:block; }
#C0kxepckBMvgtTksAmIQKxaUBf6qOh00 { position:relative;display:block; }#C0kxepckBMvgtTksAmIQKxaUBf6qOh00 { background-color: transparent; background-image: none; }#C0kxepckBMvgtTksAmIQKxaUBf6qOh00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0kxepckBMvgtTksAmIQKxaUBf6qOh00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0kxepckBMvgtTksAmIQKxaUBf6qOh00 > .row .container > .video-iframe-container { display: none; }#C0kxepckBMvgtTksAmIQKxaUBf6qOh00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0kxepckBMvgtTksAmIQKxaUBf6qOh00 > .row > .video-iframe-container { display: none; }#C0kxepckBMvgtTksAmIQKxaUBf6qOh00 > .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); }#C0kxepckBMvgtTksAmIQKxaUBf6qOh00 { border-width: 0; border-radius: 0; }#C0kxepckBMvgtTksAmIQKxaUBf6qOh00 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C0kxepckBMvgtTksAmIQKxaUBf6qOh00 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#eJTXUaQp1aUwEDL5SkR5oOn3J37aAmk7 { 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.25rem;top:9.1246337890625rem;left:1.624755859375rem;overflow:hidden;display:block; }
#S0bNx1QKLgZcLX24tCP4674VlylqXbVF { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.1246337890625rem;left:29.49951171875rem;height:5.9985375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kpiwZDNqTcoIo5RdO4COft538Z4z5cG5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:18.437255859375rem;left:1.624755859375rem;overflow:hidden;display:block; }
#DMWfPoV574r9kHTQIbFaN1aGDBeC1EoX { 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.25rem;top:18.437255859375rem;left:26.812133789062rem;overflow:hidden;display:block; }
#W32UkRckvXEmQgfq1iHKKzX7oL6m1cmT { 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.875rem;width:1.25rem;top:9.1246337890625rem;left:26.812133789062rem;overflow:hidden;display:block; }
#PX7PaR008B0Z9BEXZn2IzyQtdSabZ8OZ { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:9.1246337890625rem;left:4.49951171875rem;height:5.9985375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nn1FDlXO8TMGVFMm5Z7qe7O6rawbHcW0 { color:#f1f8f2;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.37451171875rem;left:0.5621337890625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TyUwhzyu2L5VQCfwVkEZMCdd1z8VFxT6 { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.49951171875rem;left:4.18701171875rem;height:4.4989rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#k7ElhUgmmvr0a9TOcTCiEkJzGnbliVw9 { color:#f1f8f2;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:25.6875rem;left:4.21875rem;height:5.9985375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dFAZs1OvhQudrFUddT3TqxuLTLvig3zb { color:#f1f8f2;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:33.9375rem;left:4.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#me4tvv7aekRTtsQLE6fRbpI3C2JVmqui { color:#f1f8f2;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:37.75rem;left:4.5rem;height:4.4989rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TJNR3AmzucA7b6Z9nDvtFezUoDOvQMLK { color:#f1f8f2;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:44.9375rem;left:4.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fZXJPzGn9qos8bynO5TX8XOb9pnIHhxo { color:#f1f8f2;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:1.37451171875rem;left:26.343383789062rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oF2VeSzT9yaNMsNi4EQIL6IXaqUrhCPn { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:18.437255859375rem;left:29.49951171875rem;height:2.99926875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#re53JrPvIxbVR86sc0RUm0oMZu1Dmi3s { 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.875rem;width:1.25rem;top:25.75rem;left:26.8125rem;overflow:hidden;display:block; }
#qGI2TSSvNkTHDSqRVmO1KaHXKQ5HUa7a { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:25.75rem;left:29.5rem;height:5.9985375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TcsZldNVn1UsUGPPuQTXAgM8KeT26IkL { color:#f1f8f2;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:1.37451171875rem;left:51.343383789062rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uFGBaQICndmUpaSI3ZxT53xffzbKpnx5 { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:9.1246337890625rem;left:54.562377929688rem;height:5.9982625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#H1pbDIi5GvmikaIBmLmg1d2f9417drlZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:9.1246337890625rem;left:51.875rem;overflow:hidden;display:block; }
#zIrUk38d127hXwH4zdFOtnO73UiwRkdQ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:18.437255859375rem;left:51.875rem;overflow:hidden;display:block; }
#o9y1nTv0gb2rbubWEZfR3oxusvvzl1aE { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.562377929688rem;left:54.562377929688rem;height:2.99926875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VXdsmCOKWe77tyk8KU39atULNk950RKX { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:46.25rem;left:54.5625rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JpqQX5qDbk0R9vA6T1uuZpdbSxcuxNy2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:25.6875rem;left:1.625rem;overflow:hidden;display:block; }
#xA2BDkwxKnN9G8TgKZo6vamLOvO3OUVP { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:33.75rem;left:1.625rem;overflow:hidden;display:block; }
#y0MIZwW5vSZvIlsiXeqUTg7CQPosXpQx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:37.75rem;left:1.625rem;overflow:hidden;display:block; }
#ErocyXhN5cbA62vRpvOQDiHBzAk8qJsl { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:44.9375rem;left:1.625rem;overflow:hidden;display:block; }
#kJkADlTbl2ihJC4gNmP4FV5mZmJ0h87B { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:25.6875rem;left:51.875rem;overflow:hidden;display:block; }
#ZWTFZ1oJJzhfAd1p5ZgtDidufD4hfUtE { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:25.6875rem;left:54.5625rem;height:5.9985375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WSNcTTmCEaoUFDfoNpWTzOXMUTI3FATw { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.68701171875rem;left:0rem;display:block; }
#hGsJzgO9BQ0p1S1SWcmb4ciyhXGQdA6t { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:0rem;display:block; }
#Fm1BveaSzFAOlBERefJEQuKZAvp1iHHy { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.625rem;left:0rem;display:block; }
#mXrAFeav6trxAVh9INrc6JHKllOgh3nx { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:block; }
#mWKOXWbbAfr4CWXHwRiWhe3T9mTFHeC0 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.625rem;left:0rem;display:block; }
#McaSlmUy8mGh50NPrSpoLnDyervWST7x { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.625rem;left:0rem;display:none; }
#EdxO8WCUqB2Z03Lu66oUEzKQyHwEcKTT { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#NZghHlPLdmmdm5FZdypk9i1TkVKAqO6B { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#i94IQ3RcBFM1JAJvJs7TLHCbFegQL24d { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#vsbqGpIcuySbBKhS8LVX2DSBTl24k5a0 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#dQfFTh36zKAEnKw0ptUc6LJpb42GPrvs { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#TfT5k7lGyUhsozyXepIRUUn68dXkrfcT { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#tFqIAcxl2o980ptKCl3Z3ISwNI21DFX8 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#kHX9dkdPdIOTprTMRwcelcPaWNyw6cAA { position:relative;display:none; }#kHX9dkdPdIOTprTMRwcelcPaWNyw6cAA { border-width: 0; border-radius: 0; }#kHX9dkdPdIOTprTMRwcelcPaWNyw6cAA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHX9dkdPdIOTprTMRwcelcPaWNyw6cAA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#m5hqfDxXgpFtk586D1ENFXZ8rUsNMmDy { 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.25rem;top:10.5625rem;left:1.625rem;overflow:hidden;display:block; }
#xvBfXv7eTImyXo0KNtPqDmThaGWXl73C { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:10.5625rem;left:29.5rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MH4QE4Wr3ZhC4OTlbDmgtWTtaRceN8pE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:16.9375rem;left:1.625rem;overflow:hidden;display:block; }
#RHHs5wsk21KXxndCWTkvhsQePnNST5e3 { 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.25rem;top:16.9375rem;left:26.8125rem;overflow:hidden;display:block; }
#kqSRusqAE6syKKFtlZ2iKOqLklQwnLWW { 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.875rem;width:1.25rem;top:10.5625rem;left:26.8125rem;overflow:hidden;display:block; }
#KPZpliHLTS5nGXS1Pp6VgZBTXesvbVd9 { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:10.5625rem;left:4.5rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BgDVXUeq9gouDBMGCqpiWoGdcPnldMqx { color:#f1f8f2;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:2.625rem;left:1.625rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PyapGwBs1Mh59Q806d5oAMqeIyOWKKXN { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17rem;left:4.1875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UqmMuPfg2ywd045VqTbVzTVZMQBouVzm { color:#f1f8f2;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:25.6875rem;left:4.21875rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FN50nBdQTW7sMEZnS83NL591Qwox5Z8c { color:#f1f8f2;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:33.9375rem;left:4.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ozdcPaUSOTzGmwe2eT7ifM7sTff0IVoW { color:#f1f8f2;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:37.75rem;left:4.5rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wpRTdu1dS2eUFQ1eN0QF8DQTQtDcTbe4 { color:#f1f8f2;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:44.9375rem;left:4.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TbkSAa6kLVE2MPOdmJp2IgngfR07m9wo { color:#f1f8f2;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.25rem;left:26.8125rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KQRXMXa28sesbgHBrkGOG44lzJNR0L9r { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:16.9375rem;left:29.5rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IoZfARGAS4w714EWthULoh2pUazTBKbz { 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.875rem;width:1.25rem;top:25.75rem;left:26.8125rem;overflow:hidden;display:block; }
#DN2mBoAM1CybB4XoxWxOKc8TdUR2BCfh { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:25.75rem;left:29.5rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#brItF4XTBOIvQg1rnTXVzVv9WJD66XXf { color:#f1f8f2;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:3.25rem;left:51.875rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#izh8L0TweiEq3P3db5CIJd0vh6ZzueE2 { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:10.5625rem;left:54.5625rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OyT5APuZnZNnVonHNbog5FxaaKsRrhSb { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:10.5625rem;left:51.875rem;overflow:hidden;display:block; }
#Lwbm0qNqWSE11nWrW6ZzGBv5nOJlrD0D { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:16.9375rem;left:51.875rem;overflow:hidden;display:block; }
#qWwrminM8TWPgKMLGn8tqzd3MZ5IaEV6 { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17.0625rem;left:54.5625rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oBvZq3CRdFWgRfZaZBp1w2ci9lKidhAB { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:46.25rem;left:54.5625rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RdXnTWSrA37uNVyV900Snd29lGFFtbus { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:25.6875rem;left:1.625rem;overflow:hidden;display:block; }
#vMEhdEKmOGgCJ2vZgVT5FhnTJPz1iVOU { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:33.75rem;left:1.625rem;overflow:hidden;display:block; }
#I4PNuzw9byywvFwzixTqR4IZ4WWMEim3 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:37.75rem;left:1.625rem;overflow:hidden;display:block; }
#xHNpyXZFo4dMvKDvEIOsViP1DJtoERXR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:44.9375rem;left:1.625rem;overflow:hidden;display:block; }
#I9tR8L6O7G0TmFJhuG0mAG5vkeC0CgNs { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:25.6875rem;left:51.875rem;overflow:hidden;display:block; }
#xuFrpeT3zR841KxftPTEWzQDLXgsb00l { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:25.6875rem;left:54.5625rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WTbdpgEaiKgT1TcTlTU6DIRhvThvizwB { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.75rem;left:0rem;display:block; }
#gbMIR4HQCbV1zgCnkD0UqCb6rGEd9LbR { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:0rem;display:block; }
#SwLLAy5vPb8oGDynck0OMTLmW2M0IXr1 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.625rem;left:0rem;display:block; }
#T2tSKNUtmPJUKZBd9M7c3lSVD1QHHFJ9 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:block; }
#Ou18peTJtaCc26V7JMc5g03Rfo7Rr619 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.625rem;left:0rem;display:block; }
#voP13evZHLJbT7qNeqLdfwf7fpsWpSUq { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.625rem;left:0rem;display:none; }
#QaAcyDDM48nTC4BHz8kIkc6z6dnaTvDp { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#uEXGKCV5cZhVu8vX7VPcNwpQ5OTTX8M2 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#p0mL90EPvJ8BKwqXAXA1Bf53T0xGBKDw { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#rxXaiIFn7TIo5BbGUUFZMUlJOx6suSv4 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#Z1KMAhCxBev6Cx9pScXgf4lNkszZmnOq { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#NlrZUaSexrI3y1yeqJRuV92VzmzXnbMa { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#rlH5meiNVJLIQUTgeQnhkB3IZH5TlvMI { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#ExiCqN1CBwpoDOZ7UClHTvfxpudkO40b { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#IV7orZuppI26QVPAb1ooy2IH1w0KJbgl { color:#f1f8f2;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.5rem;left:40.875rem;height:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#kh7LlXTTkUHBbAwEm4okHaNhsmDZagPT { background-color:#e30000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#f1f8f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.5625rem;left:4.1875rem;display:none; }
#y1HoawZBJd5oG8kJnsLMsUMXKCy26bde { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VoHdKiOJvZIpXhKtIykhHUOU6Fn5dHyD { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:137.8125rem;left:6.625rem;display:none; }
#VGU4W2lHaCm2FforekLm2DHNrb3T13du { position:relative;display:none; }#VGU4W2lHaCm2FforekLm2DHNrb3T13du { border-width: 0; border-radius: 0; }#VGU4W2lHaCm2FforekLm2DHNrb3T13du > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VGU4W2lHaCm2FforekLm2DHNrb3T13du > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#rTKO9qZmIW1ym3AIfTWHrSh1rOUyNL4R { 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.25rem;top:10.5625rem;left:1.625rem;overflow:hidden;display:block; }
#TOTMxKZQXih8Z0CoZHRyuGdovJUQrsqt { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:10.5625rem;left:29.5rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZD2dWPGx9i9Zab7ZErWI5rlmSfJbDOZ1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:16.9375rem;left:1.625rem;overflow:hidden;display:block; }
#mVgaMi1f2aTVxiFyIqp5f7O8gPzz7x4K { 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.25rem;top:16.9375rem;left:26.8125rem;overflow:hidden;display:block; }
#xqwOvvR8GWzfLdRpv0TxedFc79NdxtGI { 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.875rem;width:1.25rem;top:10.5625rem;left:26.8125rem;overflow:hidden;display:block; }
#Qh45uxTUNfLUbabfmkqLqz8nrV0af1ZH { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:10.5625rem;left:4.5rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#O0fsyXcOpOTgiX2UApnGkuyS3faBQa3O { color:#f1f8f2;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:2.625rem;left:1.625rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nkSFSe45rZ9MfsnNAiINnSGsOR3A650m { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17rem;left:4.1875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d4FH3GydJJ9VN0CJODsT5iU2ZC0mlLTZ { color:#f1f8f2;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:25.6875rem;left:4.21875rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dfdybl9bFuSOKKHmIXwCKutUBExsfZGw { color:#f1f8f2;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:33.9375rem;left:4.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#t6U9FXNQ8RnTu97tU2elkogZfg5WUsPk { color:#f1f8f2;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:37.75rem;left:4.5rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hZLvdqqcmFQwIIPLaRkHNxSZ3MvW7g6x { color:#f1f8f2;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:44.9375rem;left:4.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uvWcn5bffOAAp6dNq2nCZMz6OT9JAmMP { color:#f1f8f2;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.25rem;left:26.8125rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F6th2tNqEx8w6JO5Gibd46qyEz0WoPn8 { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:16.9375rem;left:29.5rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T5GWEwFGnimZBI2m1U9UuBTMzlAiNFn0 { 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.875rem;width:1.25rem;top:25.75rem;left:26.8125rem;overflow:hidden;display:block; }
#N6ECv7pPdNv46JsbuQAQJI4wd6OtevNK { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:25.75rem;left:29.5rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Pl6FonvQXO0zfzFTEuFwvT41nAvUEiH8 { color:#f1f8f2;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:3.25rem;left:51.875rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fS5bb2uPWOA9lgLLRxgKHMI66Ebpeq2Z { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:10.5625rem;left:54.5625rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gGpfzoBg8lRhAHpptOt9pM53GUSJ7SbA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:10.5625rem;left:51.875rem;overflow:hidden;display:block; }
#yMphRx1QankZqxJMo9dZNhzqklFl0Wly { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:16.9375rem;left:51.875rem;overflow:hidden;display:block; }
#WHmWZd5AZggE4o46eicO0QKVJkUMMXJw { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17.0625rem;left:54.5625rem;height:5.9982625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Nv3m9Z1sBAmQQyaZ6XFnAEFskfR5zBNb { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:46.25rem;left:54.5625rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#X2pW4JzvMVxQi4goS6klFqMlUxaARTz9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:25.6875rem;left:1.625rem;overflow:hidden;display:block; }
#z53OO3DCfcibhca6i2zDITuPTGKUMR61 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:33.75rem;left:1.625rem;overflow:hidden;display:block; }
#sFlkJs5gTib3ixChncXmM4FBflQQvJ3g { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:37.75rem;left:1.625rem;overflow:hidden;display:block; }
#ygi0qg3hehvVmFbRibi46stEuKZXa8EZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:44.9375rem;left:1.625rem;overflow:hidden;display:block; }
#AKunxcoO4oFIBu4T3eMpplAv8mnGf4tH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.25rem;top:25.6875rem;left:51.875rem;overflow:hidden;display:block; }
#hv4aFqHXTt2NmItRK0vFgMrnZPQJw5mv { color:#f1f8f2;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:25.6875rem;left:54.5625rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DUEguR6fTcW0GKay5xIX7li00NvBhqk6 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.75rem;left:0rem;display:block; }
#NgLhJgsK3aRNt9mLO8enXV02WD2AT8g5 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:0rem;display:block; }
#FGsNeaJ9iFwKr655WgDXbqkox0OkvzFG { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.625rem;left:0rem;display:block; }
#kog46U1n8I2dBIwiJD71i0C0pfvn0Wua { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:block; }
#fHNsBkEwEW3e6QZwaV05cBSaepHPUAgy { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.625rem;left:0rem;display:block; }
#BVpT4BClnFUuzzGrvAP88fa7Gqks71TE { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.625rem;left:0rem;display:none; }
#doRgstp1WkgZWqdvgn7icq5ZHOCA6pIO { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#TKWtz1v6zqE2ETSzrmhz3S3XGLgF8PTa { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#TuEz7JeBf6XhggmbKiANSWPaLhTtvxuf { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#QfmJtXx4NsfU6kRNVFIcB7Wc1zBCORqD { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#enWQTTPwnVC5bT55nI8Cm1QQTB9hZNPM { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#FmxndKSUWDtw7Gs5zpolS7BvVGazxnUk { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#xTWFV8pR8D9c20iZI39QyAgI12MBWo9F { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#VRlO6C9PQuGW4AeQE0aNcbHBL7BxWAlN { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5rem;left:0rem;display:none; }
#mOtV144Ip896z83UM4DWkZ8rZnPDLf5r { color:#f1f8f2;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.5rem;left:40.875rem;height:21rem;font-style:normal;display:none; }#mOtV144Ip896z83UM4DWkZ8rZnPDLf5r li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#mOtV144Ip896z83UM4DWkZ8rZnPDLf5r li:before{  }
#ubNDDS1Lm2nGTq34XWhBK1km8svHb1a9 { background-color:#e30000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#f1f8f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.5625rem;left:4.1875rem;display:none; }
#dECh7b6dVsTRpCRC1F3hnsEt9kH2Pnhc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t6CR1f96OeWZrT8tDBc1bohUdVLtrRaU { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:137.8125rem;left:6.625rem;display:none; }
#US25QsRBdaJesZ2J9aPXOTdLT27WPIk2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#US25QsRBdaJesZ2J9aPXOTdLT27WPIk2 > .row .container { background-color: transparent; background-image: none; }#US25QsRBdaJesZ2J9aPXOTdLT27WPIk2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US25QsRBdaJesZ2J9aPXOTdLT27WPIk2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US25QsRBdaJesZ2J9aPXOTdLT27WPIk2 > .row .container > .video-iframe-container { display: none; }#US25QsRBdaJesZ2J9aPXOTdLT27WPIk2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US25QsRBdaJesZ2J9aPXOTdLT27WPIk2 > .row > .video-iframe-container { display: none; }#US25QsRBdaJesZ2J9aPXOTdLT27WPIk2 > .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); }#US25QsRBdaJesZ2J9aPXOTdLT27WPIk2 > .row .container { border-width: 0; border-radius: 0; }#US25QsRBdaJesZ2J9aPXOTdLT27WPIk2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#US25QsRBdaJesZ2J9aPXOTdLT27WPIk2 > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:75rem;position:relative;display:block; }#ikdJmWPSDVO5Pz1U7kxSJg9VayaqtJQz { 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:13.187375rem;width:45.1248125rem;top:18.562283039093rem;left:23.499893188476rem;overflow:hidden;display:none; }
#PKN4gZ5CXOfRriKevaLJmdNtoR02K4Md { 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:25.4996875rem;width:31.7496875rem;top:2.2802739143372rem;left:1.4995670318604rem;overflow:hidden;display:none; }
#O8c7zxVRV2J46PqNo9zdVziSCo4T6VdC { 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:20.0625rem;width:30.5rem;top:0rem;left:35.966800689698rem;overflow:hidden;display:none; }
#gRvE87BBhhvfKLMCblJW7TydvpHTHKMu { 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:11.93725rem;width:25rem;top:5.0177001953125rem;left:25rem;overflow:hidden;display:block; }
#enkTL7uN8bvJCVJUDBvgaN0HwDCfTtH0 { color:#f1f8f2;display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.916015625rem;left:23.15625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Fct4hJFrOfNVy6bXSuz3nTK2PyU9aflk { color:#f1f8f2;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:40.1875rem;left:20.25rem;height:6.4971875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TM6MsLrnULOCRQvU4AuNWBskExhiw7sW { color:#f1f8f2;display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:40.0625rem;left:42.75rem;height:6.4971875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BKp5XKdih900eJ9qTgnAJMDizNWpn497 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.4375rem;width:11.4375rem;top:27.125rem;left:40.875rem;overflow:hidden;display:block; }
#uav9bnNK6tfPl594wlQN7yy4T0d5fcNJ { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.4375rem;width:11.4375rem;top:27.25rem;left:19.4375rem;overflow:hidden;display:block; }
#sQ5DQO4wl46g1CILR3PKTrKMfgitOwgM { position:absolute;display:block;z-index:15000;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:11.6875rem;width:17.25rem;top:45.12451171875rem;left:0rem;display:none; }
#PQErw3bN844eDuq7S8i3ceS65QMfETeI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container { background-color: transparent; background-image: none; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container > .video-iframe-container { display: none; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row > .video-iframe-container { display: none; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .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); }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container { border-width: 0; border-radius: 0; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#pV9RGd407AtnQ8O80VFidtgufGpTc5Hd { position:absolute;display:block;z-index:15000;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:42.124625rem;width:37.1875rem;top:0rem;left:18.90625rem;overflow:hidden;display:block; }
#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row .container { background-color: transparent; background-image: none; }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row .container > .video-iframe-container { display: none; }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row > .video-iframe-container { display: none; }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .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); }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row .container { border-width: 0; border-radius: 0; }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#QoiW7gykxlOPkFabyPc0mHrEtTv78JTN { color:#f1f8f2;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#LP5szC1k2feEbPvVyLLQw0BT5K1AsFgE { color:#f1f8f2;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:22.125rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#G2aerkhlb6BHiP2uWLXoRlRJAfPowvgu { color:#f1f8f2;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:40.875rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#epx3TQCuAKBZ3va224NR3n0yo6VOqmhm { color:#f1f8f2;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:59.625rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Do8BOTrKWe9upN3SsaevFNpZ99iagbcK { display:block; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0DkwymHNwtoNfi1TVi1WhX38JTTgtrN { top:4.875rem;left:8.46728515625rem;width:30.75rem;height:21.70584566266rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyxqQTQag6ZI2vN1KrcVdHBb00uJ9y4x { display:block; }#UyxqQTQag6ZI2vN1KrcVdHBb00uJ9y4x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUV57r7bLblyfAL75MtLdUFpONeAv6Rk { width:12.1875rem;height:2.5625rem;top:40.75rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loiLeuttlcIqbf1TiXisiWCRHD66ffeh { display:block; }
 }@media only screen and (max-width: 763px) { #w9iLtWJN4DKPa9l7rSKrP3Nft491EJb1 { top:17.625rem;left:0.15625rem;width:47.4375rem;height:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPu4uIozeIo9Bka0XbsOGUraz1z0Z8Me { top:3.75rem;left:14.5rem;width:16.4375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqMlzReVWIWUWwXEPyDW6UsKSs1N8iP2 { display:block; }#SqMlzReVWIWUWwXEPyDW6UsKSs1N8iP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KELpGeXxO720ezouqxZqRvZgFAh0iTST { width:32.4375rem;height:7.4375rem;top:14.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KROlCZhqgvmr8KG4BT9t09eyJHhdsWQA { top:1.75rem;left:0rem;width:24.125rem;height:11.470147315707rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkzTSnNHQkE2OW2E8HsDCZKgDippEIUa { width:20.4375rem;height:2.5625rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKx9ZWAvQCMdVqXbXdUClVMLhDz4aVDv { display:block; }
 }@media only screen and (max-width: 763px) { #Lz4WOoO9RwvTV9gWaR3IgRZHal4Kht4W { width:33.125rem;height:;top:7.375rem;left:2.6875rem;font-size:0.75rem;display:block; }#Lz4WOoO9RwvTV9gWaR3IgRZHal4Kht4W li:before{  }
 }@media only screen and (max-width: 763px) { #LF3UiJlHGqHGP6Jw6ThTEXwasAVQncIH { width:18.4375rem;height:;top:9.25rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUFoKWDIrNGN45hImCuDfTTV8oqcWgge { width:12.1875rem;height:2.5625rem;top:40.75rem;left:17.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJzqQeJknRbKOM7Su1VUlqEucTFRspiD { display:block; }
 }@media only screen and (max-width: 763px) { #uzH7EXAizBqVeZpFCcXk1vwxLb3C3bRg { width:12.1875rem;height:2.5625rem;top:40.75rem;left:17.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGAFyCt2gJVuBf6ezV4crNenymCrEwBq { display:block; }
 }@media only screen and (max-width: 763px) { #OzVPaHxTEI0rtlmtkTe6N5gKUHO7ipHf { width:12.1875rem;height:2.5625rem;top:40.75rem;left:17.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aoK4f4fhkog0LSPixLfKG7Fmmn6soDvw { display:block; }
 }@media only screen and (max-width: 763px) { #bs35Fl5EKM6S6WefPuMSOPvlG0F9JL7s { top:3.75rem;left:15.8125rem;width:31.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0kxepckBMvgtTksAmIQKxaUBf6qOh00 { display:block; }#C0kxepckBMvgtTksAmIQKxaUBf6qOh00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJTXUaQp1aUwEDL5SkR5oOn3J37aAmk7 { width:1.25rem;height:1.875rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0bNx1QKLgZcLX24tCP4674VlylqXbVF { width:18.3125rem;height:5.9375rem;top:9.0625rem;left:13.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpiwZDNqTcoIo5RdO4COft538Z4z5cG5 { width:1.25rem;height:1.875rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMWfPoV574r9kHTQIbFaN1aGDBeC1EoX { width:1.25rem;height:1.875rem;top:18.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W32UkRckvXEmQgfq1iHKKzX7oL6m1cmT { width:1.25rem;height:1.875rem;top:9.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX7PaR008B0Z9BEXZn2IzyQtdSabZ8OZ { width:18.3125rem;height:5.9375rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn1FDlXO8TMGVFMm5Z7qe7O6rawbHcW0 { top:1.3125rem;left:0rem;width:22.3125rem;height:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUwhzyu2L5VQCfwVkEZMCdd1z8VFxT6 { width:18.3125rem;height:4.4375rem;top:18.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ElhUgmmvr0a9TOcTCiEkJzGnbliVw9 { width:17.125rem;height:6rem;top:25.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFAZs1OvhQudrFUddT3TqxuLTLvig3zb { width:17.125rem;height:1.5rem;top:33.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #me4tvv7aekRTtsQLE6fRbpI3C2JVmqui { width:17.125rem;height:4.5rem;top:37.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNR3AmzucA7b6Z9nDvtFezUoDOvQMLK { width:17.125rem;height:1.5rem;top:44.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZXJPzGn9qos8bynO5TX8XOb9pnIHhxo { top:1.3125rem;left:9.4375rem;width:22.3125rem;height:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF2VeSzT9yaNMsNi4EQIL6IXaqUrhCPn { width:18.3125rem;height:2.9375rem;top:18.375rem;left:13.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #re53JrPvIxbVR86sc0RUm0oMZu1Dmi3s { width:1.25rem;height:1.875rem;top:25.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGI2TSSvNkTHDSqRVmO1KaHXKQ5HUa7a { width:18.375rem;height:6rem;top:25.75rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcsZldNVn1UsUGPPuQTXAgM8KeT26IkL { top:1.3125rem;left:25.3125rem;width:22.3125rem;height:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFGBaQICndmUpaSI3ZxT53xffzbKpnx5 { width:18.3125rem;height:5.9375rem;top:9.0625rem;left:29.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1pbDIi5GvmikaIBmLmg1d2f9417drlZ { width:1.25rem;height:1.875rem;top:9.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIrUk38d127hXwH4zdFOtnO73UiwRkdQ { width:1.25rem;height:1.875rem;top:18.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9y1nTv0gb2rbubWEZfR3oxusvvzl1aE { width:18.3125rem;height:2.9375rem;top:18.5rem;left:29.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXdsmCOKWe77tyk8KU39atULNk950RKX { width:18.375rem;height:1.125rem;top:46.25rem;left:29.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpqQX5qDbk0R9vA6T1uuZpdbSxcuxNy2 { width:1.25rem;height:1.875rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA2BDkwxKnN9G8TgKZo6vamLOvO3OUVP { width:1.25rem;height:1.875rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0MIZwW5vSZvIlsiXeqUTg7CQPosXpQx { width:1.25rem;height:1.875rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErocyXhN5cbA62vRpvOQDiHBzAk8qJsl { width:1.25rem;height:1.875rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJkADlTbl2ihJC4gNmP4FV5mZmJ0h87B { width:1.25rem;height:1.875rem;top:25.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWTFZ1oJJzhfAd1p5ZgtDidufD4hfUtE { width:18.375rem;height:6rem;top:25.6875rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSNcTTmCEaoUFDfoNpWTzOXMUTI3FATw { top:16.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGsJzgO9BQ0p1S1SWcmb4ciyhXGQdA6t { top:24rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm1BveaSzFAOlBERefJEQuKZAvp1iHHy { top:36.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXrAFeav6trxAVh9INrc6JHKllOgh3nx { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWKOXWbbAfr4CWXHwRiWhe3T9mTFHeC0 { top:32.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McaSlmUy8mGh50NPrSpoLnDyervWST7x { top:32.625rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdxO8WCUqB2Z03Lu66oUEzKQyHwEcKTT { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZghHlPLdmmdm5FZdypk9i1TkVKAqO6B { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i94IQ3RcBFM1JAJvJs7TLHCbFegQL24d { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vsbqGpIcuySbBKhS8LVX2DSBTl24k5a0 { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dQfFTh36zKAEnKw0ptUc6LJpb42GPrvs { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfT5k7lGyUhsozyXepIRUUn68dXkrfcT { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFqIAcxl2o980ptKCl3Z3ISwNI21DFX8 { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHX9dkdPdIOTprTMRwcelcPaWNyw6cAA { display:none; }#kHX9dkdPdIOTprTMRwcelcPaWNyw6cAA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m5hqfDxXgpFtk586D1ENFXZ8rUsNMmDy { width:1.25rem;height:1.875rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvBfXv7eTImyXo0KNtPqDmThaGWXl73C { width:20rem;height:3rem;top:11.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH4QE4Wr3ZhC4OTlbDmgtWTtaRceN8pE { width:1.25rem;height:1.875rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHHs5wsk21KXxndCWTkvhsQePnNST5e3 { width:1.25rem;height:1.875rem;top:16.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqSRusqAE6syKKFtlZ2iKOqLklQwnLWW { width:1.25rem;height:1.875rem;top:10.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPZpliHLTS5nGXS1Pp6VgZBTXesvbVd9 { width:18.375rem;height:4.5rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgDVXUeq9gouDBMGCqpiWoGdcPnldMqx { top:2.625rem;left:0rem;width:22.3125rem;height:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyapGwBs1Mh59Q806d5oAMqeIyOWKKXN { width:18.375rem;height:4.5rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqmMuPfg2ywd045VqTbVzTVZMQBouVzm { width:17.125rem;height:6rem;top:25.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN50nBdQTW7sMEZnS83NL591Qwox5Z8c { width:17.125rem;height:1.5rem;top:33.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozdcPaUSOTzGmwe2eT7ifM7sTff0IVoW { width:17.125rem;height:4.5rem;top:37.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpRTdu1dS2eUFQ1eN0QF8DQTQtDcTbe4 { width:17.125rem;height:1.5rem;top:44.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbkSAa6kLVE2MPOdmJp2IgngfR07m9wo { top:3.25rem;left:9.4375rem;width:22.3125rem;height:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQRXMXa28sesbgHBrkGOG44lzJNR0L9r { width:18.3125rem;height:5.9375rem;top:18.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoZfARGAS4w714EWthULoh2pUazTBKbz { width:1.25rem;height:1.875rem;top:25.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN2mBoAM1CybB4XoxWxOKc8TdUR2BCfh { width:18.375rem;height:6rem;top:25.75rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brItF4XTBOIvQg1rnTXVzVv9WJD66XXf { top:3.25rem;left:25.3125rem;width:22.3125rem;height:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izh8L0TweiEq3P3db5CIJd0vh6ZzueE2 { width:18.375rem;height:3rem;top:10.5625rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyT5APuZnZNnVonHNbog5FxaaKsRrhSb { width:1.25rem;height:1.875rem;top:10.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwbm0qNqWSE11nWrW6ZzGBv5nOJlrD0D { width:1.25rem;height:1.875rem;top:16.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWwrminM8TWPgKMLGn8tqzd3MZ5IaEV6 { width:18.375rem;height:6rem;top:17.0625rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBvZq3CRdFWgRfZaZBp1w2ci9lKidhAB { width:18.375rem;height:1.125rem;top:46.25rem;left:29.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdXnTWSrA37uNVyV900Snd29lGFFtbus { width:1.25rem;height:1.875rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMEhdEKmOGgCJ2vZgVT5FhnTJPz1iVOU { width:1.25rem;height:1.875rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4PNuzw9byywvFwzixTqR4IZ4WWMEim3 { width:1.25rem;height:1.875rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHNpyXZFo4dMvKDvEIOsViP1DJtoERXR { width:1.25rem;height:1.875rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9tR8L6O7G0TmFJhuG0mAG5vkeC0CgNs { width:1.25rem;height:1.875rem;top:25.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuFrpeT3zR841KxftPTEWzQDLXgsb00l { width:18.375rem;height:6rem;top:25.6875rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTbdpgEaiKgT1TcTlTU6DIRhvThvizwB { top:15.75rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbMIR4HQCbV1zgCnkD0UqCb6rGEd9LbR { top:24rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwLLAy5vPb8oGDynck0OMTLmW2M0IXr1 { top:36.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2tSKNUtmPJUKZBd9M7c3lSVD1QHHFJ9 { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou18peTJtaCc26V7JMc5g03Rfo7Rr619 { top:32.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #voP13evZHLJbT7qNeqLdfwf7fpsWpSUq { top:32.625rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaAcyDDM48nTC4BHz8kIkc6z6dnaTvDp { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEXGKCV5cZhVu8vX7VPcNwpQ5OTTX8M2 { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0mL90EPvJ8BKwqXAXA1Bf53T0xGBKDw { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxXaiIFn7TIo5BbGUUFZMUlJOx6suSv4 { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1KMAhCxBev6Cx9pScXgf4lNkszZmnOq { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NlrZUaSexrI3y1yeqJRuV92VzmzXnbMa { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rlH5meiNVJLIQUTgeQnhkB3IZH5TlvMI { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExiCqN1CBwpoDOZ7UClHTvfxpudkO40b { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IV7orZuppI26QVPAb1ooy2IH1w0KJbgl { width:17.0625rem;height:22.5rem;top:141.5625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kh7LlXTTkUHBbAwEm4okHaNhsmDZagPT { width:20.5rem;height:2.625rem;top:24.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1HoawZBJd5oG8kJnsLMsUMXKCy26bde { display:block; }
 }@media only screen and (max-width: 763px) { #VoHdKiOJvZIpXhKtIykhHUOU6Fn5dHyD { top:137.8125rem;left:0rem;width:20rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGU4W2lHaCm2FforekLm2DHNrb3T13du { display:none; }#VGU4W2lHaCm2FforekLm2DHNrb3T13du > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rTKO9qZmIW1ym3AIfTWHrSh1rOUyNL4R { width:1.25rem;height:1.875rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOTMxKZQXih8Z0CoZHRyuGdovJUQrsqt { width:18.375rem;height:3rem;top:10.5625rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD2dWPGx9i9Zab7ZErWI5rlmSfJbDOZ1 { width:1.25rem;height:1.875rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVgaMi1f2aTVxiFyIqp5f7O8gPzz7x4K { width:1.25rem;height:1.875rem;top:16.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqwOvvR8GWzfLdRpv0TxedFc79NdxtGI { width:1.25rem;height:1.875rem;top:10.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh45uxTUNfLUbabfmkqLqz8nrV0af1ZH { width:18.375rem;height:4.5rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0fsyXcOpOTgiX2UApnGkuyS3faBQa3O { top:2.625rem;left:0rem;width:22.3125rem;height:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkSFSe45rZ9MfsnNAiINnSGsOR3A650m { width:18.375rem;height:4.5rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4FH3GydJJ9VN0CJODsT5iU2ZC0mlLTZ { width:17.125rem;height:6rem;top:25.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfdybl9bFuSOKKHmIXwCKutUBExsfZGw { width:17.125rem;height:1.5rem;top:33.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6U9FXNQ8RnTu97tU2elkogZfg5WUsPk { width:17.125rem;height:4.5rem;top:37.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZLvdqqcmFQwIIPLaRkHNxSZ3MvW7g6x { width:17.125rem;height:1.5rem;top:44.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvWcn5bffOAAp6dNq2nCZMz6OT9JAmMP { top:3.25rem;left:9.4375rem;width:22.3125rem;height:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6th2tNqEx8w6JO5Gibd46qyEz0WoPn8 { width:18.375rem;height:6rem;top:16.9375rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5GWEwFGnimZBI2m1U9UuBTMzlAiNFn0 { width:1.25rem;height:1.875rem;top:25.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6ECv7pPdNv46JsbuQAQJI4wd6OtevNK { width:18.375rem;height:6rem;top:25.75rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl6FonvQXO0zfzFTEuFwvT41nAvUEiH8 { top:3.25rem;left:25.3125rem;width:22.3125rem;height:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS5bb2uPWOA9lgLLRxgKHMI66Ebpeq2Z { width:18.375rem;height:3rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGpfzoBg8lRhAHpptOt9pM53GUSJ7SbA { width:1.25rem;height:1.875rem;top:10.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMphRx1QankZqxJMo9dZNhzqklFl0Wly { width:1.25rem;height:1.875rem;top:16.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHmWZd5AZggE4o46eicO0QKVJkUMMXJw { width:18.3125rem;height:5.9375rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv3m9Z1sBAmQQyaZ6XFnAEFskfR5zBNb { width:18.375rem;height:1.125rem;top:37.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2pW4JzvMVxQi4goS6klFqMlUxaARTz9 { width:1.25rem;height:1.875rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z53OO3DCfcibhca6i2zDITuPTGKUMR61 { width:1.25rem;height:1.875rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFlkJs5gTib3ixChncXmM4FBflQQvJ3g { width:1.25rem;height:1.875rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygi0qg3hehvVmFbRibi46stEuKZXa8EZ { width:1.25rem;height:1.875rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKunxcoO4oFIBu4T3eMpplAv8mnGf4tH { width:1.25rem;height:1.875rem;top:25.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv4aFqHXTt2NmItRK0vFgMrnZPQJw5mv { width:18.375rem;height:6rem;top:25.6875rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUEguR6fTcW0GKay5xIX7li00NvBhqk6 { top:15.75rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgLhJgsK3aRNt9mLO8enXV02WD2AT8g5 { top:24rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGsNeaJ9iFwKr655WgDXbqkox0OkvzFG { top:36.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kog46U1n8I2dBIwiJD71i0C0pfvn0Wua { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHNsBkEwEW3e6QZwaV05cBSaepHPUAgy { top:32.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVpT4BClnFUuzzGrvAP88fa7Gqks71TE { top:32.625rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #doRgstp1WkgZWqdvgn7icq5ZHOCA6pIO { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKWtz1v6zqE2ETSzrmhz3S3XGLgF8PTa { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuEz7JeBf6XhggmbKiANSWPaLhTtvxuf { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfmJtXx4NsfU6kRNVFIcB7Wc1zBCORqD { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #enWQTTPwnVC5bT55nI8Cm1QQTB9hZNPM { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmxndKSUWDtw7Gs5zpolS7BvVGazxnUk { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTWFV8pR8D9c20iZI39QyAgI12MBWo9F { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRlO6C9PQuGW4AeQE0aNcbHBL7BxWAlN { top:43.5rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOtV144Ip896z83UM4DWkZ8rZnPDLf5r { width:17rem;height:;top:45.3125rem;left:0rem;font-size:0.75rem;display:none; }#mOtV144Ip896z83UM4DWkZ8rZnPDLf5r li:before{  }
 }@media only screen and (max-width: 763px) { #ubNDDS1Lm2nGTq34XWhBK1km8svHb1a9 { width:20.5rem;height:2.625rem;top:24.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dECh7b6dVsTRpCRC1F3hnsEt9kH2Pnhc { display:block; }
 }@media only screen and (max-width: 763px) { #t6CR1f96OeWZrT8tDBc1bohUdVLtrRaU { top:137.8125rem;left:0rem;width:20rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #US25QsRBdaJesZ2J9aPXOTdLT27WPIk2 { display:block; }#US25QsRBdaJesZ2J9aPXOTdLT27WPIk2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikdJmWPSDVO5Pz1U7kxSJg9VayaqtJQz { top:18.5rem;left:2.625rem;width:45.0625rem;height:13.169164657194rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKN4gZ5CXOfRriKevaLJmdNtoR02K4Md { top:2.25rem;left:0rem;width:31.6875rem;height:25.449741754348rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8c7zxVRV2J46PqNo9zdVziSCo4T6VdC { top:0rem;left:17.25rem;width:30.5rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRvE87BBhhvfKLMCblJW7TydvpHTHKMu { top:5rem;left:11.375rem;width:25rem;height:11.93725rem;display:block; }
 }@media only screen and (max-width: 763px) { #enkTL7uN8bvJCVJUDBvgaN0HwDCfTtH0 { width:28.6875rem;height:;top:16.875rem;left:9.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fct4hJFrOfNVy6bXSuz3nTK2PyU9aflk { width:16.5625rem;height:6.4375rem;top:40.1875rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM6MsLrnULOCRQvU4AuNWBskExhiw7sW { width:14.875rem;height:6.4375rem;top:40.0625rem;left:29.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKp5XKdih900eJ9qTgnAJMDizNWpn497 { top:27.125rem;left:27.25rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uav9bnNK6tfPl594wlQN7yy4T0d5fcNJ { top:27.25rem;left:5.8125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ5DQO4wl46g1CILR3PKTrKMfgitOwgM { width:17.25rem;height:11.6875rem;top:45.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQErw3bN844eDuq7S8i3ceS65QMfETeI { display:block; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pV9RGd407AtnQ8O80VFidtgufGpTc5Hd { top:0rem;left:5.28125rem;width:37.1875rem;height:42.124625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU { display:block; }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoiW7gykxlOPkFabyPc0mHrEtTv78JTN { top:2.875rem;left:0rem;width:11.875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP5szC1k2feEbPvVyLLQw0BT5K1AsFgE { top:2.9375rem;left:11.9375rem;width:11.9375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2aerkhlb6BHiP2uWLXoRlRJAfPowvgu { top:2.875rem;left:23.875rem;width:11.875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epx3TQCuAKBZ3va224NR3n0yo6VOqmhm { top:2.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Do8BOTrKWe9upN3SsaevFNpZ99iagbcK { display:block; }#Do8BOTrKWe9upN3SsaevFNpZ99iagbcK > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0DkwymHNwtoNfi1TVi1WhX38JTTgtrN { width:20rem;height:13.999625rem;top:1.4984130859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyxqQTQag6ZI2vN1KrcVdHBb00uJ9y4x { display:block; }#UyxqQTQag6ZI2vN1KrcVdHBb00uJ9y4x > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUV57r7bLblyfAL75MtLdUFpONeAv6Rk { width:9.5605625rem;height:2.061525rem;top:35.6875rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loiLeuttlcIqbf1TiXisiWCRHD66ffeh { display:block; }
 }@media only screen and (max-width: 763px) { #w9iLtWJN4DKPa9l7rSKrP3Nft491EJb1 { width:18.562rem;height:25.59026875rem;top:8.6865234375rem;left:0.7177734375rem;font-size:1rem;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qPu4uIozeIo9Bka0XbsOGUraz1z0Z8Me { width:10.9375rem;height:7.374875rem;top:0rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqMlzReVWIWUWwXEPyDW6UsKSs1N8iP2 { display:block; }#SqMlzReVWIWUWwXEPyDW6UsKSs1N8iP2 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KELpGeXxO720ezouqxZqRvZgFAh0iTST { width:18.4375rem;height:0;top:9.125rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KROlCZhqgvmr8KG4BT9t09eyJHhdsWQA { width:14.562375rem;height:6.9995rem;top:1.25rem;left:2.71728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkzTSnNHQkE2OW2E8HsDCZKgDippEIUa { width:16.5625rem;height:2.5625rem;top:119.2412109375rem;left:2.8388671875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKx9ZWAvQCMdVqXbXdUClVMLhDz4aVDv { display:block; }
 }@media only screen and (max-width: 763px) { #Lz4WOoO9RwvTV9gWaR3IgRZHal4Kht4W { width:17.0625rem;height:0;top:74.25rem;left:1.46875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }#Lz4WOoO9RwvTV9gWaR3IgRZHal4Kht4W li:before{  }
 }@media only screen and (max-width: 763px) { #LF3UiJlHGqHGP6Jw6ThTEXwasAVQncIH { width:18.4375rem;height:;top:9.25rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #AUFoKWDIrNGN45hImCuDfTTV8oqcWgge { width:9.5605625rem;height:2.061525rem;top:12.75rem;left:5.21875rem;font-size:0.875rem;z-index:15009;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KJzqQeJknRbKOM7Su1VUlqEucTFRspiD { display:block; }
 }@media only screen and (max-width: 763px) { #uzH7EXAizBqVeZpFCcXk1vwxLb3C3bRg { width:9.5605625rem;height:2.061525rem;top:15.875rem;left:5.21875rem;font-size:0.875rem;z-index:15010;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DGAFyCt2gJVuBf6ezV4crNenymCrEwBq { display:block; }
 }@media only screen and (max-width: 763px) { #OzVPaHxTEI0rtlmtkTe6N5gKUHO7ipHf { width:9.5605625rem;height:2.061525rem;top:18.9375rem;left:5.21875rem;font-size:0.875rem;z-index:15011;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aoK4f4fhkog0LSPixLfKG7Fmmn6soDvw { display:block; }
 }@media only screen and (max-width: 763px) { #bs35Fl5EKM6S6WefPuMSOPvlG0F9JL7s { width:20rem;height:0;top:22.249025rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0kxepckBMvgtTksAmIQKxaUBf6qOh00 { display:block; }#C0kxepckBMvgtTksAmIQKxaUBf6qOh00 > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJTXUaQp1aUwEDL5SkR5oOn3J37aAmk7 { width:1.25rem;height:1.875rem;top:14rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0bNx1QKLgZcLX24tCP4674VlylqXbVF { width:20rem;height:0;top:67.125rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kpiwZDNqTcoIo5RdO4COft538Z4z5cG5 { width:1.25rem;height:1.875rem;top:44.125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMWfPoV574r9kHTQIbFaN1aGDBeC1EoX { width:1.25rem;height:1.875rem;top:36.5625rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W32UkRckvXEmQgfq1iHKKzX7oL6m1cmT { width:1.25rem;height:1.875rem;top:106.125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PX7PaR008B0Z9BEXZn2IzyQtdSabZ8OZ { width:18.375rem;height:5.9985375rem;top:9.249755859375rem;left:0.811767578125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn1FDlXO8TMGVFMm5Z7qe7O6rawbHcW0 { width:20rem;height:5.0982rem;top:3.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TyUwhzyu2L5VQCfwVkEZMCdd1z8VFxT6 { width:18.375rem;height:4.4989rem;top:18.561767578125rem;left:0.811767578125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ElhUgmmvr0a9TOcTCiEkJzGnbliVw9 { width:17.125rem;height:5.9985375rem;top:26.31201171875rem;left:1.436767578125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFAZs1OvhQudrFUddT3TqxuLTLvig3zb { width:17.125rem;height:1.49963125rem;top:35.68701171875rem;left:1.436767578125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #me4tvv7aekRTtsQLE6fRbpI3C2JVmqui { width:17.125rem;height:4.4989rem;top:40.875rem;left:1.436767578125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNR3AmzucA7b6Z9nDvtFezUoDOvQMLK { width:17.125rem;height:1.49963125rem;top:49.374755859375rem;left:1.436767578125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZXJPzGn9qos8bynO5TX8XOb9pnIHhxo { width:20rem;height:0;top:59.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oF2VeSzT9yaNMsNi4EQIL6IXaqUrhCPn { width:18.375rem;height:0;top:74.125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #re53JrPvIxbVR86sc0RUm0oMZu1Dmi3s { width:1.25rem;height:1.875rem;top:116.5rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGI2TSSvNkTHDSqRVmO1KaHXKQ5HUa7a { width:18.375rem;height:0;top:83.75rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcsZldNVn1UsUGPPuQTXAgM8KeT26IkL { width:20rem;height:0;top:98.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uFGBaQICndmUpaSI3ZxT53xffzbKpnx5 { width:18.375rem;height:0;top:106.6875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1pbDIi5GvmikaIBmLmg1d2f9417drlZ { width:1.25rem;height:1.875rem;top:95.6875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIrUk38d127hXwH4zdFOtnO73UiwRkdQ { width:1.25rem;height:1.875rem;top:0rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9y1nTv0gb2rbubWEZfR3oxusvvzl1aE { width:18.375rem;height:0;top:113.1875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXdsmCOKWe77tyk8KU39atULNk950RKX { width:18.375rem;height:0;top:133.375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpqQX5qDbk0R9vA6T1uuZpdbSxcuxNy2 { width:1.25rem;height:1.875rem;top:70.75rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xA2BDkwxKnN9G8TgKZo6vamLOvO3OUVP { width:1.25rem;height:1.875rem;top:79.625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0MIZwW5vSZvIlsiXeqUTg7CQPosXpQx { width:1.25rem;height:1.875rem;top:83.625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ErocyXhN5cbA62vRpvOQDiHBzAk8qJsl { width:1.25rem;height:1.875rem;top:56rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJkADlTbl2ihJC4gNmP4FV5mZmJ0h87B { width:1.25rem;height:1.875rem;top:147.8125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWTFZ1oJJzhfAd1p5ZgtDidufD4hfUtE { width:18.375rem;height:0;top:122.9375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSNcTTmCEaoUFDfoNpWTzOXMUTI3FATw { width:20rem;height:0.125rem;top:16.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGsJzgO9BQ0p1S1SWcmb4ciyhXGQdA6t { width:20rem;height:0.125rem;top:24.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm1BveaSzFAOlBERefJEQuKZAvp1iHHy { width:20rem;height:0.125rem;top:47.187255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXrAFeav6trxAVh9INrc6JHKllOgh3nx { width:20rem;height:0.125rem;top:52.812255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWKOXWbbAfr4CWXHwRiWhe3T9mTFHeC0 { width:20rem;height:0.125rem;top:33.749755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McaSlmUy8mGh50NPrSpoLnDyervWST7x { width:20rem;height:0.125rem;top:38.9365234375rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #EdxO8WCUqB2Z03Lu66oUEzKQyHwEcKTT { width:20rem;height:0.125rem;top:71.8125rem;left:0rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #NZghHlPLdmmdm5FZdypk9i1TkVKAqO6B { width:20rem;height:0.125rem;top:81.6875rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #i94IQ3RcBFM1JAJvJs7TLHCbFegQL24d { width:20rem;height:0.125rem;top:111.3125rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #vsbqGpIcuySbBKhS8LVX2DSBTl24k5a0 { width:20rem;height:0.125rem;top:120.9375rem;left:0rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #dQfFTh36zKAEnKw0ptUc6LJpb42GPrvs { width:20rem;height:0.124511875rem;top:53.18701171875rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #TfT5k7lGyUhsozyXepIRUUn68dXkrfcT { width:20rem;height:0.124511875rem;top:91.75rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #tFqIAcxl2o980ptKCl3Z3ISwNI21DFX8 { width:20rem;height:0.124511875rem;top:92.1875rem;left:0rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #kHX9dkdPdIOTprTMRwcelcPaWNyw6cAA { display:block; }#kHX9dkdPdIOTprTMRwcelcPaWNyw6cAA > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5hqfDxXgpFtk586D1ENFXZ8rUsNMmDy { width:1.25rem;height:1.875rem;top:14rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xvBfXv7eTImyXo0KNtPqDmThaGWXl73C { width:20rem;height:2.9991375rem;top:20.623291015625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MH4QE4Wr3ZhC4OTlbDmgtWTtaRceN8pE { width:1.25rem;height:1.875rem;top:44.125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHHs5wsk21KXxndCWTkvhsQePnNST5e3 { width:1.25rem;height:1.875rem;top:36.5625rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqSRusqAE6syKKFtlZ2iKOqLklQwnLWW { width:1.25rem;height:1.875rem;top:106.125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPZpliHLTS5nGXS1Pp6VgZBTXesvbVd9 { width:18.375rem;height:0;top:10.375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgDVXUeq9gouDBMGCqpiWoGdcPnldMqx { width:20rem;height:0;top:3.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PyapGwBs1Mh59Q806d5oAMqeIyOWKKXN { width:18.375rem;height:0;top:18rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqmMuPfg2ywd045VqTbVzTVZMQBouVzm { width:17.125rem;height:0;top:25.75rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FN50nBdQTW7sMEZnS83NL591Qwox5Z8c { width:17.125rem;height:0;top:35.125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozdcPaUSOTzGmwe2eT7ifM7sTff0IVoW { width:17.125rem;height:0;top:40.3125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpRTdu1dS2eUFQ1eN0QF8DQTQtDcTbe4 { width:17.125rem;height:0;top:48.8125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbkSAa6kLVE2MPOdmJp2IgngfR07m9wo { width:20rem;height:5.0982rem;top:3.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQRXMXa28sesbgHBrkGOG44lzJNR0L9r { width:17.749rem;height:5.9985375rem;top:10.749267578125rem;left:1.124267578125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #IoZfARGAS4w714EWthULoh2pUazTBKbz { width:1.25rem;height:1.875rem;top:116.5rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DN2mBoAM1CybB4XoxWxOKc8TdUR2BCfh { width:18.375rem;height:5.9985375rem;top:27.75rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brItF4XTBOIvQg1rnTXVzVv9WJD66XXf { width:20rem;height:0;top:42.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #izh8L0TweiEq3P3db5CIJd0vh6ZzueE2 { width:18.375rem;height:0;top:50.6875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyT5APuZnZNnVonHNbog5FxaaKsRrhSb { width:1.25rem;height:1.875rem;top:39.6875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lwbm0qNqWSE11nWrW6ZzGBv5nOJlrD0D { width:1.25rem;height:1.875rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWwrminM8TWPgKMLGn8tqzd3MZ5IaEV6 { width:18.375rem;height:0;top:57.1875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBvZq3CRdFWgRfZaZBp1w2ci9lKidhAB { width:18.375rem;height:0;top:77.375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdXnTWSrA37uNVyV900Snd29lGFFtbus { width:1.25rem;height:1.875rem;top:70.75rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMEhdEKmOGgCJ2vZgVT5FhnTJPz1iVOU { width:1.25rem;height:1.875rem;top:79.625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4PNuzw9byywvFwzixTqR4IZ4WWMEim3 { width:1.25rem;height:1.875rem;top:83.625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHNpyXZFo4dMvKDvEIOsViP1DJtoERXR { width:1.25rem;height:1.875rem;top:0rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9tR8L6O7G0TmFJhuG0mAG5vkeC0CgNs { width:1.25rem;height:1.875rem;top:147.8125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuFrpeT3zR841KxftPTEWzQDLXgsb00l { width:18.375rem;height:0;top:66.9375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTbdpgEaiKgT1TcTlTU6DIRhvThvizwB { width:20rem;height:0.125rem;top:16.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbMIR4HQCbV1zgCnkD0UqCb6rGEd9LbR { width:20rem;height:0.125rem;top:24rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SwLLAy5vPb8oGDynck0OMTLmW2M0IXr1 { width:20rem;height:0.125rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2tSKNUtmPJUKZBd9M7c3lSVD1QHHFJ9 { width:20rem;height:0.125rem;top:52.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ou18peTJtaCc26V7JMc5g03Rfo7Rr619 { width:20rem;height:0.125rem;top:33.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #voP13evZHLJbT7qNeqLdfwf7fpsWpSUq { width:20rem;height:0.125rem;top:38.375rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #QaAcyDDM48nTC4BHz8kIkc6z6dnaTvDp { width:20rem;height:0.125rem;top:18.561767578125rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #uEXGKCV5cZhVu8vX7VPcNwpQ5OTTX8M2 { width:20rem;height:0.125rem;top:25.6875rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #p0mL90EPvJ8BKwqXAXA1Bf53T0xGBKDw { width:20rem;height:0.125rem;top:55.3125rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #rxXaiIFn7TIo5BbGUUFZMUlJOx6suSv4 { width:20rem;height:0.125rem;top:64.9375rem;left:0rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #Z1KMAhCxBev6Cx9pScXgf4lNkszZmnOq { width:20rem;height:0.125rem;top:75.3125rem;left:0rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #NlrZUaSexrI3y1yeqJRuV92VzmzXnbMa { width:20rem;height:0.124511875rem;top:52.625rem;left:0rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #rlH5meiNVJLIQUTgeQnhkB3IZH5TlvMI { width:20rem;height:0.124511875rem;top:35.75rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ExiCqN1CBwpoDOZ7UClHTvfxpudkO40b { width:20rem;height:0.124511875rem;top:36.1875rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #IV7orZuppI26QVPAb1ooy2IH1w0KJbgl { width:17.0625rem;height:0;top:85rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #kh7LlXTTkUHBbAwEm4okHaNhsmDZagPT { width:16.5615rem;height:2.56055rem;top:110.1875rem;left:1.75rem;font-size:0.875rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #y1HoawZBJd5oG8kJnsLMsUMXKCy26bde { display:block; }
 }@media only screen and (max-width: 763px) { #VoHdKiOJvZIpXhKtIykhHUOU6Fn5dHyD { top:81.3125rem;left:1.5rem;width:17rem;height:0;z-index:15027;color:#f1f8f2;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGU4W2lHaCm2FforekLm2DHNrb3T13du { display:block; }#VGU4W2lHaCm2FforekLm2DHNrb3T13du > .row .container { width:20rem;height:81.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTKO9qZmIW1ym3AIfTWHrSh1rOUyNL4R { width:1.25rem;height:1.875rem;top:14rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOTMxKZQXih8Z0CoZHRyuGdovJUQrsqt { width:20rem;height:0;top:11.125rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZD2dWPGx9i9Zab7ZErWI5rlmSfJbDOZ1 { width:1.25rem;height:1.875rem;top:44.125rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVgaMi1f2aTVxiFyIqp5f7O8gPzz7x4K { width:1.25rem;height:1.875rem;top:36.5625rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqwOvvR8GWzfLdRpv0TxedFc79NdxtGI { width:1.25rem;height:1.875rem;top:106.125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qh45uxTUNfLUbabfmkqLqz8nrV0af1ZH { width:18.375rem;height:0;top:10.375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0fsyXcOpOTgiX2UApnGkuyS3faBQa3O { width:20rem;height:0;top:3.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nkSFSe45rZ9MfsnNAiINnSGsOR3A650m { width:18.375rem;height:0;top:18rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4FH3GydJJ9VN0CJODsT5iU2ZC0mlLTZ { width:17.125rem;height:0;top:25.75rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dfdybl9bFuSOKKHmIXwCKutUBExsfZGw { width:17.125rem;height:0;top:35.125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6U9FXNQ8RnTu97tU2elkogZfg5WUsPk { width:17.125rem;height:0;top:40.3125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZLvdqqcmFQwIIPLaRkHNxSZ3MvW7g6x { width:17.125rem;height:0;top:48.8125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvWcn5bffOAAp6dNq2nCZMz6OT9JAmMP { width:20rem;height:0;top:3.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F6th2tNqEx8w6JO5Gibd46qyEz0WoPn8 { width:18.375rem;height:0;top:18.125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5GWEwFGnimZBI2m1U9UuBTMzlAiNFn0 { width:1.25rem;height:1.875rem;top:116.5rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6ECv7pPdNv46JsbuQAQJI4wd6OtevNK { width:18.375rem;height:0;top:27.75rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pl6FonvQXO0zfzFTEuFwvT41nAvUEiH8 { width:20rem;height:5.0982rem;top:3.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fS5bb2uPWOA9lgLLRxgKHMI66Ebpeq2Z { width:18.374rem;height:2.9991375rem;top:20.499267578125rem;left:0.811767578125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGpfzoBg8lRhAHpptOt9pM53GUSJ7SbA { width:1.25rem;height:1.875rem;top:0rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMphRx1QankZqxJMo9dZNhzqklFl0Wly { width:1.25rem;height:1.875rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WHmWZd5AZggE4o46eicO0QKVJkUMMXJw { width:18.374rem;height:5.9982625rem;top:10.999755859375rem;left:0.811767578125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Nv3m9Z1sBAmQQyaZ6XFnAEFskfR5zBNb { width:18.375rem;height:1.125rem;top:37.6875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2pW4JzvMVxQi4goS6klFqMlUxaARTz9 { width:1.25rem;height:1.875rem;top:70.75rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z53OO3DCfcibhca6i2zDITuPTGKUMR61 { width:1.25rem;height:1.875rem;top:79.625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFlkJs5gTib3ixChncXmM4FBflQQvJ3g { width:1.25rem;height:1.875rem;top:83.625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygi0qg3hehvVmFbRibi46stEuKZXa8EZ { width:1.25rem;height:1.875rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKunxcoO4oFIBu4T3eMpplAv8mnGf4tH { width:1.25rem;height:1.875rem;top:147.8125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hv4aFqHXTt2NmItRK0vFgMrnZPQJw5mv { width:18.375rem;height:5.9985375rem;top:27.25rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUEguR6fTcW0GKay5xIX7li00NvBhqk6 { width:20rem;height:0.125rem;top:16.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NgLhJgsK3aRNt9mLO8enXV02WD2AT8g5 { width:20rem;height:0.125rem;top:24rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGsNeaJ9iFwKr655WgDXbqkox0OkvzFG { width:20rem;height:0.125rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kog46U1n8I2dBIwiJD71i0C0pfvn0Wua { width:20rem;height:0.125rem;top:52.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHNsBkEwEW3e6QZwaV05cBSaepHPUAgy { width:20rem;height:0.125rem;top:33.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVpT4BClnFUuzzGrvAP88fa7Gqks71TE { width:20rem;height:0.125rem;top:38.375rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #doRgstp1WkgZWqdvgn7icq5ZHOCA6pIO { width:20rem;height:0.125rem;top:15.8125rem;left:0rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #TKWtz1v6zqE2ETSzrmhz3S3XGLgF8PTa { width:20rem;height:0.125rem;top:25.6875rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #TuEz7JeBf6XhggmbKiANSWPaLhTtvxuf { width:20rem;height:0.125rem;top:18.75rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #QfmJtXx4NsfU6kRNVFIcB7Wc1zBCORqD { width:20rem;height:0.125rem;top:25.25rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #enWQTTPwnVC5bT55nI8Cm1QQTB9hZNPM { width:20rem;height:0.125rem;top:35.625rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #FmxndKSUWDtw7Gs5zpolS7BvVGazxnUk { width:20rem;height:0.124511875rem;top:52.625rem;left:0rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #xTWFV8pR8D9c20iZI39QyAgI12MBWo9F { width:20rem;height:0.124511875rem;top:35.75rem;left:0rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #VRlO6C9PQuGW4AeQE0aNcbHBL7BxWAlN { width:20rem;height:0.124511875rem;top:36.1875rem;left:0rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #mOtV144Ip896z83UM4DWkZ8rZnPDLf5r { width:17.0625rem;height:;top:45.3125rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15009;display:block; }#mOtV144Ip896z83UM4DWkZ8rZnPDLf5r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mOtV144Ip896z83UM4DWkZ8rZnPDLf5r li:before{  }
 }@media only screen and (max-width: 763px) { #ubNDDS1Lm2nGTq34XWhBK1km8svHb1a9 { width:16.5595703125rem;height:2.5595703125rem;top:75.5625rem;left:1.7197265625rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #dECh7b6dVsTRpCRC1F3hnsEt9kH2Pnhc { display:block; }
 }@media only screen and (max-width: 763px) { #t6CR1f96OeWZrT8tDBc1bohUdVLtrRaU { top:41.625rem;left:1.5rem;width:17rem;height:2.7615rem;z-index:15027;color:#f1f8f2;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #US25QsRBdaJesZ2J9aPXOTdLT27WPIk2 { display:block; }#US25QsRBdaJesZ2J9aPXOTdLT27WPIk2 > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikdJmWPSDVO5Pz1U7kxSJg9VayaqtJQz { width:20rem;height:5.8447265625rem;top:10.9208984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKN4gZ5CXOfRriKevaLJmdNtoR02K4Md { width:15.687375rem;height:12.562375rem;top:0.68740272521975rem;left:2.1554906368256rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8c7zxVRV2J46PqNo9zdVziSCo4T6VdC { width:15.8745625rem;height:10.4373125rem;top:13.686742782592rem;left:2.0616321563721rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRvE87BBhhvfKLMCblJW7TydvpHTHKMu { width:17.374875rem;height:8.312375rem;top:0.7257080078125rem;left:1.31103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enkTL7uN8bvJCVJUDBvgaN0HwDCfTtH0 { width:17.062375rem;height:5.19775625rem;top:8.3740234375rem;left:1.46728515625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fct4hJFrOfNVy6bXSuz3nTK2PyU9aflk { width:16.5625rem;height:6.4971875rem;top:28.5rem;left:1.7498779296875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM6MsLrnULOCRQvU4AuNWBskExhiw7sW { width:14.874875rem;height:6.4971875rem;top:51.249633789062rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKp5XKdih900eJ9qTgnAJMDizNWpn497 { width:11.437375rem;height:11.437375rem;top:38.31201171875rem;left:4.2498779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uav9bnNK6tfPl594wlQN7yy4T0d5fcNJ { width:11.4375rem;height:11.4375rem;top:16.062255859375rem;left:4.2498779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ5DQO4wl46g1CILR3PKTrKMfgitOwgM { top:61.685791015625rem;left:5.406494140625rem;width:9.1858125rem;height:6.186525rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PQErw3bN844eDuq7S8i3ceS65QMfETeI { background-color:transparent;background-image:none;display:block; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container { background-color: transparent; background-image: none; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container > .video-iframe-container { display: none; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row > .video-iframe-container { display: none; }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .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); }#PQErw3bN844eDuq7S8i3ceS65QMfETeI > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pV9RGd407AtnQ8O80VFidtgufGpTc5Hd { width:20rem;height:22.6875rem;top:1.1152137254902rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU { display:none; }#qN0OkLrR4lXU3fQbOhSzGB6XwKk4KBxU > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QoiW7gykxlOPkFabyPc0mHrEtTv78JTN { width:4.8125rem;height:0.8125rem;top:1.875rem;left:10.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP5szC1k2feEbPvVyLLQw0BT5K1AsFgE { width:2.75rem;height:0.8125rem;top:1.875rem;left:6.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2aerkhlb6BHiP2uWLXoRlRJAfPowvgu { width:6.125rem;height:0.8125rem;top:1.875rem;left:1.5625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #epx3TQCuAKBZ3va224NR3n0yo6VOqmhm { width:5.5625rem;height:0.8125rem;top:1.875rem;left:12.9375rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }