.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:251,238,212;--color-primary-1:218,203,167;--color-primary-2:194,168,109;--color-primary-3:249,91,1;--color-primary-4:235,96,11;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:56,88,153;--color-secondary-4:2,0,69;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,244;--color-tertiary-2:243,248,233;--color-tertiary-3:56,56,56;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto Condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;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); }#y7binsBMhxBLcBkUQinATtosF7LhWAxi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.75);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row .container { background-color: transparent; background-image: none; }#y7binsBMhxBLcBkUQinATtosF7LhWAxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row .container > .video-iframe-container { display: none; }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row > .video-iframe-container { display: none; }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .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); }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row .container { border-width: 0; border-radius: 0; }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#mM9OaQhCcLFVDR6ohu8VwnTk2lq53Sca { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#050062;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.6875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.625rem;left:65.3125rem;display:block; }
#eoVhDVuMUkKxhOSn58qTDHeWiKVe5WR4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJgWgFWIRMw1ZFiDMwdAh0n41ACKAtVm { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.6733925rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.6297743320465rem;left:57.811416625976rem;display:block; }
#dEsJLtmq9a2MqP7Oug7XcJd3yDdOXB5w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yPgUlu5qBRUZ9phRPgTCZ7LXLvnP7kQI { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.125rem;top:1.0625rem;left:2.185546875rem;overflow:hidden;display:block; }
#GmqX6TTEAos6bD5JibQuI0XEgcmClKZT { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.6875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.625rem;left:49.1875rem;display:none; }
#eitoU1AlsS4InstWJWKxiE6dwQTJMWac { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Boumm6BoNV3EFWeLsCTWk2mwad3XSdlh { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:18.46875rem;left:30.0625rem;display:none; }
#cVU8v3zVQamgHJGlbWdKo62t8uP5Ui83 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vdnnq8uhRD38RmMockIyiTQSoyZhD6De { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:1.7382813692093rem;left:20.33203125rem;height:2.923825rem;display:block; }
#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row .container { background-color: transparent; background-image: none; }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row .container > .video-iframe-container { display: none; }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row > .video-iframe-container { display: none; }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .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); }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row .container { border-width: 0; border-radius: 0; }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row .container { background-color: transparent; background-image: none; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row .container > .video-iframe-container { display: none; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row > .video-iframe-container { display: none; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .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); }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row .container { border-width: 0; border-radius: 0; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#vQDhzTAAyb309SfKuxhp4xbclOdeAtWs { color:#000000;display:block;width:71.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:6.2492370605469rem;left:1.5625rem;height:7.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rJQzfprB4MbiHrNnxTrMnZ2OQwETW30u { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.62478125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:17.217665672302rem;left:33.59375rem;display:block; }
#TntWr7ustb94IqBIkvlU9Tvmt56sRRvQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DZcmiX8tcBDcy2PmK8CcRPpQTdp61TTc { position:absolute;display:block;z-index:15003;background-color:#69716b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:47.5rem;top:15.311737060547rem;left:13.749219894409rem;display:block; }
#HxNF7sSuc91zQc3d6OcFiPQQOd3QgqJr { color:#000000;display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:21.874237060547rem;left:13.750001907349rem;height:15.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JPPMN0byM0Qvh2ZUTP30rMc073yO7MF0 { color:rgba(var(--color-primary-2),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5000305175781rem;left:22.343751907349rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rew8z3u7kRZ7407XyTyIDDOEQ0dlQRfd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rew8z3u7kRZ7407XyTyIDDOEQ0dlQRfd > .row .container { background-color: transparent; background-image: none; }#rew8z3u7kRZ7407XyTyIDDOEQ0dlQRfd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rew8z3u7kRZ7407XyTyIDDOEQ0dlQRfd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rew8z3u7kRZ7407XyTyIDDOEQ0dlQRfd > .row .container > .video-iframe-container { display: none; }#rew8z3u7kRZ7407XyTyIDDOEQ0dlQRfd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rew8z3u7kRZ7407XyTyIDDOEQ0dlQRfd > .row > .video-iframe-container { display: none; }#rew8z3u7kRZ7407XyTyIDDOEQ0dlQRfd > .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); }#rew8z3u7kRZ7407XyTyIDDOEQ0dlQRfd > .row .container { border-width: 0; border-radius: 0; }#rew8z3u7kRZ7407XyTyIDDOEQ0dlQRfd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rew8z3u7kRZ7407XyTyIDDOEQ0dlQRfd > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#PuHTAkBE8MT4eEnZiP6q8WosZT4goAk1 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:18.46875rem;left:30.0625rem;display:none; }
#HGRbbQeS5zrbVtrmBXLiTycJJJr4qgn4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fgFOKk8VIS5K97TKuLCG3LS17y2w9zph { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.0625rem;width:73.5625rem;top:0.9375rem;left:0.15299606323243rem;overflow:hidden;display:block; }
#MwKoxZbGGsbp0tbFT1HTcyaSNV1Tub7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MwKoxZbGGsbp0tbFT1HTcyaSNV1Tub7C > .row .container { background-color: transparent; background-image: none; }#MwKoxZbGGsbp0tbFT1HTcyaSNV1Tub7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwKoxZbGGsbp0tbFT1HTcyaSNV1Tub7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwKoxZbGGsbp0tbFT1HTcyaSNV1Tub7C > .row .container > .video-iframe-container { display: none; }#MwKoxZbGGsbp0tbFT1HTcyaSNV1Tub7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwKoxZbGGsbp0tbFT1HTcyaSNV1Tub7C > .row > .video-iframe-container { display: none; }#MwKoxZbGGsbp0tbFT1HTcyaSNV1Tub7C > .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); }#MwKoxZbGGsbp0tbFT1HTcyaSNV1Tub7C > .row .container { border-width: 0; border-radius: 0; }#MwKoxZbGGsbp0tbFT1HTcyaSNV1Tub7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwKoxZbGGsbp0tbFT1HTcyaSNV1Tub7C > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:37.8125rem;width:75rem;position:relative;display:block; }#dDUcJfO4tViWD6nf1EUUiIJ4rQy1cL0U { color:rgba(var(--color-tertiary-1),1);display:block;width:38.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:8.3125rem;left:17.5625rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p8qCoPLVhstiWDBXphOMOQlxaJozxzPR { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15064;top:10.6875rem;left:25.25rem;display:block; }
#h0kXB11vZSXTGQT375vAiDbypxqous9Q { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.6;letter-spacing:0;top:10.75rem;left:27rem;height:1.8005375rem;font-style:normal;display:block; }
#eq74EBOlTNRNtQH4lTJvTkXlC0wVXiOb { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15068;top:12.4375rem;left:25.25rem;display:block; }
#kHGO7i6F1ukIr91tHlg2r68haBBRRNNl { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:12.499565124512rem;left:27.062173843384rem;height:1.8005375rem;font-style:normal;display:block; }
#SXBoC26S3o4g2m4daWNxKZ2Gouw9avey { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:14.3125rem;left:25.25rem;display:block; }
#CWcf9GRc0zkNvlW9Bx4EBZG3NNrzLyzW { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:14.3125rem;left:27.0625rem;height:1.8005375rem;font-style:normal;display:block; }
#ninVawwbzTgZaOyxzRyvc3zNvLXLFsSz { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15072;top:16.1875rem;left:25.25rem;display:block; }
#OAMxl5sJSg9AcnPInxR4GXADbWgIdAUG { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:16.1875rem;left:27.0625rem;height:3.5996125rem;font-style:normal;display:block; }
#VAt5DeiTJd7XT3wlvTSiOPlegTqklr0G { color:rgba(var(--color-tertiary-4),1);display:block;width:43rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:20.75rem;left:15.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rmWiGEi4XroxMFyy0wsLqyF5y5d5yRTZ { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15072;top:24.625rem;left:25.25rem;display:block; }
#awUDkuEkXnq1OXMoqi8Kzblrh9FLQWDW { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:24.6875rem;left:27.0625rem;height:1.8005375rem;font-style:normal;display:block; }
#mn8uUC2TbtVGDJAwC7dUbC04mC9pegCd { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.6;letter-spacing:0;top:27.4375rem;left:14.75rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RWHwzH9iDTMg2KG9HqLP9CTUg3ruIDUx { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15072;top:29.9375rem;left:25.25rem;display:block; }
#KOAb4SPRUSzm073g0MB9cRltL42fCiGG { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:30rem;left:27.0625rem;height:1.8005375rem;font-style:normal;display:block; }
#F9BuQlrtHWKP2lzh8GdwxJT8wtLVnCwB { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15074;top:31.8125rem;left:25.25rem;display:block; }
#ddGMn9gQrLUFca9lJLEIwFoGOh6BCwbM { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:31.8125rem;left:27.0625rem;height:1.8005375rem;font-style:normal;display:block; }
#hWH8LKPvb4ca5kLNbfTkpPSLOBO57aqm { 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:5.0625rem;width:5.3125rem;top:2.4365234375rem;left:34.18701171875rem;overflow:hidden;display:block; }
#wDarZ4ueT0yucBvxgmmwL1yfz1aOPBH4 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15076;top:33.75rem;left:25.25rem;display:block; }
#OIpE0PwD70xeq230x70SVpVlAOr8DXJo { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:33.75rem;left:27.125rem;height:1.8005375rem;font-style:normal;display:block; }
#MEeBnmyJFQgaaFLrWgd58ufuopiLx1xE { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15074;top:40.749557495118rem;left:26.374786376953rem;display:none; }
#a63R3xUArGXLGFEN6tTLDuQiv942TIs1 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:37.37548828125rem;left:14.749755859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DTRXgtfxbA53TowyvPbLFMOf95ARLhaH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.81225rem;height:2.5rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:41.312255859375rem;left:33.092041015625rem;display:none; }
#UtQSPCxHWZxqzWXPWi2uuTk8SfeyDuMD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row .container { background-color: transparent; background-image: none; }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row .container > .video-iframe-container { display: none; }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row > .video-iframe-container { display: none; }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .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); }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row .container { border-width: 0; border-radius: 0; }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#qBJ2Nlr0NZVsaV2S41ZkDq7dQ5G0cWrh { color:rgba(var(--color-tertiary-2),1);display:block;width:57.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:2.4727849960327rem;left:8.903926849365rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf { position:relative;display:block; }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf { background-color: transparent; background-image: none; }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .row .container > .video-iframe-container { display: none; }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .row > .video-iframe-container { display: none; }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .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); }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf { border-width: 0; border-radius: 0; }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EdXQMmfT6rTpMX9d8kICXxCN8Ch8xt5W { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.123046875rem;left:13.75rem;height:11.472625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t1RoyeLplnIPOPIuF7vAAqHF7cEISNEp { 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:4.3125rem;width:20rem;top:2.185546875rem;left:27.5rem;overflow:hidden;display:block; }
#NSA3c9D64onmbPyxapRLwh8pmHGu533O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020045;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; }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row .container { background-color: transparent; background-image: none; }#NSA3c9D64onmbPyxapRLwh8pmHGu533O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row .container > .video-iframe-container { display: none; }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row > .video-iframe-container { display: none; }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .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); }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row .container { border-width: 0; border-radius: 0; }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#GwblmUyJoCqTQbdPvGM1T5ccXaTS9WVy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:53.9375rem;top:12.1875rem;left:10.53125rem;overflow:hidden;display:block; }
#Td688oJvGBZTl1ihpJ5M4ptK1OGNMRRW { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iG060P4JIpBzEfUMmM6wX8oPTo5OqeXC { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:6.2490234375rem;left:0rem;height:3.6436625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4DBw07NgTMUZGGoEP3dfq0otayI7nDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l4DBw07NgTMUZGGoEP3dfq0otayI7nDS > .row .container { background-color: transparent; background-image: none; }#l4DBw07NgTMUZGGoEP3dfq0otayI7nDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4DBw07NgTMUZGGoEP3dfq0otayI7nDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4DBw07NgTMUZGGoEP3dfq0otayI7nDS > .row .container > .video-iframe-container { display: none; }#l4DBw07NgTMUZGGoEP3dfq0otayI7nDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4DBw07NgTMUZGGoEP3dfq0otayI7nDS > .row > .video-iframe-container { display: none; }#l4DBw07NgTMUZGGoEP3dfq0otayI7nDS > .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); }#l4DBw07NgTMUZGGoEP3dfq0otayI7nDS > .row .container { border-width: 0; border-radius: 0; }#l4DBw07NgTMUZGGoEP3dfq0otayI7nDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4DBw07NgTMUZGGoEP3dfq0otayI7nDS > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#gm6sQ0N6zVPA8at3kW3FiDMppD5aZB2y { color:#c2a86d;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:2.6875rem;left:2.6875rem;height:3.8984375rem;font-style:normal;display:block; }
#VPhbrgVqVoTzgGkJeLHfb5WytDM18IQI { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:12.5rem;top:0.5625rem;left:22.5rem;overflow:hidden;display:block; }
#Wv4Ldd2OoaopwnNdTDHcsi7gvAGXoq72 { position:relative;display:block; }#Wv4Ldd2OoaopwnNdTDHcsi7gvAGXoq72 { background-color: transparent; background-image: none; }#Wv4Ldd2OoaopwnNdTDHcsi7gvAGXoq72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv4Ldd2OoaopwnNdTDHcsi7gvAGXoq72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv4Ldd2OoaopwnNdTDHcsi7gvAGXoq72 > .row .container > .video-iframe-container { display: none; }#Wv4Ldd2OoaopwnNdTDHcsi7gvAGXoq72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv4Ldd2OoaopwnNdTDHcsi7gvAGXoq72 > .row > .video-iframe-container { display: none; }#Wv4Ldd2OoaopwnNdTDHcsi7gvAGXoq72 > .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); }#Wv4Ldd2OoaopwnNdTDHcsi7gvAGXoq72 { border-width: 0; border-radius: 0; }#Wv4Ldd2OoaopwnNdTDHcsi7gvAGXoq72 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Wv4Ldd2OoaopwnNdTDHcsi7gvAGXoq72 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZGo105Ilm2hdeGQrJPKrNa1eQiBrTMLZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:2.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T6tDtQdmfsFxc3Ar66r9XlMnbdnekD9T { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:12.511401176452rem;left:2.65625rem;height:30.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sGHFTTT0ffgm4pdm8mVvxhmKdoC3iQlD { color:#020045;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5rem;left:25.0625rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JgTQKVfFwIWWlbcyA4Tog8hRJTfvDDBA { color:#020045;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5rem;left:50.0625rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oLmqxMFWia6ifsgeDTZztQT62GIWxFkU { color:#020045;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.1875rem;left:0rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gd7XP1WXaxqutByZoPSyoKqtd8AAOuwU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:12.511396408081rem;left:27.656251907349rem;height:33.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lTPPK6IP35t4x6giZXxP94yrJBPTTFWc { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:12.511396408081rem;left:52.655706405639rem;height:32.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LdIamOdTZ8iCQT8lxF7nPP6RyB0oNNdP { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:0.125rem;top:7.1994361877444rem;left:24.783964157104rem;display:block; }
#D3vPu3By8ZyT9t8wNUvWtIOT4Uy1Nkbv { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:0.124783125rem;top:7.1994361877444rem;left:49.937070846558rem;display:block; }
#CDLr1lzN4lrRMom72kPen0OqvW8fT3p8 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#PJTtnzSxQkDx435eWwaXbVP8THnOVHAr { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#G1ygUZlASvQoRTWG0xD3oLZl3pxmnZA1 { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G1ygUZlASvQoRTWG0xD3oLZl3pxmnZA1 > .row .container { background-color: transparent; background-image: none; }#G1ygUZlASvQoRTWG0xD3oLZl3pxmnZA1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1ygUZlASvQoRTWG0xD3oLZl3pxmnZA1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1ygUZlASvQoRTWG0xD3oLZl3pxmnZA1 > .row .container > .video-iframe-container { display: none; }#G1ygUZlASvQoRTWG0xD3oLZl3pxmnZA1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1ygUZlASvQoRTWG0xD3oLZl3pxmnZA1 > .row > .video-iframe-container { display: none; }#G1ygUZlASvQoRTWG0xD3oLZl3pxmnZA1 > .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); }#G1ygUZlASvQoRTWG0xD3oLZl3pxmnZA1 > .row .container { border-width: 0; border-radius: 0; }#G1ygUZlASvQoRTWG0xD3oLZl3pxmnZA1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1ygUZlASvQoRTWG0xD3oLZl3pxmnZA1 > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#T3qvU3O4UE22MQ10evfxKswc8py8bBFK { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:0.5rem;left:22.8125rem;overflow:hidden;display:block; }
#UAMxeE9w2cApFop4pZxllJUtssTmsQUz { color:#c2a86d;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:2.6875rem;left:2.6875rem;height:3.8984375rem;font-style:normal;display:block; }
#cu4ITrzoLiXkdWfLTPCDdpRzk4LVGWcA { position:relative;display:block; }#cu4ITrzoLiXkdWfLTPCDdpRzk4LVGWcA { background-color: transparent; background-image: none; }#cu4ITrzoLiXkdWfLTPCDdpRzk4LVGWcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu4ITrzoLiXkdWfLTPCDdpRzk4LVGWcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu4ITrzoLiXkdWfLTPCDdpRzk4LVGWcA > .row .container > .video-iframe-container { display: none; }#cu4ITrzoLiXkdWfLTPCDdpRzk4LVGWcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu4ITrzoLiXkdWfLTPCDdpRzk4LVGWcA > .row > .video-iframe-container { display: none; }#cu4ITrzoLiXkdWfLTPCDdpRzk4LVGWcA > .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); }#cu4ITrzoLiXkdWfLTPCDdpRzk4LVGWcA { border-width: 0; border-radius: 0; }#cu4ITrzoLiXkdWfLTPCDdpRzk4LVGWcA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cu4ITrzoLiXkdWfLTPCDdpRzk4LVGWcA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LRuyT1eceotUw7fUmSK7ugmWPOLHNrP6 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:2.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Aaz3qEa2UCXCkaQX0fLUZkVXbVGfrAzk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:12.577795028686rem;left:3.2796211242676rem;height:23.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gc4nmBI0LJSZTpGXDwbIrzPoxu6nWcC5 { color:#020045;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.125rem;left:24.875rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJCDBGIg0nudsakhdWRLiO67Pmr8I8K3 { color:#020045;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.125rem;left:49.9375rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hG3Qa1P4zbmz80zw96UmCagPr23OBKT4 { color:#020045;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.1875rem;left:0rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKViOmGBy6b2TIQtEWpCOdrT7uUQkTJS { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:12.577577590943rem;left:27.656251907349rem;height:27rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#opJmyMe8qwdP17GxVTIPooBoMEd9TII5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:12.577577590943rem;left:52.655706405639rem;height:23.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AtOfBqNKgIBr3GdpqmOH1RvTkX3DN7Dq { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:0.125rem;top:7.1716461181637rem;left:24.81120300293rem;display:block; }
#TanW4FwlhTeUZEDwklprIhc3W4KyUxT6 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:0.125rem;top:7.19921875rem;left:49.78190612793rem;display:block; }
#u90LlmhzypTDSyApNytGmiywl8dxhMTo { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#sRQrBZssQLpmClG4PA9bEkALGli7XTsQ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#TF9w7TBtFV9iqaZvDxo5x9rb1F8qJVZu { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TF9w7TBtFV9iqaZvDxo5x9rb1F8qJVZu > .row .container { background-color: transparent; background-image: none; }#TF9w7TBtFV9iqaZvDxo5x9rb1F8qJVZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF9w7TBtFV9iqaZvDxo5x9rb1F8qJVZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF9w7TBtFV9iqaZvDxo5x9rb1F8qJVZu > .row .container > .video-iframe-container { display: none; }#TF9w7TBtFV9iqaZvDxo5x9rb1F8qJVZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF9w7TBtFV9iqaZvDxo5x9rb1F8qJVZu > .row > .video-iframe-container { display: none; }#TF9w7TBtFV9iqaZvDxo5x9rb1F8qJVZu > .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); }#TF9w7TBtFV9iqaZvDxo5x9rb1F8qJVZu > .row .container { border-width: 0; border-radius: 0; }#TF9w7TBtFV9iqaZvDxo5x9rb1F8qJVZu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TF9w7TBtFV9iqaZvDxo5x9rb1F8qJVZu > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#JTEfpqNhkatMq2FcCsEecZJGz38E4RAr { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:0.4375rem;left:23.125rem;overflow:hidden;display:block; }
#EWaHrQsRElCPsfBcqbcVIVxwk42kMm1z { color:#c2a86d;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:2.6875rem;left:2.6875rem;height:3.8984375rem;font-style:normal;display:block; }
#z3aXGqqRyCnsTHrtFeCuKCZzEEo3oEQS { position:relative;display:block; }#z3aXGqqRyCnsTHrtFeCuKCZzEEo3oEQS { background-color: transparent; background-image: none; }#z3aXGqqRyCnsTHrtFeCuKCZzEEo3oEQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3aXGqqRyCnsTHrtFeCuKCZzEEo3oEQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3aXGqqRyCnsTHrtFeCuKCZzEEo3oEQS > .row .container > .video-iframe-container { display: none; }#z3aXGqqRyCnsTHrtFeCuKCZzEEo3oEQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3aXGqqRyCnsTHrtFeCuKCZzEEo3oEQS > .row > .video-iframe-container { display: none; }#z3aXGqqRyCnsTHrtFeCuKCZzEEo3oEQS > .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); }#z3aXGqqRyCnsTHrtFeCuKCZzEEo3oEQS { border-width: 0; border-radius: 0; }#z3aXGqqRyCnsTHrtFeCuKCZzEEo3oEQS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z3aXGqqRyCnsTHrtFeCuKCZzEEo3oEQS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:54.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lv5QaQlFVdEavg9e5dftDD5sQguPAOK2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:2.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mWhtA1SvPgG9iq1dBB8GDPiTMNlHHqS9 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:12.48459815979rem;left:2.65625rem;height:33.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TqOZmpFNsxBkMCcTA38ADfltR62oeeiR { color:#020045;display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.125rem;left:25.1875rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ia0cW1IbXTgoabqx0qp8NIqFNuGTniKU { color:#020045;display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.125rem;left:50.1875rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQW86ynNmx7FV66rkdpP2XbrnFQ6IefF { color:#020045;display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.1875rem;left:0.1875rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EpZVsITGTbbaT0756kZxsdlKOZyDr2am { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:12.511400222778rem;left:27.656251907349rem;height:33.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ptTLsiP2TKQbctu0J50TQAQPH3JWVgBb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:12.483730316162rem;left:52.655706405639rem;height:32.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lk1RX9prFmbUnhTvDyLNQm4llIwREc67 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.75rem;width:0.125rem;top:7.1796875rem;left:24.81120300293rem;display:block; }
#DAAT7msmo0NHkAJicZFByZcmK5TDRTAa { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.75rem;width:0.125rem;top:7.1790466308594rem;left:49.812286376953rem;display:block; }
#UAxRgbmxcvb9PruPW0ORKTlNtVGW8vVB { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#qinTJAwTTgqXTzIQTM3mRbCgWm4x3Zpk { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#XKIWQ0o9IFT03CB9ZPo7VEADAM64uNN2 { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XKIWQ0o9IFT03CB9ZPo7VEADAM64uNN2 > .row .container { background-color: transparent; background-image: none; }#XKIWQ0o9IFT03CB9ZPo7VEADAM64uNN2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKIWQ0o9IFT03CB9ZPo7VEADAM64uNN2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKIWQ0o9IFT03CB9ZPo7VEADAM64uNN2 > .row .container > .video-iframe-container { display: none; }#XKIWQ0o9IFT03CB9ZPo7VEADAM64uNN2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKIWQ0o9IFT03CB9ZPo7VEADAM64uNN2 > .row > .video-iframe-container { display: none; }#XKIWQ0o9IFT03CB9ZPo7VEADAM64uNN2 > .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); }#XKIWQ0o9IFT03CB9ZPo7VEADAM64uNN2 > .row .container { border-width: 0; border-radius: 0; }#XKIWQ0o9IFT03CB9ZPo7VEADAM64uNN2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XKIWQ0o9IFT03CB9ZPo7VEADAM64uNN2 > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#Bv5zF0z4Ryxhi8Dk99SbfpSe8UPc5x4W { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:0.5rem;left:23.125rem;overflow:hidden;display:block; }
#T6IDTubAdCQrZSLHoKeFcTiO8QkPJAUF { color:#c2a86d;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:2.6875rem;left:2.6875rem;height:3.8984375rem;font-style:normal;display:block; }
#zPNXVxtI2AMsBRoxTVCT16vvqubMBgpk { position:relative;display:block; }#zPNXVxtI2AMsBRoxTVCT16vvqubMBgpk { background-color: transparent; background-image: none; }#zPNXVxtI2AMsBRoxTVCT16vvqubMBgpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPNXVxtI2AMsBRoxTVCT16vvqubMBgpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPNXVxtI2AMsBRoxTVCT16vvqubMBgpk > .row .container > .video-iframe-container { display: none; }#zPNXVxtI2AMsBRoxTVCT16vvqubMBgpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPNXVxtI2AMsBRoxTVCT16vvqubMBgpk > .row > .video-iframe-container { display: none; }#zPNXVxtI2AMsBRoxTVCT16vvqubMBgpk > .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); }#zPNXVxtI2AMsBRoxTVCT16vvqubMBgpk { border-width: 0; border-radius: 0; }#zPNXVxtI2AMsBRoxTVCT16vvqubMBgpk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zPNXVxtI2AMsBRoxTVCT16vvqubMBgpk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aIhvmv2bDvQJwzsZz6miBViH77TF6DRo { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:2.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TaMmQRzZg3iU6uf2mUQJcAZTlctW05L3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:12.510850906372rem;left:2.65625rem;height:28.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pMmlxI4f0A1yNDXWEpx4Md49OL4WKigA { color:#020045;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.125rem;left:25rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i8ZqP9IGfwkFZ84ZnRrrt3NkpRvfbxFv { color:#020045;display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.125rem;left:50rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4KucON2Rha9f4xlTCbSn3kb9a2nKHUG { color:#020045;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.1875rem;left:0rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#umFtcWvLEOGhCK3cbZ3OUxPmKbqRrQud { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:12.510850906372rem;left:27.656251907349rem;height:28.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FhCoxiNR1SUBO9GSbZ8A37OwTirqt0DJ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:12.510850906372rem;left:52.655706405639rem;height:27rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G3cOMCHR7eXtAm9FGRtQOCqrntUbnqoT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.625rem;width:0.125rem;top:7.1981201171875rem;left:24.86979675293rem;display:block; }
#A6TLqKMUtTKTqgHXVqrTEstuPycDVNmm { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.625rem;width:0.125rem;top:7.19921875rem;left:49.935981750488rem;display:block; }
#nTdAgpSlObkL9z2gmoJrslbbafJGLmET { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#eFmrFG1B2Iz1bC7cy0NyFXIdFDDVLewI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#hgmtL1b2UepuFOlwaalg5hnTNH2V2fpD { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hgmtL1b2UepuFOlwaalg5hnTNH2V2fpD > .row .container { background-color: transparent; background-image: none; }#hgmtL1b2UepuFOlwaalg5hnTNH2V2fpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgmtL1b2UepuFOlwaalg5hnTNH2V2fpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgmtL1b2UepuFOlwaalg5hnTNH2V2fpD > .row .container > .video-iframe-container { display: none; }#hgmtL1b2UepuFOlwaalg5hnTNH2V2fpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgmtL1b2UepuFOlwaalg5hnTNH2V2fpD > .row > .video-iframe-container { display: none; }#hgmtL1b2UepuFOlwaalg5hnTNH2V2fpD > .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); }#hgmtL1b2UepuFOlwaalg5hnTNH2V2fpD > .row .container { border-width: 0; border-radius: 0; }#hgmtL1b2UepuFOlwaalg5hnTNH2V2fpD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hgmtL1b2UepuFOlwaalg5hnTNH2V2fpD > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#S6f8oazgSSxqlyEkSWEBsd9u1icD8STT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.5rem;top:0.4375rem;left:23.125rem;overflow:hidden;display:block; }
#g9fF2LBTRHZCOlJIJ8b4lTdPxFaHnOi3 { color:#c2a86d;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:2.6875rem;left:2.6875rem;height:3.8984375rem;font-style:normal;display:block; }
#hpTH7ESvDPTeawdhgKTbmN701sHCoXoC { position:relative;display:block; }#hpTH7ESvDPTeawdhgKTbmN701sHCoXoC { background-color: transparent; background-image: none; }#hpTH7ESvDPTeawdhgKTbmN701sHCoXoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpTH7ESvDPTeawdhgKTbmN701sHCoXoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpTH7ESvDPTeawdhgKTbmN701sHCoXoC > .row .container > .video-iframe-container { display: none; }#hpTH7ESvDPTeawdhgKTbmN701sHCoXoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpTH7ESvDPTeawdhgKTbmN701sHCoXoC > .row > .video-iframe-container { display: none; }#hpTH7ESvDPTeawdhgKTbmN701sHCoXoC > .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); }#hpTH7ESvDPTeawdhgKTbmN701sHCoXoC { border-width: 0; border-radius: 0; }#hpTH7ESvDPTeawdhgKTbmN701sHCoXoC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hpTH7ESvDPTeawdhgKTbmN701sHCoXoC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:54.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rxQPQ6iAKa5CFxaE3D8HQbkpkETMMT8R { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:2.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KyamKMb0ApLr3ctMfThLcgigTHLaUOnA { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:12.533313751221rem;left:2.65625rem;height:35.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Si3pdPSHpmvvszXPQgC08GOvQRaTiB7C { color:#020045;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.125rem;left:24.9375rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kRTGz5nILOCASiJTQmWRzZpBmADF43Xv { color:#020045;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.125rem;left:49.9375rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hLnlkNINq9XhON8IQzaHsW3FDWTCRaqH { color:#020045;display:block;width:24.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.1875rem;left:0rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQWhUA2JTBhXilUr9I9xTTdTq50qa7db { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:12.533096313476rem;left:27.656251907349rem;height:27rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DfskuteVTfwV2zg3JJUfr0uaJXTkhC3A { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:12.533096313476rem;left:52.655706405639rem;height:30.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gga0RC1gyD3a6IXmg32dBII6TUA9ut4l { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.75rem;width:0.125rem;top:7.19921875rem;left:24.874130249024rem;display:block; }
#aoiTvq6NdahtOGwxKOREIfbOAeCNsLAM { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.75rem;width:0.124783125rem;top:7.19921875rem;left:49.937072753906rem;display:block; }
#qW1VTJuvy1JJhJFiqGXpiMdmAxDQsCgz { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#KWDRZ3OQZp4z1u4gtKq2nnmTeQpF31Xm { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#uQJUQXZZJlwdoPoVAweK8SX1XFRl6eov { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uQJUQXZZJlwdoPoVAweK8SX1XFRl6eov > .row .container { background-color: transparent; background-image: none; }#uQJUQXZZJlwdoPoVAweK8SX1XFRl6eov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQJUQXZZJlwdoPoVAweK8SX1XFRl6eov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQJUQXZZJlwdoPoVAweK8SX1XFRl6eov > .row .container > .video-iframe-container { display: none; }#uQJUQXZZJlwdoPoVAweK8SX1XFRl6eov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQJUQXZZJlwdoPoVAweK8SX1XFRl6eov > .row > .video-iframe-container { display: none; }#uQJUQXZZJlwdoPoVAweK8SX1XFRl6eov > .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); }#uQJUQXZZJlwdoPoVAweK8SX1XFRl6eov > .row .container { border-width: 0; border-radius: 0; }#uQJUQXZZJlwdoPoVAweK8SX1XFRl6eov > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQJUQXZZJlwdoPoVAweK8SX1XFRl6eov > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#losD2AIBUb4DSVTcXP2g4ha0EQ2V4uTg { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:10.8125rem;top:1.1875rem;left:24.0625rem;overflow:hidden;display:block; }
#GURokXVTlVxALAZhbQsZ54SN0PHcKF3m { color:#c2a86d;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:2.6875rem;left:2.6875rem;height:3.8984375rem;font-style:normal;display:block; }
#IXUxKqNb3HefmgyDLKanODyF6co9uIy9 { position:relative;display:block; }#IXUxKqNb3HefmgyDLKanODyF6co9uIy9 { background-color: transparent; background-image: none; }#IXUxKqNb3HefmgyDLKanODyF6co9uIy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXUxKqNb3HefmgyDLKanODyF6co9uIy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXUxKqNb3HefmgyDLKanODyF6co9uIy9 > .row .container > .video-iframe-container { display: none; }#IXUxKqNb3HefmgyDLKanODyF6co9uIy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXUxKqNb3HefmgyDLKanODyF6co9uIy9 > .row > .video-iframe-container { display: none; }#IXUxKqNb3HefmgyDLKanODyF6co9uIy9 > .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); }#IXUxKqNb3HefmgyDLKanODyF6co9uIy9 { border-width: 0; border-radius: 0; }#IXUxKqNb3HefmgyDLKanODyF6co9uIy9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IXUxKqNb3HefmgyDLKanODyF6co9uIy9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:64.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wi2lecJVg68rvqHDKIQQ4enJmtHLTgDr { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:2.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZHoTUs8g56e6v69s6VkvfUo1yH99CdV3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:27.198364257812rem;left:2.65625rem;height:32.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x9EFbKHOT55Z6XqxaiA5EoTvqQKTlTOD { color:#020045;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:15rem;left:27.5rem;height:4.398875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UWHQSTquytm9TKIo75ERZltciiKxWoU7 { color:#020045;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:14.999847412109rem;left:52.49906539917rem;height:6.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DVBOWIlOuRipEnBTJakEUwrsrWsL93zp { color:#020045;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:15rem;left:2.5rem;height:4.398875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWt1DeRTrx2KLEcqrWRxA5rNgSpRnkdJ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:27.198364257812rem;left:27.65625rem;height:30.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iG4VPyJDPqOvT6n8NSDml1TtxPtkx5F7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:27.198364257812rem;left:52.655166625976rem;height:28.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lub4oVeKSygvfVxcGhV8xkfBp9MME5cD { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.75rem;width:0.124783125rem;top:21.885864257812rem;left:24.935981750488rem;display:block; }
#I68CkUQZiqmoON6maHx3ENa11Xz47fbQ { 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:10.3125rem;width:8.75rem;top:3.374568939209rem;left:8.125rem;overflow:hidden;display:block; }
#dIHXAF1mEZQoN8p006GuTcMx948qvWIX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:8.375rem;top:3.880428314209rem;left:33.311637878418rem;overflow:hidden;display:block; }
#wQtTMfLZqpORn0AvVV3sAWoaFlBRfaxL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:8.5rem;top:3.624568939209rem;left:58.249786376953rem;overflow:hidden;display:block; }
#PA9bgvPTeoBtDdvD6yKV9be6hK24yx1U { position:absolute;display:block;z-index:15006;background-color:#020045;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:13.625rem;left:5.625rem;display:block; }
#AFP2z13WEGw2az6p600fHAfSeIAQZRKM { position:absolute;display:block;z-index:15007;background-color:#020045;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:13.875rem;left:30.625rem;display:block; }
#gi4f2ZWO0EnlIUks4WPAWVih1tGGpTZR { position:absolute;display:block;z-index:15008;background-color:#020045;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:13.874847412109rem;left:55.624835968017rem;display:block; }
#TEz2Ie05gAa8J29LktvpnFLVR6cxV5oV { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.75rem;width:0.125rem;top:21.885864257812rem;left:49.871963500976rem;display:block; }
#CuK54mT5ciqO8e3eZezNQ29oklTw3IlW { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#GmRtIU84pWuAadHLPTm36LdB2fI0v92K { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#OuRFgUUh87PEefTehRLJvRU3Vud99mMz { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OuRFgUUh87PEefTehRLJvRU3Vud99mMz > .row .container { background-color: transparent; background-image: none; }#OuRFgUUh87PEefTehRLJvRU3Vud99mMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuRFgUUh87PEefTehRLJvRU3Vud99mMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuRFgUUh87PEefTehRLJvRU3Vud99mMz > .row .container > .video-iframe-container { display: none; }#OuRFgUUh87PEefTehRLJvRU3Vud99mMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuRFgUUh87PEefTehRLJvRU3Vud99mMz > .row > .video-iframe-container { display: none; }#OuRFgUUh87PEefTehRLJvRU3Vud99mMz > .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); }#OuRFgUUh87PEefTehRLJvRU3Vud99mMz > .row .container { border-width: 0; border-radius: 0; }#OuRFgUUh87PEefTehRLJvRU3Vud99mMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OuRFgUUh87PEefTehRLJvRU3Vud99mMz > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#AvLPKUBBcQm59iDWCc5lAhgQLc9SSqiE { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.7495625rem;width:15.5620625rem;top:0rem;left:22.842887878418rem;overflow:hidden;display:block; }
#TLX72c23mOuytGJUIB4MfF6hQCE531b0 { color:#c2a86d;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:2.6866455078125rem;left:2.6870651245117rem;height:3.8984375rem;font-style:normal;display:block; }
#wl9eZlasouf8QuKMJSDgcvDXpl5CrNRP { position:relative;display:block; }#wl9eZlasouf8QuKMJSDgcvDXpl5CrNRP { background-color: transparent; background-image: none; }#wl9eZlasouf8QuKMJSDgcvDXpl5CrNRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl9eZlasouf8QuKMJSDgcvDXpl5CrNRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl9eZlasouf8QuKMJSDgcvDXpl5CrNRP > .row .container > .video-iframe-container { display: none; }#wl9eZlasouf8QuKMJSDgcvDXpl5CrNRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl9eZlasouf8QuKMJSDgcvDXpl5CrNRP > .row > .video-iframe-container { display: none; }#wl9eZlasouf8QuKMJSDgcvDXpl5CrNRP > .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); }#wl9eZlasouf8QuKMJSDgcvDXpl5CrNRP { border-width: 0; border-radius: 0; }#wl9eZlasouf8QuKMJSDgcvDXpl5CrNRP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wl9eZlasouf8QuKMJSDgcvDXpl5CrNRP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:69.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CwMsaIinyHs1M8VZTaWQCJrUt5J2JA5q { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:2.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gn264lXx3hGJl0pulQ4HifcthiNrNk56 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:26.784398317337rem;left:2.65625rem;height:28.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#irCmQXJ8BE0C1MfSzoNOeEQoe3qlMlMq { color:#020045;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:15rem;left:27.5rem;height:6.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z6e9nTALzF6Qnx37OXD0aWUsMT2v5cLn { color:#020045;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:15rem;left:52.5625rem;height:4.398875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KtCxh7QNnMA4dALwH5N9v3PvgBN2ToKa { color:#020045;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:15rem;left:2.5rem;height:4.398875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzpoe2PZvhKp9VvycrTJ5B4GBObbsTgW { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:26.784399032592rem;left:27.656251907349rem;height:35.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BCeGAsrhLutirIhV8llDkoZz1fAb1Au8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:26.784399032592rem;left:52.655706405639rem;height:30.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOIO4hZ6ZtgAhZpBJbpAECV7lgmwzBUH { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.75rem;width:0.124783125rem;top:21.534729003906rem;left:24.937065124512rem;display:block; }
#TWbTHKz4AC9KSkIMHZnTJ5pbD75Al9A7 { 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:10.3125rem;width:10.0625rem;top:3.7740936279297rem;left:7.4674491882325rem;overflow:hidden;display:block; }
#B9KQh3XACLXCsesE62aNC2pIqbbHu8gt { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:13.9375rem;top:3.6820755004883rem;left:30.75rem;overflow:hidden;display:block; }
#O5ZTMWaG15qvwRPeqNcFx6crS7ZsfcMr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:11rem;top:3.9633178710938rem;left:56.999786376953rem;overflow:hidden;display:block; }
#L1PPFFI1Swbcc1lbZTrs5sDJUGqxqmI4 { position:absolute;display:block;z-index:15006;background-color:#020045;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:14rem;left:5.625rem;display:block; }
#bIaQbX6HPdaedWhFM9UdVWs7yFad6E8Z { position:absolute;display:block;z-index:15007;background-color:#020045;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:13.875rem;left:30.625rem;display:block; }
#vxII9knekblP1CcMPUKJAzOVNAPoTu6T { position:absolute;display:block;z-index:15008;background-color:#020045;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:13.875rem;left:55.6875rem;display:block; }
#T1Pv72SEGytvCmacAOrPJ0TkRM3k2vmo { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.75rem;width:0.125rem;top:21.534729003906rem;left:49.873046875rem;display:block; }
#qqZ5txFTDXfuFfroMPtC8QMzzC9aeeuS { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#AyHfKpVnk4zqt0CHKuRWZVSdgBTEXN9b { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#fB8JTV2M8fqXGg8V1meUTzoDyWyutZOi { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fB8JTV2M8fqXGg8V1meUTzoDyWyutZOi > .row .container { background-color: transparent; background-image: none; }#fB8JTV2M8fqXGg8V1meUTzoDyWyutZOi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB8JTV2M8fqXGg8V1meUTzoDyWyutZOi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB8JTV2M8fqXGg8V1meUTzoDyWyutZOi > .row .container > .video-iframe-container { display: none; }#fB8JTV2M8fqXGg8V1meUTzoDyWyutZOi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB8JTV2M8fqXGg8V1meUTzoDyWyutZOi > .row > .video-iframe-container { display: none; }#fB8JTV2M8fqXGg8V1meUTzoDyWyutZOi > .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); }#fB8JTV2M8fqXGg8V1meUTzoDyWyutZOi > .row .container { border-width: 0; border-radius: 0; }#fB8JTV2M8fqXGg8V1meUTzoDyWyutZOi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fB8JTV2M8fqXGg8V1meUTzoDyWyutZOi > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#fbrAosdEdTzPnfscsAGQ2EzMsO39roNZ { color:#c2a86d;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:2.75rem;left:2.6875rem;height:3.8984375rem;font-style:normal;display:block; }
#HpHndCES1y6eZw17mNfcEhEwBIsdD3a9 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:15.5625rem;top:65.935953140256rem;left:29.561416625976rem;overflow:hidden;display:none; }
#S49iPeRsApfKfAUG3eVxvitiJZyZmqRz { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:12.75rem;top:1.375rem;left:24.0625rem;overflow:hidden;display:block; }
#N2xmU814MnKaJEvklqXpTvPT36zKhRZw { position:relative;display:block; }#N2xmU814MnKaJEvklqXpTvPT36zKhRZw { background-color: transparent; background-image: none; }#N2xmU814MnKaJEvklqXpTvPT36zKhRZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2xmU814MnKaJEvklqXpTvPT36zKhRZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2xmU814MnKaJEvklqXpTvPT36zKhRZw > .row .container > .video-iframe-container { display: none; }#N2xmU814MnKaJEvklqXpTvPT36zKhRZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2xmU814MnKaJEvklqXpTvPT36zKhRZw > .row > .video-iframe-container { display: none; }#N2xmU814MnKaJEvklqXpTvPT36zKhRZw > .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); }#N2xmU814MnKaJEvklqXpTvPT36zKhRZw { border-width: 0; border-radius: 0; }#N2xmU814MnKaJEvklqXpTvPT36zKhRZw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#N2xmU814MnKaJEvklqXpTvPT36zKhRZw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:67.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c8Oqrun5bLbrkGoyoPEK4BLzZyhyGh9p { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:2.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yISD5KXasRbhMbGJ3Wvm21cqckJmx7TA { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:23.760851383209rem;left:2.65625rem;height:30.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qBpTqG9K0Ioo6oLCqDM2qp7P44X3MDzv { color:#020045;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:14.999847412109rem;left:27.499843597412rem;height:4.398875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kdGmGRmgHATKBvGNh58Q2aKbW9oqofIH { color:#020045;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:14.999847412109rem;left:52.49906539917rem;height:4.398875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuqNAqZelTX8ZiGfNMCzKM7LaJCrCFwl { color:#020045;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:15.011444091797rem;left:-0.00077438354492188rem;height:4.398875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u9stIhKuVprNwfayHZqd1BP3Un4L3hsZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:23.760900497436rem;left:27.656251907349rem;height:32.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v0AIwNt3BTM8eblKIEtwFcwBo9iBlqp0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:23.760900497436rem;left:52.655706405639rem;height:35.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oxpMBrucpkZhT0EyTVFA3RgQcTbfM8LB { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:0.125rem;top:19.384765625rem;left:24.873046875rem;display:block; }
#HfR5y4khRPxqlnLhDi7neMt1PPBXuNGl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:8.5623125rem;top:3.7521705627441rem;left:33.217231750488rem;overflow:hidden;display:block; }
#xoFBsdx044XRDVk9i8RmiKTfWCeBXW9e { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10.4375rem;top:3.9084205627441rem;left:57.280822753906rem;overflow:hidden;display:block; }
#MDME3AFNlr0Ah0hVN6tnZ9593VE3h7fb { position:absolute;display:block;z-index:15006;background-color:#020045;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18564375rem;width:13.75rem;top:13.844524383545rem;left:5.625rem;display:block; }
#PkTeeRnWyhy1aaSzxveKyMPdCIp6u9eN { position:absolute;display:block;z-index:15007;background-color:#020045;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:13.874847412109rem;left:30.624225616455rem;display:block; }
#NXHBqnmTNulRkSXhyIM6TPuC04VBp3hz { position:absolute;display:block;z-index:15008;background-color:#020045;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:13.874847412109rem;left:55.624835968017rem;display:block; }
#NekmG4q1acMqBRRInG1egBpnSd5TbzIs { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:0.124783125rem;top:19.375rem;left:49.937070846558rem;display:block; }
#kJzWki2Mv1PwetszgrwrIZ48w6JKZO88 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#D2fxk3H1Vs14lGPcidZSHfGhrbz9pEuT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#ry7FPXBBCbTkNoGrdUfraUA5BbnrL37X { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:7.0625rem;top:3.6273880004883rem;left:8.968101501465rem;overflow:hidden;display:block; }
#pEs3o3Bx9JTxwe9J3cAvT1eQoeknzAIF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020045;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; }#pEs3o3Bx9JTxwe9J3cAvT1eQoeknzAIF > .row .container { background-color: transparent; background-image: none; }#pEs3o3Bx9JTxwe9J3cAvT1eQoeknzAIF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEs3o3Bx9JTxwe9J3cAvT1eQoeknzAIF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEs3o3Bx9JTxwe9J3cAvT1eQoeknzAIF > .row .container > .video-iframe-container { display: none; }#pEs3o3Bx9JTxwe9J3cAvT1eQoeknzAIF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEs3o3Bx9JTxwe9J3cAvT1eQoeknzAIF > .row > .video-iframe-container { display: none; }#pEs3o3Bx9JTxwe9J3cAvT1eQoeknzAIF > .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); }#pEs3o3Bx9JTxwe9J3cAvT1eQoeknzAIF > .row .container { border-width: 0; border-radius: 0; }#pEs3o3Bx9JTxwe9J3cAvT1eQoeknzAIF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pEs3o3Bx9JTxwe9J3cAvT1eQoeknzAIF > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#u0vhAohzPTgSGEXB3fDF3J5mRl9CJTBZ { color:#f95b06;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.75rem;left:29.9375rem;height:0;font-style:normal;display:block; }
#qikaLnUxr38TGJWTGseECBNC6h5MIaMT { color:#ffffff;display:block;width:37.7483125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.2052173614502rem;left:18.62513923645rem;height:4.673825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rFXXD3Z2wB4eSWE5MMrUvLgSGiB36VWc { position:relative;display:none; }#rFXXD3Z2wB4eSWE5MMrUvLgSGiB36VWc { border-width: 0; border-radius: 0; }#rFXXD3Z2wB4eSWE5MMrUvLgSGiB36VWc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rFXXD3Z2wB4eSWE5MMrUvLgSGiB36VWc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:95.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-form-header {  }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;color:#c2a86d;width:44.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:center;text-align-last:center;line-height:1.1;vertical-align:top;font-style:normal; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:44.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-text {padding-top: 0; padding-bottom: 0;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:44.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:44.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-select {padding-top: 0; padding-bottom: 0;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:16.5rem;margin-bottom:0.25rem;margin-left:16.6875rem;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:11.0625rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:43.25rem;overflow:hidden;font-style:normal; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.8125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.2;text-align:center;text-align-last:center; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-container:first-of-type{padding-top:0;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-container:last-of-type{padding-bottom:0;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww  { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/162fb42a-80fc-4da6-9b6c-913d173843e2/nagrodyikonapodto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:44.4375rem;height:auto;border-top:0.0625rem solid #bac3ca;border-left:0.0625rem solid #bac3ca;border-right:0.0625rem solid #bac3ca;border-bottom:0.0625rem solid #bac3ca;z-index:15000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5) ;position:absolute;top:9.9815673828125rem;left:15.056427001953rem; }#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .adaptive-delivery-prevent-bg, #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .lazyload, #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .lazyloading { background-image: none; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:44.4375rem;display:block;vertical-align:top; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww {display:block;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/162fb42a-80fc-4da6-9b6c-913d173843e2/nagrodyikonapodto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:44.4375rem;height:auto;border-top:0.0625rem solid #bac3ca;border-left:0.0625rem solid #bac3ca;border-right:0.0625rem solid #bac3ca;border-bottom:0.0625rem solid #bac3ca;z-index:15000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5) ;position:absolute;top:9.9815673828125rem;left:15.056427001953rem; }#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww.adaptive-delivery-prevent-bg, #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww.lazyload, #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww.lazyloading { background-image: none; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #AihE7wq8uKgFIy4iebgDztoyPx8vRQT3 { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #AihE7wq8uKgFIy4iebgDztoyPx8vRQT3 .container-column{width:100%;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #z8J50AOiBoRbVUk92wwNPAJyBUqn1kdb { position:relative;display:block; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #se2NXo0XUrPI2XIcsNfeTNBAdS4hQ4ga { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #AHARVRHnGIlxsVLA2JmUUn3QhW3dwQMF { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #DHV3UNukuwg0pzJvnZhZ4tHk0gkTM4g3 { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #WJXGnvbVzsBOnyDXXtqF6cM0Mh5q77dA { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #k61H9E7nOrs6dThblDr91tuhLud7kOfW { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #KTJ8XWdLk0PEpT0rTpmkRU6OObU8E0qw { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #b60lPcvcII40r5CzPuD4BqW18qgfdkh8 { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ugTkilphXHaGFTHWExFPhZuHIomkvbRV { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ddXZ3ntaEo99LTy3sThwatOT3oghtqZ4 { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ddXZ3ntaEo99LTy3sThwatOT3oghtqZ4 .container-column{width:100%;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ceOLqbd6ZUoPs1SfMkc98o3E8UFOsdb3 { position:relative;display:block; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #WlBIobgqHHOfFC0TpTMqPhTBprX2d92o { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Pb2SEb8e16Fvcf8CSmwvNCBekc6ua8JR { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #cHU88hTAGaeiaTsL4yu8CzUTZMdH7Esa { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #U3SZJK1x2CTR4yerQK50HEcIWzDPredV { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #rkhNF5ycPMGUJTJoQ2hSrzZChDFeiFDR { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ifyORcJi1UG7rfIM1xEnAnRN9s9UuH5o { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #EEznZlWimLSl3KfMAPVEN0Ol42QW8Hb0 { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Ayb3UT2y5Fai6TlbPur1sqTq6WeTVSqK { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #CLUKWVOiFJgi5CZWxySOy782LD5NHcWo { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #CLUKWVOiFJgi5CZWxySOy782LD5NHcWo .container-column{width:100%;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Xk9l8sAiIC4PyAwzQZwpBSzlzHH9lI3B { position:relative;display:block; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #TRvViHeRITTpLmy8oZxsf5AhN8h9NIZK { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #MK28iuS4flPyCw7gnZswzhR3qhlzPySM { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #VNCMk1uUC1T78VCAdIXvCbW6DdKqBCEo { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #NAHSaoSErR9nfNffbHguNVUqIt0BePqG { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #AqlddTcxbnbxJCJSBrSNEmAU5zCW9ZEK { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #lgqUo8wqha58n8GWKC96sfh68zAGUwz7 { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #n7uOsHzDurUoCRxxXCyax852fCWEDzVP { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #reTL0dn6WOVwnxkW2FivVTSZwZeqNeRD { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #OR3KOFBWfVEEluWtLugvwwoaK1zsURWK { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #OR3KOFBWfVEEluWtLugvwwoaK1zsURWK .container-column{width:100%;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #RJ0WVTUQeDpG2lKpxItWF4ZGadGfCIBo { position:relative;display:block; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #aicZs6K2yTwqNsrXmGGkT78aTpyKBR7a { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #F3Ey1a9KHZ8tAzNFCw7ei40BNBXhqPJR { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #dpkQmsMUwKeubkxGGixWrCf9CUJuu8Sn { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Kw1sSy6PZXe8ORxJ0LMf9LxyGLGzr442 { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #oLi0TXVsTIZm7uxBxocJ4mCJZAnG6qtA { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #QAvCSN8dGJKvHHruBCVpmXWpmSfxzR8e { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ad5pc0QQoSk1bhUVD7237X9m3PA3SBlL { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #OCD6q4e29Naoz85c8WGEoToryH85x6fK { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #OhLRTgfXvTn08n9s01KhBvB5ZI40XRRa { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #OhLRTgfXvTn08n9s01KhBvB5ZI40XRRa .container-column{width:100%;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #i54GrdvcTs4Te3pVosES3bfSg9oN6ous { position:relative;display:block; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #GPpZ8i191GU9sv7cCnhIb3n5WOXel31l { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #pkAABhK0qtD01FHwK6H7Fo1l3qZnicR3 { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #KwJKM47FBPaTWACLT20qiXxuL0HtVSSa { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #RkHdtsnVO65p99LcMXbuQTeDeOt8wNNr { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #nuymcfGzcSLFCTO80sEJTrCw1QSiffKK { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #BXIMnMXNsBxpGnb9w7JzWiAh1SlHzdLL { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #BQc1QkDXBNdmkXmf9n581i1nXV9A6TkO { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #XKVeTXap6DTxWEe0yKqsxgHNhGv3cqd1 { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #hCvaD1F1MwREN2kZokyGXaaxd0z6f09D { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #hCvaD1F1MwREN2kZokyGXaaxd0z6f09D .container-column{width:100%;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #WCE2fVf74Td3vIN0wnA2vbBZIVtVQhk2 { position:relative;display:block; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #DXXZTPQxkyPPxGcDoA3ZZTSXkZMyoaau { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #QETkr51o5qkkDlVu1JCyi4g40pkZA6DX { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #s6yOJ4TmPLdVhVUHART86ISllzRwycpD { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #o1dAiF56LGnx32TQ8pH2mIQR560buLN3 { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #qR1mqrwHzBihylAmN1Q6UybJX4iXElTU { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #VrUQBTp16TPRzAv9UwuKFRlJnGRxIJwN { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #qvMNC850ocoVGQTiC76NDFKmcJIC00UI { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #nvuXHRZTiF6Ts8VWltgW40x3eid1BKCW { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #smyV7ATu2WspaBopgh6C8zJ8sHgMPfag { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #smyV7ATu2WspaBopgh6C8zJ8sHgMPfag .container-column{width:100%;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #y7ouPy4Lp0S5N568aSmcNGOO93J5eq0i { position:relative;display:block; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ScSg1V8DUDUrC4GQrtAqmzTzIrJ1dVKw { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #gdKeUsbsARI5ZmKFemG93BO6L50PrbN2 { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #CRQGkcJR8i7eTJ9alT2f6DkPAhv1GQ2r { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Gu2l11LMpsGRM79fRiEiSoCSZRRK8voD { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #KaD3BqUxsWwpaMVOoEZulpuZ35lHXi8E { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #hhfP0qMP1smsrIV6aSQhNPvROsUuh1qe { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #AeUr0x5tvgJu5ZeaxBfznWeH9HXs1eKI { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #aBUA3Bk5yhrm9nTAZp26zxI1WZW1ltZl { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #wtTT06t4M5sJeBScTNxZ38K7assuOOGg { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #wtTT06t4M5sJeBScTNxZ38K7assuOOGg .container-column{width:100%;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #RtbUTClruGnU1TlQQOgknitrnSLkiy6N { position:relative;display:block; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #t5CJi5skzTidS2OOXO6Z4qpH8UfqWfvX { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #y12LckEwK1rxiNPRTkGaZTcT3edHCewz { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #yoMRQuBJ8IRd4Np6JWTmNf7SJzkfIXgU { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Zv0I83MwXXd2Cmzzz62gXIROA198nuGT { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #skrymHLAXJ6XwoGAE7IWA3oQsGvqQBt4 { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #EypbwulA7iyA4lwl9XoPbQTwdGQp2DzT { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ENQTTdFO0kxeMVSqqTF8B4TixgqZGT8h { position:relative;z-index:2; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Qtmx5gazPViJlmEFW0y1sPoZk5pwVo5I { position:relative; }
#nOUPD6EpNC27GTwTTsNxE9NdQyFDxJca { position:relative;display:block; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #owpP1QMFiFMJAlqm3qCTiuRA3znPzDM0 { position:relative; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #poCqoxAZfzx5mT5iQO1GwSA676UT7Pnh { position:relative; }
#yCVLBEdXf2rtMDsIuAtxph3yTw55NkLS { 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:82rem;width:11.5625rem;top:4.759521484375rem;left:5.5708963174651rem;overflow:hidden;display:none; }
#hw5QXTu9AztDdDMy0mTrmE8DQy21gP6y { color:rgba(var(--color-tertiary-1),1);display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:2.1940116882324rem;left:9.375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif { position:relative;display:block; }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif { background-color: transparent; background-image: none; }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .row .container > .video-iframe-container { display: none; }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .row > .video-iframe-container { display: none; }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .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); }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif { border-width: 0; border-radius: 0; }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t07mPO5yR2LsRXTE18mRnfe2OycgTGUz { color:#f95b06;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.499382019043rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tn4WCzSkI8zd6HEVHppxLWT504qiG83o { color:#000000;display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:5.6241455078125rem;left:9.375rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kztUirgdxBSoGQDq4DvbSeTJMiC2wlEF { color:#000000;display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:13.4365234375rem;left:9.375rem;height:11.47265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k2TkKfC8O24EALoaEhuSZBI403lsVmUU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row .container { background-color: transparent; background-image: none; }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row .container > .video-iframe-container { display: none; }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row > .video-iframe-container { display: none; }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .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); }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row .container { border-width: 0; border-radius: 0; }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#SoWbZlgUGtTlr4dDobUAV9AKArDCuJWu { color:rgba(var(--color-tertiary-1),1);display:block;width:62.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:2.4750442504883rem;left:6.09375rem;height:5.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row .container { background-color: transparent; background-image: none; }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row .container > .video-iframe-container { display: none; }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row > .video-iframe-container { display: none; }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .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); }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row .container { border-width: 0; border-radius: 0; }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#rr8k4iObPZUQgXq9ubDE2cDvorkTzkoL { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:10.5rem;top:0.9375076293945rem;left:7.1850242614744rem;overflow:hidden;display:block; }
#rqrXTyOS5Lh82d6CCw7K6SuviQvmx910 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.56188125rem;width:11.25rem;top:0.78063106536863rem;left:31.875rem;overflow:hidden;display:block; }
#NkdgRUSoWbtkvtPXVZGC2TN6qMUVvkxK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1246875rem;width:10.3746875rem;top:0.99876213073731rem;left:57.268871307373rem;overflow:hidden;display:block; }
#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ { position:relative;display:block; }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ { background-color: transparent; background-image: none; }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .row .container > .video-iframe-container { display: none; }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .row > .video-iframe-container { display: none; }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .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); }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ { border-width: 0; border-radius: 0; }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OypaelItmyM1xo1U9VPC1FPuv8Q81M0O { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:2.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#L40cmzaXvTqPbRHFgbXucGDfQXRxGiNB { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:19rem;left:4.5rem;height:32.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fCAJ1uJtFTBCSyvNSsqZgyZM3iqu2FpT { color:#020045;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.0625rem;left:2.5rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DfGG8K9am4OyK0r8IqQQaT9uC0dmBTlB { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.4375rem;width:0.125rem;top:6.234375rem;left:24.937503814698rem;display:block; }
#oL0VCwedTZt4qmpGhoucA94Rk8PFWuHZ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#U1Wf7DAPJqnMXqmiryaT1wLoNBb5gN1T { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#XAAyDlhGdASA4tdEFDzG5MiZiGd4mpwS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:19rem;left:29.5rem;height:28.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M2FbyDzW19ppSFTC2v7R7hiSoDsAmGu8 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.875rem;width:0.125rem;top:6.234375rem;left:49.937503814698rem;display:block; }
#W1Errxlgwltr6D90NdyxREQqoJOUU9f8 { color:#020045;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.0625rem;left:27.5rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BCp4WFA6cn30eACkThHevz2LhklCIptq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19rem;left:54.625rem;height:29.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gwe47E9GF9l7hDMR8c9Vqke7ZFu4VRN6 { color:#020045;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.0625rem;left:52.5625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G87rSoyOh3zms5zWosbSzcxWRAEwTAI8 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:11rem;top:0.875rem;left:31.281253814698rem;overflow:hidden;display:none; }
#CF9l3cqTKx4wRrIuEcFbl91KDzueThOM { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:11rem;top:0.875rem;left:6.375rem;overflow:hidden;display:none; }
#adIz09xii2rXkoiyIn4vBpFIiR5wrDDy { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:10.875rem;top:0.84375rem;left:56.708332061767rem;overflow:hidden;display:none; }
#cTpylhocFONz5SC5SXsNTNX4Gdu24e58 { position:absolute;display:block;z-index:15025;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:16.4375rem;top:6.2490730285644rem;left:4.5rem;overflow:hidden;display:block; }
#TEBLAwfFuT2KTUsP6ZQJlslHbzvPfoux { position:absolute;display:block;z-index:15026;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:16.4375rem;top:6.2320537567139rem;left:29.497833251953rem;overflow:hidden;display:block; }
#rlwQiBpEBg5wUhlHiNeTKfAMDr50XUvk { position:absolute;display:block;z-index:15027;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:16.4375rem;top:6.2339115142822rem;left:54.624691009521rem;overflow:hidden;display:block; }
#Tn5BPICaUlPL4wJBGwqAUXHSc9giquZV { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:22rem;left:30.6875rem;display:none; }
#f3drTMclWTwTgwyzLSIBcAfoMS56uVGo { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:22rem;left:30.6875rem;display:none; }
#eP1zTwvZD1FCcZLt3PzbhBQlkQ82kXJM { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:22rem;left:30.6875rem;display:none; }
#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row .container { background-color: transparent; background-image: none; }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row .container > .video-iframe-container { display: none; }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row > .video-iframe-container { display: none; }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .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); }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row .container { border-width: 0; border-radius: 0; }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#lzKryXUJAkdSNxBPJOenWOUpdwm4RrIn { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:10.125rem;top:0.99968719482425rem;left:7.6231422424319rem;overflow:hidden;display:block; }
#Q4oRt1fyg6xxsFsdBUt09szrXFpnaaO3 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:12.5rem;top:0.53001403808594rem;left:31.24845123291rem;overflow:hidden;display:block; }
#eyZSEksar0AgoHFI2ThRsPANG2yKur47 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.375rem;top:1.5625rem;left:57.901912689209rem;overflow:hidden;display:block; }
#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ { position:relative;display:block; }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ { background-color: transparent; background-image: none; }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .row .container > .video-iframe-container { display: none; }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .row > .video-iframe-container { display: none; }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .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); }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ { border-width: 0; border-radius: 0; }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:59.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZKTgtORTp3V5ofWOF6FEpBphCLMTZA2z { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:2.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#E3HOhCtArTI27bVSubcM0h5kHAbEAlMM { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#tFViid72aNWUnC56tGm7Hd0kRUIe9T3R { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#VMPxufDLzWe3GQJh5KBaQ6oN84Ql7THy { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19rem;left:4.625rem;height:26.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q08QemLXFEDBzdzrCrXWsSsBeUzPH2zs { color:#020045;display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.0595703125rem;left:0.03125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RwIomrlVF1eQxoBpiS9TGViWOICiKk9x { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.625rem;width:0.125rem;top:6.234375rem;left:24.937503814698rem;display:block; }
#yT3p4sxgc2LKdhKhrr9gvI1acGCJPN2n { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.625rem;width:0.125rem;top:6.234375rem;left:49.937503814698rem;display:block; }
#pbATU04UsZarpp4Uzf1Qm6hT23ITQxgl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:19rem;left:29.5625rem;height:28.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTqP0lSOSGwuUyBmxMtK8Ldsn209Hgqp { color:#020045;display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.0581598281861rem;left:27.5625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eziBb59C1n14yO3ZymT45ae6LgB0LxHW { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:10.875rem;top:0.84375rem;left:6.375rem;overflow:hidden;display:none; }
#d6W4bdAqp60GdCzED0LdUhNZZrUa1BId { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:10.875rem;top:0.84375rem;left:31.281253814698rem;overflow:hidden;display:none; }
#wsCc8HfMNJDpAUFwwAQmx3DSsJEf9aA0 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:1.375rem;left:56.6875rem;overflow:hidden;display:none; }
#JnbuEMyTtmGpU95eZ4SKbT2pkltGUMWb { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:16.4375rem;top:6.2329816818238rem;left:4.6234531402588rem;overflow:hidden;display:block; }
#a9TasKLBL0hpTNa9oiUWkdrhZ5Q9JJD5 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:0.125rem;top:6.9375rem;left:29.5625rem;overflow:hidden;display:block; }
#Zdn1cwPF5UR44c8iEAeBb4Z24igGb8On { position:absolute;display:block;z-index:15025;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:16.4375rem;top:6.2329683303833rem;left:29.56095123291rem;overflow:hidden;display:block; }
#gtU6Lq74Wydx29RwRIJNErxNF4FAJfbP { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:22rem;left:30.6875rem;display:none; }
#UfJ1ABThNTQRPxT9VVwAkAIxun2bvTXG { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:22rem;left:30.6875rem;display:none; }
#V0Q45QVfOrK5fuFgLmTbAQudVMqEy08t { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:22rem;left:30.6875rem;display:none; }
#JlO7V5CTiuXO4X1fFLCRhSnaXNP7q56k { color:#020045;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.0625rem;left:52.5625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kOcrh5gtbVxfpe5aZb2zX1gQwcOwyswq { position:absolute;display:block;z-index:15028;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:16.4375rem;top:6.2329816818238rem;left:54.562496185302rem;overflow:hidden;display:block; }
#wE38MZHphmkiNOyMGuDZzCmuClONy9KV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:19rem;left:54.5625rem;height:29.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZJ8olmnoVMguJLALfpNm5yzc7ydQNbg9 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:9rem;top:0.84375rem;left:6.375rem;overflow:hidden;display:none; }
#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row .container { background-color: transparent; background-image: none; }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row .container > .video-iframe-container { display: none; }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row > .video-iframe-container { display: none; }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .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); }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row .container { border-width: 0; border-radius: 0; }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#fDEu2buWbAq7CwL3gHuDq0paSehc17qE { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:12.1875rem;top:0.5625rem;left:6.4356422424319rem;overflow:hidden;display:block; }
#O6MNfUkFzgJ1lS1NF3hnKLs8HOKrkahh { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:10.9375rem;top:1.71875rem;left:32.086803436279rem;overflow:hidden;display:block; }
#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh { position:relative;display:block; }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh { background-color: transparent; background-image: none; }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .row .container > .video-iframe-container { display: none; }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .row > .video-iframe-container { display: none; }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .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); }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh { border-width: 0; border-radius: 0; }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hLagvaTS4F8oTCTyar9VrMsA6NNSfi5C { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:2.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#C3xneHZ7oIkCTFgAGtVIJKG1DnBdTxO1 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#WMclCFW4FBirtfEH0udwyFQlre1uo8Uz { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:0.125rem;top:6.0125007629394rem;left:22.375rem;display:none; }
#I8m8uH3wPJGGown7sugug6SQtmhtvoyq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8745625rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19rem;left:4.5615234375rem;height:25.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cSLQUARRsWQabN6KQF7ek9C9CZOxVCTm { color:#020045;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.0625rem;left:2.5625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EMysxsnJCBtNw4qTOHFzp2tDJn7ZnagG { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.75rem;width:0.125rem;top:6.234375rem;left:24.937503814698rem;display:block; }
#oirxmRLXiHW624HX9ZG6BFUK8I6fUrcx { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.4375rem;width:0.125rem;top:6.234375rem;left:49.937503814698rem;display:none; }
#dXE9QdT17wTGpKcg5rOUA5GiTGUzK3Uu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8745625rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:19rem;left:29.5625rem;height:30.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JNXAakRsAMhrdZolJyEDxDhbk8k6lJ0E { color:#020045;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.0625rem;left:27.531253814698rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WEBN9qdK5Tn5LlRI38SqvsFZfv0LmE66 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8745625rem;position:absolute;font-family:copernicus;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:19rem;left:54.5615234375rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TkzmlbMJ1MeVdMLQzWp8QGeOV4wzTdKO { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:10.875rem;top:0.84375rem;left:31.281253814698rem;overflow:hidden;display:none; }
#WNdNAd2dEnZIGbwVm3yeeofuMrBHapcp { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:16.4375rem;top:6.2339072227478rem;left:4.5612621307373rem;overflow:hidden;display:block; }
#TzI9J7Oite6SU1gbp6vEWSZ8QvbKUu1H { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:16.4375rem;top:6.2329611778259rem;left:29.56095123291rem;overflow:hidden;display:block; }
#WfdLm7gDA4Z5QNrt1d1kTOZHLdSt4LPS { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:22rem;left:30.6875rem;display:none; }
#EhTqMDUBbPPTRFgoo9WRm6I6UZpq6NKx { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:22rem;left:55.6875rem;display:none; }
#cmaBgq7Bbl2Whasr1ssHFodA3uurhPQc { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.75rem;top:22rem;left:5.6875rem;display:none; }
#zLVTJSgsCiH9NyLSNTiGtcZ2l6pFaqF3 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:6.875rem;top:1.375rem;left:56.6875rem;overflow:hidden;display:none; }
#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row .container { background-color: transparent; background-image: none; }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row .container > .video-iframe-container { display: none; }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row > .video-iframe-container { display: none; }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .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); }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row .container { border-width: 0; border-radius: 0; }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1777;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; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container { background-color: transparent; background-image: none; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container > .video-iframe-container { display: none; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row > .video-iframe-container { display: none; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .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); }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container { border-width: 0; border-radius: 0; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#ko8GJyTNUC9iR2rx95pAu3L9xWIGeTJl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:15.25rem;top:0.25rem;left:27.272657394409rem;overflow:hidden;display:none; }
#afMvziM2HlEJKozxbNGHSdVkiuaVWA7Z { 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:5.625rem;width:38.625rem;top:30.9375rem;left:18.1875rem;overflow:hidden;display:none; }
#wy6W5pyZEZupNmTspuM5bQk3EI7Z4vXH { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:3.04296875rem;left:27.78125rem;height:3.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KNi7SK4gU4PEQOJ03PGPRN3tsFiTBUyi { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:13.125rem;top:2rem;left:5rem;overflow:hidden;display:block; }
#dQgV85Rny6UyUf18mIr1eCUCEo2S7yIr { color:#f95b06;display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.931640625rem;left:56.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fROGKkX9krS7zinErcxfgHo5VtM6s851 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container { background-color: transparent; background-image: none; }#fROGKkX9krS7zinErcxfgHo5VtM6s851::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container > .video-iframe-container { display: none; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row > .video-iframe-container { display: none; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .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); }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container { border-width: 0; border-radius: 0; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#m1wpoLlh3Ng4ByXTSrvImbo3mSyMyEGn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:15.25rem;top:0.25rem;left:27.272657394409rem;overflow:hidden;display:none; }
#eR9N8eVK5FKbrP9gc0vW3y3FZg2rQEBI { 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:5.625rem;width:38.625rem;top:30.9375rem;left:18.1875rem;overflow:hidden;display:none; }
#TeHPhRSncH6b19SpJnHmJSkecdBtSvcS { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.875rem;left:7.4365234375rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#rvFC7ckZnVe1cbiT0zGuWM3VVTLp7CFv { color:#0a4595;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.8740234375rem;left:30.3740234375rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#s0U3oAC6JEOBrVwhSW5KE6TZF1WoRyZ6 { color:#0a4595;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.875rem;left:54.9990234375rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#S3s94xcW9WtPbhmB3x543EIcETlcPNcs { 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.875rem;top:0.875rem;left:4.98046875rem;overflow:hidden;display:block; }
#zPhs1hhBJtv2nJ7A2GXGhMPSZkp6oTFb { 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.875rem;top:0.875rem;left:27.9375rem;overflow:hidden;display:block; }
#hmTs6xfDPiwzApiJ4Gc6ZkAcC8XWoFIb { 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.8125rem;width:1.875rem;top:0.875rem;left:52.4814453125rem;overflow:hidden;display:block; }
#bDvwfgPoqg7CvTaOLyRJe2TvM01ZGfxT { color:#0a4595;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:54.999444961548rem;height:1.9496375rem;text-align:center;text-align-last:center;display:none; }
#qXglsTsTHNGW1zbLJbPxS5LdMksFocxO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1777;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; }#qXglsTsTHNGW1zbLJbPxS5LdMksFocxO > .row .container { background-color: transparent; background-image: none; }#qXglsTsTHNGW1zbLJbPxS5LdMksFocxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXglsTsTHNGW1zbLJbPxS5LdMksFocxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXglsTsTHNGW1zbLJbPxS5LdMksFocxO > .row .container > .video-iframe-container { display: none; }#qXglsTsTHNGW1zbLJbPxS5LdMksFocxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXglsTsTHNGW1zbLJbPxS5LdMksFocxO > .row > .video-iframe-container { display: none; }#qXglsTsTHNGW1zbLJbPxS5LdMksFocxO > .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); }#qXglsTsTHNGW1zbLJbPxS5LdMksFocxO > .row .container { border-width: 0; border-radius: 0; }#qXglsTsTHNGW1zbLJbPxS5LdMksFocxO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qXglsTsTHNGW1zbLJbPxS5LdMksFocxO > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#DicRetGTUNToqnuP8USd8H33TWmnLu89 { color:#e5e5e5;display:block;width:73.4375rem;position:absolute;font-family:sharp;font-size:4.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.798828125rem;left:0rem;height:5.3624125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CgsO5rdSwbaJDUqRc12wZba9ATA3fIbG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1777;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; }#CgsO5rdSwbaJDUqRc12wZba9ATA3fIbG > .row .container { background-color: transparent; background-image: none; }#CgsO5rdSwbaJDUqRc12wZba9ATA3fIbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgsO5rdSwbaJDUqRc12wZba9ATA3fIbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgsO5rdSwbaJDUqRc12wZba9ATA3fIbG > .row .container > .video-iframe-container { display: none; }#CgsO5rdSwbaJDUqRc12wZba9ATA3fIbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgsO5rdSwbaJDUqRc12wZba9ATA3fIbG > .row > .video-iframe-container { display: none; }#CgsO5rdSwbaJDUqRc12wZba9ATA3fIbG > .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); }#CgsO5rdSwbaJDUqRc12wZba9ATA3fIbG > .row .container { border-width: 0; border-radius: 0; }#CgsO5rdSwbaJDUqRc12wZba9ATA3fIbG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgsO5rdSwbaJDUqRc12wZba9ATA3fIbG > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#sgFBAWPTLH8ZRHASxhTFhpqBcantMTAp { color:#e5e5e5;display:block;width:11.25rem;position:absolute;font-family:sharp;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:13.5625rem;left:12.5rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ypn7l10kMLkS5kngPZE33RnpqxHhFmoe { color:#e5e5e5;display:block;width:11.25rem;position:absolute;font-family:sharp;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:13.5625rem;left:49.875rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X3KFVXITzNXS9hGqvBAHZT6NwrbJgP26 { color:#e5e5e5;display:block;width:11.25rem;position:absolute;font-family:sharp;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:13.5625rem;left:0rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Se5f7c7c6Nn36aC7kgTfb8M4Rk0QHvFq { color:#e5e5e5;display:block;width:10.3125rem;position:absolute;font-family:sharp;font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:13.5625rem;left:62.375rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GlfoqReh1PalZ0RxP59JfDENxyHViskK { color:#e5e5e5;display:block;width:11.25rem;position:absolute;font-family:sharp;font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:13.5625rem;left:37.25rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UPHrp6h22x1xfTslFR1kwKbTtohlFnTB { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:9.375rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#g2o1E7fpV6V0ODwTVk2L5ThqWfoD3k8T { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:0.0625rem;top:3.75rem;left:10.75rem;overflow:hidden;display:block; }
#kxOHvn5LA1d3V25e8rgxtK1TktEdF7tO { position:absolute;display:block;z-index:15021;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:7.4370625rem;width:9.375rem;top:2.875rem;left:24.875rem;overflow:hidden;display:block; }
#n1qAXxUdVPA1wsPvrepKNOJydSOqi7y8 { 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:7.4370625rem;width:9.375rem;top:2.875rem;left:37.25rem;overflow:hidden;display:block; }
#S3014qBaJDkkQfh5EFUyMPwfVVhmvyXi { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:9.375rem;top:2.8125rem;left:49.875rem;overflow:hidden;display:block; }
#zb0vxWZCka5diRgiSyqTGCmuCu13QupR { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:9.375rem;top:2.8125rem;left:62.375rem;overflow:hidden;display:block; }
#psbnS6dJckflv2cUKTWvTtJJw4wvNMnP { 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:7.3123125rem;width:9.1873125rem;top:3rem;left:12.5rem;overflow:hidden;display:block; }
#aN1nFeEA59o7S8ZDG83U2m2rrF2wl2L8 { color:#e5e5e5;display:block;width:11.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:17.125rem;left:0rem;height:5.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r3yET9MT4LvEh1M2Ka4klIC7EZuFozEz { color:#e5e5e5;display:block;width:11.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:17.125rem;left:12.5rem;height:3.8997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TrToFsOlBnqae33NnIC8BIFcwNh7rDpq { color:#e5e5e5;display:block;width:10.186625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:17.125rem;left:25.25rem;height:6.499025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lc3CZZOqoLJfAVX1JEA7SaTlsK7wb8VO { color:#e5e5e5;display:block;width:11.25rem;position:absolute;font-family:sharp;font-size:1.625rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:13.0625rem;left:25.25rem;height:3.25086875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lRoXncBoO14AheP2STeTDth5P99Zs5yy { color:#e5e5e5;display:block;width:10.186625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:17.125rem;left:62.375rem;height:6.499025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZK5RkMrrXnCQbA7iaTT1TfAIvRkxOicF { color:#e5e5e5;display:block;width:10.2495625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:17.125rem;left:49.875rem;height:6.499025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TDXAJbrc2VK5m8UtSTaRrPMzrtAfWrbr { color:#e5e5e5;display:block;width:11.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:17.125rem;left:37.25rem;height:5.19965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row .container { background-color: transparent; background-image: none; }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row .container > .video-iframe-container { display: none; }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row > .video-iframe-container { display: none; }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .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); }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row .container { border-width: 0; border-radius: 0; }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row .container { background-color: transparent; background-image: none; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row .container > .video-iframe-container { display: none; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row > .video-iframe-container { display: none; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .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); }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row .container { border-width: 0; border-radius: 0; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#uO7iy2eRKACJrQpbJBBlRS2wSxW49JWT { color:rgba(var(--color-primary-2),1);display:block;width:10.37475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.8115234375rem;left:32.3115234375rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PtVb7CGI09DlMyTe8KKW8kOJo8UGTSfM { color:#0a4595;display:block;width:16.8125rem;position:absolute;font-family:sharp;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.625rem;left:37.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ZLcTugzzPxHyZsGUNsdkFNLOgXTVMqFW { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:sharp;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:19rem;left:36.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hWwlOEyk9M8194mNitkhz7m8wz6RoRc3 { color:#0a4595;display:block;width:19.125rem;position:absolute;font-family:sharp;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19rem;left:19.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lp8ARhyedy9V5GLtX4XMNEVsqQiEB0ef { color:rgba(var(--color-primary-2),1);display:block;width:16.375rem;position:absolute;font-family:sharp;font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.9375rem;left:20.875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#neUwP9hFRC5NCzMV01SFKKatyrzIeLvG { color:#0a4595;display:block;width:16.8125rem;position:absolute;font-family:sharp;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:20.625rem;left:20.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#UblZpNoOqGy8e6RE5yF83Z3lsDEUlJUC { color:rgba(var(--color-primary-2),1);display:block;width:16.375rem;position:absolute;font-family:sharp;font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15.9375rem;left:37.75rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#eI4GomSN2i0sZQ7A1f8uKnAy8fsWKMpV { position:absolute;display:block;z-index:15019;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:8.125rem;width:8.125rem;top:6.25rem;left:24.75rem;overflow:hidden;display:block; }
#rshXgfCx3z1abDhoMidWwUzoTlNGiShC { position:absolute;display:block;z-index:15023;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:8.125rem;width:8.125rem;top:6.25rem;left:41.65625rem;overflow:hidden;display:block; }
#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row .container { background-color: transparent; background-image: none; }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row .container > .video-iframe-container { display: none; }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row > .video-iframe-container { display: none; }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .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); }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row .container { border-width: 0; border-radius: 0; }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row .container { background-color: transparent; background-image: none; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row .container > .video-iframe-container { display: none; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row > .video-iframe-container { display: none; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .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); }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row .container { border-width: 0; border-radius: 0; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.4375rem;width:75rem;position:relative;display:block; }#JdqrwTXMhTDPQLKFAUgPHXyecROrwxdP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.875rem;left:53.625001907349rem;height:1.381225rem;display:block; }
#Xv7TlVns2cXsqvP4O6ll8gqDQfIxcfGS { color:#8faace;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:1.625rem;left:27.8125rem;height:5.34375rem;display:block; }
#DhkDoHvFlTPS8CnfDkx5ZLmNI6xt3wGs { box-sizing:content-box;color:#8faace;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0.6875rem;left:10.125rem;display:block; }
#ODySmXis065uVWQT1Irvz9rAqzkXwot8 { box-sizing:content-box;color:#8faace;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.5625rem;left:10.25rem;display:block; }
#SZELg4DWpRO7lViMq3TmiTr2sFqfsWbB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:4.75rem;left:10.5625rem;overflow:hidden;display:block; }
#aqSqK6UaPfV9RC2sLZZUiOfu5vm7HcCb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:0.625rem;top:2.4375rem;left:26.0625rem;overflow:hidden;display:block; }
#ym6i5lJAn1AV0fVViMLwFEuz98z5z2Kl { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:1.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1rem;left:11.9375rem;display:block; }
#kyw4oAeozzqMArEIpA4xhZml8TFTegZm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OzL3OlOxWN1ySQtUHvVGJQWTDww5W258 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:1.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.8125rem;left:12rem;display:block; }
#KoTfHl0LvGl7E7oiIzzPcSaTXbR5XmzO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g0SILA7Kr9nAba2u6gXrUJJU2p3EZUss { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:1.0625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:4.75rem;left:12rem;display:block; }
#X2EkhOmT0rc8IXLZeZHIszTv1Q7bS08Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qFWqhLfIAEkriOuvm46FfyfSnEC8LLsG { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:2rem;left:70rem;display:block; }
#mC9TlL7ZpczxJKCWTryigUUrSFQa0cNC { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:1.9375rem;left:66.9375rem;display:block; }
#niENGJsH7SMu8vl2QTZffrzW8fvlICdb { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:2rem;left:63.68750190735rem;display:block; }
#CwZ0HHh2KC7Ibi6cMtAtx5xbbXNJTNk4 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:7.25rem;top:2.28125rem;left:1.1484375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y7binsBMhxBLcBkUQinATtosF7LhWAxi { display:block; }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM9OaQhCcLFVDR6ohu8VwnTk2lq53Sca { width:7.3125rem;height:1.625rem;top:1.625rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoVhDVuMUkKxhOSn58qTDHeWiKVe5WR4 { display:block; }
 }@media only screen and (max-width: 763px) { #HJgWgFWIRMw1ZFiDMwdAh0n41ACKAtVm { width:6.25rem;height:1.6875rem;top:1.625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEsJLtmq9a2MqP7Oug7XcJd3yDdOXB5w { display:block; }
 }@media only screen and (max-width: 763px) { #yPgUlu5qBRUZ9phRPgTCZ7LXLvnP7kQI { top:1.0625rem;left:0rem;width:13.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmqX6TTEAos6bD5JibQuI0XEgcmClKZT { width:7.5rem;height:1.6875rem;top:1.625rem;left:35.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eitoU1AlsS4InstWJWKxiE6dwQTJMWac { display:block; }
 }@media only screen and (max-width: 763px) { #Boumm6BoNV3EFWeLsCTWk2mwad3XSdlh { width:14.8125rem;height:2.625rem;top:0rem;left:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVU8v3zVQamgHJGlbWdKo62t8uP5Ui83 { display:block; }
 }@media only screen and (max-width: 763px) { #vdnnq8uhRD38RmMockIyiTQSoyZhD6De { top:1.6875rem;left:6.70703125rem;width:32.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t { display:block; }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV { display:block; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQDhzTAAyb309SfKuxhp4xbclOdeAtWs { width:47.75rem;height:7.125rem;top:6.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJQzfprB4MbiHrNnxTrMnZ2OQwETW30u { width:7.8125rem;height:2.5625rem;top:17.1875rem;left:19.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TntWr7ustb94IqBIkvlU9Tvmt56sRRvQ { display:block; }
 }@media only screen and (max-width: 763px) { #DZcmiX8tcBDcy2PmK8CcRPpQTdp61TTc { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxNF7sSuc91zQc3d6OcFiPQQOd3QgqJr { width:47.5rem;height:15.25rem;top:21.8125rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPPMN0byM0Qvh2ZUTP30rMc073yO7MF0 { width:30.5625rem;height:2.0625rem;top:2.5rem;left:8.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rew8z3u7kRZ7407XyTyIDDOEQ0dlQRfd { display:block; }#rew8z3u7kRZ7407XyTyIDDOEQ0dlQRfd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuHTAkBE8MT4eEnZiP6q8WosZT4goAk1 { width:14.8125rem;height:2.625rem;top:18.4375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGRbbQeS5zrbVtrmBXLiTycJJJr4qgn4 { display:block; }
 }@media only screen and (max-width: 763px) { #fgFOKk8VIS5K97TKuLCG3LS17y2w9zph { top:0.9375rem;left:0rem;width:47.75rem;height:9.1280798640612rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwKoxZbGGsbp0tbFT1HTcyaSNV1Tub7C { display:block; }#MwKoxZbGGsbp0tbFT1HTcyaSNV1Tub7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDUcJfO4tViWD6nf1EUUiIJ4rQy1cL0U { top:8.25rem;left:3.9368515014649rem;width:38.25rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8qCoPLVhstiWDBXphOMOQlxaJozxzPR { top:10.6875rem;left:11.625rem;width:1.75rem;height:1.8113191923931rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0kXB11vZSXTGQT375vAiDbypxqous9Q { top:10.6875rem;left:13.37486076355rem;width:29.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq74EBOlTNRNtQH4lTJvTkXlC0wVXiOb { top:12.4375rem;left:11.625rem;width:1.75rem;height:1.8113191923931rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHGO7i6F1ukIr91tHlg2r68haBBRRNNl { top:12.4375rem;left:13.437173843384rem;width:29.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXBoC26S3o4g2m4daWNxKZ2Gouw9avey { top:14.3125rem;left:11.625rem;width:1.75rem;height:1.8113191923931rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWcf9GRc0zkNvlW9Bx4EBZG3NNrzLyzW { top:14.25rem;left:13.437191009521rem;width:29.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ninVawwbzTgZaOyxzRyvc3zNvLXLFsSz { top:16.1875rem;left:11.625rem;width:1.75rem;height:1.8113191923931rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAMxl5sJSg9AcnPInxR4GXADbWgIdAUG { top:16.125rem;left:13.437191009521rem;width:33.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAt5DeiTJd7XT3wlvTSiOPlegTqklr0G { top:20.75rem;left:1.625rem;width:42.9375rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmWiGEi4XroxMFyy0wsLqyF5y5d5yRTZ { top:24.625rem;left:11.625rem;width:1.75rem;height:1.8113191923931rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awUDkuEkXnq1OXMoqi8Kzblrh9FLQWDW { top:24.6875rem;left:13.4375rem;width:29.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn8uUC2TbtVGDJAwC7dUbC04mC9pegCd { top:27.375rem;left:1.1243515014649rem;width:43.4375rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWHwzH9iDTMg2KG9HqLP9CTUg3ruIDUx { top:29.9375rem;left:11.625rem;width:1.75rem;height:1.8113191923931rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOAb4SPRUSzm073g0MB9cRltL42fCiGG { top:29.9375rem;left:13.436260223389rem;width:29.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9BuQlrtHWKP2lzh8GdwxJT8wtLVnCwB { top:31.8125rem;left:11.625rem;width:1.75rem;height:1.8113191923931rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddGMn9gQrLUFca9lJLEIwFoGOh6BCwbM { top:31.8125rem;left:13.4375rem;width:29.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWH8LKPvb4ca5kLNbfTkpPSLOBO57aqm { top:2.375rem;left:20.56201171875rem;width:5.3125rem;height:5.06225625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDarZ4ueT0yucBvxgmmwL1yfz1aOPBH4 { top:33.75rem;left:11.625rem;width:1.75rem;height:1.8113191923931rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIpE0PwD70xeq230x70SVpVlAOr8DXJo { top:33.75rem;left:13.5rem;width:25.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEeBnmyJFQgaaFLrWgd58ufuopiLx1xE { top:40.6875rem;left:12.749786376953rem;width:1.8125rem;height:1.8754462268609rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a63R3xUArGXLGFEN6tTLDuQiv942TIs1 { top:37.375rem;left:1.124755859375rem;width:43.4375rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTRXgtfxbA53TowyvPbLFMOf95ARLhaH { width:8.8125rem;height:2.5rem;top:41.25rem;left:19.467041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtQSPCxHWZxqzWXPWi2uuTk8SfeyDuMD { display:block; }
 }@media only screen and (max-width: 763px) { #k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P { display:block; }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBJ2Nlr0NZVsaV2S41ZkDq7dQ5G0cWrh { top:2.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf { display:block; }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdXQMmfT6rTpMX9d8kICXxCN8Ch8xt5W { top:8.0625rem;left:0.125rem;width:47.5rem;height:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1RoyeLplnIPOPIuF7vAAqHF7cEISNEp { top:2.125rem;left:13.875rem;width:20rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSA3c9D64onmbPyxapRLwh8pmHGu533O { display:block; }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwblmUyJoCqTQbdPvGM1T5ccXaTS9WVy { top:12.1875rem;left:0rem;width:47.75rem;height:21.136152954809rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td688oJvGBZTl1ihpJ5M4ptK1OGNMRRW { width:47.75rem;height:3.25rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG060P4JIpBzEfUMmM6wX8oPTo5OqeXC { width:47.75rem;height:3.625rem;top:6.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4DBw07NgTMUZGGoEP3dfq0otayI7nDS { display:block; }#l4DBw07NgTMUZGGoEP3dfq0otayI7nDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gm6sQ0N6zVPA8at3kW3FiDMppD5aZB2y { top:2.6875rem;left:0rem;width:20.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPhbrgVqVoTzgGkJeLHfb5WytDM18IQI { top:0.5625rem;left:8.875rem;width:12.5rem;height:6.12413125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv4Ldd2OoaopwnNdTDHcsi7gvAGXoq72 { display:block; }#Wv4Ldd2OoaopwnNdTDHcsi7gvAGXoq72 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGo105Ilm2hdeGQrJPKrNa1eQiBrTMLZ { width:19.9375rem;height:7.25rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6tDtQdmfsFxc3Ar66r9XlMnbdnekD9T { top:12.5rem;left:0rem;width:19.6875rem;height:35.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGHFTTT0ffgm4pdm8mVvxhmKdoC3iQlD { width:24.875rem;height:2.1875rem;top:5rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgTQKVfFwIWWlbcyA4Tog8hRJTfvDDBA { width:25rem;height:2.1875rem;top:5rem;left:22.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLmqxMFWia6ifsgeDTZztQT62GIWxFkU { width:24.875rem;height:2.1875rem;top:5.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd7XP1WXaxqutByZoPSyoKqtd8AAOuwU { top:12.5rem;left:12.0625rem;width:19.6875rem;height:37.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTPPK6IP35t4x6giZXxP94yrJBPTTFWc { top:12.5rem;left:27.9375rem;width:19.6875rem;height:33.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdIamOdTZ8iCQT8lxF7nPP6RyB0oNNdP { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3vPu3By8ZyT9t8wNUvWtIOT4Uy1Nkbv { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDLr1lzN4lrRMom72kPen0OqvW8fT3p8 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJTtnzSxQkDx435eWwaXbVP8THnOVHAr { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G1ygUZlASvQoRTWG0xD3oLZl3pxmnZA1 { display:block; }#G1ygUZlASvQoRTWG0xD3oLZl3pxmnZA1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3qvU3O4UE22MQ10evfxKswc8py8bBFK { top:0.5rem;left:9.1875rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAMxeE9w2cApFop4pZxllJUtssTmsQUz { top:2.6875rem;left:0rem;width:20.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu4ITrzoLiXkdWfLTPCDdpRzk4LVGWcA { display:block; }#cu4ITrzoLiXkdWfLTPCDdpRzk4LVGWcA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRuyT1eceotUw7fUmSK7ugmWPOLHNrP6 { width:19.9375rem;height:7.25rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aaz3qEa2UCXCkaQX0fLUZkVXbVGfrAzk { top:12.5625rem;left:0rem;width:19.6875rem;height:25.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc4nmBI0LJSZTpGXDwbIrzPoxu6nWcC5 { width:24.875rem;height:2.1875rem;top:5.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJCDBGIg0nudsakhdWRLiO67Pmr8I8K3 { width:24.875rem;height:2.1875rem;top:5.0625rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG3Qa1P4zbmz80zw96UmCagPr23OBKT4 { width:24.875rem;height:2.1875rem;top:5.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKViOmGBy6b2TIQtEWpCOdrT7uUQkTJS { top:12.5625rem;left:12.0625rem;width:19.6875rem;height:30.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opJmyMe8qwdP17GxVTIPooBoMEd9TII5 { top:12.5625rem;left:27.9375rem;width:19.6875rem;height:25.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtOfBqNKgIBr3GdpqmOH1RvTkX3DN7Dq { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TanW4FwlhTeUZEDwklprIhc3W4KyUxT6 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u90LlmhzypTDSyApNytGmiywl8dxhMTo { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRQrBZssQLpmClG4PA9bEkALGli7XTsQ { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TF9w7TBtFV9iqaZvDxo5x9rb1F8qJVZu { display:block; }#TF9w7TBtFV9iqaZvDxo5x9rb1F8qJVZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTEfpqNhkatMq2FcCsEecZJGz38E4RAr { top:0.4375rem;left:9.5rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWaHrQsRElCPsfBcqbcVIVxwk42kMm1z { top:2.6875rem;left:0rem;width:20.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3aXGqqRyCnsTHrtFeCuKCZzEEo3oEQS { display:block; }#z3aXGqqRyCnsTHrtFeCuKCZzEEo3oEQS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lv5QaQlFVdEavg9e5dftDD5sQguPAOK2 { width:19.9375rem;height:7.25rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWhtA1SvPgG9iq1dBB8GDPiTMNlHHqS9 { top:12.4375rem;left:0rem;width:19.6875rem;height:38.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqOZmpFNsxBkMCcTA38ADfltR62oeeiR { width:24.6875rem;height:2.1875rem;top:5.0625rem;left:7.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia0cW1IbXTgoabqx0qp8NIqFNuGTniKU { width:24.8125rem;height:2.1875rem;top:5.0625rem;left:22.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQW86ynNmx7FV66rkdpP2XbrnFQ6IefF { width:24.6875rem;height:2.1875rem;top:5.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpZVsITGTbbaT0756kZxsdlKOZyDr2am { top:12.5rem;left:12.0625rem;width:19.6875rem;height:37.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptTLsiP2TKQbctu0J50TQAQPH3JWVgBb { top:12.4375rem;left:27.9375rem;width:19.6875rem;height:33.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk1RX9prFmbUnhTvDyLNQm4llIwREc67 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAAT7msmo0NHkAJicZFByZcmK5TDRTAa { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAxRgbmxcvb9PruPW0ORKTlNtVGW8vVB { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qinTJAwTTgqXTzIQTM3mRbCgWm4x3Zpk { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKIWQ0o9IFT03CB9ZPo7VEADAM64uNN2 { display:block; }#XKIWQ0o9IFT03CB9ZPo7VEADAM64uNN2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bv5zF0z4Ryxhi8Dk99SbfpSe8UPc5x4W { top:0.5rem;left:9.5rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6IDTubAdCQrZSLHoKeFcTiO8QkPJAUF { top:2.6875rem;left:0rem;width:20.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPNXVxtI2AMsBRoxTVCT16vvqubMBgpk { display:block; }#zPNXVxtI2AMsBRoxTVCT16vvqubMBgpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIhvmv2bDvQJwzsZz6miBViH77TF6DRo { width:19.9375rem;height:7.25rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaMmQRzZg3iU6uf2mUQJcAZTlctW05L3 { top:12.5rem;left:0rem;width:19.6875rem;height:30.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMmlxI4f0A1yNDXWEpx4Md49OL4WKigA { width:24.875rem;height:2.1875rem;top:5.0625rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8ZqP9IGfwkFZ84ZnRrrt3NkpRvfbxFv { width:24.8125rem;height:2.1875rem;top:5.0625rem;left:22.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4KucON2Rha9f4xlTCbSn3kb9a2nKHUG { width:24.875rem;height:2.1875rem;top:5.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #umFtcWvLEOGhCK3cbZ3OUxPmKbqRrQud { top:12.5rem;left:12.0625rem;width:19.6875rem;height:30.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhCoxiNR1SUBO9GSbZ8A37OwTirqt0DJ { top:12.5rem;left:27.9375rem;width:19.6875rem;height:30.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3cOMCHR7eXtAm9FGRtQOCqrntUbnqoT { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6TLqKMUtTKTqgHXVqrTEstuPycDVNmm { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTdAgpSlObkL9z2gmoJrslbbafJGLmET { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFmrFG1B2Iz1bC7cy0NyFXIdFDDVLewI { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgmtL1b2UepuFOlwaalg5hnTNH2V2fpD { display:block; }#hgmtL1b2UepuFOlwaalg5hnTNH2V2fpD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6f8oazgSSxqlyEkSWEBsd9u1icD8STT { top:0.4375rem;left:9.5rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9fF2LBTRHZCOlJIJ8b4lTdPxFaHnOi3 { top:2.6875rem;left:0rem;width:20.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpTH7ESvDPTeawdhgKTbmN701sHCoXoC { display:block; }#hpTH7ESvDPTeawdhgKTbmN701sHCoXoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxQPQ6iAKa5CFxaE3D8HQbkpkETMMT8R { width:19.9375rem;height:7.25rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyamKMb0ApLr3ctMfThLcgigTHLaUOnA { top:12.5rem;left:0rem;width:19.6875rem;height:38.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si3pdPSHpmvvszXPQgC08GOvQRaTiB7C { width:25rem;height:2.1875rem;top:5.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRTGz5nILOCASiJTQmWRzZpBmADF43Xv { width:24.875rem;height:2.1875rem;top:5.0625rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLnlkNINq9XhON8IQzaHsW3FDWTCRaqH { width:24.75rem;height:2.1875rem;top:5.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQWhUA2JTBhXilUr9I9xTTdTq50qa7db { top:12.5rem;left:12.0625rem;width:19.6875rem;height:28.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfskuteVTfwV2zg3JJUfr0uaJXTkhC3A { top:12.5rem;left:27.9375rem;width:19.6875rem;height:35.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gga0RC1gyD3a6IXmg32dBII6TUA9ut4l { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoiTvq6NdahtOGwxKOREIfbOAeCNsLAM { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW1VTJuvy1JJhJFiqGXpiMdmAxDQsCgz { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWDRZ3OQZp4z1u4gtKq2nnmTeQpF31Xm { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQJUQXZZJlwdoPoVAweK8SX1XFRl6eov { display:block; }#uQJUQXZZJlwdoPoVAweK8SX1XFRl6eov > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #losD2AIBUb4DSVTcXP2g4ha0EQ2V4uTg { top:1.1875rem;left:10.4375rem;width:10.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GURokXVTlVxALAZhbQsZ54SN0PHcKF3m { top:2.6875rem;left:0rem;width:20.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXUxKqNb3HefmgyDLKanODyF6co9uIy9 { display:block; }#IXUxKqNb3HefmgyDLKanODyF6co9uIy9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wi2lecJVg68rvqHDKIQQ4enJmtHLTgDr { width:19.9375rem;height:7.25rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHoTUs8g56e6v69s6VkvfUo1yH99CdV3 { top:27.1875rem;left:0rem;width:19.6875rem;height:33.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9EFbKHOT55Z6XqxaiA5EoTvqQKTlTOD { width:19.875rem;height:4.375rem;top:15rem;left:11.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWHQSTquytm9TKIo75ERZltciiKxWoU7 { width:19.875rem;height:6.5625rem;top:14.9375rem;left:27.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVBOWIlOuRipEnBTJakEUwrsrWsL93zp { width:19.875rem;height:4.375rem;top:15rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWt1DeRTrx2KLEcqrWRxA5rNgSpRnkdJ { top:27.1875rem;left:12.0625rem;width:19.6875rem;height:33.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG4VPyJDPqOvT6n8NSDml1TtxPtkx5F7 { top:27.1875rem;left:27.9375rem;width:19.6875rem;height:28.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lub4oVeKSygvfVxcGhV8xkfBp9MME5cD { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I68CkUQZiqmoON6maHx3ENa11Xz47fbQ { top:3.3125rem;left:3.5625rem;width:8.75rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIHXAF1mEZQoN8p006GuTcMx948qvWIX { top:3.875rem;left:19.624137878418rem;width:8.375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQtTMfLZqpORn0AvVV3sAWoaFlBRfaxL { top:3.5625rem;left:35.437286376953rem;width:8.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA9bgvPTeoBtDdvD6yKV9be6hK24yx1U { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFP2z13WEGw2az6p600fHAfSeIAQZRKM { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi4f2ZWO0EnlIUks4WPAWVih1tGGpTZR { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEz2Ie05gAa8J29LktvpnFLVR6cxV5oV { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuK54mT5ciqO8e3eZezNQ29oklTw3IlW { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmRtIU84pWuAadHLPTm36LdB2fI0v92K { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuRFgUUh87PEefTehRLJvRU3Vud99mMz { display:block; }#OuRFgUUh87PEefTehRLJvRU3Vud99mMz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvLPKUBBcQm59iDWCc5lAhgQLc9SSqiE { top:0rem;left:9.2178878784181rem;width:15.5rem;height:7.7181254418097rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLX72c23mOuytGJUIB4MfF6hQCE531b0 { top:2.625rem;left:0rem;width:20.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl9eZlasouf8QuKMJSDgcvDXpl5CrNRP { display:block; }#wl9eZlasouf8QuKMJSDgcvDXpl5CrNRP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwMsaIinyHs1M8VZTaWQCJrUt5J2JA5q { width:19.9375rem;height:7.25rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn264lXx3hGJl0pulQ4HifcthiNrNk56 { top:26.75rem;left:0rem;width:19.6875rem;height:30.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irCmQXJ8BE0C1MfSzoNOeEQoe3qlMlMq { width:19.875rem;height:6.5625rem;top:15rem;left:11.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6e9nTALzF6Qnx37OXD0aWUsMT2v5cLn { width:19.875rem;height:4.375rem;top:15rem;left:27.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtCxh7QNnMA4dALwH5N9v3PvgBN2ToKa { width:19.875rem;height:4.375rem;top:15rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzpoe2PZvhKp9VvycrTJ5B4GBObbsTgW { top:26.75rem;left:12.0625rem;width:19.6875rem;height:38.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCeGAsrhLutirIhV8llDkoZz1fAb1Au8 { top:26.75rem;left:27.9375rem;width:19.6875rem;height:33.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOIO4hZ6ZtgAhZpBJbpAECV7lgmwzBUH { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWbTHKz4AC9KSkIMHZnTJ5pbD75Al9A7 { top:3.75rem;left:2.9049491882324rem;width:10.0625rem;height:10.313140567737rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9KQh3XACLXCsesE62aNC2pIqbbHu8gt { top:3.625rem;left:17.0625rem;width:13.9375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ZTMWaG15qvwRPeqNcFx6crS7ZsfcMr { top:3.9375rem;left:34.187286376953rem;width:11rem;height:10.000568214103rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1PPFFI1Swbcc1lbZTrs5sDJUGqxqmI4 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIaQbX6HPdaedWhFM9UdVWs7yFad6E8Z { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxII9knekblP1CcMPUKJAzOVNAPoTu6T { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Pv72SEGytvCmacAOrPJ0TkRM3k2vmo { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqZ5txFTDXfuFfroMPtC8QMzzC9aeeuS { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AyHfKpVnk4zqt0CHKuRWZVSdgBTEXN9b { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fB8JTV2M8fqXGg8V1meUTzoDyWyutZOi { display:block; }#fB8JTV2M8fqXGg8V1meUTzoDyWyutZOi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbrAosdEdTzPnfscsAGQ2EzMsO39roNZ { top:2.75rem;left:0rem;width:20.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpHndCES1y6eZw17mNfcEhEwBIsdD3a9 { top:65.875rem;left:15.875rem;width:15.5625rem;height:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S49iPeRsApfKfAUG3eVxvitiJZyZmqRz { top:1.375rem;left:10.4375rem;width:12.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2xmU814MnKaJEvklqXpTvPT36zKhRZw { display:block; }#N2xmU814MnKaJEvklqXpTvPT36zKhRZw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8Oqrun5bLbrkGoyoPEK4BLzZyhyGh9p { width:19.9375rem;height:7.25rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yISD5KXasRbhMbGJ3Wvm21cqckJmx7TA { top:23.75rem;left:0rem;width:19.6875rem;height:35.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBpTqG9K0Ioo6oLCqDM2qp7P44X3MDzv { width:19.875rem;height:4.375rem;top:14.9375rem;left:11.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdGmGRmgHATKBvGNh58Q2aKbW9oqofIH { width:19.875rem;height:4.375rem;top:14.9375rem;left:27.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuqNAqZelTX8ZiGfNMCzKM7LaJCrCFwl { width:24.875rem;height:4.375rem;top:15rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9stIhKuVprNwfayHZqd1BP3Un4L3hsZ { top:23.75rem;left:12.0625rem;width:19.6875rem;height:33.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0AIwNt3BTM8eblKIEtwFcwBo9iBlqp0 { top:23.75rem;left:27.9375rem;width:19.6875rem;height:40.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxpMBrucpkZhT0EyTVFA3RgQcTbfM8LB { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfR5y4khRPxqlnLhDi7neMt1PPBXuNGl { top:3.75rem;left:19.529731750488rem;width:8.5rem;height:10.237450455119rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoFBsdx044XRDVk9i8RmiKTfWCeBXW9e { top:3.875rem;left:34.468322753906rem;width:10.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDME3AFNlr0Ah0hVN6tnZ9593VE3h7fb { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkTeeRnWyhy1aaSzxveKyMPdCIp6u9eN { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXHBqnmTNulRkSXhyIM6TPuC04VBp3hz { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NekmG4q1acMqBRRInG1egBpnSd5TbzIs { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJzWki2Mv1PwetszgrwrIZ48w6JKZO88 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2fxk3H1Vs14lGPcidZSHfGhrbz9pEuT { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ry7FPXBBCbTkNoGrdUfraUA5BbnrL37X { top:3.625rem;left:4.4056015014649rem;width:7.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEs3o3Bx9JTxwe9J3cAvT1eQoeknzAIF { display:block; }#pEs3o3Bx9JTxwe9J3cAvT1eQoeknzAIF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0vhAohzPTgSGEXB3fDF3J5mRl9CJTBZ { top:1.75rem;left:11.5rem;width:36.25rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qikaLnUxr38TGJWTGseECBNC6h5MIaMT { width:37.6875rem;height:4.625rem;top:3.1875rem;left:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFXXD3Z2wB4eSWE5MMrUvLgSGiB36VWc { display:block; }#rFXXD3Z2wB4eSWE5MMrUvLgSGiB36VWc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-regular-label { width:44.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-text { width:44.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-text {padding-top: 0; padding-bottom: 0;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-textarea { width:44.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-select { width:44.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-select {padding-top: 0; padding-bottom: 0;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-button { width:11.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:16.6875rem; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-checkbox-label { width:43.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww  { width:44.4375rem;height:auto;top:9.9375rem;left:0.6875rem; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .radio-container { width:44.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww {display:block;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww { width:44.4375rem;height:auto;top:9.9375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #AihE7wq8uKgFIy4iebgDztoyPx8vRQT3 {  }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #AihE7wq8uKgFIy4iebgDztoyPx8vRQT3 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #z8J50AOiBoRbVUk92wwNPAJyBUqn1kdb { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #se2NXo0XUrPI2XIcsNfeTNBAdS4hQ4ga {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #AHARVRHnGIlxsVLA2JmUUn3QhW3dwQMF {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #DHV3UNukuwg0pzJvnZhZ4tHk0gkTM4g3 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #WJXGnvbVzsBOnyDXXtqF6cM0Mh5q77dA {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #k61H9E7nOrs6dThblDr91tuhLud7kOfW {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #KTJ8XWdLk0PEpT0rTpmkRU6OObU8E0qw {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #b60lPcvcII40r5CzPuD4BqW18qgfdkh8 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ugTkilphXHaGFTHWExFPhZuHIomkvbRV {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ddXZ3ntaEo99LTy3sThwatOT3oghtqZ4 {  }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ddXZ3ntaEo99LTy3sThwatOT3oghtqZ4 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ceOLqbd6ZUoPs1SfMkc98o3E8UFOsdb3 { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #WlBIobgqHHOfFC0TpTMqPhTBprX2d92o {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Pb2SEb8e16Fvcf8CSmwvNCBekc6ua8JR {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #cHU88hTAGaeiaTsL4yu8CzUTZMdH7Esa {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #U3SZJK1x2CTR4yerQK50HEcIWzDPredV {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #rkhNF5ycPMGUJTJoQ2hSrzZChDFeiFDR {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ifyORcJi1UG7rfIM1xEnAnRN9s9UuH5o {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #EEznZlWimLSl3KfMAPVEN0Ol42QW8Hb0 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Ayb3UT2y5Fai6TlbPur1sqTq6WeTVSqK {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #CLUKWVOiFJgi5CZWxySOy782LD5NHcWo {  }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #CLUKWVOiFJgi5CZWxySOy782LD5NHcWo .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Xk9l8sAiIC4PyAwzQZwpBSzlzHH9lI3B { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #TRvViHeRITTpLmy8oZxsf5AhN8h9NIZK {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #MK28iuS4flPyCw7gnZswzhR3qhlzPySM {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #VNCMk1uUC1T78VCAdIXvCbW6DdKqBCEo {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #NAHSaoSErR9nfNffbHguNVUqIt0BePqG {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #AqlddTcxbnbxJCJSBrSNEmAU5zCW9ZEK {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #lgqUo8wqha58n8GWKC96sfh68zAGUwz7 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #n7uOsHzDurUoCRxxXCyax852fCWEDzVP {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #reTL0dn6WOVwnxkW2FivVTSZwZeqNeRD {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #OR3KOFBWfVEEluWtLugvwwoaK1zsURWK {  }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #OR3KOFBWfVEEluWtLugvwwoaK1zsURWK .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #RJ0WVTUQeDpG2lKpxItWF4ZGadGfCIBo { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #aicZs6K2yTwqNsrXmGGkT78aTpyKBR7a {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #F3Ey1a9KHZ8tAzNFCw7ei40BNBXhqPJR {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #dpkQmsMUwKeubkxGGixWrCf9CUJuu8Sn {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Kw1sSy6PZXe8ORxJ0LMf9LxyGLGzr442 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #oLi0TXVsTIZm7uxBxocJ4mCJZAnG6qtA {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #QAvCSN8dGJKvHHruBCVpmXWpmSfxzR8e {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ad5pc0QQoSk1bhUVD7237X9m3PA3SBlL {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #OCD6q4e29Naoz85c8WGEoToryH85x6fK {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #OhLRTgfXvTn08n9s01KhBvB5ZI40XRRa {  }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #OhLRTgfXvTn08n9s01KhBvB5ZI40XRRa .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #i54GrdvcTs4Te3pVosES3bfSg9oN6ous { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #GPpZ8i191GU9sv7cCnhIb3n5WOXel31l {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #pkAABhK0qtD01FHwK6H7Fo1l3qZnicR3 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #KwJKM47FBPaTWACLT20qiXxuL0HtVSSa {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #RkHdtsnVO65p99LcMXbuQTeDeOt8wNNr {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #nuymcfGzcSLFCTO80sEJTrCw1QSiffKK {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #BXIMnMXNsBxpGnb9w7JzWiAh1SlHzdLL {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #BQc1QkDXBNdmkXmf9n581i1nXV9A6TkO {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #XKVeTXap6DTxWEe0yKqsxgHNhGv3cqd1 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #hCvaD1F1MwREN2kZokyGXaaxd0z6f09D {  }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #hCvaD1F1MwREN2kZokyGXaaxd0z6f09D .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #WCE2fVf74Td3vIN0wnA2vbBZIVtVQhk2 { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #DXXZTPQxkyPPxGcDoA3ZZTSXkZMyoaau {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #QETkr51o5qkkDlVu1JCyi4g40pkZA6DX {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #s6yOJ4TmPLdVhVUHART86ISllzRwycpD {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #o1dAiF56LGnx32TQ8pH2mIQR560buLN3 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #qR1mqrwHzBihylAmN1Q6UybJX4iXElTU {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #VrUQBTp16TPRzAv9UwuKFRlJnGRxIJwN {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #qvMNC850ocoVGQTiC76NDFKmcJIC00UI {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #nvuXHRZTiF6Ts8VWltgW40x3eid1BKCW {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #smyV7ATu2WspaBopgh6C8zJ8sHgMPfag {  }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #smyV7ATu2WspaBopgh6C8zJ8sHgMPfag .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #y7ouPy4Lp0S5N568aSmcNGOO93J5eq0i { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ScSg1V8DUDUrC4GQrtAqmzTzIrJ1dVKw {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #gdKeUsbsARI5ZmKFemG93BO6L50PrbN2 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #CRQGkcJR8i7eTJ9alT2f6DkPAhv1GQ2r {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Gu2l11LMpsGRM79fRiEiSoCSZRRK8voD {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #KaD3BqUxsWwpaMVOoEZulpuZ35lHXi8E {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #hhfP0qMP1smsrIV6aSQhNPvROsUuh1qe {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #AeUr0x5tvgJu5ZeaxBfznWeH9HXs1eKI {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #aBUA3Bk5yhrm9nTAZp26zxI1WZW1ltZl {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #wtTT06t4M5sJeBScTNxZ38K7assuOOGg {  }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #wtTT06t4M5sJeBScTNxZ38K7assuOOGg .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #RtbUTClruGnU1TlQQOgknitrnSLkiy6N { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #t5CJi5skzTidS2OOXO6Z4qpH8UfqWfvX {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #y12LckEwK1rxiNPRTkGaZTcT3edHCewz {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #yoMRQuBJ8IRd4Np6JWTmNf7SJzkfIXgU {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Zv0I83MwXXd2Cmzzz62gXIROA198nuGT {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #skrymHLAXJ6XwoGAE7IWA3oQsGvqQBt4 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #EypbwulA7iyA4lwl9XoPbQTwdGQp2DzT {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ENQTTdFO0kxeMVSqqTF8B4TixgqZGT8h {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Qtmx5gazPViJlmEFW0y1sPoZk5pwVo5I {  }
 }@media only screen and (max-width: 763px) { #nOUPD6EpNC27GTwTTsNxE9NdQyFDxJca { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #owpP1QMFiFMJAlqm3qCTiuRA3znPzDM0 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #poCqoxAZfzx5mT5iQO1GwSA676UT7Pnh {  }
 }@media only screen and (max-width: 763px) { #yCVLBEdXf2rtMDsIuAtxph3yTw55NkLS { top:4.75rem;left:0rem;width:11.5625rem;height:82rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw5QXTu9AztDdDMy0mTrmE8DQy21gP6y { top:2.1875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif { display:block; }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t07mPO5yR2LsRXTE18mRnfe2OycgTGUz { top:2.4375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn4WCzSkI8zd6HEVHppxLWT504qiG83o { top:5.5625rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kztUirgdxBSoGQDq4DvbSeTJMiC2wlEF { top:13.375rem;left:0rem;width:47.75rem;height:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2TkKfC8O24EALoaEhuSZBI403lsVmUU { display:block; }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoWbZlgUGtTlr4dDobUAV9AKArDCuJWu { top:2.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 { display:block; }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rr8k4iObPZUQgXq9ubDE2cDvorkTzkoL { top:0.9375rem;left:0rem;width:10.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqrXTyOS5Lh82d6CCw7K6SuviQvmx910 { top:0.75rem;left:18.25rem;width:11.25rem;height:5.56188125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkdgRUSoWbtkvtPXVZGC2TN6qMUVvkxK { top:0.9375rem;left:37.4375rem;width:10.3125rem;height:5.0939693213651rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTEIW3RrCftImZqnFxr1OiNbB347lHNJ { display:block; }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OypaelItmyM1xo1U9VPC1FPuv8Q81M0O { width:19.9375rem;height:7.25rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L40cmzaXvTqPbRHFgbXucGDfQXRxGiNB { top:19rem;left:0rem;width:15.875rem;height:40.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCAJ1uJtFTBCSyvNSsqZgyZM3iqu2FpT { width:19.875rem;height:2rem;top:2rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfGG8K9am4OyK0r8IqQQaT9uC0dmBTlB { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL0VCwedTZt4qmpGhoucA94Rk8PFWuHZ { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1Wf7DAPJqnMXqmiryaT1wLoNBb5gN1T { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAAyDlhGdASA4tdEFDzG5MiZiGd4mpwS { top:19rem;left:15.875rem;width:15.875rem;height:33.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2FbyDzW19ppSFTC2v7R7hiSoDsAmGu8 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Errxlgwltr6D90NdyxREQqoJOUU9f8 { width:19.9375rem;height:2.0625rem;top:2.0625rem;left:11.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCp4WFA6cn30eACkThHevz2LhklCIptq { top:19rem;left:31.75rem;width:15.875rem;height:35.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwe47E9GF9l7hDMR8c9Vqke7ZFu4VRN6 { width:19.875rem;height:2rem;top:2rem;left:27.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G87rSoyOh3zms5zWosbSzcxWRAEwTAI8 { top:0.875rem;left:17.6875rem;width:11rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CF9l3cqTKx4wRrIuEcFbl91KDzueThOM { top:0.875rem;left:0rem;width:11rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #adIz09xii2rXkoiyIn4vBpFIiR5wrDDy { top:0.8125rem;left:35.5rem;width:10.875rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTpylhocFONz5SC5SXsNTNX4Gdu24e58 { top:6.1875rem;left:0rem;width:16.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEBLAwfFuT2KTUsP6ZQJlslHbzvPfoux { top:6.1875rem;left:15rem;width:16.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlwQiBpEBg5wUhlHiNeTKfAMDr50XUvk { top:6.1875rem;left:30.875rem;width:16.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn5BPICaUlPL4wJBGwqAUXHSc9giquZV { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3drTMclWTwTgwyzLSIBcAfoMS56uVGo { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eP1zTwvZD1FCcZLt3PzbhBQlkQ82kXJM { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U { display:block; }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzKryXUJAkdSNxBPJOenWOUpdwm4RrIn { top:0.9375rem;left:0rem;width:10.125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4oRt1fyg6xxsFsdBUt09szrXFpnaaO3 { top:0.5rem;left:17.62345123291rem;width:12.5rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyZSEksar0AgoHFI2ThRsPANG2yKur47 { top:1.5625rem;left:38.375rem;width:9.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ { display:block; }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKTgtORTp3V5ofWOF6FEpBphCLMTZA2z { width:19.9375rem;height:7.25rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3HOhCtArTI27bVSubcM0h5kHAbEAlMM { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFViid72aNWUnC56tGm7Hd0kRUIe9T3R { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMPxufDLzWe3GQJh5KBaQ6oN84Ql7THy { top:19rem;left:0rem;width:15.875rem;height:32.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q08QemLXFEDBzdzrCrXWsSsBeUzPH2zs { width:24.8125rem;height:2rem;top:2rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwIomrlVF1eQxoBpiS9TGViWOICiKk9x { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT3p4sxgc2LKdhKhrr9gvI1acGCJPN2n { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbATU04UsZarpp4Uzf1Qm6hT23ITQxgl { top:19rem;left:15.875rem;width:15.875rem;height:35.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTqP0lSOSGwuUyBmxMtK8Ldsn209Hgqp { width:19.8125rem;height:2rem;top:2rem;left:11.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eziBb59C1n14yO3ZymT45ae6LgB0LxHW { top:0.8125rem;left:0rem;width:10.875rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6W4bdAqp60GdCzED0LdUhNZZrUa1BId { top:0.8125rem;left:17.656253814698rem;width:10.875rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsCc8HfMNJDpAUFwwAQmx3DSsJEf9aA0 { top:1.375rem;left:35.3125rem;width:7.3125rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JnbuEMyTtmGpU95eZ4SKbT2pkltGUMWb { top:6.1875rem;left:0rem;width:16.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9TasKLBL0hpTNa9oiUWkdrhZ5Q9JJD5 { top:6.9375rem;left:14.25rem;width:0.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zdn1cwPF5UR44c8iEAeBb4Z24igGb8On { top:6.1875rem;left:15rem;width:16.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtU6Lq74Wydx29RwRIJNErxNF4FAJfbP { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfJ1ABThNTQRPxT9VVwAkAIxun2bvTXG { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0Q45QVfOrK5fuFgLmTbAQudVMqEy08t { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlO7V5CTiuXO4X1fFLCRhSnaXNP7q56k { width:19.875rem;height:2rem;top:2rem;left:27.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOcrh5gtbVxfpe5aZb2zX1gQwcOwyswq { top:6.1875rem;left:30.875rem;width:16.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE38MZHphmkiNOyMGuDZzCmuClONy9KV { top:19rem;left:31.75rem;width:15.875rem;height:37.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ8olmnoVMguJLALfpNm5yzc7ydQNbg9 { top:0.8125rem;left:0rem;width:9rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 { display:block; }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDEu2buWbAq7CwL3gHuDq0paSehc17qE { top:0.5625rem;left:0rem;width:12.1875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6MNfUkFzgJ1lS1NF3hnKLs8HOKrkahh { top:1.6875rem;left:18.461803436279rem;width:10.9375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh { display:block; }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLagvaTS4F8oTCTyar9VrMsA6NNSfi5C { width:19.9375rem;height:7.25rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3xneHZ7oIkCTFgAGtVIJKG1DnBdTxO1 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMclCFW4FBirtfEH0udwyFQlre1uo8Uz { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8m8uH3wPJGGown7sugug6SQtmhtvoyq { top:19rem;left:0rem;width:15.8125rem;height:30.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSLQUARRsWQabN6KQF7ek9C9CZOxVCTm { width:19.875rem;height:2rem;top:2rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMysxsnJCBtNw4qTOHFzp2tDJn7ZnagG { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oirxmRLXiHW624HX9ZG6BFUK8I6fUrcx { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXE9QdT17wTGpKcg5rOUA5GiTGUzK3Uu { top:19rem;left:15.875rem;width:15.8125rem;height:40.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNXAakRsAMhrdZolJyEDxDhbk8k6lJ0E { width:19.875rem;height:2rem;top:2rem;left:11.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEBN9qdK5Tn5LlRI38SqvsFZfv0LmE66 { top:18.9375rem;left:31.75rem;width:15.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkzmlbMJ1MeVdMLQzWp8QGeOV4wzTdKO { top:0.8125rem;left:17.656253814698rem;width:10.875rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNdNAd2dEnZIGbwVm3yeeofuMrBHapcp { top:6.1875rem;left:0rem;width:16.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzI9J7Oite6SU1gbp6vEWSZ8QvbKUu1H { top:6.1875rem;left:15rem;width:16.4375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfdLm7gDA4Z5QNrt1d1kTOZHLdSt4LPS { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhTqMDUBbPPTRFgoo9WRm6I6UZpq6NKx { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmaBgq7Bbl2Whasr1ssHFodA3uurhPQc { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLVTJSgsCiH9NyLSNTiGtcZ2l6pFaqF3 { top:1.375rem;left:35.3125rem;width:6.875rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B { display:block; }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf { display:block; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ko8GJyTNUC9iR2rx95pAu3L9xWIGeTJl { top:0.25rem;left:13.647657394409rem;width:15.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afMvziM2HlEJKozxbNGHSdVkiuaVWA7Z { top:30.9375rem;left:4.5625rem;width:38.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy6W5pyZEZupNmTspuM5bQk3EI7Z4vXH { width:15.5625rem;height:1.6875rem;top:3rem;left:14.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNi7SK4gU4PEQOJ03PGPRN3tsFiTBUyi { top:2rem;left:0rem;width:13.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQgV85Rny6UyUf18mIr1eCUCEo2S7yIr { top:2.875rem;left:35.875rem;width:11.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fROGKkX9krS7zinErcxfgHo5VtM6s851 { display:block; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1wpoLlh3Ng4ByXTSrvImbo3mSyMyEGn { top:0.25rem;left:13.647657394409rem;width:15.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR9N8eVK5FKbrP9gc0vW3y3FZg2rQEBI { top:30.9375rem;left:4.5625rem;width:38.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeHPhRSncH6b19SpJnHmJSkecdBtSvcS { top:0.875rem;left:0rem;width:10.9375rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvFC7ckZnVe1cbiT0zGuWM3VVTLp7CFv { top:0.8125rem;left:16.7490234375rem;width:12.8125rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0U3oAC6JEOBrVwhSW5KE6TZF1WoRyZ6 { top:0.875rem;left:32.4375rem;width:15.3125rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3s94xcW9WtPbhmB3x543EIcETlcPNcs { top:0.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPhs1hhBJtv2nJ7A2GXGhMPSZkp6oTFb { top:0.875rem;left:14.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmTs6xfDPiwzApiJ4Gc6ZkAcC8XWoFIb { top:0.875rem;left:38.8564453125rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDvwfgPoqg7CvTaOLyRJe2TvM01ZGfxT { top:7.0625rem;left:0rem;width:10rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXglsTsTHNGW1zbLJbPxS5LdMksFocxO { display:block; }#qXglsTsTHNGW1zbLJbPxS5LdMksFocxO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DicRetGTUNToqnuP8USd8H33TWmnLu89 { top:3.75rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgsO5rdSwbaJDUqRc12wZba9ATA3fIbG { display:block; }#CgsO5rdSwbaJDUqRc12wZba9ATA3fIbG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgFBAWPTLH8ZRHASxhTFhpqBcantMTAp { top:13.5625rem;left:0rem;width:11.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypn7l10kMLkS5kngPZE33RnpqxHhFmoe { top:13.5625rem;left:36.25rem;width:11.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3KFVXITzNXS9hGqvBAHZT6NwrbJgP26 { top:13.5625rem;left:0rem;width:11.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se5f7c7c6Nn36aC7kgTfb8M4Rk0QHvFq { top:13.5625rem;left:37.4375rem;width:10.3125rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlfoqReh1PalZ0RxP59JfDENxyHViskK { top:13.5625rem;left:23.625rem;width:11.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPHrp6h22x1xfTslFR1kwKbTtohlFnTB { top:2.8125rem;left:0rem;width:9.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2o1E7fpV6V0ODwTVk2L5ThqWfoD3k8T { top:3.75rem;left:0rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #kxOHvn5LA1d3V25e8rgxtK1TktEdF7tO { top:2.875rem;left:11.25rem;width:9.375rem;height:7.436rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1qAXxUdVPA1wsPvrepKNOJydSOqi7y8 { top:2.875rem;left:23.625rem;width:9.375rem;height:7.436rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3014qBaJDkkQfh5EFUyMPwfVVhmvyXi { top:2.8125rem;left:36.25rem;width:9.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb0vxWZCka5diRgiSyqTGCmuCu13QupR { top:2.8125rem;left:38.375rem;width:9.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psbnS6dJckflv2cUKTWvTtJJw4wvNMnP { top:3rem;left:0rem;width:9.125rem;height:7.2627170962673rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN1nFeEA59o7S8ZDG83U2m2rrF2wl2L8 { top:17.125rem;left:0rem;width:11.875rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3yET9MT4LvEh1M2Ka4klIC7EZuFozEz { top:17.125rem;left:0rem;width:11.875rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrToFsOlBnqae33NnIC8BIFcwNh7rDpq { top:17.125rem;left:11.625rem;width:10.125rem;height:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc3CZZOqoLJfAVX1JEA7SaTlsK7wb8VO { top:13.0625rem;left:11.625rem;width:11.25rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRoXncBoO14AheP2STeTDth5P99Zs5yy { top:17.125rem;left:37.625rem;width:10.125rem;height:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK5RkMrrXnCQbA7iaTT1TfAIvRkxOicF { top:17.125rem;left:36.25rem;width:10.1875rem;height:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDXAJbrc2VK5m8UtSTaRrPMzrtAfWrbr { top:17.125rem;left:23.625rem;width:11.875rem;height:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc { display:block; }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb { display:block; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uO7iy2eRKACJrQpbJBBlRS2wSxW49JWT { width:10.3125rem;height:2.75rem;top:1.75rem;left:18.6865234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtVb7CGI09DlMyTe8KKW8kOJo8UGTSfM { top:20.625rem;left:23.9375rem;width:16.8125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLcTugzzPxHyZsGUNsdkFNLOgXTVMqFW { top:19rem;left:22.75rem;width:19.125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWwlOEyk9M8194mNitkhz7m8wz6RoRc3 { top:19rem;left:5.875rem;width:19.125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp8ARhyedy9V5GLtX4XMNEVsqQiEB0ef { top:15.9375rem;left:7.25rem;width:16.375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neUwP9hFRC5NCzMV01SFKKatyrzIeLvG { top:20.625rem;left:7.0625rem;width:16.8125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UblZpNoOqGy8e6RE5yF83Z3lsDEUlJUC { top:15.9375rem;left:24.125rem;width:16.375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI4GomSN2i0sZQ7A1f8uKnAy8fsWKMpV { top:6.25rem;left:11.125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rshXgfCx3z1abDhoMidWwUzoTlNGiShC { top:6.25rem;left:28.03125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s { display:block; }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAoWyskTWlaoNoipXEny4vQNMwqkDvQG { display:block; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdqrwTXMhTDPQLKFAUgPHXyecROrwxdP { top:2.875rem;left:38.5rem;width:9.25rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv7TlVns2cXsqvP4O6ll8gqDQfIxcfGS { top:1.625rem;left:14.1875rem;width:13.25rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhkDoHvFlTPS8CnfDkx5ZLmNI6xt3wGs { top:0.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODySmXis065uVWQT1Irvz9rAqzkXwot8 { top:2.5625rem;left:0rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZELg4DWpRO7lViMq3TmiTr2sFqfsWbB { top:4.75rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqSqK6UaPfV9RC2sLZZUiOfu5vm7HcCb { top:2.4375rem;left:12.4375rem;width:0.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym6i5lJAn1AV0fVViMLwFEuz98z5z2Kl { width:6.8125rem;height:1.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyw4oAeozzqMArEIpA4xhZml8TFTegZm { display:block; }
 }@media only screen and (max-width: 763px) { #OzL3OlOxWN1ySQtUHvVGJQWTDww5W258 { width:11.6875rem;height:1.0625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoTfHl0LvGl7E7oiIzzPcSaTXbR5XmzO { display:block; }
 }@media only screen and (max-width: 763px) { #g0SILA7Kr9nAba2u6gXrUJJU2p3EZUss { width:9.875rem;height:1.0625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2EkhOmT0rc8IXLZeZHIszTv1Q7bS08Z { display:block; }
 }@media only screen and (max-width: 763px) { #qFWqhLfIAEkriOuvm46FfyfSnEC8LLsG { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC9TlL7ZpczxJKCWTryigUUrSFQa0cNC { top:1.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niENGJsH7SMu8vl2QTZffrzW8fvlICdb { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwZ0HHh2KC7Ibi6cMtAtx5xbbXNJTNk4 { top:2.25rem;left:0rem;width:7.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y7binsBMhxBLcBkUQinATtosF7LhWAxi { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#y7binsBMhxBLcBkUQinATtosF7LhWAxi > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM9OaQhCcLFVDR6ohu8VwnTk2lq53Sca { width:7.3125rem;height:1.625rem;top:1.625rem;left:6.3125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #eoVhDVuMUkKxhOSn58qTDHeWiKVe5WR4 { display:block; }
 }@media only screen and (max-width: 763px) { #HJgWgFWIRMw1ZFiDMwdAh0n41ACKAtVm { width:6.25rem;height:1.6875rem;top:1.625rem;left:6.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #dEsJLtmq9a2MqP7Oug7XcJd3yDdOXB5w { display:block; }
 }@media only screen and (max-width: 763px) { #yPgUlu5qBRUZ9phRPgTCZ7LXLvnP7kQI { width:11.5625rem;height:2.5rem;top:0.9365234375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmqX6TTEAos6bD5JibQuI0XEgcmClKZT { width:0.625rem;height:0.625rem;top:3.125rem;left:2.1499999761581rem;text-align:right;text-align-last:right;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #eitoU1AlsS4InstWJWKxiE6dwQTJMWac { display:block; }
 }@media only screen and (max-width: 763px) { #Boumm6BoNV3EFWeLsCTWk2mwad3XSdlh { width:6.875rem;height:1.875rem;top:4.0913629531861rem;left:6.5625002980231rem;z-index:15034;font-size:1rem;background-color:#c2a86d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#050062;display:block; }
 }@media only screen and (max-width: 763px) { #cVU8v3zVQamgHJGlbWdKo62t8uP5Ui83 { display:block; }
 }@media only screen and (max-width: 763px) { #vdnnq8uhRD38RmMockIyiTQSoyZhD6De { width:20rem;height:0;top:4.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t { display:block; }#HOKOrXeFfoKc1nVIZWgbqA61aHdcf81t > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV { display:block; }#z0lRqADz9FCcp4I7hBVvhFR0Uqs3T3XV > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQDhzTAAyb309SfKuxhp4xbclOdeAtWs { width:20rem;height:2.75rem;top:3.7484378814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJQzfprB4MbiHrNnxTrMnZ2OQwETW30u { width:14rem;height:2.4375rem;top:10.311325073243rem;left:2.9981436729431rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TntWr7ustb94IqBIkvlU9Tvmt56sRRvQ { display:block; }
 }@media only screen and (max-width: 763px) { #DZcmiX8tcBDcy2PmK8CcRPpQTdp61TTc { width:18.75rem;height:0.125rem;top:7.78515625rem;left:0.62343746423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxNF7sSuc91zQc3d6OcFiPQQOd3QgqJr { width:20rem;height:24rem;top:9.37109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JPPMN0byM0Qvh2ZUTP30rMc073yO7MF0 { width:20rem;height:1.462675rem;top:1.2493810653686rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rew8z3u7kRZ7407XyTyIDDOEQ0dlQRfd { display:block; }#rew8z3u7kRZ7407XyTyIDDOEQ0dlQRfd > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuHTAkBE8MT4eEnZiP6q8WosZT4goAk1 { width:14rem;height:2.4375rem;top:11.5625rem;left:3.0000001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HGRbbQeS5zrbVtrmBXLiTycJJJr4qgn4 { display:block; }
 }@media only screen and (max-width: 763px) { #fgFOKk8VIS5K97TKuLCG3LS17y2w9zph { width:19.6875rem;height:3.75rem;top:0.62282943725586rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwKoxZbGGsbp0tbFT1HTcyaSNV1Tub7C { display:block; }#MwKoxZbGGsbp0tbFT1HTcyaSNV1Tub7C > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDUcJfO4tViWD6nf1EUUiIJ4rQy1cL0U { width:18.5rem;height:2.3984375rem;top:5.875rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p8qCoPLVhstiWDBXphOMOQlxaJozxzPR { width:1.8125rem;height:1.875rem;top:9.1875rem;left:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0kXB11vZSXTGQT375vAiDbypxqous9Q { width:10.375rem;height:3.19921875rem;top:9.312255859375rem;left:4.4372680187226rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eq74EBOlTNRNtQH4lTJvTkXlC0wVXiOb { width:1.8125rem;height:1.875rem;top:12.936494708061rem;left:2.1244585514069rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHGO7i6F1ukIr91tHlg2r68haBBRRNNl { width:13.3125rem;height:3.19921875rem;top:13.12329852581rem;left:4.6236851215363rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SXBoC26S3o4g2m4daWNxKZ2Gouw9avey { width:1.8125rem;height:1.875rem;top:16.625000834465rem;left:2.1244585514069rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWcf9GRc0zkNvlW9Bx4EBZG3NNrzLyzW { width:11rem;height:1.600475rem;top:16.811804652214rem;left:4.1247680187226rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ninVawwbzTgZaOyxzRyvc3zNvLXLFsSz { width:1.8125rem;height:1.875rem;top:19.249689936638rem;left:2.1244585514069rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAMxl5sJSg9AcnPInxR4GXADbWgIdAUG { width:11rem;height:4.79883125rem;top:19.436493754387rem;left:4.5621907711029rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAt5DeiTJd7XT3wlvTSiOPlegTqklr0G { width:20rem;height:3.65625rem;top:25.998993754387rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmWiGEi4XroxMFyy0wsLqyF5y5d5yRTZ { width:1.8125rem;height:1.875rem;top:30.374380946159rem;left:2.1244585514069rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awUDkuEkXnq1OXMoqi8Kzblrh9FLQWDW { width:16.875rem;height:1.600475rem;top:30.562346339226rem;left:2.1871132850647rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mn8uUC2TbtVGDJAwC7dUbC04mC9pegCd { width:17.87475rem;height:3rem;top:33.873762965203rem;left:1.0616490840912rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RWHwzH9iDTMg2KG9HqLP9CTUg3ruIDUx { width:1.8125rem;height:1.875rem;top:37.436957240104rem;left:2.1244585514069rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOAb4SPRUSzm073g0MB9cRltL42fCiGG { width:11.625rem;height:1.600475rem;top:37.574329376221rem;left:3.9366321563721rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9BuQlrtHWKP2lzh8GdwxJT8wtLVnCwB { width:1.8125rem;height:1.875rem;top:39.624071955681rem;left:2.1244585514069rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddGMn9gQrLUFca9lJLEIwFoGOh6BCwbM { width:12.375rem;height:3.19921875rem;top:39.749350309372rem;left:3.6870660781861rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWH8LKPvb4ca5kLNbfTkpPSLOBO57aqm { width:4.12475625rem;height:3.93676875rem;top:0.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDarZ4ueT0yucBvxgmmwL1yfz1aOPBH4 { width:1.8125rem;height:1.875rem;top:73.2998046875rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIpE0PwD70xeq230x70SVpVlAOr8DXJo { width:12.4375rem;height:3.19921875rem;top:43.873701810837rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MEeBnmyJFQgaaFLrWgd58ufuopiLx1xE { width:1.8125rem;height:1.875rem;top:43.749998927116rem;left:2.1244585514069rem;font-size:1.3125rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #a63R3xUArGXLGFEN6tTLDuQiv942TIs1 { width:20rem;height:2.9962875rem;top:46.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DTRXgtfxbA53TowyvPbLFMOf95ARLhaH { width:7.5rem;height:2.5rem;top:51.18505859375rem;left:6.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UtQSPCxHWZxqzWXPWi2uuTk8SfeyDuMD { display:block; }
 }@media only screen and (max-width: 763px) { #k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P { display:block; }#k3rVk4gM3dEPWAlhSNOXM7wvagV5t03P > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBJ2Nlr0NZVsaV2S41ZkDq7dQ5G0cWrh { width:18.24875rem;height:3.298825rem;top:1.2547607421875rem;left:0.87348097562787rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf { display:block; }#IhdrogXpEh3ExAyTnnrNK0fuhyTtMRxf > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdXQMmfT6rTpMX9d8kICXxCN8Ch8xt5W { width:20rem;height:19.5rem;top:5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #t1RoyeLplnIPOPIuF7vAAqHF7cEISNEp { width:11.5625rem;height:2.5rem;top:1.248046875rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSA3c9D64onmbPyxapRLwh8pmHGu533O { display:block; }#NSA3c9D64onmbPyxapRLwh8pmHGu533O > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwblmUyJoCqTQbdPvGM1T5ccXaTS9WVy { width:20rem;height:8.875rem;top:8.109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td688oJvGBZTl1ihpJ5M4ptK1OGNMRRW { width:20rem;height:3.298825rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG060P4JIpBzEfUMmM6wX8oPTo5OqeXC { width:20rem;height:1.58105625rem;top:5.3349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4DBw07NgTMUZGGoEP3dfq0otayI7nDS { display:block; }#l4DBw07NgTMUZGGoEP3dfq0otayI7nDS > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gm6sQ0N6zVPA8at3kW3FiDMppD5aZB2y { width:10.625rem;height:3.25rem;top:1.5295143127441rem;left:4.6875002980232rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VPhbrgVqVoTzgGkJeLHfb5WytDM18IQI { width:11.875rem;height:5.9375rem;top:4.372802734375rem;left:4.0614150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv4Ldd2OoaopwnNdTDHcsi7gvAGXoq72 { display:block; }#Wv4Ldd2OoaopwnNdTDHcsi7gvAGXoq72 > .row .container { width:20rem;height:117.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGo105Ilm2hdeGQrJPKrNa1eQiBrTMLZ { width:19.9375rem;height:auto;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6tDtQdmfsFxc3Ar66r9XlMnbdnekD9T { width:15.8745625rem;height:29.53125rem;top:7.1589622497556rem;left:2.0621745586395rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGHFTTT0ffgm4pdm8mVvxhmKdoC3iQlD { width:19.9370625rem;height:2.1994375rem;top:41.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgTQKVfFwIWWlbcyA4Tog8hRJTfvDDBA { width:19.9370625rem;height:2.1994375rem;top:83.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLmqxMFWia6ifsgeDTZztQT62GIWxFkU { width:19.9370625rem;height:2.1994375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd7XP1WXaxqutByZoPSyoKqtd8AAOuwU { width:15.8745625rem;height:32.34375rem;top:46.125rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lTPPK6IP35t4x6giZXxP94yrJBPTTFWc { width:15.8745625rem;height:28.125rem;top:88rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LdIamOdTZ8iCQT8lxF7nPP6RyB0oNNdP { width:0.125rem;height:14.375rem;top:24.95rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3vPu3By8ZyT9t8wNUvWtIOT4Uy1Nkbv { width:0.125rem;height:14.375rem;top:64.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDLr1lzN4lrRMom72kPen0OqvW8fT3p8 { width:18.125rem;height:0.186631875rem;top:38.75rem;left:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #PJTtnzSxQkDx435eWwaXbVP8THnOVHAr { width:18.125rem;height:0.186631875rem;top:80.625rem;left:0.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #G1ygUZlASvQoRTWG0xD3oLZl3pxmnZA1 { display:block; }#G1ygUZlASvQoRTWG0xD3oLZl3pxmnZA1 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3qvU3O4UE22MQ10evfxKswc8py8bBFK { width:11.875rem;height:5.9375rem;top:4.3717651367188rem;left:4.0614150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAMxeE9w2cApFop4pZxllJUtssTmsQUz { width:10.625rem;height:3.25rem;top:1.5305976867676rem;left:4.6875002980232rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cu4ITrzoLiXkdWfLTPCDdpRzk4LVGWcA { display:block; }#cu4ITrzoLiXkdWfLTPCDdpRzk4LVGWcA > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRuyT1eceotUw7fUmSK7ugmWPOLHNrP6 { width:19.9375rem;height:auto;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aaz3qEa2UCXCkaQX0fLUZkVXbVGfrAzk { width:15.8745625rem;height:21.09375rem;top:7.1994361877444rem;left:2.0621745586395rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Gc4nmBI0LJSZTpGXDwbIrzPoxu6nWcC5 { width:19.9370625rem;height:2.1994375rem;top:33.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJCDBGIg0nudsakhdWRLiO67Pmr8I8K3 { width:19.9370625rem;height:2.1994375rem;top:69.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG3Qa1P4zbmz80zw96UmCagPr23OBKT4 { width:19.9370625rem;height:2.1994375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKViOmGBy6b2TIQtEWpCOdrT7uUQkTJS { width:15.8745625rem;height:26.71875rem;top:38.125rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #opJmyMe8qwdP17GxVTIPooBoMEd9TII5 { width:15.8745625rem;height:21.09375rem;top:74.1875rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtOfBqNKgIBr3GdpqmOH1RvTkX3DN7Dq { width:0.125rem;height:14.375rem;top:21.35rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TanW4FwlhTeUZEDwklprIhc3W4KyUxT6 { width:0.125rem;height:14.375rem;top:60.525rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u90LlmhzypTDSyApNytGmiywl8dxhMTo { width:18.125rem;height:0.186631875rem;top:30.75rem;left:0.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #sRQrBZssQLpmClG4PA9bEkALGli7XTsQ { width:18.125rem;height:0.186631875rem;top:66.8125rem;left:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TF9w7TBtFV9iqaZvDxo5x9rb1F8qJVZu { display:block; }#TF9w7TBtFV9iqaZvDxo5x9rb1F8qJVZu > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTEfpqNhkatMq2FcCsEecZJGz38E4RAr { width:11.875rem;height:5.9375rem;top:4.375rem;left:4.0614150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWaHrQsRElCPsfBcqbcVIVxwk42kMm1z { width:10.625rem;height:3.25rem;top:1.5071601867676rem;left:4.6875002980232rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z3aXGqqRyCnsTHrtFeCuKCZzEEo3oEQS { display:block; }#z3aXGqqRyCnsTHrtFeCuKCZzEEo3oEQS > .row .container { width:20rem;height:124.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lv5QaQlFVdEavg9e5dftDD5sQguPAOK2 { width:19.9375rem;height:auto;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWhtA1SvPgG9iq1dBB8GDPiTMNlHHqS9 { width:15.8745625rem;height:33.75rem;top:7.1994361877444rem;left:2.0616321563721rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #TqOZmpFNsxBkMCcTA38ADfltR62oeeiR { width:19.9370625rem;height:2.1994375rem;top:45.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia0cW1IbXTgoabqx0qp8NIqFNuGTniKU { width:19.9365rem;height:2.1994375rem;top:88.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQW86ynNmx7FV66rkdpP2XbrnFQ6IefF { width:19.9370625rem;height:2.1994375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpZVsITGTbbaT0756kZxsdlKOZyDr2am { width:15.8745625rem;height:33.75rem;top:50.25rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ptTLsiP2TKQbctu0J50TQAQPH3JWVgBb { width:15.874rem;height:29.53125rem;top:93.1875rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lk1RX9prFmbUnhTvDyLNQm4llIwREc67 { width:0.125rem;height:14.375rem;top:21.35rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAAT7msmo0NHkAJicZFByZcmK5TDRTAa { width:0.125rem;height:14.375rem;top:60.525rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UAxRgbmxcvb9PruPW0ORKTlNtVGW8vVB { width:18.125rem;height:0.186631875rem;top:42.875rem;left:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qinTJAwTTgqXTzIQTM3mRbCgWm4x3Zpk { width:18.125rem;height:0.186631875rem;top:85.875rem;left:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #XKIWQ0o9IFT03CB9ZPo7VEADAM64uNN2 { display:block; }#XKIWQ0o9IFT03CB9ZPo7VEADAM64uNN2 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bv5zF0z4Ryxhi8Dk99SbfpSe8UPc5x4W { width:11.875rem;height:5.9375rem;top:4.6875rem;left:4.0614150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6IDTubAdCQrZSLHoKeFcTiO8QkPJAUF { width:10.625rem;height:3.25rem;top:1.5071868896484rem;left:4.6875002980232rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPNXVxtI2AMsBRoxTVCT16vvqubMBgpk { display:block; }#zPNXVxtI2AMsBRoxTVCT16vvqubMBgpk > .row .container { width:20rem;height:106.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIhvmv2bDvQJwzsZz6miBViH77TF6DRo { width:19.9375rem;height:auto;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaMmQRzZg3iU6uf2mUQJcAZTlctW05L3 { width:15.8745625rem;height:26.71875rem;top:7.1994361877444rem;left:2.0616321563721rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pMmlxI4f0A1yNDXWEpx4Md49OL4WKigA { width:19.9370625rem;height:2.1994375rem;top:38.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8ZqP9IGfwkFZ84ZnRrrt3NkpRvfbxFv { width:19.9370625rem;height:2.1994375rem;top:74.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4KucON2Rha9f4xlTCbSn3kb9a2nKHUG { width:19.9370625rem;height:2.1994375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #umFtcWvLEOGhCK3cbZ3OUxPmKbqRrQud { width:15.8745625rem;height:26.71875rem;top:43.125rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhCoxiNR1SUBO9GSbZ8A37OwTirqt0DJ { width:15.8735rem;height:25.3125rem;top:79.497592926025rem;left:2.0627170205116rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G3cOMCHR7eXtAm9FGRtQOCqrntUbnqoT { width:0.125rem;height:14.375rem;top:21.35rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6TLqKMUtTKTqgHXVqrTEstuPycDVNmm { width:0.125rem;height:14.375rem;top:60.525rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTdAgpSlObkL9z2gmoJrslbbafJGLmET { width:18.125rem;height:0.186631875rem;top:35.75rem;left:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #eFmrFG1B2Iz1bC7cy0NyFXIdFDDVLewI { width:18.125rem;height:0.187174375rem;top:71.75rem;left:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #hgmtL1b2UepuFOlwaalg5hnTNH2V2fpD { display:block; }#hgmtL1b2UepuFOlwaalg5hnTNH2V2fpD > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6f8oazgSSxqlyEkSWEBsd9u1icD8STT { width:11.875rem;height:5.9375rem;top:4.0603332519531rem;left:4.0614150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9fF2LBTRHZCOlJIJ8b4lTdPxFaHnOi3 { width:10.625rem;height:3.25rem;top:1.5303421020507rem;left:4.6875002980232rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpTH7ESvDPTeawdhgKTbmN701sHCoXoC { display:block; }#hpTH7ESvDPTeawdhgKTbmN701sHCoXoC > .row .container { width:20rem;height:117.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxQPQ6iAKa5CFxaE3D8HQbkpkETMMT8R { width:19.9375rem;height:auto;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyamKMb0ApLr3ctMfThLcgigTHLaUOnA { width:15.8745625rem;height:33.75rem;top:7.1994361877444rem;left:2.0616321563721rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Si3pdPSHpmvvszXPQgC08GOvQRaTiB7C { width:19.9370625rem;height:2.1994375rem;top:45.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRTGz5nILOCASiJTQmWRzZpBmADF43Xv { width:19.9370625rem;height:2.1994375rem;top:79.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLnlkNINq9XhON8IQzaHsW3FDWTCRaqH { width:19.9370625rem;height:2.1994375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQWhUA2JTBhXilUr9I9xTTdTq50qa7db { width:15.8745625rem;height:25.3125rem;top:50.0625rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DfskuteVTfwV2zg3JJUfr0uaJXTkhC3A { width:15.8745625rem;height:30.9375rem;top:84.625rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gga0RC1gyD3a6IXmg32dBII6TUA9ut4l { width:0.125rem;height:14.375rem;top:19.95rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aoiTvq6NdahtOGwxKOREIfbOAeCNsLAM { width:0.125rem;height:14.375rem;top:59.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qW1VTJuvy1JJhJFiqGXpiMdmAxDQsCgz { width:18.125rem;height:0.186631875rem;top:42.6875rem;left:0.9375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #KWDRZ3OQZp4z1u4gtKq2nnmTeQpF31Xm { width:18.125rem;height:0.187174375rem;top:77.25rem;left:0.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #uQJUQXZZJlwdoPoVAweK8SX1XFRl6eov { display:block; }#uQJUQXZZJlwdoPoVAweK8SX1XFRl6eov > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #losD2AIBUb4DSVTcXP2g4ha0EQ2V4uTg { width:9.25rem;height:4rem;top:5.2467441558838rem;left:5.1562502980232rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GURokXVTlVxALAZhbQsZ54SN0PHcKF3m { width:10.625rem;height:3.25rem;top:1.5303955078125rem;left:4.6875002980232rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXUxKqNb3HefmgyDLKanODyF6co9uIy9 { display:block; }#IXUxKqNb3HefmgyDLKanODyF6co9uIy9 > .row .container { width:20rem;height:158.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wi2lecJVg68rvqHDKIQQ4enJmtHLTgDr { width:19.9375rem;height:auto;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHoTUs8g56e6v69s6VkvfUo1yH99CdV3 { width:15.8745625rem;height:30.9375rem;top:21.749132603407rem;left:2.0621745586395rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x9EFbKHOT55Z6XqxaiA5EoTvqQKTlTOD { width:19.9370625rem;height:4.125rem;top:70.4375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWHQSTquytm9TKIo75ERZltciiKxWoU7 { width:19.9370625rem;height:4.125rem;top:123.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVBOWIlOuRipEnBTJakEUwrsrWsL93zp { width:19.9370625rem;height:4.125rem;top:15.12478351593rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWt1DeRTrx2KLEcqrWRxA5rNgSpRnkdJ { width:15.8745625rem;height:29.53125rem;top:76.875rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iG4VPyJDPqOvT6n8NSDml1TtxPtkx5F7 { width:15.8745625rem;height:26.71875rem;top:130.1875rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lub4oVeKSygvfVxcGhV8xkfBp9MME5cD { width:0.125rem;height:19rem;top:44.8625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I68CkUQZiqmoON6maHx3ENa11Xz47fbQ { width:7.4375rem;height:8.75rem;top:3.7553977966309rem;left:6.280382454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIHXAF1mEZQoN8p006GuTcMx948qvWIX { width:7.4375rem;height:8.75rem;top:59.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQtTMfLZqpORn0AvVV3sAWoaFlBRfaxL { width:7.25rem;height:8.75rem;top:112.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA9bgvPTeoBtDdvD6yKV9be6hK24yx1U { width:13.75rem;height:0.1875rem;top:12.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFP2z13WEGw2az6p600fHAfSeIAQZRKM { width:13.75rem;height:0.187174375rem;top:67.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi4f2ZWO0EnlIUks4WPAWVih1tGGpTZR { width:13.75rem;height:0.187174375rem;top:120.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEz2Ie05gAa8J29LktvpnFLVR6cxV5oV { width:0.125rem;height:19rem;top:104.525rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuK54mT5ciqO8e3eZezNQ29oklTw3IlW { width:18.125rem;height:0.187174375rem;top:55.0625rem;left:0.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #GmRtIU84pWuAadHLPTm36LdB2fI0v92K { width:18.125rem;height:0.186631875rem;top:108.1875rem;left:0.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #OuRFgUUh87PEefTehRLJvRU3Vud99mMz { display:block; }#OuRFgUUh87PEefTehRLJvRU3Vud99mMz > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvLPKUBBcQm59iDWCc5lAhgQLc9SSqiE { width:11.875rem;height:5.9375rem;top:4.375rem;left:4.0614150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLX72c23mOuytGJUIB4MfF6hQCE531b0 { width:10.625rem;height:3.25rem;top:1.5rem;left:4.6875002980232rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wl9eZlasouf8QuKMJSDgcvDXpl5CrNRP { display:block; }#wl9eZlasouf8QuKMJSDgcvDXpl5CrNRP > .row .container { width:20rem;height:165rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwMsaIinyHs1M8VZTaWQCJrUt5J2JA5q { width:19.9375rem;height:auto;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gn264lXx3hGJl0pulQ4HifcthiNrNk56 { width:15.8745625rem;height:26.71875rem;top:21.5625rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irCmQXJ8BE0C1MfSzoNOeEQoe3qlMlMq { width:19.9370625rem;height:6.1875rem;top:66rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6e9nTALzF6Qnx37OXD0aWUsMT2v5cLn { width:19.9370625rem;height:4.125rem;top:127.37475585938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtCxh7QNnMA4dALwH5N9v3PvgBN2ToKa { width:19.9370625rem;height:4.125rem;top:15.079753875733rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzpoe2PZvhKp9VvycrTJ5B4GBObbsTgW { width:15.8745625rem;height:35.15625rem;top:74.562255859375rem;left:2.0616319775581rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BCeGAsrhLutirIhV8llDkoZz1fAb1Au8 { width:15.8745625rem;height:29.53125rem;top:133.99914550781rem;left:2.0616319775581rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOIO4hZ6ZtgAhZpBJbpAECV7lgmwzBUH { width:0.125rem;height:19rem;top:44.8625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWbTHKz4AC9KSkIMHZnTJ5pbD75Al9A7 { width:8.5625rem;height:8.75rem;top:3.756552696228rem;left:5.7183163762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9KQh3XACLXCsesE62aNC2pIqbbHu8gt { width:11.9375rem;height:8.75rem;top:54.625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ZTMWaG15qvwRPeqNcFx6crS7ZsfcMr { width:9.5625rem;height:8.75rem;top:116rem;left:5.1866319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1PPFFI1Swbcc1lbZTrs5sDJUGqxqmI4 { width:13.75rem;height:0.1875rem;top:12.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIaQbX6HPdaedWhFM9UdVWs7yFad6E8Z { width:13.75rem;height:0.187174375rem;top:63.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxII9knekblP1CcMPUKJAzOVNAPoTu6T { width:13.75rem;height:0.187174375rem;top:124.68707275391rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Pv72SEGytvCmacAOrPJ0TkRM3k2vmo { width:0.125rem;height:19rem;top:104.525rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqZ5txFTDXfuFfroMPtC8QMzzC9aeeuS { width:18.125rem;height:0.187174375rem;top:50.8125rem;left:0.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #AyHfKpVnk4zqt0CHKuRWZVSdgBTEXN9b { width:18.125rem;height:0.186631875rem;top:112.18707275391rem;left:0.93750005960463rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #fB8JTV2M8fqXGg8V1meUTzoDyWyutZOi { display:block; }#fB8JTV2M8fqXGg8V1meUTzoDyWyutZOi > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbrAosdEdTzPnfscsAGQ2EzMsO39roNZ { width:10.625rem;height:3.25rem;top:1.5300188064575rem;left:4.6875002980232rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HpHndCES1y6eZw17mNfcEhEwBIsdD3a9 { width:10.9375rem;height:3.6875rem;top:5.3090209960938rem;left:4.5312502980232rem;z-index:15021;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #S49iPeRsApfKfAUG3eVxvitiJZyZmqRz { width:10.6875rem;height:3.6875rem;top:5.3092050552368rem;left:4.6560333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2xmU814MnKaJEvklqXpTvPT36zKhRZw { display:block; }#N2xmU814MnKaJEvklqXpTvPT36zKhRZw > .row .container { width:20rem;height:167.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8Oqrun5bLbrkGoyoPEK4BLzZyhyGh9p { width:19.9375rem;height:auto;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yISD5KXasRbhMbGJ3Wvm21cqckJmx7TA { width:15.8745625rem;height:30.9375rem;top:21.719292640686rem;left:2.0627171993256rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qBpTqG9K0Ioo6oLCqDM2qp7P44X3MDzv { width:19.9370625rem;height:4.125rem;top:69.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdGmGRmgHATKBvGNh58Q2aKbW9oqofIH { width:19.9370625rem;height:4.125rem;top:123.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuqNAqZelTX8ZiGfNMCzKM7LaJCrCFwl { width:19.9370625rem;height:4.125rem;top:15.096030235291rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9stIhKuVprNwfayHZqd1BP3Un4L3hsZ { width:15.8745625rem;height:29.53125rem;top:76.5rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v0AIwNt3BTM8eblKIEtwFcwBo9iBlqp0 { width:15.8745625rem;height:35.15625rem;top:130.3125rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxpMBrucpkZhT0EyTVFA3RgQcTbfM8LB { width:0.125rem;height:19rem;top:44.8625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HfR5y4khRPxqlnLhDi7neMt1PPBXuNGl { width:7.25rem;height:8.75rem;top:58.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoFBsdx044XRDVk9i8RmiKTfWCeBXW9e { width:9.125rem;height:8.75rem;top:112.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDME3AFNlr0Ah0hVN6tnZ9593VE3h7fb { width:13.75rem;height:0.185546875rem;top:12.473036766053rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkTeeRnWyhy1aaSzxveKyMPdCIp6u9eN { width:13.75rem;height:0.187174375rem;top:67.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXHBqnmTNulRkSXhyIM6TPuC04VBp3hz { width:13.75rem;height:0.187174375rem;top:121rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NekmG4q1acMqBRRInG1egBpnSd5TbzIs { width:0.125rem;height:19rem;top:104.525rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJzWki2Mv1PwetszgrwrIZ48w6JKZO88 { width:18.125rem;height:0.187174375rem;top:54.8125rem;left:0.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #D2fxk3H1Vs14lGPcidZSHfGhrbz9pEuT { width:18.125rem;height:0.186631875rem;top:108.375rem;left:0.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ry7FPXBBCbTkNoGrdUfraUA5BbnrL37X { width:6rem;height:8.75rem;top:3.7912330627441rem;left:6.9997833371163rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #pEs3o3Bx9JTxwe9J3cAvT1eQoeknzAIF { display:block; }#pEs3o3Bx9JTxwe9J3cAvT1eQoeknzAIF > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0vhAohzPTgSGEXB3fDF3J5mRl9CJTBZ { width:20rem;height:0;top:1.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qikaLnUxr38TGJWTGseECBNC6h5MIaMT { width:19.9979375rem;height:4.94824375rem;top:1.2367553710938rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFXXD3Z2wB4eSWE5MMrUvLgSGiB36VWc { display:none; }#rFXXD3Z2wB4eSWE5MMrUvLgSGiB36VWc > .row .container { width:20rem;height:95.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:1.3125rem;overflow:hidden;height:auto; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-text {padding-top: 0; padding-bottom: 0;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-select {padding-top: 0; padding-bottom: 0;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.375rem;font-size:1.1875rem;overflow:hidden; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .widget-radio-label { font-size:1.0625rem;overflow:hidden; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww  { width:17.5rem;height:auto;top:13.115886688233rem;left:0rem; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww {display:block;}#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww { width:17.5rem;height:auto;top:13.115886688233rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #AihE7wq8uKgFIy4iebgDztoyPx8vRQT3 {  }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #AihE7wq8uKgFIy4iebgDztoyPx8vRQT3 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #z8J50AOiBoRbVUk92wwNPAJyBUqn1kdb { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #se2NXo0XUrPI2XIcsNfeTNBAdS4hQ4ga {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #AHARVRHnGIlxsVLA2JmUUn3QhW3dwQMF {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #DHV3UNukuwg0pzJvnZhZ4tHk0gkTM4g3 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #WJXGnvbVzsBOnyDXXtqF6cM0Mh5q77dA {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #k61H9E7nOrs6dThblDr91tuhLud7kOfW {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #KTJ8XWdLk0PEpT0rTpmkRU6OObU8E0qw {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #b60lPcvcII40r5CzPuD4BqW18qgfdkh8 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ugTkilphXHaGFTHWExFPhZuHIomkvbRV {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ddXZ3ntaEo99LTy3sThwatOT3oghtqZ4 {  }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ddXZ3ntaEo99LTy3sThwatOT3oghtqZ4 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ceOLqbd6ZUoPs1SfMkc98o3E8UFOsdb3 { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #WlBIobgqHHOfFC0TpTMqPhTBprX2d92o {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Pb2SEb8e16Fvcf8CSmwvNCBekc6ua8JR {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #cHU88hTAGaeiaTsL4yu8CzUTZMdH7Esa {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #U3SZJK1x2CTR4yerQK50HEcIWzDPredV {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #rkhNF5ycPMGUJTJoQ2hSrzZChDFeiFDR {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ifyORcJi1UG7rfIM1xEnAnRN9s9UuH5o {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #EEznZlWimLSl3KfMAPVEN0Ol42QW8Hb0 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Ayb3UT2y5Fai6TlbPur1sqTq6WeTVSqK {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #CLUKWVOiFJgi5CZWxySOy782LD5NHcWo {  }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #CLUKWVOiFJgi5CZWxySOy782LD5NHcWo .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Xk9l8sAiIC4PyAwzQZwpBSzlzHH9lI3B { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #TRvViHeRITTpLmy8oZxsf5AhN8h9NIZK {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #MK28iuS4flPyCw7gnZswzhR3qhlzPySM {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #VNCMk1uUC1T78VCAdIXvCbW6DdKqBCEo {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #NAHSaoSErR9nfNffbHguNVUqIt0BePqG {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #AqlddTcxbnbxJCJSBrSNEmAU5zCW9ZEK {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #lgqUo8wqha58n8GWKC96sfh68zAGUwz7 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #n7uOsHzDurUoCRxxXCyax852fCWEDzVP {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #reTL0dn6WOVwnxkW2FivVTSZwZeqNeRD {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #OR3KOFBWfVEEluWtLugvwwoaK1zsURWK {  }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #OR3KOFBWfVEEluWtLugvwwoaK1zsURWK .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #RJ0WVTUQeDpG2lKpxItWF4ZGadGfCIBo { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #aicZs6K2yTwqNsrXmGGkT78aTpyKBR7a {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #F3Ey1a9KHZ8tAzNFCw7ei40BNBXhqPJR {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #dpkQmsMUwKeubkxGGixWrCf9CUJuu8Sn {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Kw1sSy6PZXe8ORxJ0LMf9LxyGLGzr442 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #oLi0TXVsTIZm7uxBxocJ4mCJZAnG6qtA {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #QAvCSN8dGJKvHHruBCVpmXWpmSfxzR8e {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ad5pc0QQoSk1bhUVD7237X9m3PA3SBlL {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #OCD6q4e29Naoz85c8WGEoToryH85x6fK {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #OhLRTgfXvTn08n9s01KhBvB5ZI40XRRa {  }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #OhLRTgfXvTn08n9s01KhBvB5ZI40XRRa .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #i54GrdvcTs4Te3pVosES3bfSg9oN6ous { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #GPpZ8i191GU9sv7cCnhIb3n5WOXel31l {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #pkAABhK0qtD01FHwK6H7Fo1l3qZnicR3 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #KwJKM47FBPaTWACLT20qiXxuL0HtVSSa {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #RkHdtsnVO65p99LcMXbuQTeDeOt8wNNr {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #nuymcfGzcSLFCTO80sEJTrCw1QSiffKK {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #BXIMnMXNsBxpGnb9w7JzWiAh1SlHzdLL {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #BQc1QkDXBNdmkXmf9n581i1nXV9A6TkO {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #XKVeTXap6DTxWEe0yKqsxgHNhGv3cqd1 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #hCvaD1F1MwREN2kZokyGXaaxd0z6f09D {  }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #hCvaD1F1MwREN2kZokyGXaaxd0z6f09D .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #WCE2fVf74Td3vIN0wnA2vbBZIVtVQhk2 { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #DXXZTPQxkyPPxGcDoA3ZZTSXkZMyoaau {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #QETkr51o5qkkDlVu1JCyi4g40pkZA6DX {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #s6yOJ4TmPLdVhVUHART86ISllzRwycpD {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #o1dAiF56LGnx32TQ8pH2mIQR560buLN3 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #qR1mqrwHzBihylAmN1Q6UybJX4iXElTU {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #VrUQBTp16TPRzAv9UwuKFRlJnGRxIJwN {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #qvMNC850ocoVGQTiC76NDFKmcJIC00UI {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #nvuXHRZTiF6Ts8VWltgW40x3eid1BKCW {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #smyV7ATu2WspaBopgh6C8zJ8sHgMPfag {  }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #smyV7ATu2WspaBopgh6C8zJ8sHgMPfag .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #y7ouPy4Lp0S5N568aSmcNGOO93J5eq0i { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ScSg1V8DUDUrC4GQrtAqmzTzIrJ1dVKw {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #gdKeUsbsARI5ZmKFemG93BO6L50PrbN2 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #CRQGkcJR8i7eTJ9alT2f6DkPAhv1GQ2r {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Gu2l11LMpsGRM79fRiEiSoCSZRRK8voD {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #KaD3BqUxsWwpaMVOoEZulpuZ35lHXi8E {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #hhfP0qMP1smsrIV6aSQhNPvROsUuh1qe {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #AeUr0x5tvgJu5ZeaxBfznWeH9HXs1eKI {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #aBUA3Bk5yhrm9nTAZp26zxI1WZW1ltZl {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #wtTT06t4M5sJeBScTNxZ38K7assuOOGg {  }
#WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #wtTT06t4M5sJeBScTNxZ38K7assuOOGg .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #RtbUTClruGnU1TlQQOgknitrnSLkiy6N { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #t5CJi5skzTidS2OOXO6Z4qpH8UfqWfvX {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #y12LckEwK1rxiNPRTkGaZTcT3edHCewz {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #yoMRQuBJ8IRd4Np6JWTmNf7SJzkfIXgU {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Zv0I83MwXXd2Cmzzz62gXIROA198nuGT {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #skrymHLAXJ6XwoGAE7IWA3oQsGvqQBt4 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #EypbwulA7iyA4lwl9XoPbQTwdGQp2DzT {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #ENQTTdFO0kxeMVSqqTF8B4TixgqZGT8h {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #Qtmx5gazPViJlmEFW0y1sPoZk5pwVo5I {  }
 }@media only screen and (max-width: 763px) { #nOUPD6EpNC27GTwTTsNxE9NdQyFDxJca { display:block; }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #owpP1QMFiFMJAlqm3qCTiuRA3znPzDM0 {  }
 }@media only screen and (max-width: 763px) { #WG1CXdXJgqn0C6rSPwuuFi4gGQ9hfRww #poCqoxAZfzx5mT5iQO1GwSA676UT7Pnh {  }
 }@media only screen and (max-width: 763px) { #yCVLBEdXf2rtMDsIuAtxph3yTw55NkLS { width:7.1875rem;height:49.5rem;top:1.25rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hw5QXTu9AztDdDMy0mTrmE8DQy21gP6y { width:20rem;height:10.3515625rem;top:1.255615234375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif { display:block; }#Ovd3Img6izBcSd1Fq4C4f7WUutCzWaif > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t07mPO5yR2LsRXTE18mRnfe2OycgTGUz { width:20rem;height:1.625rem;top:1.2734375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tn4WCzSkI8zd6HEVHppxLWT504qiG83o { width:20rem;height:12rem;top:3.7744140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kztUirgdxBSoGQDq4DvbSeTJMiC2wlEF { width:20rem;height:18rem;top:17.4990234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #k2TkKfC8O24EALoaEhuSZBI403lsVmUU { display:block; }#k2TkKfC8O24EALoaEhuSZBI403lsVmUU > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoWbZlgUGtTlr4dDobUAV9AKArDCuJWu { width:16.0623125rem;height:5.3994125rem;top:1.237850189209rem;left:1.9683161377907rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 { display:none; }#fm9Ke2oxXGqtSMJvOnsyewtiovWmCkw1 > .row .container { width:20rem;height:17.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rr8k4iObPZUQgXq9ubDE2cDvorkTzkoL { width:11rem;height:5.5rem;top:4.5625rem;left:3.4687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqrXTyOS5Lh82d6CCw7K6SuviQvmx910 { width:11rem;height:5.5rem;top:1.3125114440918rem;left:3.7812502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkdgRUSoWbtkvtPXVZGC2TN6qMUVvkxK { width:10.875rem;height:5.4375rem;top:11.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTEIW3RrCftImZqnFxr1OiNbB347lHNJ { display:block; }#JTEIW3RrCftImZqnFxr1OiNbB347lHNJ > .row .container { width:20rem;height:174.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OypaelItmyM1xo1U9VPC1FPuv8Q81M0O { width:19.9375rem;height:auto;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L40cmzaXvTqPbRHFgbXucGDfQXRxGiNB { width:15.874375rem;height:36.75rem;top:11.25rem;left:2.1866320371628rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fCAJ1uJtFTBCSyvNSsqZgyZM3iqu2FpT { width:19.9375rem;height:2.1994375rem;top:7.8121910095212rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfGG8K9am4OyK0r8IqQQaT9uC0dmBTlB { width:0.1875rem;height:14.375rem;top:21.35rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oL0VCwedTZt4qmpGhoucA94Rk8PFWuHZ { width:18.125rem;height:0.1875rem;top:21.22500038147rem;left:0.9375rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #U1Wf7DAPJqnMXqmiryaT1wLoNBb5gN1T { width:18.125rem;height:0.1875rem;top:41rem;left:0.9375rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #XAAyDlhGdASA4tdEFDzG5MiZiGd4mpwS { width:15.875rem;height:30.1875rem;top:73.125rem;left:2.1866320371628rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #M2FbyDzW19ppSFTC2v7R7hiSoDsAmGu8 { width:0.125rem;height:14.375rem;top:60.525rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1Errxlgwltr6D90NdyxREQqoJOUU9f8 { width:19.9375rem;height:2.19970625rem;top:69.686630249025rem;left:0.12413197755814rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCp4WFA6cn30eACkThHevz2LhklCIptq { width:15.875rem;height:31.5rem;top:128.75000762939rem;left:2.2491320371628rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;display:block; }
 }@media only screen and (max-width: 763px) { #Gwe47E9GF9l7hDMR8c9Vqke7ZFu4VRN6 { width:19.9375rem;height:2.19970625rem;top:125.31163787842rem;left:0.12413197755814rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G87rSoyOh3zms5zWosbSzcxWRAEwTAI8 { width:12.874375rem;height:6.375rem;top:62.811630249025rem;left:3.6866317987442rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CF9l3cqTKx4wRrIuEcFbl91KDzueThOM { width:13.125rem;height:6.4371875rem;top:0.80940628051756rem;left:3.4362622499466rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #adIz09xii2rXkoiyIn4vBpFIiR5wrDDy { width:12.874375rem;height:6.375rem;top:118.43663787842rem;left:3.6866317987442rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cTpylhocFONz5SC5SXsNTNX4Gdu24e58 { width:16.4375rem;height:10.9375rem;top:49.0625rem;left:1.7491320371627rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TEBLAwfFuT2KTUsP6ZQJlslHbzvPfoux { width:16.4375rem;height:10.9375rem;top:104.37413787842rem;left:1.7491320371627rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlwQiBpEBg5wUhlHiNeTKfAMDr50XUvk { width:16.4375rem;height:10.9375rem;top:161.24914169311rem;left:1.7256945371627rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Tn5BPICaUlPL4wJBGwqAUXHSc9giquZV { width:13.7496875rem;height:0.0621905625rem;top:174.06163787842rem;left:3.2491320371628rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #f3drTMclWTwTgwyzLSIBcAfoMS56uVGo { width:13.75rem;height:0.0625rem;top:117.18663787842rem;left:3.2491320371628rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #eP1zTwvZD1FCcZLt3PzbhBQlkQ82kXJM { width:13.75rem;height:0.0625rem;top:61.874130249024rem;left:3.2491320371628rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U { display:none; }#pMIZVutrFe1A7ma0TuEyhJzh1zpn0x6U > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lzKryXUJAkdSNxBPJOenWOUpdwm4RrIn { width:10.875rem;height:5.4375rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4oRt1fyg6xxsFsdBUt09szrXFpnaaO3 { width:9.25rem;height:4.625rem;top:7.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyZSEksar0AgoHFI2ThRsPANG2yKur47 { width:9.375rem;height:4rem;top:13.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ { display:block; }#kTIwZVH7mBuoI6h1thRpmKUTqr6mknfJ > .row .container { width:20rem;height:169.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKTgtORTp3V5ofWOF6FEpBphCLMTZA2z { width:19.9375rem;height:auto;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3HOhCtArTI27bVSubcM0h5kHAbEAlMM { width:18.125rem;height:0.1875rem;top:21.0625rem;left:0.9375rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #tFViid72aNWUnC56tGm7Hd0kRUIe9T3R { width:18.125rem;height:0.1875rem;top:42.4375rem;left:0.9375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #VMPxufDLzWe3GQJh5KBaQ6oN84Ql7THy { width:15.875rem;height:27.5625rem;top:13.436630249024rem;left:2.0616320371628rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Q08QemLXFEDBzdzrCrXWsSsBeUzPH2zs { width:19.9375rem;height:4.3994125rem;top:7.8116302490238rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwIomrlVF1eQxoBpiS9TGViWOICiKk9x { width:0.125rem;height:57.5rem;top:6.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yT3p4sxgc2LKdhKhrr9gvI1acGCJPN2n { width:0.125rem;height:50.625rem;top:6.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbATU04UsZarpp4Uzf1Qm6hT23ITQxgl { width:15.875rem;height:31.5rem;top:65.6249961853rem;left:2.0625001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #DTqP0lSOSGwuUyBmxMtK8Ldsn209Hgqp { width:19.9375rem;height:2.19970625rem;top:62.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eziBb59C1n14yO3ZymT45ae6LgB0LxHW { width:12.499375rem;height:6.12438125rem;top:1.2456512451172rem;left:3.7473961114883rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d6W4bdAqp60GdCzED0LdUhNZZrUa1BId { width:13.249375rem;height:6.5625rem;top:55.3125rem;left:3.3741317987442rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wsCc8HfMNJDpAUFwwAQmx3DSsJEf9aA0 { width:12.4375rem;height:7.3125rem;top:98.75rem;left:3.8125rem;z-index:15023;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JnbuEMyTtmGpU95eZ4SKbT2pkltGUMWb { width:16.4375rem;height:10.9375rem;top:41.873260498047rem;left:1.7256945371627rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #a9TasKLBL0hpTNa9oiUWkdrhZ5Q9JJD5 { width:0.125rem;height:0.0625rem;top:111.49824523926rem;left:9.8741322755812rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zdn1cwPF5UR44c8iEAeBb4Z24igGb8On { width:16.4375rem;height:10.9375rem;top:98.124993324281rem;left:1.7256945371627rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #gtU6Lq74Wydx29RwRIJNErxNF4FAJfbP { width:13.74875rem;height:0.0606435625rem;top:169.37239837646rem;left:3.1232639551163rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #UfJ1ABThNTQRPxT9VVwAkAIxun2bvTXG { width:13.74925rem;height:0.061262375rem;top:110.62240219116rem;left:3.1241320371628rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #V0Q45QVfOrK5fuFgLmTbAQudVMqEy08t { width:13.75rem;height:0.0625rem;top:54.6875rem;left:3.1241320371628rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #JlO7V5CTiuXO4X1fFLCRhSnaXNP7q56k { width:19.8740625rem;height:2.19970625rem;top:118.12240219116rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOcrh5gtbVxfpe5aZb2zX1gQwcOwyswq { width:16.4375rem;height:10.9375rem;top:156.55989837646rem;left:1.7491320371627rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE38MZHphmkiNOyMGuDZzCmuClONy9KV { width:15.8103125rem;height:34.125rem;top:121.55990219116rem;left:2.0616320371628rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ8olmnoVMguJLALfpNm5yzc7ydQNbg9 { width:10rem;height:4.3125rem;top:112.49652767181rem;left:5.0000001192093rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 { display:none; }#aTXBzH8XmyekabHi3JLPXf3atsnLdsm3 > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fDEu2buWbAq7CwL3gHuDq0paSehc17qE { width:10.875rem;height:5.4375rem;top:7.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6MNfUkFzgJ1lS1NF3hnKLs8HOKrkahh { width:10.9375rem;height:3.6875rem;top:14.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh { display:block; }#gc6Fl4BT99xu7TLhwSI0BfD17fBETSyh > .row .container { width:20rem;height:111.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLagvaTS4F8oTCTyar9VrMsA6NNSfi5C { width:19.9375rem;height:auto;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3xneHZ7oIkCTFgAGtVIJKG1DnBdTxO1 { width:18.125rem;height:0.1875rem;top:21.0625rem;left:0.9375rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #WMclCFW4FBirtfEH0udwyFQlre1uo8Uz { width:18.125rem;height:0.1875rem;top:42.4375rem;left:0.9375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #I8m8uH3wPJGGown7sugug6SQtmhtvoyq { width:15.874375rem;height:27.5625rem;top:10.9375rem;left:2.0625001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;display:block; }
 }@media only screen and (max-width: 763px) { #cSLQUARRsWQabN6KQF7ek9C9CZOxVCTm { width:19.9371875rem;height:2.19970625rem;top:7.4925737380981rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #EMysxsnJCBtNw4qTOHFzp2tDJn7ZnagG { width:0.125rem;height:53.75rem;top:6.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oirxmRLXiHW624HX9ZG6BFUK8I6fUrcx { width:0.125rem;height:43.4375rem;top:6.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXE9QdT17wTGpKcg5rOUA5GiTGUzK3Uu { width:15.874375rem;height:35.4375rem;top:62.8125rem;left:2.0625001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JNXAakRsAMhrdZolJyEDxDhbk8k6lJ0E { width:19.9375rem;height:2.19970625rem;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEBN9qdK5Tn5LlRI38SqvsFZfv0LmE66 { width:15.875rem;height:0;top:120.375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:copernicus;display:none; }
 }@media only screen and (max-width: 763px) { #TkzmlbMJ1MeVdMLQzWp8QGeOV4wzTdKO { width:13.875rem;height:6.874375rem;top:0.62190532684326rem;left:3.0612622499466rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WNdNAd2dEnZIGbwVm3yeeofuMrBHapcp { width:16.4375rem;height:10.9375rem;top:39.68489074707rem;left:1.7256945371627rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzI9J7Oite6SU1gbp6vEWSZ8QvbKUu1H { width:16.4375rem;height:10.9375rem;top:99.375rem;left:1.7256945371627rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfdLm7gDA4Z5QNrt1d1kTOZHLdSt4LPS { width:13.75rem;height:0.0625rem;top:52.1875rem;left:3.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhTqMDUBbPPTRFgoo9WRm6I6UZpq6NKx { width:13.75rem;height:0.0625rem;top:105.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmaBgq7Bbl2Whasr1ssHFodA3uurhPQc { width:13.75rem;height:0.0625rem;top:99.436416625975rem;left:3.1243808269501rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLVTJSgsCiH9NyLSNTiGtcZ2l6pFaqF3 { width:11.5625rem;height:3.875rem;top:54.092882156372rem;left:4.2187501192093rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B { display:block; }#XgH8ArnUQP2ETuz4XnVmi9RwRroT2b6B > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf { background-color:#0d1666;background-image:none;display:block; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container { background-color: transparent; background-image: none; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container > .video-iframe-container { display: none; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row > .video-iframe-container { display: none; }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .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); }#ROVnmvuq5CKN2mMEh4GMG9fGmHP4h0gf > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ko8GJyTNUC9iR2rx95pAu3L9xWIGeTJl { width:15.25rem;height:6.125rem;top:1.25rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #afMvziM2HlEJKozxbNGHSdVkiuaVWA7Z { width:20rem;height:2.9125rem;top:8.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wy6W5pyZEZupNmTspuM5bQk3EI7Z4vXH { width:13.75rem;height:1.5rem;top:5.3115234375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNi7SK4gU4PEQOJ03PGPRN3tsFiTBUyi { width:8.5625rem;height:2.5rem;top:1.58984375rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQgV85Rny6UyUf18mIr1eCUCEo2S7yIr { width:18.5620625rem;height:1.625rem;top:7.810546875rem;left:0.7177734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fROGKkX9krS7zinErcxfgHo5VtM6s851 { background-color:#000000;background-image:none;display:block; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container { background-color: transparent; background-image: none; }#fROGKkX9krS7zinErcxfgHo5VtM6s851::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container > .video-iframe-container { display: none; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row > .video-iframe-container { display: none; }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .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); }#fROGKkX9krS7zinErcxfgHo5VtM6s851 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1wpoLlh3Ng4ByXTSrvImbo3mSyMyEGn { width:15.25rem;height:6.125rem;top:1.25rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eR9N8eVK5FKbrP9gc0vW3y3FZg2rQEBI { width:20rem;height:2.9125rem;top:8.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeHPhRSncH6b19SpJnHmJSkecdBtSvcS { width:18.75rem;height:0;top:2.9993782043457rem;left:0.62376230955124rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rvFC7ckZnVe1cbiT0zGuWM3VVTLp7CFv { width:8.4375rem;height:1.21875rem;top:0.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s0U3oAC6JEOBrVwhSW5KE6TZF1WoRyZ6 { width:10rem;height:0;top:0.36842536926269rem;left:10.061881303787rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #S3s94xcW9WtPbhmB3x543EIcETlcPNcs { width:1.875rem;height:1.875rem;top:2.8411014755249rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPhs1hhBJtv2nJ7A2GXGhMPSZkp6oTFb { width:1.25rem;height:1.25rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmTs6xfDPiwzApiJ4Gc6ZkAcC8XWoFIb { width:1.25rem;height:1.125rem;top:0.875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDvwfgPoqg7CvTaOLyRJe2TvM01ZGfxT { width:7.5rem;height:1.21875rem;top:0.8125rem;left:12.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qXglsTsTHNGW1zbLJbPxS5LdMksFocxO { display:block; }#qXglsTsTHNGW1zbLJbPxS5LdMksFocxO > .row .container { width:20rem;height:5.7871125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DicRetGTUNToqnuP8USd8H33TWmnLu89 { width:20rem;height:4.2252625rem;top:1.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgsO5rdSwbaJDUqRc12wZba9ATA3fIbG { display:block; }#CgsO5rdSwbaJDUqRc12wZba9ATA3fIbG > .row .container { width:20rem;height:97.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgFBAWPTLH8ZRHASxhTFhpqBcantMTAp { width:6.8115rem;height:2.0996125rem;top:22.810791015625rem;left:6.593017578125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ypn7l10kMLkS5kngPZE33RnpqxHhFmoe { width:7.24975rem;height:2.0996125rem;top:70.625rem;left:6.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3KFVXITzNXS9hGqvBAHZT6NwrbJgP26 { width:7.06175rem;height:2.0996125rem;top:7.1875rem;left:6.46728515625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Se5f7c7c6Nn36aC7kgTfb8M4Rk0QHvFq { width:5.99975625rem;height:2.0996125rem;top:87.5rem;left:7rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GlfoqReh1PalZ0RxP59JfDENxyHViskK { width:7.06175rem;height:2.0996125rem;top:53.4375rem;left:6.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPHrp6h22x1xfTslFR1kwKbTtohlFnTB { width:8.1875rem;height:6.5625rem;top:0.625rem;left:5.904541015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2o1E7fpV6V0ODwTVk2L5ThqWfoD3k8T { width:0;height:;top:70.099365234375rem;left:3.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxOHvn5LA1d3V25e8rgxtK1TktEdF7tO { width:8.25rem;height:6.5625rem;top:29.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1qAXxUdVPA1wsPvrepKNOJydSOqi7y8 { width:8.25rem;height:6.5625rem;top:46.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3014qBaJDkkQfh5EFUyMPwfVVhmvyXi { width:8.1875rem;height:6.5625rem;top:63.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb0vxWZCka5diRgiSyqTGCmuCu13QupR { width:8.1875rem;height:6.5625rem;top:80.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psbnS6dJckflv2cUKTWvTtJJw4wvNMnP { width:8.25rem;height:6.5625rem;top:16.013916015625rem;left:5.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN1nFeEA59o7S8ZDG83U2m2rrF2wl2L8 { width:17.8125rem;height:4.3857375rem;top:9.974609375rem;left:1.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #r3yET9MT4LvEh1M2Ka4klIC7EZuFozEz { width:17.1875rem;height:2.923825rem;top:25.597900390625rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #TrToFsOlBnqae33NnIC8BIFcwNh7rDpq { width:16.875rem;height:4.3857375rem;top:40.3125rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Lc3CZZOqoLJfAVX1JEA7SaTlsK7wb8VO { width:11.25rem;height:3rem;top:36.5625rem;left:4.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRoXncBoO14AheP2STeTDth5P99Zs5yy { width:15.9375rem;height:5.84765625rem;top:90.3125rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ZK5RkMrrXnCQbA7iaTT1TfAIvRkxOicF { width:15.625rem;height:5.84765625rem;top:73.4375rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #TDXAJbrc2VK5m8UtSTaRrPMzrtAfWrbr { width:15.9375rem;height:5.84765625rem;top:56.25rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc { display:block; }#pUOfgsW47nQPHezQFvnyN7pAJx9QuZSc > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb { display:block; }#DB9sTbOCWQXk5HhyHwPGZxpxoC0PHHWb > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uO7iy2eRKACJrQpbJBBlRS2wSxW49JWT { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtVb7CGI09DlMyTe8KKW8kOJo8UGTSfM { width:16.8125rem;height:1.54358125rem;top:35.3125rem;left:1.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZLcTugzzPxHyZsGUNsdkFNLOgXTVMqFW { width:19.125rem;height:1.54358125rem;top:33.4375rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWwlOEyk9M8194mNitkhz7m8wz6RoRc3 { width:19.125rem;height:1.54358125rem;top:16.580078125rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lp8ARhyedy9V5GLtX4XMNEVsqQiEB0ef { width:16.375rem;height:1.54358125rem;top:14.662109375rem;left:1.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#c2a86d;display:block; }
 }@media only screen and (max-width: 763px) { #neUwP9hFRC5NCzMV01SFKKatyrzIeLvG { width:16.8125rem;height:1.54358125rem;top:18.435546875rem;left:1.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UblZpNoOqGy8e6RE5yF83Z3lsDEUlJUC { width:16.375rem;height:1.54358125rem;top:31.5625rem;left:1.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#c2a86d;display:block; }
 }@media only screen and (max-width: 763px) { #eI4GomSN2i0sZQ7A1f8uKnAy8fsWKMpV { width:8.125rem;height:8.125rem;top:5.287109375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rshXgfCx3z1abDhoMidWwUzoTlNGiShC { width:8.125rem;height:8.125rem;top:22.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s { display:block; }#gMGMUs9MkiNMVPEqxfQMvlXHkKeTrd5s > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAoWyskTWlaoNoipXEny4vQNMwqkDvQG { display:block; }#JAoWyskTWlaoNoipXEny4vQNMwqkDvQG > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdqrwTXMhTDPQLKFAUgPHXyecROrwxdP { width:20rem;height:0;top:4.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Xv7TlVns2cXsqvP4O6ll8gqDQfIxcfGS { width:13.0625rem;height:2.25rem;top:4.9375rem;left:4.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DhkDoHvFlTPS8CnfDkx5ZLmNI6xt3wGs { width:1.5625rem;height:1.5625rem;top:7.375rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODySmXis065uVWQT1Irvz9rAqzkXwot8 { width:1.5rem;height:1.5rem;top:9.0625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZELg4DWpRO7lViMq3TmiTr2sFqfsWbB { width:1rem;height:1rem;top:11.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqSqK6UaPfV9RC2sLZZUiOfu5vm7HcCb { width:0.625rem;height:1.1875rem;top:4.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym6i5lJAn1AV0fVViMLwFEuz98z5z2Kl { width:6.8125rem;height:1.0625rem;top:7.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyw4oAeozzqMArEIpA4xhZml8TFTegZm { display:block; }
 }@media only screen and (max-width: 763px) { #OzL3OlOxWN1ySQtUHvVGJQWTDww5W258 { width:11.6875rem;height:1.0625rem;top:9.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoTfHl0LvGl7E7oiIzzPcSaTXbR5XmzO { display:block; }
 }@media only screen and (max-width: 763px) { #g0SILA7Kr9nAba2u6gXrUJJU2p3EZUss { width:9.875rem;height:1.0625rem;top:11rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2EkhOmT0rc8IXLZeZHIszTv1Q7bS08Z { display:block; }
 }@media only screen and (max-width: 763px) { #qFWqhLfIAEkriOuvm46FfyfSnEC8LLsG { width:3.125rem;height:3.125rem;top:13.1875rem;left:11.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC9TlL7ZpczxJKCWTryigUUrSFQa0cNC { width:3.125rem;height:3.125rem;top:13.1875rem;left:8.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niENGJsH7SMu8vl2QTZffrzW8fvlICdb { width:3.125rem;height:3.125rem;top:13.1875rem;left:5.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwZ0HHh2KC7Ibi6cMtAtx5xbbXNJTNk4 { width:7.25rem;height:2.875rem;top:1rem;left:6.375rem;display:block; }
 }