.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,217,217;--color-primary-1:255,128,128;--color-primary-2:255,0,0;--color-primary-3:128,0,0;--color-primary-4:38,0,0;--color-secondary-0:255,255,255;--color-secondary-1:245,245,245;--color-secondary-2:227,227,227;--color-secondary-3:40,40,40;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:55,55,55;--color-tertiary-2:42,42,42;--color-tertiary-3:30,29,29;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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;position:relative;display:block; }
#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .row > .video-iframe-container { display: none; }#VDJ9Non1IETK1ww6Izsvrpy6yMQlGInT > .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); }#ZRd0uS3gO4Syw753h7i5FXnaMTU6WokO { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#ZRd0uS3gO4Syw753h7i5FXnaMTU6WokO > .row .container { background-color: transparent; background-image: none; }#ZRd0uS3gO4Syw753h7i5FXnaMTU6WokO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRd0uS3gO4Syw753h7i5FXnaMTU6WokO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRd0uS3gO4Syw753h7i5FXnaMTU6WokO > .row .container > .video-iframe-container { display: none; }#ZRd0uS3gO4Syw753h7i5FXnaMTU6WokO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRd0uS3gO4Syw753h7i5FXnaMTU6WokO > .row > .video-iframe-container { display: none; }#ZRd0uS3gO4Syw753h7i5FXnaMTU6WokO > .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); }#ZRd0uS3gO4Syw753h7i5FXnaMTU6WokO > .row .container { border-width: 0; border-radius: 0; }#ZRd0uS3gO4Syw753h7i5FXnaMTU6WokO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZRd0uS3gO4Syw753h7i5FXnaMTU6WokO > .row .container { width:75rem;height:0.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/c5329877-d423-4174-94a9-a746942ea554/Tytu54.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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:0rem;border-bottom-right-radius:0rem;display:block; }#wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z.adaptive-delivery-prevent-bg, #wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z.lazyload, #wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z.lazyloading { background-image: none; }#wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z > .row .container { background-color: transparent; background-image: none; }#wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z > .row .container > .video-iframe-container { display: none; }#wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z > .row > .video-iframe-container { display: none; }#wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z > .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); }#wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z > .row .container { border-width: 0; border-radius: 0; }#wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z > .row .container { width:75rem;height:55.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#MTQoBoIhxectXgmfcPdCax2Pa5QgZfdd { 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:42.1875rem;width:75rem;display:none; }
#Tk3hi5xeHQEnsG97TbpyUNAPbCxdKN4u { color:rgba(var(--color-tertiary-0),1);display:block;width:70.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.5rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:10.125rem;left:2rem;height:15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eEdZsbEkt0fLurEl88DgS2IoqVbnBsil { color:rgba(var(--color-tertiary-0),1);display:block;width:70.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:10.90625rem;left:4.25rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SLWEf4XQeudUKrlaW6ytmUxDxA7AFsHB { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:23.3125rem;left:43.25rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZZMpkshZMqMHUt5mwpEOQBPIl4MWiqf9 { position:absolute;display:block;z-index:15072;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:40.3125rem;width:40.3125rem;top:13.46875rem;left:0rem;overflow:hidden;display:block; }
#nMnWnZO89Hqsm8NpLDbSiauvRglJNmuq { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:16.3125rem;top:3.5625rem;left:56.4375rem;overflow:hidden;display:block; }
#wFWGZs7T44VdAwXHwJnAqrZWcaCZVqVr { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-primary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.5625rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:43.46875rem;left:43.5625rem;display:block; }
#oXqXoDCfKSDOcMNCzIKVOQBaCWa5WoPs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yAR7bSTCWkVPdNdV179JixQr5V9HRgGf { position:absolute;display:block;z-index:14999;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:30.9375rem;width:49.1875rem;top:16.03125rem;left:0.1875rem;overflow:hidden;display:block; }
#yuPH6sVuRMUmcqynQ0MZkIt3SNHQZr7B { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:3.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:3.9375rem;left:34.75rem;display:block; }
#d87I5nXJCuRmoK8oCR3N9ZkDSroqpBwP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FwfddxTFu75x2Oh02Bc7vBIoSlu04gyQ { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4375rem;height:3.625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:3.9375rem;left:-1.125rem;display:block; }
#c5ofRkW0NVt9cbSlazTDacBshuePLgVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kbzxhq2tcLGSF3m09vuETqRudmv6L5bC { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:2.3125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:4.5rem;left:57.125rem;display:block; }
#a8VcBnQdGo95D49kpGTNMmWRe7AbV24X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mMvPrvgVD7r8yTxRh67AFqoCHFLsm0aL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.125rem;width:42.9375rem;top:9.25rem;left:0rem;overflow:hidden;display:block; }
#MW2k99XVJ3cAPo37gmL09OKZuk1Rq1xg { box-sizing:content-box;height:2.625rem;width:72.8125rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-secondary-0),0.35) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:53.78125rem;left:1rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#eKUEamUoO5ysZU1pyoTNxPOEhwzzrOCd { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:16.3125rem;top:3.5625rem;left:41.5625rem;overflow:hidden;display:block; }
#ehz4vfi2iOAs8LGgrpopRs2u63TeIxOT { color:rgba(var(--color-secondary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15071;line-height:1.2;letter-spacing:0;top:54.4189453125rem;left:31.8125rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DRGLuMD19U1mpEglT9LWgh6qp8b2EsMQ { color:rgba(var(--color-secondary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15143;line-height:1.2;letter-spacing:0;top:54.4189453125rem;left:56.875rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#h05lgO3upiOaUv95BBL0gU75k7NEbD1d { color:rgba(var(--color-secondary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15142;line-height:1.2;letter-spacing:0;top:54.4189453125rem;left:22.75rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#wRDq7TRGBTTKKRy3ZQBNSXvRnrp50RqM { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:4rem;left:21.375rem;display:block; }
#qdcr7Q7AlH4QLtr5SDxvzp8B2aEPXSnR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ELIzbtTmhKTu18NSA7pOZw02ZJJ68tA7 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:15.9375rem;top:3.65625rem;left:19.5rem;overflow:hidden;display:block; }
#g3OT5P07W87b6h4frXylTaKkzk1h7NOO { 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:3.625rem;width:15.9375rem;top:3.65625rem;left:5.21875rem;overflow:hidden;display:block; }
#OhuTX1ynzKrTIIARQ6KSpZ72OVbbZbAJ { position:absolute;display:block;z-index:15068;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:26.625rem;width:17.25rem;top:23.3125rem;left:58.6845703125rem;overflow:hidden;display:block; }
#vK5oznsLXqZha5mM61VZFkUqTocrbrEA { position:absolute;display:block;z-index:14996;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:28.1875rem;width:45rem;top:27.53125rem;left:0rem;overflow:hidden;display:block; }
#XSBDoF2Lgn2wp5026Rmo7q9XKDtqGPRB { color:rgba(var(--color-secondary-0),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15141;line-height:1.2;letter-spacing:0;top:54.4189453125rem;left:2.53125rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#oF1zBcKX9lpePJqZ0TZBaAUbhEJFVbTO { position:absolute;display:block;z-index:15001;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:22.4375rem;width:35.9375rem;top:16.84375rem;left:47.641431924882rem;overflow:hidden;display:block; }
#ohuBqARVwk5lHao132yRMHnw8f0r2qSK { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15144;line-height:1.2;letter-spacing:0;top:27.53125rem;left:34.75rem;height:13.1953125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xvNzvnLfwCuQ6tuoFUc7n2p93KZGzsgC { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;display:none; }
#rKmzS4IUXyOpP4LDOvo9tECcfVIJ4Lr1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;display:none; }
#WPNvFzkM1FFSMdTE4IbcOO5JEyUhWXv5 { position:absolute;display:block;z-index:14999;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:30.9375rem;width:36.375rem;top:16.03125rem;left:0.1875rem;overflow:hidden;display:none; }
#Eh86F4RzRKP8udiwXA7vrWg9GOTdNolu { box-sizing:content-box;height:2.625rem;width:72.8125rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-secondary-0),0.35) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:53.78125rem;left:1rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }
#HzyqL2SswkvKe2uHZATZo6k0K7T93QB1 { box-sizing:content-box;height:2.625rem;width:72.8125rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-secondary-0),0.35) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:53.78125rem;left:1rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }
#CD51piyA8P5be0oe51x65B8fk5pXTLII { box-sizing:content-box;height:2.625rem;width:72.8125rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-secondary-0),0.35) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:53.78125rem;left:1rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }
#Jd01LB97IkTwftczW0KUH3Sf5cL09SHn { box-sizing:content-box;height:2.625rem;width:72.8125rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-secondary-0),0.35) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:53.78125rem;left:1rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }
#FE6T0KLXEnnmPLNygfo7LCPm1OCypJL9 { position:absolute;display:block;z-index:15068;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:26.625rem;width:15.25rem;top:23.3125rem;left:58.6845703125rem;overflow:hidden;display:none; }
#ML9pBczIV543fVCBfMk35AaOTod8Jrg9 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:46.0625rem;display:none; }
#Wn5RKTGrXyQHD4bHa2F1fM22JwDyZQ9B { 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; }#Wn5RKTGrXyQHD4bHa2F1fM22JwDyZQ9B > .row .container { background-color: transparent; background-image: none; }#Wn5RKTGrXyQHD4bHa2F1fM22JwDyZQ9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wn5RKTGrXyQHD4bHa2F1fM22JwDyZQ9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wn5RKTGrXyQHD4bHa2F1fM22JwDyZQ9B > .row .container > .video-iframe-container { display: none; }#Wn5RKTGrXyQHD4bHa2F1fM22JwDyZQ9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wn5RKTGrXyQHD4bHa2F1fM22JwDyZQ9B > .row > .video-iframe-container { display: none; }#Wn5RKTGrXyQHD4bHa2F1fM22JwDyZQ9B > .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); }#Wn5RKTGrXyQHD4bHa2F1fM22JwDyZQ9B > .row .container { border-width: 0; border-radius: 0; }#Wn5RKTGrXyQHD4bHa2F1fM22JwDyZQ9B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wn5RKTGrXyQHD4bHa2F1fM22JwDyZQ9B > .row .container { font-size:0.875rem;font-family:arial;height:96.4375rem;width:75rem;position:relative;display:block; }#h97SPe7SOhNc8FvATJo8fMfgzcBpLX7S { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15063;line-height:1.5;letter-spacing:0;top:0rem;left:7.40625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yLf3vpqNm4wKAH5nHyCTHvwemvTOo7Ea { color:rgba(var(--color-tertiary-0),1);display:block;width:72.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15139;line-height:1.4;letter-spacing:0;top:30.3125rem;left:2.6875rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iTMHVzI2lLTq5V57oFSgaMZqvHqCTKkt { color:rgba(var(--color-tertiary-0),1);display:block;width:72.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15140;line-height:1.4;letter-spacing:0;top:34.25rem;left:2.3125rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PVNxTktnqdymUwzWgSnJZQGo7UZqT5AO { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.5rem;width:68.75rem;top:6.9375rem;left:2.6875rem;overflow:hidden;display:block; }
#pSo8HV8hoITwCPk3bzcnJlKFzoMrXb84 { box-sizing:content-box;height:22.5625rem;width:68.8125rem;position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-tertiary-4),0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:2.6875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#pPsqmoPKhGiDKpBawWAZ2VTBmP0qZasn { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:44.875rem;left:0.03125rem;height:38.4961rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BscMOAqAwXVLPmyBUnKPqRfDb9c8dqkU { box-sizing:content-box;height:0.0625rem;width:8.125rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.505859375rem;left:0rem;display:block; }
#n8iLVgzQ1ugZNptXlLgPu1UcQAmmCtK1 { color:rgba(var(--color-secondary-0),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:41.75rem;left:2.96875rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NNzKBwA3lQfLURXJtBDZw9advWuA6py3 { color:rgba(var(--color-tertiary-3),1);display:block;width:70.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.8125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:91.9375rem;left:0rem;height:5.7749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h8f9BA4lZ3iALD0WBSVuSq7ECnvzTouw { color:rgba(var(--color-tertiary-0),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:82.5595703125rem;left:45.8125rem;height:4.72265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hon3fFDsTfExvbTfsgohDfxZfARipS8J { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:35.5625rem;top:44.25rem;left:43.625rem;overflow:hidden;display:block; }
#dRLaBu8qMtfJvvMd2GHH40RPN2fi3B72 { position:absolute;display:block;z-index:15075;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:26.125rem;top:62rem;left:47.34375rem;overflow:hidden;display:block; }
#bnBrlTuOJU0DSPQL9bBML3aiKl9dWBNL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:45.0625rem;top:37.5rem;left:36.5rem;overflow:hidden;display:block; }
#bPxTu11GCeosfeWbBn0X0oF7x4CnUANl { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:30.1875rem;top:55.75rem;left:35.625rem;overflow:hidden;display:block; }
#CoOGO95HOigkWda5cN3pp3OT9IBTd8eZ { position:absolute;display:block;z-index:14999;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:36.5rem;width:54.8125rem;top:22.125rem;left:11.4375rem;overflow:hidden;display:block; }
#qdr7M96ButT74H1a6HM5tu5Sh5IJzt0K { position:absolute;display:block;z-index:15135;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:39rem;top:17.25rem;left:-11.113603784588rem;overflow:hidden;display:block; }
#SRWQCPXrXXg9WOuBFNq2sxsLsheU5l3c { position:absolute;display:block;z-index:15136;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:49.9375rem;top:15.76171875rem;left:5.28125rem;overflow:hidden;display:block; }
#sJUuLeqsG3yFbNSHdFLzIGpqWyttwxFu { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:49.9375rem;top:14.943359375rem;left:25.0625rem;overflow:hidden;display:block; }
#L7nD8MpQ6J1Ubq6kacD8eDVD1gPB7exp { position:absolute;display:block;z-index:15138;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:23.6875rem;width:43.125rem;top:16.6875rem;left:45.913283485582rem;overflow:hidden;display:block; }
#nkJ7c3sQQofT4AC4POMHTSTfPskcDgsf { position:absolute;display:block;z-index:15141;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:14.8125rem;width:26.6875rem;top:89.625rem;left:-4.5772900763359rem;overflow:hidden;display:block; }
#wZGVZz69crbK9EoWaQ3rSWxTgfpx7UPO { position:absolute;display:block;z-index:15142;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:14.8125rem;width:26.6875rem;top:89.6875rem;left:5.28125rem;overflow:hidden;display:block; }
#d0rG15tJCu7MCI5o1gfTs50LTSfnfT3g { position:absolute;display:block;z-index:15143;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:14.8125rem;width:26.6875rem;top:89.75rem;left:13.21875rem;overflow:hidden;display:block; }
#IheOLKcqTUZrybS6MRNiRdQUgu8V06ae { position:absolute;display:block;z-index:15144;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:14.8125rem;width:26.6875rem;top:89.625rem;left:20.71875rem;overflow:hidden;display:block; }
#C9Goif0pVRwTgtFbW2pbADkDmII3c9aR { position:absolute;display:block;z-index:15145;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:14.8125rem;width:26.6875rem;top:89.625rem;left:30.03125rem;overflow:hidden;display:block; }
#e56uzTkQnhxSJ6l1IQ7tp7OAmG1lXRrl { position:absolute;display:block;z-index:15146;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:14.8125rem;width:26.6875rem;top:89.625rem;left:37.90625rem;overflow:hidden;display:block; }
#BbLEQFBrVi7SGydtbxPWNlUpKnulQRxc { position:absolute;display:block;z-index:15147;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:14.8125rem;width:26.6875rem;top:89.0625rem;left:48.3125rem;overflow:hidden;display:block; }
#PVJByNNZMpTtupv4oHlUUz4De8nV2cB8 { position:absolute;display:block;z-index:15148;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:27.875rem;top:90.1875rem;left:55.094414893617rem;overflow:hidden;display:block; }
#hZfokzCNvIyAi5M1gIDigCcUvnT67LA6 { position:absolute;display:block;z-index:15141;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:14.8125rem;width:26.6875rem;top:89.625rem;left:-4.5772900763359rem;overflow:hidden;display:none; }
#d2gLQCEiKB6DEgsOpbk568Gl1TMQnHNu { position:absolute;display:block;z-index:15141;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:14.8125rem;width:26.6875rem;top:89.625rem;left:-4.5772900763359rem;overflow:hidden;display:none; }
#Ti2TRCxsm6OTDsufmsv5iIsUhwgPqMBa { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:30.1875rem;top:55.75rem;left:35.625rem;overflow:hidden;display:none; }
#fsPNFGkHtL1Vpa7LVc6FAX1nUUqxzxEb { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:30.1875rem;top:55.75rem;left:35.625rem;overflow:hidden;display:none; }
#pIDBT2i2xM0v5CCTWn00295Ucg3ThwFF { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:30.1875rem;top:55.75rem;left:35.625rem;overflow:hidden;display:none; }
#B2U9e9mVKEbAEchocCTeeM8TQGUwmCUs { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:25.1875rem;top:44.25rem;left:43.625rem;overflow:hidden;display:none; }
#r0eyxIi1KLGIEK0HQ1oehkTT1fcDrVRG { position:absolute;display:block;z-index:15147;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:14.8125rem;width:20.0625rem;top:89.0625rem;left:48.3125rem;overflow:hidden;display:none; }
#C8z9DZITuN7qu6vqC0knPHvRniRTMfpp { position:absolute;display:block;z-index:15147;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:14.8125rem;width:20.0625rem;top:89.0625rem;left:48.3125rem;overflow:hidden;display:none; }
#HcH20zDbK9hCerLxg5tvtOSWJnAWTR1d { 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; }#HcH20zDbK9hCerLxg5tvtOSWJnAWTR1d > .row .container { background-color: transparent; background-image: none; }#HcH20zDbK9hCerLxg5tvtOSWJnAWTR1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcH20zDbK9hCerLxg5tvtOSWJnAWTR1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcH20zDbK9hCerLxg5tvtOSWJnAWTR1d > .row .container > .video-iframe-container { display: none; }#HcH20zDbK9hCerLxg5tvtOSWJnAWTR1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcH20zDbK9hCerLxg5tvtOSWJnAWTR1d > .row > .video-iframe-container { display: none; }#HcH20zDbK9hCerLxg5tvtOSWJnAWTR1d > .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); }#HcH20zDbK9hCerLxg5tvtOSWJnAWTR1d > .row .container { border-width: 0; border-radius: 0; }#HcH20zDbK9hCerLxg5tvtOSWJnAWTR1d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HcH20zDbK9hCerLxg5tvtOSWJnAWTR1d > .row .container { font-size:0.875rem;font-family:arial;height:93.8125rem;width:75rem;position:relative;display:block; }#b5r0K4LSs2nrhALS2STr8LwTyWHxvAVB { color:rgba(var(--color-tertiary-0),1);display:block;width:72.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:3.9375rem;left:1.34375rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lTlRaK3QNhZn4D1ccreLIGf4beXRnRzt { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:0.0625rem;top:63.625rem;left:37.46875rem;display:block; }
#rWgxbyn16vxW9y6CwJVQCVLmdHOHkqB5 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15063;line-height:1.5;letter-spacing:0;top:0rem;left:7.40625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z77md3DheMZnFZu0QLpZw2yw9BK0K1Hl { color:rgba(var(--color-tertiary-0),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:10.359375rem;left:0rem;height:13.47364375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OTL3zUAg8eAapT39gqaAGanpqcX0e96n { color:rgba(var(--color-tertiary-0),1);display:block;width:72.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:28.625rem;left:1.34375rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z6rOxXTUrl9Gf0CCJ6GOliObpUnTDRGo { color:rgba(var(--color-tertiary-0),1);display:block;width:72.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:35.4375rem;left:1.15625rem;height:25.02248125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OfFG7XPL92DtT7TDNytQqc2IkodZkGpV { color:rgba(var(--color-tertiary-0),1);display:block;width:72.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:72.25rem;left:1.15625rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gq06puJZOQnybleOSxTbKFbFpVNcAxvy { color:rgba(var(--color-tertiary-0),1);display:block;width:70.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:81.0625rem;left:4.1875rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kTT0s7IU7I6x2ziGrcm4gwqaJpuNFKLO { color:rgba(var(--color-tertiary-0),1);display:block;width:72.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:85rem;left:2.6875rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oqbxU8Bpmnv7ktPg7BmtdQt7c4PJg2DD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:19.5625rem;top:79.3125rem;left:1.25rem;overflow:hidden;display:block; }
#oStkqy6LvvGzQMJg2LVq6C8QbktrV6Kn { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:10.875rem;top:76.099609375rem;left:3.8125rem;overflow:hidden;display:block; }
#IdytWyXLZoExiETHEoQJ0prhqkxii1CR { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71.5625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#sArskwGiOGyUhwJmCnRArghKXEwtgCA9 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71.5625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#uRXRDov1tE1mf2bABDRfGtkS6JQJGrbz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:13rem;top:79.3125rem;left:1.25rem;overflow:hidden;display:none; }
#LqkNedPI3J85BoZONlRNKKzxgKsQ7feo { color:rgba(var(--color-tertiary-0),1);display:block;width:72.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:85rem;left:2.6875rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#SzJqk8Pe1VBuTPFLXB8raTR4W2gX5OHd { background-color:#ffffff;background-image:none;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;display:block; }#SzJqk8Pe1VBuTPFLXB8raTR4W2gX5OHd > .row .container { background-color: transparent; background-image: none; }#SzJqk8Pe1VBuTPFLXB8raTR4W2gX5OHd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzJqk8Pe1VBuTPFLXB8raTR4W2gX5OHd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzJqk8Pe1VBuTPFLXB8raTR4W2gX5OHd > .row .container > .video-iframe-container { display: none; }#SzJqk8Pe1VBuTPFLXB8raTR4W2gX5OHd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzJqk8Pe1VBuTPFLXB8raTR4W2gX5OHd > .row > .video-iframe-container { display: none; }#SzJqk8Pe1VBuTPFLXB8raTR4W2gX5OHd > .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); }#SzJqk8Pe1VBuTPFLXB8raTR4W2gX5OHd > .row .container { border-width: 0; border-radius: 0; }#SzJqk8Pe1VBuTPFLXB8raTR4W2gX5OHd > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#SzJqk8Pe1VBuTPFLXB8raTR4W2gX5OHd > .row .container { width:75rem;height:27.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#wsKInEDMCMkKaRnVCTTyEAsnx9lAbItI { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:3.5625rem;left:17.3125rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yuHPPJGCKh53laToBTxXsA7rD9HxhJna { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:bw-vivant;font-size:3.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:2.6875rem;left:39.5625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cfa3DTgp2rRDL9amO6RbKbcDU2DEsqUm { box-sizing:content-box;height:0.125rem;width:11.75rem;position:absolute;display:block;z-index:15034;background-color:#fa023e;background-image:none;top:85.25rem;left:39.78125rem;display:none; }
#HtcwUfP2ydGCt2PadHTZP752IQqouyTK { box-sizing:content-box;height:0.0625rem;width:8.125rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5625rem;left:0rem;display:block; }
#reBSPwTW1Wo93NSB2haTBMPQLGsgHvwb { color:rgba(var(--color-tertiary-4),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:4.8125rem;left:0.6875rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evBA4w70hpT7KF6pDVaMt1w2BbCTvRZy { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5625rem;position:absolute;font-family:bw-vivant;font-size:2.8125rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:8.1875rem;left:0.0625rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RHbGhXmDGaqMPtwpSSBqAxs9SNsqria0 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:8.9375rem;left:48.46875rem;height:5.77441875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kwViGJlnvzpU0xdTRAE4OPOPhZFWLaLX { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-primary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.5625rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:15.875rem;left:52.1875rem;display:block; }
#aeK5KvBVZ962SgVLF9THKchhhgXVWSrk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t7QnDqzzCTQ93ZPoqPXbhwBUwCh1qdRS { 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:25.8125rem;width:14.125rem;top:1.1875rem;left:32rem;overflow:hidden;display:block; }
#HPglzQJzGL1mdKFcxDR67ZSqa8aqCMyI { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HPglzQJzGL1mdKFcxDR67ZSqa8aqCMyI > .row .container { background-color: transparent; background-image: none; }#HPglzQJzGL1mdKFcxDR67ZSqa8aqCMyI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPglzQJzGL1mdKFcxDR67ZSqa8aqCMyI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPglzQJzGL1mdKFcxDR67ZSqa8aqCMyI > .row .container > .video-iframe-container { display: none; }#HPglzQJzGL1mdKFcxDR67ZSqa8aqCMyI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPglzQJzGL1mdKFcxDR67ZSqa8aqCMyI > .row > .video-iframe-container { display: none; }#HPglzQJzGL1mdKFcxDR67ZSqa8aqCMyI > .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); }#HPglzQJzGL1mdKFcxDR67ZSqa8aqCMyI > .row .container { border-width: 0; border-radius: 0; }#HPglzQJzGL1mdKFcxDR67ZSqa8aqCMyI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HPglzQJzGL1mdKFcxDR67ZSqa8aqCMyI > .row .container { width:75rem;height:81.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#RAwOupMHAI1paAzi4uBpzM4it4vKzH72 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:3.5625rem;left:17.3125rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e6IOOwN05d2zFdSA88dcy7kReBZRsnVi { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:bw-vivant;font-size:3.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:2.6875rem;left:39.5625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zQq2t8hPXychcgpqrVRxHSTUfP11x8V2 { box-sizing:content-box;height:0.125rem;width:11.75rem;position:absolute;display:block;z-index:15034;background-color:#fa023e;background-image:none;top:85.25rem;left:39.78125rem;display:none; }
#LzOSCaxvxHkTr5XT2gKUuwvqLDsqewTc { box-sizing:content-box;height:0.0625rem;width:8.125rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.75rem;left:0.125rem;display:block; }
#DIxoNkqVe88OuM7BHrmpVweiEP7gTEPN { color:rgba(var(--color-secondary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:4.994140625rem;left:0.125rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HOGsXrJp6RLyWGpoXmQaJZsIUH67vAzR { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:19rem;top:43.5rem;left:2.8125rem;overflow:hidden;display:block; }
#N7d0W6HQvwwh58ICLd9zpwG0EQXmr0gS { color:rgba(var(--color-secondary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:44.9375rem;left:4.375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOtD3dGD6KecZvt4PLcf0ywdFyQWOOzt { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.5625rem;left:21.8125rem;display:block; }
#wdnvzUwQTDcgs5bHRucrBxMdtoycrvgB { color:rgba(var(--color-secondary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:49.375rem;left:3.25rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SfqHgxAiBFIi34SZEcUUhQr3Erk8zlL4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:45rem;left:3.25rem; }
#opRetNC9gdKrgmZH90dOgdCftOZIpf5I { 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:4.6875rem;width:27.9375rem;top:48.3125rem;left:-3.125rem;overflow:hidden;display:block; }
#DQDT3CMJSp7zl3i1fx1aU6IGtRsmQUhw { 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:4.0625rem;width:20.0625rem;top:53.25rem;left:2.5rem;overflow:hidden;display:block; }
#JPfc305Dhwy3AIfcX0fwLtAf6XWs9Q2T { color:rgba(var(--color-secondary-0),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:54.6875rem;left:0.0625rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cAyBm0q4cGn54UOXQmANCCWok2zwQP82 { 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:4.0625rem;width:12.625rem;top:57.75rem;left:11.25rem;overflow:hidden;display:block; }
#h0QvHgk9yT3v5Q8cOVJN1EaPdp9uT72K { color:rgba(var(--color-secondary-0),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:59.3125rem;left:0.9375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sAbHWZHFmRbdfwDUB6xUdIGodRNPdHsZ { position:absolute;display:block;z-index:15093;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:20.0625rem;top:62.5rem;left:6.5625rem;overflow:hidden;display:block; }
#UayZT7rwmD5iTFQwW9IeHb5WI8MrBV62 { color:rgba(var(--color-secondary-0),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15094;line-height:1.4;letter-spacing:0;top:64rem;left:3.25rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMbRdvppTINiLePHe63pBzH0lgCxbW38 { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:12.75rem;top:66.5625rem;left:11.125rem;overflow:hidden;display:block; }
#kx30H12Pbad2f7wuqvcNhdD3wIDHTaql { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15133;line-height:1.4;letter-spacing:0;top:68.0625rem;left:0.1875rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qu3fnQHRfhPyc9kf0ZnTlLF7b9uulBRh { box-sizing:content-box;height:0.0625rem;width:10.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.9375rem;left:24.4375rem;display:block; }
#cIFTBGIAt6ULazDOgnW4tZzTI4iT8dlO { box-sizing:content-box;height:0.0625rem;width:10.8125rem;position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.9375rem;left:24.8125rem;display:block; }
#gckZuDI1l8pssOg3HrPvTuosLtpET6Dr { box-sizing:content-box;height:0.0625rem;width:10.8125rem;position:absolute;display:block;z-index:15098;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.5rem;left:26.625rem;display:block; }
#Jxv6iW79hDuCZL44z8JKrO2i2yTxbnxv { box-sizing:content-box;height:0.0625rem;width:10.8125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.5625rem;left:23.8125rem;display:block; }
#riU6bRXeW89EK1mVlyfUdhxPBaBSSdR3 { box-sizing:content-box;height:0.0625rem;width:10.8125rem;position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.25rem;left:22.5625rem;display:block; }
#N4h60Tu6ZIA7FppoIDX5SuwDi7lfJKGq { position:absolute;display:block;z-index:15114;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:28.25rem;top:43.5rem;left:46.28125rem;overflow:hidden;display:block; }
#DTS3sF9q0Hh5khgSC7lHMmoxdTXqf2ob { position:absolute;display:block;z-index:15107;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:18.6875rem;top:48.3125rem;left:51.625rem;overflow:hidden;display:block; }
#pBG2u4magFVx4nk70EVt22urEl4qizMl { position:absolute;display:block;z-index:15108;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:18.6875rem;top:51.625rem;left:46.8125rem;overflow:hidden;display:block; }
#MuRQ4ahEgMkW1qsa1xNmdmy5JgD30nwd { position:absolute;display:block;z-index:15110;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:25rem;top:54.6875rem;left:44.8125rem;overflow:hidden;display:block; }
#gO3B0ZakOpK6pI2qUPVUQNiKiQwfhO44 { position:absolute;display:block;z-index:15111;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:22.25rem;top:59.3125rem;left:48.625rem;overflow:hidden;display:block; }
#gmSbhXilB48RMKZvVT7VCcaTHNwEDmn8 { position:absolute;display:block;z-index:15112;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:10.375rem;top:62.875rem;left:62.5rem;overflow:hidden;display:block; }
#R3KoxeWAl61bTVZ9pdL8XQITi15hIi8s { position:absolute;display:block;z-index:15135;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:9.25rem;top:66.1875rem;left:57.75rem;overflow:hidden;display:block; }
#X7IRIbxJOcoTGU3H28Z055Wzdx6DLJEb { color:rgba(var(--color-secondary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15115;line-height:1.4;letter-spacing:0;top:44.9375rem;left:54.625rem;height:3.1494125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dgyS1WbpWuWrg5zGqtrNlyMOkcpOmyTV { color:rgba(var(--color-secondary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15116;line-height:1.4;letter-spacing:0;top:49.625rem;left:48.25rem;height:1.57470625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cG584u47d0LumR5WXXkW7v2iQHkF92a2 { color:rgba(var(--color-secondary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15117;line-height:1.4;letter-spacing:0;top:52.875rem;left:42.875rem;height:1.57470625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oL7M5QQDAiccM26KADNATfZzCCTTeO33 { color:rgba(var(--color-secondary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15119;line-height:1.4;letter-spacing:0;top:55.875rem;left:48.25rem;height:3.1494125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wsNuRTs5LKQvTl1F40RHolcIyhKQHryC { color:rgba(var(--color-secondary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15120;line-height:1.4;letter-spacing:0;top:60.6875rem;left:46.125rem;height:1.57470625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MPgDEEHe54FM95ylMVozFWc3f4WO5WTS { color:rgba(var(--color-secondary-0),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15121;line-height:1.4;letter-spacing:0;top:64rem;left:46.125rem;height:1.57470625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oczpoVDDMcGNlGzoxZNAmsxfrshxGbkd { color:rgba(var(--color-secondary-0),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15135;line-height:1.4;letter-spacing:0;top:67.0625rem;left:40.5625rem;height:1.57470625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vTAJHsLoXN9392rKOxvMt8aK5McnUG8p { box-sizing:content-box;height:0.0625rem;width:12.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.5625rem;left:41.125rem;display:block; }
#RTd51iPlzMge9gyRqpCFg3Zg0nAZ8Es6 { box-sizing:content-box;height:0.0625rem;width:13rem;position:absolute;display:block;z-index:15123;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:67.625rem;left:37.4375rem;display:block; }
#ST6wNecRT8IcrP7H19y7I20aU4DXxm2Q { box-sizing:content-box;height:0.0625rem;width:13rem;position:absolute;display:block;z-index:15124;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.75rem;left:33.375rem;display:block; }
#eLqVum18eLJ7TGsmo55BE6Wzy4XTRU8m { box-sizing:content-box;height:0.0625rem;width:13rem;position:absolute;display:block;z-index:15126;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.25rem;left:35.625rem;display:block; }
#eNCxzlVhP7ZX5uBTXocXSDAdiRd2hVQD { box-sizing:content-box;height:0.0625rem;width:13rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.5rem;left:36.625rem;display:block; }
#Ra7DALMnzHTlMOSocZhIAGbsaTVXbAtf { box-sizing:content-box;height:0.0625rem;width:13rem;position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.3125rem;left:38rem;display:block; }
#FOWqeLe9SFyNObOVVTdU5hq0WKIrr6gX { box-sizing:content-box;height:0.0625rem;width:13rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.3125rem;left:34.625rem;display:block; }
#pk7JpSBCWxetc6JqATovFLvJDT6P4UuH { position:absolute;display:block;z-index:15138;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.375rem;width:29.8125rem;top:36rem;left:21.3125rem;overflow:hidden;display:block; }
#DS8L4HiKrsi7d4S3ez3zSpg9kWoDMV1l { 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:39rem;width:40.875rem;top:27.875rem;left:6.875rem;overflow:hidden;display:block; }
#ZrCAvWsPRhTiDxSwo0Hb4pAS6tSBMHl7 { color:rgba(var(--color-secondary-0),1);display:block;width:72.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15137;line-height:1.4;letter-spacing:0;top:11.77734375rem;left:0.9375rem;height:23.097675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TF78zTcrGBKltVQdWub5EFUNDluU3sFc { 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:39rem;width:40.875rem;top:27.875rem;left:6.875rem;overflow:hidden;display:none; }
#UJqSlccwtNPJ19DUTgwxwIqCwop3fIwP { 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:39rem;width:40.875rem;top:27.875rem;left:6.875rem;overflow:hidden;display:none; }
#w4c0A6D522STMfKnXPbzEVmQXMEfKaOB { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#xKt8cQcgro244hvEcVyOZLBl1P9V7LrW { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#E1JW3D0feauvTov15hwr6nvEbORw3QxK { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Um6mSeCV7A2Si2hZgaCQErfKL1rflqF9 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#eGdkJRVv7iB4zUhETFCGxrFRVLAERRAc { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#z2MTzuT47z8Ao2qo0KZhNx1EXPyCmh5L { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#fQDVZDuhTGszX9VUtU2aXPCTJi8DvvT7 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#pPgpEVhM0ztniHopUWxo70eschoDJLdn { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Ql6q8kTgGJqNGlTC27ZfdHF2GeiRWtHE { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#bqbcCNUIUya3TsRktTzmS9eN2cdiauun { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#tAKXviIVC3usn3r7vrtC5fviy7xidrOR { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#lDy6fOlom3hxPZcUUJ2lsP1rHxk58cUU { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ndJLGfil4N84g7FP28DXHdr6d9mRx8n4 { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ndJLGfil4N84g7FP28DXHdr6d9mRx8n4 > .row .container { background-color: transparent; background-image: none; }#ndJLGfil4N84g7FP28DXHdr6d9mRx8n4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndJLGfil4N84g7FP28DXHdr6d9mRx8n4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndJLGfil4N84g7FP28DXHdr6d9mRx8n4 > .row .container > .video-iframe-container { display: none; }#ndJLGfil4N84g7FP28DXHdr6d9mRx8n4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndJLGfil4N84g7FP28DXHdr6d9mRx8n4 > .row > .video-iframe-container { display: none; }#ndJLGfil4N84g7FP28DXHdr6d9mRx8n4 > .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); }#ndJLGfil4N84g7FP28DXHdr6d9mRx8n4 > .row .container { border-width: 0; border-radius: 0; }#ndJLGfil4N84g7FP28DXHdr6d9mRx8n4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndJLGfil4N84g7FP28DXHdr6d9mRx8n4 > .row .container { width:75rem;height:79.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#esIipHuwCbzdcztKwBg95SyBO6R4roie { color:rgba(var(--color-tertiary-1),0.3);display:block;width:25.125rem;position:absolute;font-family:bw-vivant;font-size:15.625rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:12.0625rem;left:13.4375rem;height:18.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G7cEXkEqunDtLnBuaoP9IqImszVD6yQC { color:rgba(var(--color-tertiary-4),1);display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:16.1875rem;left:24.8125rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RhkK8s9HzJcLcug6IsdOGrTZTNpH0cG4 { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:18.125rem;left:24.8125rem;height:1.6499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i762M4eNwsTkuIFfdyxLgqIXDIUhM3uK { color:rgba(var(--color-tertiary-2),0.24);display:block;width:25.125rem;position:absolute;font-family:bw-vivant;font-size:15.625rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:41.4228515625rem;left:14.1875rem;height:18.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g1PLFRSomOmRF3vB4K2FrfDE8oL7XHAK { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:19.75rem;left:24.8125rem;height:3.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W85qd2cbaqgf1SvbP14GmeEaodRH6DID { color:rgba(var(--color-tertiary-4),1);display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:44.3125rem;left:24.125rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NMO3rpR2c60WQMIAlV2PZssLebMkvAZA { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:46.25rem;left:24.125rem;height:6.59765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rz9dILUZStrr1i87DgTpCSVBICECDF6Q { color:rgba(var(--color-primary-3),0.5);display:block;width:25.5rem;position:absolute;font-family:bw-vivant;font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:9.3125rem;left:29.1875rem;height:1.6499rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Tz7Pw8xGAv6xOQcCz8GKlnqOHrxqbO2V { color:rgba(var(--color-primary-3),0.5);display:block;width:27.125rem;position:absolute;font-family:bw-vivant;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:31.0771484375rem;left:25.09375rem;height:3.298825rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TPF10OoAQT9QaOmQy35BCn1lkQquxz1C { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59.625rem;width:39.375rem;top:19.1875rem;left:41rem;overflow:hidden;display:none; }
#PIQrhCEiQ8JAgWrlFX1OcIJHGpTG2vZ4 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59.625rem;width:39.375rem;top:3.375rem;left:35.25rem;overflow:hidden;display:block; }
#uC5VCyXb8POxelF7MW75V55xeEe2ENtt { box-sizing:content-box;height:0.0625rem;width:8.125rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.375rem;left:0.15625rem;display:block; }
#c5tP5gJ060rDRE4xzcLapNnfMEbERDMc { color:rgba(var(--color-primary-4),1);display:block;width:56.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:2.619140625rem;left:9.09375rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rT38FZ7TP67Vz13F7EsAFOOWuxEKQpyT { color:rgba(var(--color-primary-4),1);display:block;width:71.75rem;position:absolute;font-family:bw-vivant;font-size:3.125rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:5.505859375rem;left:0rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZK0nSq5HD9BgaCBnXCIbvsOtByiBF5yd { color:rgba(var(--color-primary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:9.818359375rem;left:49.6875rem;height:1.57470625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#f93gpw1ys5UNGS5uMgQTJbH8kqNZvkiR { position:absolute;display:block;z-index:15052;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:29.25rem;width:52.1875rem;top:19.6123046875rem;left:9.78125rem;overflow:hidden;display:block; }
#T8lPWJHcsDT4nN8oUboKtKfZ01S9SOso { position:absolute;display:block;z-index:15053;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:30.1875rem;width:53.9375rem;top:48.7998046875rem;left:9.9375rem;overflow:hidden;display:block; }
#yFPrBaqP1w4iDO6T2m6kRbA3Ef7RsFMB { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yFPrBaqP1w4iDO6T2m6kRbA3Ef7RsFMB > .row .container { background-color: transparent; background-image: none; }#yFPrBaqP1w4iDO6T2m6kRbA3Ef7RsFMB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFPrBaqP1w4iDO6T2m6kRbA3Ef7RsFMB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFPrBaqP1w4iDO6T2m6kRbA3Ef7RsFMB > .row .container > .video-iframe-container { display: none; }#yFPrBaqP1w4iDO6T2m6kRbA3Ef7RsFMB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFPrBaqP1w4iDO6T2m6kRbA3Ef7RsFMB > .row > .video-iframe-container { display: none; }#yFPrBaqP1w4iDO6T2m6kRbA3Ef7RsFMB > .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); }#yFPrBaqP1w4iDO6T2m6kRbA3Ef7RsFMB > .row .container { border-width: 0; border-radius: 0; }#yFPrBaqP1w4iDO6T2m6kRbA3Ef7RsFMB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yFPrBaqP1w4iDO6T2m6kRbA3Ef7RsFMB > .row .container { width:75rem;height:281.8125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#emJUZMgUxplh9GImlWwVRTQ0BtNAw5yJ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:3.5625rem;left:17.3125rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#G2XZ82RJAaPpbWUltxkbbPGTeBVdMnz6 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:bw-vivant;font-size:3.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:2.6875rem;left:39.5625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#thbFfK0oNM9DtCcX5Rd4xgebTepTFVaN { box-sizing:content-box;height:0.125rem;width:11.75rem;position:absolute;display:block;z-index:15034;background-color:#fa023e;background-image:none;top:85.25rem;left:39.78125rem;display:none; }
#d31KqVktW8BDNCHvTcOPWGrFUzE6Q4b9 { box-sizing:content-box;height:0.0625rem;width:8.125rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.125rem;left:0.125rem;display:block; }
#mPKTlf4W8EidHg7DIGsBBczRoDDafkiB { color:rgba(var(--color-secondary-0),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:5.369140625rem;left:7.125rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2TWisfQXgydDme6txy3vTchVZ0nLhtO { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:25rem;top:6.943359375rem;left:2.0625rem;overflow:hidden;display:block; }
#hkSeTTP6kqiEhgqQ23Kgy1IMyRynQRge { position:absolute;display:block;z-index:15083;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:10.25rem;width:18.4375rem;top:17.1875rem;left:11.4375rem;overflow:hidden;display:block; }
#DHeKH87ddNNOKTrZyKcJ51EWe0hrrTuf { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:16.9375rem;top:16.5625rem;left:4.5rem;overflow:hidden;display:block; }
#vRoeRed49MFIl6tFuLdmped9vWOPZbI6 { position:absolute;display:block;z-index:15087;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:8.625rem;width:15.5rem;top:18.875rem;left:2.625rem;overflow:hidden;display:block; }
#ExtyZVMRbMZBsLRF3EkTBqxpwbLTl1IZ { box-sizing:content-box;height:18.9375rem;width:68.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:10.8125rem;left:3.3125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:block; }
#zcMWD8a1QyD3S74z48W05IpUsLa5IN7X { position:absolute;display:block;z-index:15085;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:14.3125rem;width:16.625rem;top:4.4375rem;left:2.0625rem;overflow:hidden;display:block; }
#DotK5GUJfVvdcc0mPsMDzONi84SwhyTB { position:absolute;display:block;z-index:15088;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.875rem;width:14.25rem;top:24.9375rem;left:10.53125rem;overflow:hidden;display:block; }
#DcmaynvyhNORNKCDQlRX0eGZSwkn92vr { color:rgba(var(--color-secondary-0),1);display:block;width:35.75rem;position:absolute;font-family:bw-vivant;font-size:1.375rem;font-weight:400;z-index:15090;line-height:1.2;letter-spacing:0;top:14.5166015625rem;left:34.5rem;height:11.545875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s9fZ1ddBaRrvArOEJUALv27MpLOxhkwQ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.6875rem;width:31.125rem;top:41.125rem;left:-0.10713397733758rem;overflow:hidden;display:block; }
#vnPx1XTozicl3p5GFLZNlCEhd7sWRKdG { color:rgba(var(--color-secondary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15118;line-height:1.4;letter-spacing:0;top:48.125rem;left:31.6875rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ipXUoT9tuEWKnLSeeAdpc9cL59L5TuxK { color:rgba(var(--color-secondary-0),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15051;line-height:1.4;letter-spacing:0;top:50.2060546875rem;left:31.6875rem;height:9.4453125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H73lxhvQcKC2TIiyEWtil820clTGMBH0 { color:rgba(var(--color-secondary-0),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15095;line-height:1.4;letter-spacing:0;top:36.9375rem;left:26.4375rem;height:1.3999rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Nz6Ac9kLvtQ6AqpSxNPhBMT83F3OBlVW { color:rgba(var(--color-secondary-0),0.45);display:block;width:47.625rem;position:absolute;font-family:bw-vivant;font-size:4.0625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:42.125rem;left:15.75rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JTgTQ8RpoqJoCDwPSuFKA2QsNGmF8ka5 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:40.25rem;top:36.3125rem;left:0.125rem;overflow:hidden;display:block; }
#I3UWQTK4Z8DfIh92RW8OdlXpFbwhUc78 { color:rgba(var(--color-secondary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15097;line-height:1.4;letter-spacing:0;top:39.875rem;left:31.8125rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k3Q5Wvzdlw5JOniTdMu3berDOG7lmQ4q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:39.9375rem;left:30rem; }
#aiwgAdgbJwvGxZm2iWvQziyFi6ngEATq { box-sizing:content-box;height:2rem;width:17.1875rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-tertiary-1),0.46);background-image:none;top:39.5rem;left:29.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-secondary-4),0.5) ;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#stCDswwTbJi5dBooCDwHHwa7S6DCliZJ { position:absolute;display:block;z-index:15119;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:33.75rem;top:93.6875rem;left:-4.2522695530726rem;overflow:hidden;display:block; }
#QkF3AXJceWCCLdrI2gzUxgPp4Ac3Asyf { position:absolute;display:block;z-index:15008;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:31.25rem;width:52.3125rem;top:88.6875rem;left:-2.3125rem;overflow:hidden;display:block; }
#lMVWbwxcDX3KaNvov1HhEHuTvT8KWn55 { color:rgba(var(--color-secondary-0),1);display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15120;line-height:1.4;letter-spacing:0;top:97.875rem;left:30.5625rem;height:17.31640625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SHhPZn2XU5gfRGkKd27pT1X7EfDoKtMy { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:32.5rem;top:126.625rem;left:42.5rem;overflow:hidden;display:block; }
#gBVJV1vnIgTD4TK73HXLGxUoyLXG4Bc1 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.875rem;width:51.625rem;top:118.4375rem;left:23.375rem;overflow:hidden;display:block; }
#pAOOFHlHk77PQ0axzdA7aH0gyQAS39rT { position:absolute;display:block;z-index:15124;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:32.8125rem;top:246.9375rem;left:-2.3125rem;overflow:hidden;display:block; }
#GXOQJfQRQJyf50NAuVVyI5ynZ6Pww5Rg { position:absolute;display:block;z-index:15125;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:37rem;top:206.1875rem;left:38.975483634233rem;overflow:hidden;display:block; }
#a2Fk7h3Ib0RgTpeSEzeLHXmB5AGc2lKX { box-sizing:content-box;height:23.875rem;width:65.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:62.75rem;left:3.3125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:block; }
#ZqDHM21yAF2xsqGRRir5MgbTkEmQ9SWI { color:rgba(var(--color-secondary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15052;line-height:1.4;letter-spacing:0;top:64.72265625rem;left:37.96875rem;height:17.6171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZqDHM21yAF2xsqGRRir5MgbTkEmQ9SWI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZqDHM21yAF2xsqGRRir5MgbTkEmQ9SWI li:before{  }
#M6m92T1zvpfe3mQcFxT6WHTsuL3RVt6L { position:absolute;display:block;z-index:15126;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:22.0625rem;width:35.5625rem;top:157.5rem;left:-3.705078125rem;overflow:hidden;display:block; }
#eUiCTOKUOI6ZhSaTmWB1Pe1P5p0bGMZa { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:50rem;top:147.5390625rem;left:0.8125rem;overflow:hidden;display:block; }
#tNzhcRzEXodNlzGCmA1KeohCP8DwSezR { color:rgba(var(--color-secondary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15119;line-height:1.4;letter-spacing:0;top:64.0400390625rem;left:7.125rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ONSktnda8sVuwoRlSO500dbM3iTgT4pA { color:rgba(var(--color-secondary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15053;line-height:1.4;letter-spacing:0;top:66.248046875rem;left:7.125rem;height:13.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ONSktnda8sVuwoRlSO500dbM3iTgT4pA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ONSktnda8sVuwoRlSO500dbM3iTgT4pA li:before{  }
#RqBFpNcav0FQxm42uHAdkVCl5ooi1RAG { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15119;line-height:1.4;letter-spacing:0;top:85.86328125rem;left:3.3125rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K1RDa76Iyu4Lbh14RANSSyC9sUJC8TZl { box-sizing:content-box;height:1.5625rem;width:17.125rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21) ;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.52);top:85.71875rem;left:7.59375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ocTn4XJW8wK4vPEWgEqA3xqHz4Zi2Dx6 { box-sizing:content-box;height:1.625rem;width:29.375rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21) ;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.52);top:85.75rem;left:25.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#KF5ooi3PqTMNs3rPpmkbpXNx7vFo6coR { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15120;line-height:1.4;letter-spacing:0;top:85.86328125rem;left:26.0625rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZDis2easoo6KOHnVi3iqfqSLLkqz74Az { box-sizing:content-box;height:1.6875rem;width:9.0625rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21) ;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.52);top:85.65625rem;left:56.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#wI5eP5pDfpqAUBwz9CPfNRtUsPAW94gz { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15120;line-height:1.4;letter-spacing:0;top:85.86328125rem;left:53.53125rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FURXT1BbrPUEERaIvJAJX8E8y7qIoXg8 { color:rgba(var(--color-secondary-0),0.45);display:block;width:24.4375rem;position:absolute;font-family:bw-vivant;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:94.6875rem;left:30.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rLd6qoOomLzvDF7BmETvnQDPBA7c9ZPP { color:rgba(var(--color-secondary-0),0.45);display:block;width:24.4375rem;position:absolute;font-family:bw-vivant;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:123.375rem;left:47.4375rem;height:3.298825rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UOmyFSWsSs02gtRQKNUO2TXIdo1WJh8m { color:rgba(var(--color-secondary-0),0.45);display:block;width:24.4375rem;position:absolute;font-family:bw-vivant;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:155.3125rem;left:0.75rem;height:1.6499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U2ffc8xVFKtl7A5HKssSLm6E9BJuyMcy { color:rgba(var(--color-secondary-0),0.45);display:block;width:24.4375rem;position:absolute;font-family:bw-vivant;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:204.5390625rem;left:50.5625rem;height:1.6499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ikldcaByEtV7wrAXlVMlVnnuSPrNTSGm { color:rgba(var(--color-secondary-0),0.45);display:block;width:24.8125rem;position:absolute;font-family:bw-vivant;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:245.375rem;left:1.5rem;height:1.6499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AMSCb476CshGQ8qsvX9B2M7SSxHIKulR { position:absolute;display:block;z-index:15010;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:30.8125rem;width:51.5rem;top:197.6826171875rem;left:20.375rem;overflow:hidden;display:block; }
#wcrE9kdqazBSQQ52Xnr2LCZJq69b6NiT { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:44rem;top:240.5rem;left:2.875rem;overflow:hidden;display:block; }
#x4XEpPBFBndXrk6qRsnpCwTBv2NJmD5P { color:rgba(var(--color-secondary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15121;line-height:1.4;letter-spacing:0;top:123.9873046875rem;left:1.375rem;height:25.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ObTZbWEh70TCBfMleL6Ruozt0FpfkKE4 { color:rgba(var(--color-secondary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15122;line-height:1.4;letter-spacing:0;top:155.3125rem;left:30.6875rem;height:22.0390625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x7od6p6E4PvbMUJRhma6NEaTT5pPLMJv { box-sizing:content-box;height:20.0625rem;width:65.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:178.1875rem;left:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:block; }
#pJJ1cryG7kTX7nJlRv909GXwJ3hMdd5M { color:rgba(var(--color-secondary-0),1);display:block;width:64.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15123;line-height:1.4;letter-spacing:0;top:179.3125rem;left:3.3125rem;height:15.7421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#peDvpBCyRh8ILnvFXDWpBlyrwGerDp0S { color:rgba(var(--color-secondary-0),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15122;line-height:1.4;letter-spacing:0;top:204.8203125rem;left:0.125rem;height:22.0390625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I0W2wtTJ1SdKZsQzlLS359nFv9dAmMRx { color:rgba(var(--color-secondary-0),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15123;line-height:1.4;letter-spacing:0;top:229.564453125rem;left:34.0625rem;height:6.9970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UGH3pQmDfOohygN4ZVfEfVUXxR1u6GQS { box-sizing:content-box;height:11.9375rem;width:41.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:228.4326171875rem;left:32.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:block; }
#Fydz8RRqm52kxr1EJ6JsXQqUTpeknzKH { color:rgba(var(--color-secondary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15123;line-height:1.4;letter-spacing:0;top:245.5625rem;left:34.0625rem;height:18.890625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wNS6D6gHWhUID5eVI1AqTU5JNnSNMzD6 { box-sizing:content-box;height:11.9375rem;width:46.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:265.7412109375rem;left:1.3125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:block; }
#Q2gysJGO9nDTiGmAPGXO1ClOLASeMlaO { color:rgba(var(--color-secondary-0),1);display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15124;line-height:1.4;letter-spacing:0;top:266.875rem;left:2.0625rem;height:8.396475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#la0a15a3qDeJoGlvtcatux9qu7CMgpDL { box-sizing:content-box;height:0.0625rem;width:8.125rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.375rem;left:0.15625rem;display:none; }
#G3sT697bxr6Qt1ZH6mFmKdA6wlME1xUH { box-sizing:content-box;height:23.875rem;width:65.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:62.75rem;left:3.3125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:none; }
#Tpy165Eci8Rv2fo1pag8gQdv83pATT4u { box-sizing:content-box;height:23.875rem;width:65.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:62.75rem;left:3.3125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:none; }
#QOBF8gCzhUIKBsrRehpThIPKTXTo01W3 { box-sizing:content-box;height:23.875rem;width:65.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:62.75rem;left:3.3125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:none; }
#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2128e86-8a24-4672-8544-e6d8ae4ac443/Projektbeznazwy30.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo.adaptive-delivery-prevent-bg, #KqZANWQ5HBNuFrqssM854M2QDC5Umwzo.lazyload, #KqZANWQ5HBNuFrqssM854M2QDC5Umwzo.lazyloading { background-image: none; }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo > .row .container { background-color: transparent; background-image: none; }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo > .row .container > .video-iframe-container { display: none; }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo > .row > .video-iframe-container { display: none; }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo > .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); }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo > .row .container { border-width: 0; border-radius: 0; }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo > .row .container { font-size:0.875rem;font-family:arial;height:240.375rem;width:75rem;position:relative;display:block; }#TH54efM3gTwGH6b8TZviLRADOwksEhpt { 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:30.0625rem;width:29.1875rem;top:16.375rem;left:40.013028870885rem;overflow:hidden;display:none; }
#ir55kX2neHGgz1P7V23bmnRs01kNiz6O { 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:30.0625rem;width:29.1875rem;top:16.375rem;left:40.013028870885rem;overflow:hidden;display:none; }
#kbyNBAUcArQZmFoM3F5iGxVIz8r0neSa { position:absolute;display:block;z-index:15177;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:37.75rem;top:45.5rem;left:33.457943405026rem;overflow:hidden;display:none; }
#OBBdu7qMmzzGblWmG2vGb6deUUZa4h57 { color:#e62626;display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15181;line-height:1.2;letter-spacing:0;top:33.6875rem;left:24.125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pdaD7wKPBw5nJIxOSdNKem6qwsk1KQoU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:bw-vivant;font-size:1.25rem;font-weight:400;z-index:15205;line-height:1.2;letter-spacing:0;top:15.4375rem;left:3.0625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C6GoiUmMIgxHTUZDZy0ZDRuXgTnfR5XB { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:bw-vivant;font-size:1.25rem;font-weight:400;z-index:15206;line-height:1.2;letter-spacing:0;top:42.1875rem;left:49.3125rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#opEmSlseTr7NzmVTOQq7cHO4vPKUd7ER { color:#e62626;display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15183;line-height:1.2;letter-spacing:0;top:60.0625rem;left:24.125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TsEXhk08U6E7G07uCEJioQiQSJb2BSzC { color:#e62626;display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15185;line-height:1.2;letter-spacing:0;top:85.9375rem;left:25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k6PLvq9JlEtVQeu2o3giTzVbZKS0mK0I { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:bw-vivant;font-size:1.25rem;font-weight:400;z-index:15207;line-height:1.2;letter-spacing:0;top:69.8125rem;left:3.0625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U8MmqmFTs9coydzvs1c9Jduk7PTflWD6 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:bw-vivant;font-size:1.25rem;font-weight:400;z-index:15208;line-height:1.2;letter-spacing:0;top:95.4375rem;left:49.125rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#UiB96qX7cs0IhslwF7i5pigGk6MntTOB { color:#e62626;display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15186;line-height:1.2;letter-spacing:0;top:112.1875rem;left:24.4375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U8fHmtCecU63tqaGy8bbaiAoN9HMEhwo { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:bw-vivant;font-size:1.25rem;font-weight:400;z-index:15204;line-height:1.2;letter-spacing:0;top:174.5625rem;left:2.375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MfAUSJb4NX6uvkUAP4GWOmWqLatGk5JV { position:absolute;display:block;z-index:15182;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:10.375rem;width:18.75rem;top:183.125rem;left:0.4375rem;overflow:hidden;display:block; }
#Si2zi8TqqbcOTqloI8UicZQ99QuLtoNJ { color:#e62626;display:block;width:11.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15186;line-height:1.2;letter-spacing:0;top:188.5625rem;left:25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zpd2KHJai5WfGLVTH6qOKDaJdv4UP5pz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:bw-vivant;font-size:1.25rem;font-weight:400;z-index:15209;line-height:1.2;letter-spacing:0;top:120.9375rem;left:3.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B5QKCfFAoeRwd0CT6gbH2dgiU2rA8N02 { color:#e62626;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15187;line-height:1.2;letter-spacing:0;top:136.5rem;left:24.125rem;height:1.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#uotSEnyD3AQVCIRGxZDWrww9PRaQHqgw { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:bw-vivant;font-size:1.25rem;font-weight:400;z-index:15212;line-height:1.2;letter-spacing:0;top:145.03125rem;left:50.9375rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TS0BCd7xqG45PA8ledWfCo42Z6MNLOMi { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15183;line-height:1.4;letter-spacing:0;top:174.5625rem;left:25rem;height:11.01953125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QkDEn8CtDL2H3a8bBiDh0SdXt3vwnf7x { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15186;line-height:1.4;letter-spacing:0;top:145.03125rem;left:24.125rem;height:17.31640625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SCV02AxJX9PT6uFxXTzAkU4xOfysXVJy { color:#e62626;display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15189;line-height:1.2;letter-spacing:0;top:165.6328125rem;left:23.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rCICe274VqEMFUkAJLpCfPqqID1t0sTF { 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:22.125rem;width:19.8125rem;top:9.8125rem;left:11.1875rem;overflow:hidden;display:block; }
#MzSybLcKWbRMftZ6FMnF0c1J7gBMg7So { color:rgba(var(--color-tertiary-0),1);display:block;width:65.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15093;line-height:1.4;letter-spacing:0;top:4.47265625rem;left:4.0625rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tHiqQu8WJrG0sZsOToOcp0tWN746L7zg { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15185;line-height:1.4;letter-spacing:0;top:88.75rem;left:0.1875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NseuGK5fKypgAHxCsu45roZFL6rtKcdB { color:rgba(var(--color-tertiary-0),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15102;line-height:1.2;letter-spacing:0;top:222.375rem;left:45.75rem;height:1.5rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Na0yTOX2TrAUttkyCv5HC1gadKMDXxpr { 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:30.0625rem;width:29.1875rem;top:16.375rem;left:40.013028870885rem;overflow:hidden;display:none; }
#OZPu0F4SUNsbxUgzwNMqEx0r6r90HeDM { 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:30.0625rem;width:29.1875rem;top:16.375rem;left:40.013028870885rem;overflow:hidden;display:none; }
#kEs5NqfaPtSEgGRrwUkRnA4HNv10yMIi { 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:30.0625rem;width:29.1875rem;top:16.375rem;left:40.013028870885rem;overflow:hidden;display:none; }
#vV1fXctHrEwnikqDa3L2FK4uDNq591Js { 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:30.0625rem;width:29.1875rem;top:16.375rem;left:40.013028870885rem;overflow:hidden;display:none; }
#Kl49T03pV0UTrTkV5MdOiEKozmUFoGG4 { 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:30.0625rem;width:29.1875rem;top:16.375rem;left:40.013028870885rem;overflow:hidden;display:none; }
#LtCXTyyW6pqGPg91vZQ6DSqI1pbQsHd2 { 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:30.0625rem;width:29.1875rem;top:16.375rem;left:40.013028870885rem;overflow:hidden;display:none; }
#z3Ll1TQ6R2EUQOfW32WWkdLnlKFsE7wg { 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:30.0625rem;width:29.1875rem;top:16.375rem;left:40.013028870885rem;overflow:hidden;display:none; }
#log5z0LTW5XhmaXBOdc8cTrdBh9nKJLn { 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:30.0625rem;width:29.1875rem;top:16.375rem;left:40.013028870885rem;overflow:hidden;display:none; }
#UbSDTLiJR1WtW4Lzz7iRT4fQwUCoPmTx { 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:30.0625rem;width:29.1875rem;top:16.375rem;left:40.013028870885rem;overflow:hidden;display:none; }
#XmSw7zdJwBZHHmLpVmbvUtgt8IqP3OPL { 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:30.0625rem;width:29.1875rem;top:16.375rem;left:40.013028870885rem;overflow:hidden;display:none; }
#FTgtCMCVgzJeI2syT4Tm0dgkIORGPgy7 { position:absolute;display:block;z-index:15193;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:16.5rem;width:27.4375rem;top:17.75rem;left:-3.6065127205478rem;overflow:hidden;display:block; }
#p17EVMw41wztG9E9FIsHphb7JRboB1TW { position:absolute;display:block;z-index:15194;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:23.875rem;width:27rem;top:41.375rem;left:49.36462351216rem;overflow:hidden;display:block; }
#VL83FgfueXw7kVc0fyXTGhlyCCEaDtNU { position:absolute;display:block;z-index:15199;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:16.9375rem;width:26.75rem;top:97.9375rem;left:50.375rem;overflow:hidden;display:block; }
#Ixs2MTO4bnKmxKDEuciKq8CiXhIHE98g { position:absolute;display:block;z-index:15201;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:16.375rem;width:27.3125rem;top:176rem;left:-2.3840417638329rem;overflow:hidden;display:block; }
#saHKDuzNC1ML0SR6zhp7xE5WoihXMhuS { position:absolute;display:block;z-index:15203;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:29.9375rem;top:147.96875rem;left:47.173507462687rem;overflow:hidden;display:block; }
#AttaAsOTNKS3CeVHmaq9zS9fQ2dFPzwa { 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:24.125rem;width:21.5625rem;top:62.125rem;left:13.5625rem;overflow:hidden;display:block; }
#TkO0hPmFVqUqCVDk44LDCfUSReuBxcnq { 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:22.9375rem;width:20.5rem;top:168.5625rem;left:13.5625rem;overflow:hidden;display:block; }
#J7IiTpk9ss2biMGbpfWm8BFicLQ6rSoF { 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:24.25rem;width:21.625rem;top:88.5625rem;left:42rem;overflow:hidden;display:block; }
#PpNv5nJcrmg9XUxTdnnrJ1MrnVXdGWXR { 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:23.5625rem;width:20.9375rem;top:35.1875rem;left:41.4375rem;overflow:hidden;display:block; }
#KoRzlxyPpRhw9inguJT093omss753SJH { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:19.75rem;top:113.6875rem;left:12.34375rem;overflow:hidden;display:block; }
#TwCBRSCuFpGLHTOJI91bugPu1kWqg7Io { 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:22rem;width:19.6875rem;top:140.25rem;left:40.8125rem;overflow:hidden;display:block; }
#tQ7OI0OFnQg57SmVxAEOL0p10Xa1AOTH { box-sizing:content-box;height:20.875rem;width:54.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:172.5rem;left:1.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:block; }
#UoC3e3zkZDLKfyc97RAJZpXllpPzSe9O { box-sizing:content-box;height:23.5rem;width:51.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13.25rem;left:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:block; }
#ZkGeyWrBdw2u4XyvqhNqixmJZxzdisIT { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15184;line-height:1.4;letter-spacing:0;top:15.4375rem;left:24.125rem;height:15.7421875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E8F1btMvJUEwAv8MCuCMIz84D5WMMKze { box-sizing:content-box;height:24.375rem;width:50.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:39.625rem;left:22.125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:block; }
#Pi1Bq3N4rAlyT6XT9AG41cWW0TZxCrN7 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15185;line-height:1.4;letter-spacing:0;top:42.1875rem;left:24.125rem;height:14.16796875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qBEqtAB12zCafaoHnmA9Tayu1HaVL1ci { box-sizing:content-box;height:22.75rem;width:51.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:67.5rem;left:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:block; }
#ppiwOOIH3dg5z6Fum58vAAZlctNatHxS { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15185;line-height:1.4;letter-spacing:0;top:69.8125rem;left:25rem;height:15.7421875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NMLCMmVwnagmArUVAhmTRwTPUNhMn3Do { box-sizing:content-box;height:21.8125rem;width:50.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:93.5rem;left:22.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:block; }
#TL4iDkSVFXZa0BghkzXWp8bARGcTBzPA { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15184;line-height:1.4;letter-spacing:0;top:95.4375rem;left:24.3125rem;height:12.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b5zZ0XHQWOJPBHEoL75wZh68bAqXNxoM { box-sizing:content-box;height:22.75rem;width:49.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:118.5rem;left:1.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:block; }
#RA9ZwzAF0q4VGtJ7SQuOTrqMAT0TdzZL { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15185;line-height:1.4;letter-spacing:0;top:120.9375rem;left:24.125rem;height:14.16796875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#baDy9neHThBgsWUgpA7xbXQsDdx8tNrx { position:absolute;display:block;z-index:15210;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:16.75rem;width:26.3125rem;top:71.09375rem;left:-1.8647088353414rem;overflow:hidden;display:block; }
#bxF43xpJffrQrFgT3wmsNuHmnw6fTAyT { position:absolute;display:block;z-index:15211;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:16.625rem;width:27.25rem;top:122.5625rem;left:-2.5609439834025rem;overflow:hidden;display:block; }
#VKIJSPgwXTfC3MRikgX5q9BeJw33SHhO { box-sizing:content-box;height:25.8125rem;width:50.625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:143.25rem;left:22.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:block; }
#Sdd2FtBcxTHR4gCPlBVxhTp2pDEztGsF { color:rgba(var(--color-tertiary-0),1);display:block;width:65.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15094;line-height:1.4;letter-spacing:0;top:200.25rem;left:4.3125rem;height:11.01953125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cTVbGGMLygOx2DS3gCtGkDLOP21OCnv2 { 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:22.9375rem;width:20.5rem;top:192.375rem;left:25rem;overflow:hidden;display:block; }
#JSw2ZNvkGs50u63rCoNsvsHVll3rieTw { color:rgba(var(--color-secondary-0),1);display:block;width:67.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15133;line-height:1.4;letter-spacing:0;top:216rem;left:3.71875rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dLLBv4Zugbw1AkbFz23M55bsnEx66X59 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15123;line-height:1.2;letter-spacing:0;top:220.71875rem;left:32.0625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xL19Mh4w4S0521SenVlJiNfQRRzwh7vc { box-sizing:content-box;height:0.0625rem;width:12.3125rem;position:absolute;display:block;z-index:15164;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:222rem;left:31.34375rem;display:block; }
#wqLNMU86f9b9zfW1EaevbJlyEIDmMHCP { color:rgba(var(--color-secondary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15134;line-height:1.4;letter-spacing:0;top:225.25rem;left:25.625rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QmRWCXaxa8lRCkBzKPeBn6DLGzChAC8E { color:#e62626;display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15124;line-height:1.2;letter-spacing:0;top:229.8125rem;left:31.15625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nh1eLsNacgfDrAOQ7ZruFK6840KtHFC0 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-primary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.5625rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:234.099609375rem;left:27.875rem;display:block; }
#AXZKr0WIHBwqsIqb4qbX0gf02HlSTRQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z2K4tJhaBWpn7WQfv3mQfCDS7eIWenfE { box-sizing:content-box;height:23.5rem;width:51.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13.25rem;left:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:none; }
#uWsJFzlACbsiR9aXKqzsra34G9qWpFUS { box-sizing:content-box;height:23.5rem;width:51.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13.25rem;left:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:none; }
#tvLZv4cKwFUs6lbSgN2ba2H805Pvp201 { box-sizing:content-box;height:23.5rem;width:51.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13.25rem;left:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:none; }
#r4amcGsufOGfnkE5bkqK0g4wfX2FH5Wa { box-sizing:content-box;height:23.5rem;width:51.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13.25rem;left:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:none; }
#eiQ1cXibcraf9PSRAAcZicMMwtRaR2TT { box-sizing:content-box;height:23.5rem;width:51.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13.25rem;left:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:none; }
#QKPuSRn0y7qE0TNMxD8hsc888wVAReNz { box-sizing:content-box;height:23.5rem;width:51.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13.25rem;left:1.5625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-0),0.5) ;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #8b8b8b;border-left:0.0625rem solid #8b8b8b;border-right:0.0625rem solid #8b8b8b;border-bottom:0.0625rem solid #8b8b8b;display:none; }
#PT6vLL9tZH4cMHPbgdRzHs6ZoZTtXfUb { 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:30.0625rem;width:29.1875rem;top:16.375rem;left:40.013028870885rem;overflow:hidden;display:none; }
#JHioZkQlUPIrM6TWbQrSHSewTsL7Wy0l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }#JHioZkQlUPIrM6TWbQrSHSewTsL7Wy0l > .row .container { background-color: transparent; background-image: none; }#JHioZkQlUPIrM6TWbQrSHSewTsL7Wy0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHioZkQlUPIrM6TWbQrSHSewTsL7Wy0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHioZkQlUPIrM6TWbQrSHSewTsL7Wy0l > .row .container > .video-iframe-container { display: none; }#JHioZkQlUPIrM6TWbQrSHSewTsL7Wy0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHioZkQlUPIrM6TWbQrSHSewTsL7Wy0l > .row > .video-iframe-container { display: none; }#JHioZkQlUPIrM6TWbQrSHSewTsL7Wy0l > .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); }#JHioZkQlUPIrM6TWbQrSHSewTsL7Wy0l > .row .container { border-width: 0; border-radius: 0; }#JHioZkQlUPIrM6TWbQrSHSewTsL7Wy0l > .row > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#JHioZkQlUPIrM6TWbQrSHSewTsL7Wy0l > .row .container { font-size:0.875rem;font-family:arial;height:96.25rem;width:75rem;position:relative;display:block; }#EP76sAPPlmqT37nHt4V3nIC5pa4lcw5n { 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:31.8125rem;width:51.875rem;top:19.5rem;left:8.125rem;overflow:hidden;display:none; }
#hCJx8q4WWFHCxgpQqErDm2tHXwLpS6K6 { 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:42.1875rem;width:75rem;display:none; }
#DAakuwLkqphOTF7Fo9fTiRDDuF2xdvFe { 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:42.1875rem;width:75rem;display:none; }
#qV6vPonFbsqefCy07xRdwRdArHblh3LA { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15047;line-height:2;letter-spacing:0;top:8.125rem;left:17.25rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p2MqovRTPlfwa7pRSomRdGhCOoIvLLdG { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.5rem;width:25.75rem;top:47.4375rem;left:41.84375rem;overflow:hidden;display:none; }
#SNz3Sk4agy1f2M1SXJgRdri6pmdV7eCA { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:bw-vivant;font-size:2.8125rem;font-weight:400;z-index:15049;line-height:1.2;letter-spacing:0;top:11.25rem;left:14.78125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xOMsNFRdXxBhFU3sOGAHDf57mTrkNeDr { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15073;line-height:1.5;letter-spacing:0;top:15.75rem;left:10.375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Freqwq0TZfrTwoQmTwvGOE3UygB9twtm { box-sizing:content-box;height:1.6875rem;width:16.3125rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21) ;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.52);top:15.5625rem;left:9.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#TMzTdEg9VMJzeiKCZp7kELWR30TCKAiT { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15076;line-height:1.5;letter-spacing:0;top:15.8125rem;left:32.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MAlo4KW1iPWZE84OsVIzst4OgRQKGN0O { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15077;line-height:1.5;letter-spacing:0;top:15.875rem;left:51.875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IeAL0hfD0TrpHyoM5Tc1RlKEw4eiA9AZ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15071;line-height:1.5;letter-spacing:0;top:15.8125rem;left:38rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JAd8tflwRcLsEmssZyW395DCPd86nzbc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:16.125rem;left:36.9375rem; }
#Tw5Bh8XqfcoXHIUEN8HI6UTaAuiAq78P { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:3.0625rem;top:1.1875rem;left:35.96875rem;overflow:hidden;display:block; }
#R695CfMStCcdkTrEJBHnacNH9mHa1QGs { color:rgba(var(--color-tertiary-4),1);display:block;width:67rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15050;line-height:2;letter-spacing:0;top:19.0625rem;left:5.15625rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P2WKGp1FlJG9lT8y0SAZ3pFn6d5teq0l { position:absolute;display:block;z-index:15075;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:26.4375rem;width:37.125rem;top:19.5625rem;left:-3.6875rem;overflow:hidden;display:none; }
#nlFc3B0uq05g4HpQU5mAobJU1e6e8cVF { position:absolute;display:block;z-index:15074;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:26.625rem;width:34.875rem;top:19.5rem;left:30.75rem;overflow:hidden;display:none; }
#nFuiVrHzKWIPRRc0ylnH1kSWdszTfUJH { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:27.625rem;width:18.25rem;top:28.15625rem;left:-0.1875rem;overflow:hidden;display:block; }
#EwMUWT9cpxwU7DivKv2kOTKuRR5VlKwG { box-sizing:content-box;height:1.6875rem;width:16.3125rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21) ;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.52);top:15.59375rem;left:30.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#PioKD1ZB2SToydCcHtSOTl2hNa4hB88Q { box-sizing:content-box;height:1.6875rem;width:16.3125rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21) ;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.52);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.52);top:15.75rem;left:49.40625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#lnnNU3md73LuliSlc4qZgJLRMGBrckfT { position:absolute;display:block;z-index:15090;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:16.1875rem;width:34.8125rem;top:41.0625rem;left:18rem;overflow:hidden;display:block; }
#s6CVFZJtZGPu83vKqILlSEaZeTiG5VsJ { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:24.8125rem;top:20.84375rem;left:50.1875rem;overflow:hidden;display:block; }
#d1eihxIvCAhNSqKFrdQRRvIXI5aSccxM { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:18.6875rem;top:45.875rem;left:0rem;overflow:hidden;display:block; }
#MTsb2hz65qrzIq0D2nviFW2eiukKMUnL { position:absolute;display:block;z-index:15080;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:23.5625rem;top:28.15625rem;left:18.09375rem;overflow:hidden;display:block; }
#mMUOhHcpa6sQZ3rxOuydEMzkkmnbw5yc { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:15.8125rem;top:48.125rem;left:43.15625rem;overflow:hidden;display:block; }
#vEAx68dzJdhL1yTil9P2EEl0breWwpmN { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:17.125rem;top:54.25rem;left:16.15625rem;overflow:hidden;display:block; }
#sdo8XosV95uTZAn6snlA26Qp1yxwqKkg { position:absolute;display:block;z-index:15084;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:17.0625rem;top:44.375rem;left:57.9375rem;overflow:hidden;display:block; }
#iVnuporNnnHJkygVDWUUXRAT42TTfxZP { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:31.8125rem;top:28.1875rem;left:40.40625rem;overflow:hidden;display:block; }
#iW8GlfTTdyMHiJkaONxUMRNvqtT1IX2n { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:16.375rem;top:62.4375rem;left:2.6894358407079rem;overflow:hidden;display:block; }
#s8apRXEVdCf4BhE0M3SKJevs02T5mwCU { position:absolute;display:block;z-index:15086;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:30.8125rem;width:20.3125rem;top:65.4375rem;left:54.6875rem;overflow:hidden;display:block; }
#FepSkEJAskslyUXXsMLBb1JI5Mh0h8mD { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:20.3125rem;top:57.25rem;left:28.5rem;overflow:hidden;display:block; }
#LCTBTLrkqVzxRFPWcQFmpm4O4lG952Hq { position:absolute;display:block;z-index:15087;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:16.8125rem;width:11.125rem;top:28.15625rem;left:63.988998127344rem;overflow:hidden;display:block; }
#y1Nv1KrlkNMhrdEEgSADXDqkiDLSh5P3 { position:absolute;display:block;z-index:14996;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:28.1875rem;width:18.625rem;top:68rem;left:40.303019662921rem;overflow:hidden;display:block; }
#uUu9zK5sKka0MDoQCpyWGP00sb6sFlci { position:absolute;display:block;z-index:15088;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:22.0625rem;width:33.25rem;top:74.125rem;left:0rem;overflow:hidden;display:block; }
#GTrUhAoT1dcuJ5Wyl4PEqF39bOIv3Lyw { position:absolute;display:block;z-index:15089;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:14.75rem;width:9.6875rem;top:81.40625rem;left:31.1875rem;overflow:hidden;display:block; }
#J0ZVNJXbOSLJXVvJGgy8EWww1tatlf8U { position:absolute;display:block;z-index:15008;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:28.3125rem;width:46.75rem;top:53.25rem;left:36.34375rem;overflow:hidden;display:block; }
#AWuaQ9h9Ke48xgxSRW9TInkFOiHhdBpV { position:absolute;display:block;z-index:15089;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:45.0625rem;width:71.75rem;top:25.0625rem;left:3.25rem;overflow:hidden;display:block; }
#CfNpswt4nRLATBc8OHIAm3ZcRe3Wvh8O { color:rgba(var(--color-tertiary-4),1);display:block;width:66.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15049;line-height:2;letter-spacing:0;top:6.375rem;left:4.46875rem;height:22.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#q6aI3fEoRVvXNnfbKCztMnLtW6TUlzwW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }#q6aI3fEoRVvXNnfbKCztMnLtW6TUlzwW > .row .container { background-color: transparent; background-image: none; }#q6aI3fEoRVvXNnfbKCztMnLtW6TUlzwW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6aI3fEoRVvXNnfbKCztMnLtW6TUlzwW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6aI3fEoRVvXNnfbKCztMnLtW6TUlzwW > .row .container > .video-iframe-container { display: none; }#q6aI3fEoRVvXNnfbKCztMnLtW6TUlzwW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6aI3fEoRVvXNnfbKCztMnLtW6TUlzwW > .row > .video-iframe-container { display: none; }#q6aI3fEoRVvXNnfbKCztMnLtW6TUlzwW > .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); }#q6aI3fEoRVvXNnfbKCztMnLtW6TUlzwW > .row .container { border-width: 0; border-radius: 0; }#q6aI3fEoRVvXNnfbKCztMnLtW6TUlzwW > .row > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#q6aI3fEoRVvXNnfbKCztMnLtW6TUlzwW > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#l9JsHvnFtXdiPHRTzVWLHARRU8UmhosB { 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:31.8125rem;width:51.875rem;top:19.5rem;left:8.125rem;overflow:hidden;display:none; }
#pxAPfMWaDJyKcqiRZSzoLyJWp0FIOu5b { 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:42.1875rem;width:75rem;display:none; }
#reybSBiISiDt9nVftRwvlcwe54lOtU1d { 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:42.1875rem;width:75rem;display:none; }
#piNXcaUZEFzm1coE0FMHhmL1FxFl36v4 { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.5rem;width:25.75rem;top:47.4375rem;left:41.84375rem;overflow:hidden;display:none; }
#BEdlgvai9ZzByE4spoDfLFlpklBuUBHz { color:rgba(var(--color-tertiary-4),1);display:block;width:66.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15049;line-height:2;letter-spacing:0;top:6.375rem;left:4.46875rem;height:17.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ze5zDWlLST36VHEb5Swec4od0XqQhp3H { position:absolute;display:block;z-index:15075;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:26.4375rem;width:37.125rem;top:19.5625rem;left:-3.6875rem;overflow:hidden;display:none; }
#g5DVdshTtwzVTGk0VX7VTr9kNCDmig7S { position:absolute;display:block;z-index:15074;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:26.625rem;width:34.875rem;top:19.5rem;left:30.75rem;overflow:hidden;display:none; }
#oRWu0sIZJzTcwwESvIFaN6zh68VOB8Ia { 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:31.625rem;width:17.375rem;top:1.8125rem;left:28.8125rem;overflow:hidden;display:block; }
#L4kZZZ4UVQ0DGGTRNiFAqX9LK3S38tSF { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.125rem;width:47.3125rem;top:34.4375rem;left:0rem;overflow:hidden;display:block; }
#HVEuJFd2yNJCWrtB3KJlcgt8ieJrSD3T { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.125rem;width:47.3125rem;top:34.4375rem;left:22.21875rem;overflow:hidden;display:block; }
#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9952d5cc-411f-486a-9662-ba1e72fad2eb/XMEDIALNEREWOLUCJE2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi.adaptive-delivery-prevent-bg, #aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi.lazyload, #aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi.lazyloading { background-image: none; }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi > .row .container { background-color: transparent; background-image: none; }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi > .row .container > .video-iframe-container { display: none; }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi > .row > .video-iframe-container { display: none; }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi > .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); }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi > .row .container { border-width: 0; border-radius: 0; }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;position:relative;display:block; }#KvnTFuqhfS3qb4gA3ZNdJUvuFLpnyZA2 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:4.4375rem;left:16.125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g7mPQdEG3HQyuuGURrqfZszDmnnHFDJO { 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:17.6875rem;width:14.625rem;top:22.5625rem;left:-7.4375rem;overflow:hidden;display:none; }
#wumv05QguOAJxrV4u2JF8rvmtKdTnpUi { 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:17.6875rem;width:14.625rem;top:22.5625rem;left:-7.4375rem;overflow:hidden;display:none; }
#DVGGf4QocaSysX3yldlU4aG1wZpw5m5A { 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:17.6875rem;width:14.625rem;top:22.5625rem;left:-7.4375rem;overflow:hidden;display:none; }
#Ch4V25wSXta5HRCTrXzdZNxwr2ZnFa7T { 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:17.6875rem;width:14.625rem;top:22.5625rem;left:-7.4375rem;overflow:hidden;display:none; }
#TssRakmShmynTSTG7hzECGQz7s47s2oI { 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:17.6875rem;width:14.625rem;top:22.5625rem;left:-7.4375rem;overflow:hidden;display:none; }
#MruQpcea62AVTFEbuxPJCvRvAosEhcin { 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:17.6875rem;width:14.625rem;top:22.5625rem;left:-7.4375rem;overflow:hidden;display:none; }
#PSHsMJmDCNb7AsTODdZtSWho57uEc7OM { 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:17.6875rem;width:14.625rem;top:22.5625rem;left:-7.4375rem;overflow:hidden;display:none; }
#X2zT9noa0DmHSXBRwfR3JHw9qH55p19U { 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:17.6875rem;width:14.625rem;top:22.5625rem;left:-7.4375rem;overflow:hidden;display:none; }
#UcQsSTNPNvksvRTrcFxxflLfv84hnVoP { 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:17.6875rem;width:14.625rem;top:22.5625rem;left:-7.4375rem;overflow:hidden;display:none; }
#PODxbZxXKDQc8dUG9nk3dp50MHaCGhmZ { 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:17.6875rem;width:14.625rem;top:22.5625rem;left:-7.4375rem;overflow:hidden;display:none; }
#IK07AoCZiVJfrX4T8b1P4kIRlwN1ZmMb { 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:17.6875rem;width:14.625rem;top:22.5625rem;left:-7.4375rem;overflow:hidden;display:none; }
#tIahTX9iLtsR7t1gJLnSVI3GhQoovgzw { 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:17.6875rem;width:14.625rem;top:22.5625rem;left:-7.4375rem;overflow:hidden;display:none; }
#SOR2sB11uuyHwcZ8eVgfzsiCNGDzefVL { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-primary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.5625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:37.1875rem;left:27.3125rem;display:block; }
#rG13TfZLKv5X4G0rswHt7ZvUaBAl0Wzg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g9nT3a590pBqCxTtyhBy3GwTNgnsUStG { position:absolute;display:block;z-index:15044;height:18.875rem;width:28.625rem;top:10.8125rem;left:23.21875rem;display:block; }
#g0KCiKavJQAU5ZBTpfhw4JkGTbIGsCyT { position:absolute;display:block;z-index:15043;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:23.9375rem;width:37.3125rem;top:8.28125rem;left:18.1875rem;overflow:hidden;display:block; }
#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/020eba68-d1b3-4aba-9567-6699f292c5b7/REWOLUCJE033.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0.adaptive-delivery-prevent-bg, #mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0.lazyload, #mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0.lazyloading { background-image: none; }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 > .row .container { background-color: transparent; background-image: none; }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.86); }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 > .row .container > .video-iframe-container { display: none; }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.86); }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 > .row > .video-iframe-container { display: none; }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 > .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); }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 > .row .container { border-width: 0; border-radius: 0; }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#DcJa1r18RMAohkB6xN8Kk4plIaTxhQMc { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:38.75rem;left:59.875rem;height:7.871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oNe61B8nulaEeUHkqUAuZrcdBXrLIotV { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:21.875rem;top:31.8125rem;left:53.125rem;display:block; }
#L6cgO33LKnQbb4TTuTtJFOXd0epCVDKX { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15055;line-height:1.4;letter-spacing:0;top:27.9375rem;left:51.1875rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ryTliIlZmC4zImqXIcHSWcAuQaVXACTx { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15059;line-height:1.4;letter-spacing:0;top:26.3125rem;left:20.5rem;height:6.296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CLBObyJUBQhd12FQy1ExzeIL4npWJWig { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:9.25rem;top:10.0625rem;left:0rem;overflow:hidden;display:block; }
#a6lx8VRsvM6VVHg8TfyTFW2zryN7XCJw { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5rem;width:16.0625rem;top:15.03515625rem;left:-3.8125rem;overflow:hidden;display:none; }
#KwNCu8sEB0U66WEQHoHg0HmEzOV26KK2 { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5rem;width:16.0625rem;top:15.03515625rem;left:-3.8125rem;overflow:hidden;display:none; }
#Wo5IpU5LJdDtpX4UAO6B1VFGnI9US3hD { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5rem;width:16.0625rem;top:15.03515625rem;left:-3.8125rem;overflow:hidden;display:none; }
#gKOIvqygaeifZz1PwWI35XEHVvlK7Rpg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#UShvRQq66ectgUtuDLJeHQLli4viAe0c { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#UBELGJaEyxQGsLKnO9VNgRl2KiSdPmr2 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#AV5UyK7wONJn173m3No48T3BfzT9O4uP { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#tL1dPy7Np7qBKKAZTzWCBKTzKur2wMP6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#ybRgNuCNHKoUEb6N11PXqie6JZOVvBMO { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5rem;width:16.0625rem;top:15.03515625rem;left:-3.8125rem;overflow:hidden;display:none; }
#TMb6plxKvxJ6nrDdV0tAJ4fOD4P1UT6v { color:rgba(var(--color-tertiary-4),1);display:block;width:37.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:18.5625rem;height:0;text-align:center;text-align-last:center;display:block; }
#Tm2iisTZNqbWdxEshkqyLDmPxRAXleu1 { color:rgba(var(--color-tertiary-0),1);display:block;width:60.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:4rem;left:7.8125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBozvdpKBfyKqTfMB67L8W4gzG3LO8G4 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:bw-vivant;font-size:3.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:5.6875rem;left:0rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o5BdE4GAlgSyPKy25OWC89iAMB5HKwW2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15048;line-height:1.4;letter-spacing:0;top:16.232421875rem;left:8.28125rem;height:4.72265625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D7zyni3eO520PZ59rTHdHMNugnOKqsbQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15049;line-height:1.4;letter-spacing:0;top:15.4453125rem;left:34.6875rem;height:6.296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d5q3Z7937236kqPQNmS3qPEoLARsBguy { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:9.25rem;top:10.0625rem;left:26.5625rem;overflow:hidden;display:block; }
#RIH10coEOZu1xQSmzVu964CsSXDuBWLX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15050;line-height:1.4;letter-spacing:0;top:14.720703125rem;left:60.59375rem;height:6.296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qmtaHBKbZencXKSpCAro9xXWpQcl7XR4 { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:9.25rem;top:9.337890625rem;left:52.375rem;overflow:hidden;display:block; }
#OqPrdcA0yryRt6nlpcRQ2U7FoQMvIyK0 { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:8.9375rem;top:21.1875rem;left:42.625rem;overflow:hidden;display:block; }
#alwXmuhG0n6LgrVeruayEg30qwm9z23H { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:9.25rem;top:34.125rem;left:51.4375rem;overflow:hidden;display:block; }
#L4ytHSXleLAzcTlwL8sOiR6PQJyTJfZ5 { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:9.25rem;top:20.9375rem;left:12.4375rem;overflow:hidden;display:block; }
#kafQEZMk3kxirOo1Ld2wwedxWCopROmC { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:9.25rem;top:34.125rem;left:0rem;overflow:hidden;display:block; }
#FcMa8oQHf9PuiIOWpcWPTTUidpXIP4VE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15048;line-height:1.4;letter-spacing:0;top:38.75rem;left:35.3125rem;height:7.871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dAOvWvOAzL8aPDyITFu9huiXPM2nmJkc { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:9.25rem;top:34.125rem;left:26.5625rem;overflow:hidden;display:block; }
#PkTaWJqcQ7cvJEZOzWr5Xn1yzwQJIOvd { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15050;line-height:1.4;letter-spacing:0;top:39.5625rem;left:8.3125rem;height:4.72265625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FepKq5TvObFs9TkRCpn7myhORlDo1nN5 { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:9.25rem;top:20.9375rem;left:12.4375rem;overflow:hidden;display:none; }
#TlXuRVCrKEZW5K27GuU3NCiBZVU9xn8L { position:relative;display:block; }#TlXuRVCrKEZW5K27GuU3NCiBZVU9xn8L { background-color: transparent; background-image: none; }#TlXuRVCrKEZW5K27GuU3NCiBZVU9xn8L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlXuRVCrKEZW5K27GuU3NCiBZVU9xn8L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlXuRVCrKEZW5K27GuU3NCiBZVU9xn8L > .row .container > .video-iframe-container { display: none; }#TlXuRVCrKEZW5K27GuU3NCiBZVU9xn8L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlXuRVCrKEZW5K27GuU3NCiBZVU9xn8L > .row > .video-iframe-container { display: none; }#TlXuRVCrKEZW5K27GuU3NCiBZVU9xn8L > .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); }#TlXuRVCrKEZW5K27GuU3NCiBZVU9xn8L { border-width: 0; border-radius: 0; }#TlXuRVCrKEZW5K27GuU3NCiBZVU9xn8L > .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; }#TlXuRVCrKEZW5K27GuU3NCiBZVU9xn8L > .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:38.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; }#B5125aDJGTTmuRiltaZwdgkf8IBGCTnD { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:bw-vivant;font-size:2.8125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.87890625rem;left:47.75rem;height:15.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fsk7FXTxm8kkMrfzTHZdVV2w7zvXbL72 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:7.87890625rem;left:0.1875rem;height:17.31640625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#f9xdQVLWN4Ki07gs2SriG25Bzn04cx21 { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:0.0625rem;top:7.87890625rem;left:46.1875rem;display:block; }
#gR0rWaZPpGaPZXuPTfXzhUxI2RDvZQe6 { 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:26.25rem;width:14.5625rem;top:3.59375rem;left:53.21875rem;overflow:hidden;display:block; }
#pDvDVNd96TJFkUQOtTlBB35G9APcU2Xs { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-primary-4),0.15) ;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.5625rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:30.5625rem;left:27.875rem;display:block; }
#T6Cqmcs2obvG7xn8SK9WTWWDIaq1UcoH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ba73c64-f6ca-44a7-a95b-4ecef256274a/REWOLUCJE147.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB.adaptive-delivery-prevent-bg, #hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB.lazyload, #hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB.lazyloading { background-image: none; }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB > .row .container { background-color: transparent; background-image: none; }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB > .row .container > .video-iframe-container { display: none; }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB > .row > .video-iframe-container { display: none; }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB > .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); }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB > .row .container { border-width: 0; border-radius: 0; }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#SlB09rpT7wDnnLoEkOqPSysU2JXJtJNb { color:rgba(var(--color-tertiary-0),1);display:block;width:60.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:6.625rem;left:8.21875rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lzmdhRegTJpneO6nssoKEea0wOcAzNRw { color:rgba(var(--color-tertiary-0),1);display:block;width:72.5rem;position:absolute;font-family:bw-vivant;font-size:2.8125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:11.625rem;left:1.71875rem;height:15.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k7bESHzyhKKvBTIo0AKTE4QTgRCcqbgO { 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:23.125rem;width:65.125rem;top:73.125rem;left:38.4375rem;overflow:hidden;display:none; }
#UQVVIoFFZ2fulHK5dNB0HbuqveWSG4PH { color:rgba(var(--color-tertiary-0),1);display:block;width:60.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:30.5rem;left:8.21875rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OlfmmkkgzDQJroZ79lq6B9s6Fglk2RWT { 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; }#OlfmmkkgzDQJroZ79lq6B9s6Fglk2RWT > .row .container { background-color: transparent; background-image: none; }#OlfmmkkgzDQJroZ79lq6B9s6Fglk2RWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlfmmkkgzDQJroZ79lq6B9s6Fglk2RWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlfmmkkgzDQJroZ79lq6B9s6Fglk2RWT > .row .container > .video-iframe-container { display: none; }#OlfmmkkgzDQJroZ79lq6B9s6Fglk2RWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlfmmkkgzDQJroZ79lq6B9s6Fglk2RWT > .row > .video-iframe-container { display: none; }#OlfmmkkgzDQJroZ79lq6B9s6Fglk2RWT > .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); }#OlfmmkkgzDQJroZ79lq6B9s6Fglk2RWT > .row .container { border-width: 0; border-radius: 0; }#OlfmmkkgzDQJroZ79lq6B9s6Fglk2RWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlfmmkkgzDQJroZ79lq6B9s6Fglk2RWT > .row .container { font-size:0.875rem;font-family:arial;height:73.1875rem;width:75rem;position:relative;display:block; }#wdPk8geiFetHRZuTyJ2ezvL6I5eskG7h { color:rgba(var(--color-tertiary-4),1);display:block;width:37.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.94921875rem;left:18.5625rem;height:0;text-align:center;text-align-last:center;display:block; }
#zwELx4O9d3gTvNnvyrps28oogcT8pxF0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:27.1875rem;top:21.9375rem;left:16rem;overflow:hidden;display:none; }
#eJhUBp5NTHfnvQDy32QL00Gh5ANROJfF { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:17.5rem;top:37.005859375rem;left:22.692127255386rem;overflow:hidden;display:none; }
#RTuAH13C7Xnnpny70wVFo3WVLPfg2rvS { box-sizing:content-box;height:54.6875rem;width:35.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:33.130859375rem;left:38.625rem;box-shadow: 0.0625rem 0.0625rem 5.625rem rgba(var(--color-secondary-4),1) ;display:none; }
#deELFTsr7rl19Dl6edmT0QH1f6RBypmd { position:absolute;display:block;z-index:15199;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:44.5625rem;width:31.3125rem;top:5.662109375rem;left:0rem;overflow:hidden;display:block; }
#IIdhGkcgrUmRJd9RzHgff3QOHArh3yWS { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-primary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.5625rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:62rem;left:44.9375rem;display:block; }
#MR8KuVPk8dxXfIBtlhmQ7SzFhgDSASlz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vxq0ayvldVXTeFEO7oPoz0oqWxETKJvT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15127;line-height:1.4;letter-spacing:0;top:47.625rem;left:48.21875rem;height:1.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqV4wm2duwet2T5nRUp79yHTBrHyxneB { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15117;line-height:1.2;letter-spacing:0;top:50.25rem;left:49.1875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r4gqDTCRTiSiudT1MBzxQC2nhNke6X8r { box-sizing:content-box;height:0.0625rem;width:12.3125rem;position:absolute;display:block;z-index:15158;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:51.5625rem;left:48.4375rem;display:block; }
#tG01reoB49sdUdc3AnC9ROVm87dxli78 { color:rgba(var(--color-secondary-0),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15128;line-height:1.4;letter-spacing:0;top:54.5rem;left:41.1875rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fkbuq3LnoeoPkM2LSZBq8wrILNM1oJPT { color:#e62626;display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15118;line-height:1.2;letter-spacing:0;top:57.625rem;left:48.25rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uvSl4lWNqXcrQrNT1Ic3rFM036gEsN7x { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.5rem;width:75rem;top:11.753234557596rem;left:19.640971039182rem;overflow:hidden;display:block; }
#rTOyvoq3rkfnbMQWMPh5zWobgN4TC1KF { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15156;line-height:1.2;letter-spacing:0;top:7.3154296875rem;left:35.125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#llkIbvXLRVA22NvkCDolJX3RQQXlHy9o { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15112;line-height:1.2;letter-spacing:0;top:7.3154296875rem;left:56.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xbyagPd4KKTi6HtQ0iQB9cfBJBaSelma { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15157;line-height:1.2;letter-spacing:0;top:14.568359375rem;left:33.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#xbyagPd4KKTi6HtQ0iQB9cfBJBaSelma li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xbyagPd4KKTi6HtQ0iQB9cfBJBaSelma li:before{  }
#ApCC6BbXcgzJiOTrvUA8bUKRTFwKbicw { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15158;line-height:1.2;letter-spacing:0;top:14.568359375rem;left:55.4375rem;height:23.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ApCC6BbXcgzJiOTrvUA8bUKRTFwKbicw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ApCC6BbXcgzJiOTrvUA8bUKRTFwKbicw li:before{  }
#cRwXQIWuN8QaEQlBQrgTSeAaZFoyEwyd { 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; }#cRwXQIWuN8QaEQlBQrgTSeAaZFoyEwyd > .row .container { background-color: transparent; background-image: none; }#cRwXQIWuN8QaEQlBQrgTSeAaZFoyEwyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRwXQIWuN8QaEQlBQrgTSeAaZFoyEwyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRwXQIWuN8QaEQlBQrgTSeAaZFoyEwyd > .row .container > .video-iframe-container { display: none; }#cRwXQIWuN8QaEQlBQrgTSeAaZFoyEwyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRwXQIWuN8QaEQlBQrgTSeAaZFoyEwyd > .row > .video-iframe-container { display: none; }#cRwXQIWuN8QaEQlBQrgTSeAaZFoyEwyd > .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); }#cRwXQIWuN8QaEQlBQrgTSeAaZFoyEwyd > .row .container { border-width: 0; border-radius: 0; }#cRwXQIWuN8QaEQlBQrgTSeAaZFoyEwyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRwXQIWuN8QaEQlBQrgTSeAaZFoyEwyd > .row .container { font-size:0.875rem;font-family:arial;height:61.375rem;width:75rem;position:relative;display:block; }#DZgCy4ZcoTbDbstyJ7V5Ft9i5RGk79Q1 { 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:15.25rem;width:8.3125rem;top:1.34375rem;left:33.34375rem;overflow:hidden;display:block; }
#bnUn5SzaiNZh4riTy7FvTETi09dQ6dws { 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:49.875rem;width:27.4375rem;top:24.4375rem;left:23.78125rem;overflow:hidden;display:none; }
#Wf0MMI8cJ4qCLp8xmnXCNdunhtEhsHQI { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:16.1875rem;top:17.25rem;left:1.75rem;overflow:hidden;display:block; }
#bIpT8DqMu4Q36Hh2tXsPTAKwTe0VKQm0 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4375rem;width:16.25rem;top:17.0625rem;left:29.40625rem;overflow:hidden;display:block; }
#zd39M0xmfOo2EhfqHXTWLqWLBbyaigtX { color:#000000;display:block;width:67.5625rem;position:absolute;font-family:bw-vivant;font-size:2.8125rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:6.1875rem;left:3.71875rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aoeqQHdHsTnv2u5xmzOFl4RxzHiFppAK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:45.125rem;top:34.3125rem;left:-12.200590542696rem;overflow:hidden;display:block; }
#iLR3N4pGDVEHMuOICRTbCW9GGQnuKUGr { 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:27.8125rem;width:50.625rem;top:33.40625rem;left:12.1875rem;overflow:hidden;display:block; }
#ZBO5euBWCED6FkBePSAydvgtu0emQcid { position:absolute;display:block;z-index:15041;height:24.25rem;width:14.125rem;top:21.78125rem;left:2.78125rem;display:block; }
#GATgVANQweZlhudP9AHTp0dwAdZbcgxx { position:absolute;display:block;z-index:15042;height:23.8125rem;width:14.5rem;top:22rem;left:30.25rem;display:block; }
#RFIAgSRHZ5Zz362igJyaRMT1tiT0Rosz { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:2;letter-spacing:0;top:49.5rem;left:-2.75rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NkAMm4EiK2TyvAXu01DcpB8amTG7niTe { color:rgba(var(--color-tertiary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:2;letter-spacing:0;top:49.5rem;left:22.5625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J9NTBNR9QGtt37EQGiynbZKZSFu4yoc4 { 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:49.875rem;width:27.4375rem;top:24.4375rem;left:23.78125rem;overflow:hidden;display:none; }
#WPbGDAlLyxfOm2aVAp9RnmFWDpToViUN { 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:49.875rem;width:27.4375rem;top:24.4375rem;left:23.78125rem;overflow:hidden;display:none; }
#z0LMe5RWgR5KpqXOHTNDkytauA0KLPA3 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.375rem;width:16.125rem;top:17.09375rem;left:55.59375rem;overflow:hidden;display:block; }
#fTmH0iadB1yvlXBamo207IJRwPX6ngQs { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15019;line-height:2;letter-spacing:0;top:49.5rem;left:52.875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tq0Rc709Xkd5wzfkNBtLWUk82tH63icO { 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:25.5rem;width:47rem;top:34.34375rem;left:40.212627639961rem;overflow:hidden;display:block; }
#JFkOiPoO3q25QXyE5wc9DrVDmg48sGAB { position:absolute;display:block;z-index:15046;height:25.75rem;width:14.0625rem;top:21.03125rem;left:56.5625rem;display:block; }
#GNsXSKpcAOxwfiMEPKQ1J8ab1RMMxfV5 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15019;line-height:2;letter-spacing:0;top:49.5rem;left:52.875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HNTSNOvJ4s9AcvUA2e2NTNOFr0x3NqTP { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:2;letter-spacing:0;top:3.75rem;left:25rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 { 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; }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .row .container { background-color: transparent; background-image: none; }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .row .container > .video-iframe-container { display: none; }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .row > .video-iframe-container { display: none; }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .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); }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .row .container { border-width: 0; border-radius: 0; }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#rnxFPPzsrIR6OzRUWzzb8WnzkD5gZmCs { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.6;letter-spacing:0;top:14rem;left:27.8125rem;height:17.9980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LdiGe2h6pDztxwZyvbc9T8MswMMn0TCU { color:rgba(var(--color-tertiary-0),1);display:block;width:47.5625rem;position:absolute;font-family:bw-vivant;font-size:3.125rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:6.3359375rem;left:27.4375rem;height:4.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GxE3nReT1BsXndTVOkknyOW9A96a3MAw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#hoxvemhPP6plER0J5uGKbw2SBD8EmkvB { color:rgba(var(--color-tertiary-0),1);display:block;width:67.5625rem;position:absolute;font-family:bw-vivant;font-size:2.8125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:21.25rem;left:3.6875rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iZwQdRu1RlImV7EsmZQJi5SUNCMZFWtZ { color:rgba(var(--color-tertiary-0),1);display:block;width:72.6875rem;position:absolute;font-family:bw-vivant;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:49.6015625rem;left:0rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bSFsWthTRsnnQwMS40I8HdTThqZBHu33 { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:33.7353515625rem;left:13.375rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PdClbpDRuVW9zSGnxkeNWOoen3pPTKPx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:33.78515625rem;left:11.625rem; }
#tRRMMEZTg1trhWJWiZTtwQdpV00ky0V3 { color:rgba(var(--color-primary-0),1);display:block;width:41.625rem;position:absolute;font-family:bw-vivant;font-size:3.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:8.5625rem;left:3.125rem;height:4.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GKKEnTWQt8diTnw5IIVgMR55PW1gfRgz { color:rgba(var(--color-primary-0),1);display:block;width:41.625rem;position:absolute;font-family:bw-vivant;font-size:3.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:8.5625rem;left:3.125rem;height:4.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#E2gLI3hizqCeU1WdbDPmZLbT3CBRF0aM { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:25.3125rem;top:5.125rem;left:0rem;overflow:hidden;display:block; }
#VTN5RIKBRnbWVFWOJeia0ncSUPuhgEKX { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:75rem;top:21.091796875rem;left:0rem;overflow:hidden;display:block; }
#vuDKDBPxIJFwA2W5PADBAnJTxD9ChiT0 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:64.3125rem;display:none; }
#ZoDT9HBKQiEkCaBSH1OlSFTVDTqpZfEx { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:64.3125rem;display:none; }
#HF0T5VUGHIi4H67vmlfdid2OEli9yerI { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:64.3125rem;display:none; }
#hu1IWJvsBLbpbkxrv9ouN2lLXoUGAiCg { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:64.3125rem;display:none; }
#JmvbfvJ5FCpCZQ8qTU2u5m1NinDw4IyN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:64.3125rem;display:none; }
#yMsl0lRagewUmz9955NfuN3O29zhL8xs { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:52.6875rem;display:none; }
#RxKZBpXnv8l0mPREEmbyypBuAU7KhGzg { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:75rem;top:30.560546875rem;left:0rem;overflow:hidden;display:block; }
#ubyWkOWletTUPWdBT9KvhMgwxvdMHkof { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.1875rem;width:66.0625rem;top:21.091796875rem;left:-22.931547619047rem;overflow:hidden;display:block; }
#ucSzSp47ZXDLkLTJtgfnEfX0weWJRx6N { 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; }#ucSzSp47ZXDLkLTJtgfnEfX0weWJRx6N > .row .container { background-color: transparent; background-image: none; }#ucSzSp47ZXDLkLTJtgfnEfX0weWJRx6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucSzSp47ZXDLkLTJtgfnEfX0weWJRx6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucSzSp47ZXDLkLTJtgfnEfX0weWJRx6N > .row .container > .video-iframe-container { display: none; }#ucSzSp47ZXDLkLTJtgfnEfX0weWJRx6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucSzSp47ZXDLkLTJtgfnEfX0weWJRx6N > .row > .video-iframe-container { display: none; }#ucSzSp47ZXDLkLTJtgfnEfX0weWJRx6N > .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); }#ucSzSp47ZXDLkLTJtgfnEfX0weWJRx6N > .row .container { border-width: 0; border-radius: 0; }#ucSzSp47ZXDLkLTJtgfnEfX0weWJRx6N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucSzSp47ZXDLkLTJtgfnEfX0weWJRx6N > .row .container { font-size:0.875rem;font-family:arial;height:126.5rem;width:75rem;position:relative;display:block; }#PaIBzmbnKteAW6cvf2lLD3ORyUJ9NTMp { color:#000000;display:block;width:67.5625rem;position:absolute;font-family:bw-vivant;font-size:2.8125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:4.6875rem;left:2.25rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G1TUg8JqteIqwsgypDMvRDWfSLNSEvu2 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:20rem;top:50.3125rem;left:24.2041015625rem;overflow:hidden;display:block; }
#qJoMkfP7iWQk9qTSAgXNOMoUCQqNcQWV { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.875rem;top:97.65625rem;left:26.09375rem;overflow:hidden;display:block; }
#FLKabnXkKugkdDWa98O928GSHTQaoUpT { 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:30.5625rem;width:19rem;top:91.625rem;left:5.2666015625rem;overflow:hidden;display:block; }
#idpywqzFTavGQImBE0iRRmvLvyo7D9eX { 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:42.5625rem;width:18.5rem;top:39.6875rem;left:51.9375rem;overflow:hidden;display:block; }
#IL98XTkuBZhAmdbrobn3dtoeAXXKGrau { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:21.6875rem;top:78.8125rem;left:53.3125rem;overflow:hidden;display:block; }
#KT60yP0Pku28r4KapSniSdcRL5AiAa2b { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:22rem;top:67.34375rem;left:27.09375rem;overflow:hidden;display:block; }
#kvQxlc7r2wfikMfKuzZstteaiJyUl6tT { 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:64.0625rem;width:35.1875rem;top:12rem;left:17.7978515625rem;overflow:hidden;display:none; }
#dCw39mNoDkCFyNCTwuZxB8qCUZBe0cID { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:26.5rem;top:9.9375rem;left:-2.2968197879859rem;overflow:hidden;display:block; }
#z6wrTPGIvsxeMM0xbs2G0ALsTKdGfUN1 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:21.375rem;top:11.03125rem;left:27.40625rem;overflow:hidden;display:block; }
#VEt80km0ifUtumfCg5GaIKKvPXAAfT7i { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.8125rem;width:25.9375rem;top:0.625rem;left:50.825079207126rem;overflow:hidden;display:block; }
#tKv1g06BISoaJTBxHkmlTl3T8a9nOuvl { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.75rem;width:23.3125rem;top:20.25rem;left:3.71875rem;overflow:hidden;display:block; }
#X7CERznnDhPbWWbZr2fUVQw6MkPN2sCb { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.1875rem;width:20.125rem;top:25.875rem;left:29.5rem;overflow:hidden;display:block; }
#gidPcUEmaMmQn5Qxorh6lF4EQ4FCpqHp { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:22rem;top:51.75rem;left:0rem;overflow:hidden;display:block; }
#be4JqHgbiezDRH6OxRUQuQH8GbDEIkaT { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:29rem;top:102.9375rem;left:45.0283203125rem;overflow:hidden;display:block; }
#NTtg7AqlL3tg82HTLsD0toq0LLhpPc7B { 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; }#NTtg7AqlL3tg82HTLsD0toq0LLhpPc7B > .row .container { background-color: transparent; background-image: none; }#NTtg7AqlL3tg82HTLsD0toq0LLhpPc7B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTtg7AqlL3tg82HTLsD0toq0LLhpPc7B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTtg7AqlL3tg82HTLsD0toq0LLhpPc7B > .row .container > .video-iframe-container { display: none; }#NTtg7AqlL3tg82HTLsD0toq0LLhpPc7B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTtg7AqlL3tg82HTLsD0toq0LLhpPc7B > .row > .video-iframe-container { display: none; }#NTtg7AqlL3tg82HTLsD0toq0LLhpPc7B > .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); }#NTtg7AqlL3tg82HTLsD0toq0LLhpPc7B > .row .container { border-width: 0; border-radius: 0; }#NTtg7AqlL3tg82HTLsD0toq0LLhpPc7B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTtg7AqlL3tg82HTLsD0toq0LLhpPc7B > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:75rem;position:relative;display:block; }#mVePHTXaHJrTvDbEp3tzp8r8Qgn1TJXP { color:rgba(var(--color-tertiary-0),1);display:block;width:72.1875rem;position:absolute;font-family:bw-vivant;font-size:2.8125rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:7.4375rem;left:1.40625rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lnzDKNn9Abm4yNRl9XmBOzV1FK3F8FGa { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3125rem;left:7.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RD8TXzygWZfsLJmgnxPEHZ0z5n7egVTQ { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:0.0625rem;top:17.0625rem;left:37.46875rem;display:block; }
#k5IhqDnzZluKVam9PyVgX9oOv7HF55KL { color:rgba(var(--color-tertiary-0),1);display:block;width:68.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:25.0625rem;left:5.21875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QKpJMRTZZQ8mrr6NUImyOUgKSGIXTR84 { color:rgba(var(--color-tertiary-0),1);display:block;width:67.5625rem;position:absolute;font-family:bw-vivant;font-size:2.8125rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:8.9375rem;left:3.71875rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tWdXNTs9yaqL9rBGnWcgnNWKqOhRTrlT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-primary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:3.5625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:37.25rem;left:25.6875rem;display:block; }
#I3RLxV2iQlwS0XCHdAOZGzeufTnrcTW3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GJ014vTOvrGtHKJLZBae3wRvWR8QIDPJ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:19.9375rem;top:29rem;left:10.28125rem;overflow:hidden;display:block; }
#IWsRHM1dJoakRKSiQh4GhIpwdCSXXEqm { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.0625rem;top:52.1875rem;left:31.96875rem;overflow:hidden;display:block; }
#KwfApbpaTzkioQeTySfQrdPWRdCFUUfK { 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; }#KwfApbpaTzkioQeTySfQrdPWRdCFUUfK > .row .container { background-color: transparent; background-image: none; }#KwfApbpaTzkioQeTySfQrdPWRdCFUUfK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwfApbpaTzkioQeTySfQrdPWRdCFUUfK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwfApbpaTzkioQeTySfQrdPWRdCFUUfK > .row .container > .video-iframe-container { display: none; }#KwfApbpaTzkioQeTySfQrdPWRdCFUUfK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwfApbpaTzkioQeTySfQrdPWRdCFUUfK > .row > .video-iframe-container { display: none; }#KwfApbpaTzkioQeTySfQrdPWRdCFUUfK > .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); }#KwfApbpaTzkioQeTySfQrdPWRdCFUUfK > .row .container { border-width: 0; border-radius: 0; }#KwfApbpaTzkioQeTySfQrdPWRdCFUUfK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KwfApbpaTzkioQeTySfQrdPWRdCFUUfK > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;position:relative;display:block; }#AvQtWg3sA5XxKKbSDSCeutuBkGIWuHi5 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0625rem;left:7.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xrB0kug7aTRAvqEIXzFKiG6xbNkgkh5P { color:rgba(var(--color-tertiary-0),1);display:block;width:74.4375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.5;letter-spacing:0;top:13.9375rem;left:0rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kb3oG2I9lT44LTqIgCkiWqIkLHh0aZDq { color:#f3f2ec;display:block;width:71.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7.80078125rem;left:1.75rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZRd0uS3gO4Syw753h7i5FXnaMTU6WokO { display:block; }#ZRd0uS3gO4Syw753h7i5FXnaMTU6WokO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z { display:block; }#wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTQoBoIhxectXgmfcPdCax2Pa5QgZfdd { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tk3hi5xeHQEnsG97TbpyUNAPbCxdKN4u { width:47.75rem;height:15rem;top:10.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEdZsbEkt0fLurEl88DgS2IoqVbnBsil { width:47.75rem;height:2.625rem;top:10.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLWEf4XQeudUKrlaW6ytmUxDxA7AFsHB { width:28.1875rem;height:1.875rem;top:23.3125rem;left:19.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZMpkshZMqMHUt5mwpEOQBPIl4MWiqf9 { top:13.4375rem;left:0rem;width:40.3125rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMnWnZO89Hqsm8NpLDbSiauvRglJNmuq { top:3.5625rem;left:31.4375rem;width:16.3125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFWGZs7T44VdAwXHwJnAqrZWcaCZVqVr { width:17.75rem;height:3.5625rem;top:43.4375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXqXoDCfKSDOcMNCzIKVOQBaCWa5WoPs { display:block; }
 }@media only screen and (max-width: 763px) { #yAR7bSTCWkVPdNdV179JixQr5V9HRgGf { top:16rem;left:0rem;width:47.75rem;height:30.033354510801rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuPH6sVuRMUmcqynQ0MZkIt3SNHQZr7B { width:24.5625rem;height:3.4375rem;top:3.9375rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d87I5nXJCuRmoK8oCR3N9ZkDSroqpBwP { display:block; }
 }@media only screen and (max-width: 763px) { #FwfddxTFu75x2Oh02Bc7vBIoSlu04gyQ { width:29.4375rem;height:3.625rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5ofRkW0NVt9cbSlazTDacBshuePLgVz { display:block; }
 }@media only screen and (max-width: 763px) { #Kbzxhq2tcLGSF3m09vuETqRudmv6L5bC { width:16.625rem;height:2.3125rem;top:4.5rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8VcBnQdGo95D49kpGTNMmWRe7AbV24X { display:block; }
 }@media only screen and (max-width: 763px) { #mMvPrvgVD7r8yTxRh67AFqoCHFLsm0aL { top:9.25rem;left:0rem;width:42.9375rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW2k99XVJ3cAPo37gmL09OKZuk1Rq1xg { top:53.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKUEamUoO5ysZU1pyoTNxPOEhwzzrOCd { top:3.5625rem;left:27.9375rem;width:16.3125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehz4vfi2iOAs8LGgrpopRs2u63TeIxOT { width:25.9375rem;height:1.3125rem;top:54.375rem;left:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRGLuMD19U1mpEglT9LWgh6qp8b2EsMQ { width:14.875rem;height:1.3125rem;top:54.375rem;left:32.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h05lgO3upiOaUv95BBL0gU75k7NEbD1d { width:12.6875rem;height:1.3125rem;top:54.375rem;left:9.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRDq7TRGBTTKKRy3ZQBNSXvRnrp50RqM { width:13.3125rem;height:3.4375rem;top:4rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdcr7Q7AlH4QLtr5SDxvzp8B2aEPXSnR { display:block; }
 }@media only screen and (max-width: 763px) { #ELIzbtTmhKTu18NSA7pOZw02ZJJ68tA7 { top:3.625rem;left:5.875rem;width:15.9375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3OT5P07W87b6h4frXylTaKkzk1h7NOO { top:3.625rem;left:0rem;width:15.9375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhuTX1ynzKrTIIARQ6KSpZ72OVbbZbAJ { top:23.3125rem;left:30.5rem;width:17.25rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK5oznsLXqZha5mM61VZFkUqTocrbrEA { top:27.5rem;left:0rem;width:45rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSBDoF2Lgn2wp5026Rmo7q9XKDtqGPRB { width:21.3125rem;height:1.3125rem;top:54.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF1zBcKX9lpePJqZ0TZBaAUbhEJFVbTO { top:16.8125rem;left:5rem;width:35.9375rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohuBqARVwk5lHao132yRMHnw8f0r2qSK { width:26.5rem;height:14.8125rem;top:27.5rem;left:21.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvNzvnLfwCuQ6tuoFUc7n2p93KZGzsgC { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKmzS4IUXyOpP4LDOvo9tECcfVIJ4Lr1 { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPNvFzkM1FFSMdTE4IbcOO5JEyUhWXv5 { top:16rem;left:0rem;width:36.375rem;height:30.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eh86F4RzRKP8udiwXA7vrWg9GOTdNolu { top:53.75rem;left:0rem;width:47.75rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HzyqL2SswkvKe2uHZATZo6k0K7T93QB1 { top:53.75rem;left:0rem;width:47.75rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CD51piyA8P5be0oe51x65B8fk5pXTLII { top:53.75rem;left:0rem;width:47.75rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jd01LB97IkTwftczW0KUH3Sf5cL09SHn { top:53.75rem;left:0rem;width:47.75rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FE6T0KLXEnnmPLNygfo7LCPm1OCypJL9 { top:23.3125rem;left:30.5rem;width:15.25rem;height:26.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ML9pBczIV543fVCBfMk35AaOTod8Jrg9 { width:29.3125rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wn5RKTGrXyQHD4bHa2F1fM22JwDyZQ9B { display:block; }#Wn5RKTGrXyQHD4bHa2F1fM22JwDyZQ9B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h97SPe7SOhNc8FvATJo8fMfgzcBpLX7S { top:0rem;left:0rem;width:17.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLf3vpqNm4wKAH5nHyCTHvwemvTOo7Ea { width:47.75rem;height:3.9375rem;top:30.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTMHVzI2lLTq5V57oFSgaMZqvHqCTKkt { width:47.75rem;height:3.8125rem;top:34.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVNxTktnqdymUwzWgSnJZQGo7UZqT5AO { top:6.9375rem;left:0rem;width:47.75rem;height:15.627272727273rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSo8HV8hoITwCPk3bzcnJlKFzoMrXb84 { top:6.9375rem;left:0rem;width:47.75rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPsqmoPKhGiDKpBawWAZ2VTBmP0qZasn { width:47.75rem;height:42.3125rem;top:44.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BscMOAqAwXVLPmyBUnKPqRfDb9c8dqkU { top:42.5rem;left:0rem;width:8.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8iLVgzQ1ugZNptXlLgPu1UcQAmmCtK1 { width:40.625rem;height:1.5625rem;top:41.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNzKBwA3lQfLURXJtBDZw9advWuA6py3 { width:47.75rem;height:5.75rem;top:91.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8f9BA4lZ3iALD0WBSVuSq7ECnvzTouw { width:29.1875rem;height:4.6875rem;top:82.5rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hon3fFDsTfExvbTfsgohDfxZfARipS8J { top:44.25rem;left:12.1875rem;width:35.5625rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRLaBu8qMtfJvvMd2GHH40RPN2fi3B72 { top:62rem;left:21.625rem;width:26.125rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnBrlTuOJU0DSPQL9bBML3aiKl9dWBNL { top:37.5rem;left:2.6875rem;width:45.0625rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPxTu11GCeosfeWbBn0X0oF7x4CnUANl { top:55.75rem;left:8.375rem;width:30.1875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoOGO95HOigkWda5cN3pp3OT9IBTd8eZ { top:22.125rem;left:0rem;width:47.75rem;height:31.797035347777rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdr7M96ButT74H1a6HM5tu5Sh5IJzt0K { top:17.25rem;left:0rem;width:39rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRWQCPXrXXg9WOuBFNq2sxsLsheU5l3c { top:15.75rem;left:0rem;width:47.75rem;height:26.414893617021rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJUuLeqsG3yFbNSHdFLzIGpqWyttwxFu { top:14.9375rem;left:0rem;width:47.75rem;height:26.414893617021rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7nD8MpQ6J1Ubq6kacD8eDVD1gPB7exp { top:16.6875rem;left:0.625rem;width:43.125rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkJ7c3sQQofT4AC4POMHTSTfPskcDgsf { top:89.625rem;left:0rem;width:26.6875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZGVZz69crbK9EoWaQ3rSWxTgfpx7UPO { top:89.6875rem;left:0rem;width:26.6875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0rG15tJCu7MCI5o1gfTs50LTSfnfT3g { top:89.75rem;left:0rem;width:26.6875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IheOLKcqTUZrybS6MRNiRdQUgu8V06ae { top:89.625rem;left:7.09375rem;width:26.6875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9Goif0pVRwTgtFbW2pbADkDmII3c9aR { top:89.625rem;left:16.40625rem;width:26.6875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e56uzTkQnhxSJ6l1IQ7tp7OAmG1lXRrl { top:89.625rem;left:21.0625rem;width:26.6875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbLEQFBrVi7SGydtbxPWNlUpKnulQRxc { top:89.0625rem;left:21.0625rem;width:26.6875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVJByNNZMpTtupv4oHlUUz4De8nV2cB8 { top:90.1875rem;left:16.4375rem;width:27.875rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZfokzCNvIyAi5M1gIDigCcUvnT67LA6 { top:89.625rem;left:0rem;width:26.6875rem;height:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2gLQCEiKB6DEgsOpbk568Gl1TMQnHNu { top:89.625rem;left:0rem;width:26.6875rem;height:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ti2TRCxsm6OTDsufmsv5iIsUhwgPqMBa { top:55.75rem;left:8.375rem;width:30.1875rem;height:24.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsPNFGkHtL1Vpa7LVc6FAX1nUUqxzxEb { top:55.75rem;left:8.375rem;width:30.1875rem;height:24.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIDBT2i2xM0v5CCTWn00295Ucg3ThwFF { top:55.75rem;left:8.375rem;width:30.1875rem;height:24.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2U9e9mVKEbAEchocCTeeM8TQGUwmCUs { top:44.25rem;left:12.1875rem;width:25.1875rem;height:19.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0eyxIi1KLGIEK0HQ1oehkTT1fcDrVRG { top:89.0625rem;left:21.0625rem;width:20.0625rem;height:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8z9DZITuN7qu6vqC0knPHvRniRTMfpp { top:89.0625rem;left:21.0625rem;width:20.0625rem;height:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcH20zDbK9hCerLxg5tvtOSWJnAWTR1d { display:block; }#HcH20zDbK9hCerLxg5tvtOSWJnAWTR1d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5r0K4LSs2nrhALS2STr8LwTyWHxvAVB { width:47.75rem;height:3.9375rem;top:3.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTlRaK3QNhZn4D1ccreLIGf4beXRnRzt { top:63.625rem;left:23.84375rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWgxbyn16vxW9y6CwJVQCVLmdHOHkqB5 { top:0rem;left:0rem;width:17.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z77md3DheMZnFZu0QLpZw2yw9BK0K1Hl { width:47.75rem;height:13.4375rem;top:10.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTL3zUAg8eAapT39gqaAGanpqcX0e96n { width:47.75rem;height:3.9375rem;top:28.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6rOxXTUrl9Gf0CCJ6GOliObpUnTDRGo { width:47.75rem;height:25rem;top:35.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfFG7XPL92DtT7TDNytQqc2IkodZkGpV { width:47.75rem;height:3.8125rem;top:72.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq06puJZOQnybleOSxTbKFbFpVNcAxvy { width:47.75rem;height:3.9375rem;top:81.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTT0s7IU7I6x2ziGrcm4gwqaJpuNFKLO { width:47.75rem;height:1.5625rem;top:85rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqbxU8Bpmnv7ktPg7BmtdQt7c4PJg2DD { top:79.3125rem;left:0rem;width:19.5625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oStkqy6LvvGzQMJg2LVq6C8QbktrV6Kn { top:76.0625rem;left:0rem;width:10.875rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdytWyXLZoExiETHEoQJ0prhqkxii1CR { top:0rem;left:0rem;width:47.75rem;height:45.561458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #sArskwGiOGyUhwJmCnRArghKXEwtgCA9 { top:0rem;left:0rem;width:47.75rem;height:45.561458333333rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRXRDov1tE1mf2bABDRfGtkS6JQJGrbz { top:79.3125rem;left:0rem;width:13rem;height:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqkNedPI3J85BoZONlRNKKzxgKsQ7feo { width:20rem;height:4.1875rem;top:185.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzJqk8Pe1VBuTPFLXB8raTR4W2gX5OHd { display:block; }#SzJqk8Pe1VBuTPFLXB8raTR4W2gX5OHd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsKInEDMCMkKaRnVCTTyEAsnx9lAbItI { width:8.75rem;height:1.1875rem;top:6.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuHPPJGCKh53laToBTxXsA7rD9HxhJna { width:7.4375rem;height:2.375rem;top:7.3125rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfa3DTgp2rRDL9amO6RbKbcDU2DEsqUm { top:85.25rem;left:26.15625rem;width:11.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtcwUfP2ydGCt2PadHTZP752IQqouyTK { top:5.5625rem;left:0rem;width:8.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reBSPwTW1Wo93NSB2haTBMPQLGsgHvwb { width:37.8125rem;height:1.5625rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evBA4w70hpT7KF6pDVaMt1w2BbCTvRZy { width:43.5625rem;height:11.8125rem;top:8.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHbGhXmDGaqMPtwpSSBqAxs9SNsqria0 { width:24.75rem;height:5.75rem;top:8.9375rem;left:23rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwViGJlnvzpU0xdTRAE4OPOPhZFWLaLX { width:17.3125rem;height:3.5625rem;top:15.875rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeK5KvBVZ962SgVLF9THKchhhgXVWSrk { display:block; }
 }@media only screen and (max-width: 763px) { #t7QnDqzzCTQ93ZPoqPXbhwBUwCh1qdRS { top:1.1875rem;left:18.375rem;width:14.125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPglzQJzGL1mdKFcxDR67ZSqa8aqCMyI { display:block; }#HPglzQJzGL1mdKFcxDR67ZSqa8aqCMyI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAwOupMHAI1paAzi4uBpzM4it4vKzH72 { width:8.75rem;height:1.1875rem;top:6.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6IOOwN05d2zFdSA88dcy7kReBZRsnVi { width:7.4375rem;height:2.375rem;top:7.3125rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQq2t8hPXychcgpqrVRxHSTUfP11x8V2 { top:85.25rem;left:26.15625rem;width:11.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LzOSCaxvxHkTr5XT2gKUuwvqLDsqewTc { top:5.75rem;left:0rem;width:8.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIxoNkqVe88OuM7BHrmpVweiEP7gTEPN { width:37.8125rem;height:1.5625rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOGsXrJp6RLyWGpoXmQaJZsIUH67vAzR { top:43.5rem;left:0rem;width:19rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7d0W6HQvwwh58ICLd9zpwG0EQXmr0gS { width:16.125rem;height:1.5625rem;top:44.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOtD3dGD6KecZvt4PLcf0ywdFyQWOOzt { top:45.5625rem;left:8.1875rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdnvzUwQTDcgs5bHRucrBxMdtoycrvgB { width:20.5625rem;height:3.125rem;top:49.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfqHgxAiBFIi34SZEcUUhQr3Erk8zlL4 { top:45rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opRetNC9gdKrgmZH90dOgdCftOZIpf5I { top:48.3125rem;left:0rem;width:27.9375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQDT3CMJSp7zl3i1fx1aU6IGtRsmQUhw { top:53.25rem;left:0rem;width:20.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPfc305Dhwy3AIfcX0fwLtAf6XWs9Q2T { width:23.375rem;height:1.5625rem;top:54.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAyBm0q4cGn54UOXQmANCCWok2zwQP82 { top:57.75rem;left:0rem;width:12.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0QvHgk9yT3v5Q8cOVJN1EaPdp9uT72K { width:23.375rem;height:1.5625rem;top:59.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAbHWZHFmRbdfwDUB6xUdIGodRNPdHsZ { top:62.5rem;left:0rem;width:20.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UayZT7rwmD5iTFQwW9IeHb5WI8MrBV62 { width:23.375rem;height:1.5625rem;top:64rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMbRdvppTINiLePHe63pBzH0lgCxbW38 { top:66.5625rem;left:0rem;width:12.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx30H12Pbad2f7wuqvcNhdD3wIDHTaql { width:27.125rem;height:1.5625rem;top:68.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu3fnQHRfhPyc9kf0ZnTlLF7b9uulBRh { top:50.9375rem;left:10.8125rem;width:10.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIFTBGIAt6ULazDOgnW4tZzTI4iT8dlO { top:59.9375rem;left:11.1875rem;width:10.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gckZuDI1l8pssOg3HrPvTuosLtpET6Dr { top:64.5rem;left:13rem;width:10.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxv6iW79hDuCZL44z8JKrO2i2yTxbnxv { top:68.5625rem;left:10.1875rem;width:10.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #riU6bRXeW89EK1mVlyfUdhxPBaBSSdR3 { top:55.25rem;left:8.9375rem;width:10.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4h60Tu6ZIA7FppoIDX5SuwDi7lfJKGq { top:43.5rem;left:19.5rem;width:28.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTS3sF9q0Hh5khgSC7lHMmoxdTXqf2ob { top:48.3125rem;left:29.0625rem;width:18.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBG2u4magFVx4nk70EVt22urEl4qizMl { top:51.625rem;left:29.0625rem;width:18.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuRQ4ahEgMkW1qsa1xNmdmy5JgD30nwd { top:54.6875rem;left:22.75rem;width:25rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO3B0ZakOpK6pI2qUPVUQNiKiQwfhO44 { top:59.3125rem;left:25.5rem;width:22.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmSbhXilB48RMKZvVT7VCcaTHNwEDmn8 { top:62.875rem;left:37.375rem;width:10.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3KoxeWAl61bTVZ9pdL8XQITi15hIi8s { top:66.1875rem;left:38.5rem;width:9.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7IRIbxJOcoTGU3H28Z055Wzdx6DLJEb { width:17.625rem;height:3.125rem;top:44.9375rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgyS1WbpWuWrg5zGqtrNlyMOkcpOmyTV { width:20.375rem;height:1.5625rem;top:49.625rem;left:27.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG584u47d0LumR5WXXkW7v2iQHkF92a2 { width:21.125rem;height:1.5625rem;top:52.875rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL7M5QQDAiccM26KADNATfZzCCTTeO33 { width:19.1875rem;height:3.125rem;top:55.875rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsNuRTs5LKQvTl1F40RHolcIyhKQHryC { width:23.25rem;height:1.5625rem;top:60.6875rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPgDEEHe54FM95ylMVozFWc3f4WO5WTS { width:25.5625rem;height:1.5625rem;top:64rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oczpoVDDMcGNlGzoxZNAmsxfrshxGbkd { width:25.25rem;height:1.5625rem;top:67.0625rem;left:22.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTAJHsLoXN9392rKOxvMt8aK5McnUG8p { top:45.5625rem;left:27.5rem;width:12.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTd51iPlzMge9gyRqpCFg3Zg0nAZ8Es6 { top:67.625rem;left:23.8125rem;width:13rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST6wNecRT8IcrP7H19y7I20aU4DXxm2Q { top:64.75rem;left:19.75rem;width:13rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLqVum18eLJ7TGsmo55BE6Wzy4XTRU8m { top:61.25rem;left:22rem;width:13rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNCxzlVhP7ZX5uBTXocXSDAdiRd2hVQD { top:53.5rem;left:23rem;width:13rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra7DALMnzHTlMOSocZhIAGbsaTVXbAtf { top:57.3125rem;left:24.375rem;width:13rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOWqeLe9SFyNObOVVTdU5hq0WKIrr6gX { top:50.3125rem;left:21rem;width:13rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk7JpSBCWxetc6JqATovFLvJDT6P4UuH { top:36rem;left:7.6875rem;width:29.8125rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS8L4HiKrsi7d4S3ez3zSpg9kWoDMV1l { top:27.875rem;left:0rem;width:40.875rem;height:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrCAvWsPRhTiDxSwo0Hb4pAS6tSBMHl7 { width:47.75rem;height:23.0625rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF78zTcrGBKltVQdWub5EFUNDluU3sFc { top:27.875rem;left:0rem;width:40.875rem;height:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJqSlccwtNPJ19DUTgwxwIqCwop3fIwP { top:27.875rem;left:0rem;width:40.875rem;height:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #w4c0A6D522STMfKnXPbzEVmQXMEfKaOB { display:none; }
 }@media only screen and (max-width: 763px) { #xKt8cQcgro244hvEcVyOZLBl1P9V7LrW { display:none; }
 }@media only screen and (max-width: 763px) { #E1JW3D0feauvTov15hwr6nvEbORw3QxK { display:none; }
 }@media only screen and (max-width: 763px) { #Um6mSeCV7A2Si2hZgaCQErfKL1rflqF9 { display:none; }
 }@media only screen and (max-width: 763px) { #eGdkJRVv7iB4zUhETFCGxrFRVLAERRAc { display:none; }
 }@media only screen and (max-width: 763px) { #z2MTzuT47z8Ao2qo0KZhNx1EXPyCmh5L { display:none; }
 }@media only screen and (max-width: 763px) { #fQDVZDuhTGszX9VUtU2aXPCTJi8DvvT7 { display:none; }
 }@media only screen and (max-width: 763px) { #pPgpEVhM0ztniHopUWxo70eschoDJLdn { display:none; }
 }@media only screen and (max-width: 763px) { #Ql6q8kTgGJqNGlTC27ZfdHF2GeiRWtHE { display:none; }
 }@media only screen and (max-width: 763px) { #bqbcCNUIUya3TsRktTzmS9eN2cdiauun { display:none; }
 }@media only screen and (max-width: 763px) { #tAKXviIVC3usn3r7vrtC5fviy7xidrOR { display:none; }
 }@media only screen and (max-width: 763px) { #lDy6fOlom3hxPZcUUJ2lsP1rHxk58cUU { display:none; }
 }@media only screen and (max-width: 763px) { #ndJLGfil4N84g7FP28DXHdr6d9mRx8n4 { display:block; }#ndJLGfil4N84g7FP28DXHdr6d9mRx8n4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esIipHuwCbzdcztKwBg95SyBO6R4roie { width:25.125rem;height:18.75rem;top:12.0625rem;left:0rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7cEXkEqunDtLnBuaoP9IqImszVD6yQC { width:43.0625rem;height:1.875rem;top:16.1875rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhkK8s9HzJcLcug6IsdOGrTZTNpH0cG4 { width:39rem;height:1.625rem;top:18.125rem;left:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i762M4eNwsTkuIFfdyxLgqIXDIUhM3uK { width:25.125rem;height:18.75rem;top:41.375rem;left:0.5625rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1PLFRSomOmRF3vB4K2FrfDE8oL7XHAK { width:32.875rem;height:3.25rem;top:19.75rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W85qd2cbaqgf1SvbP14GmeEaodRH6DID { width:43.0625rem;height:1.875rem;top:44.3125rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMO3rpR2c60WQMIAlV2PZssLebMkvAZA { width:40.6875rem;height:6.5625rem;top:46.25rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz9dILUZStrr1i87DgTpCSVBICECDF6Q { width:15rem;height:1.3125rem;top:4.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tz7Pw8xGAv6xOQcCz8GKlnqOHrxqbO2V { width:18rem;height:4rem;top:26.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPF10OoAQT9QaOmQy35BCn1lkQquxz1C { top:19.1875rem;left:8.375rem;width:39.375rem;height:59.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIQrhCEiQ8JAgWrlFX1OcIJHGpTG2vZ4 { top:3.375rem;left:8.375rem;width:39.375rem;height:59.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC5VCyXb8POxelF7MW75V55xeEe2ENtt { top:3.375rem;left:0rem;width:8.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5tP5gJ060rDRE4xzcLapNnfMEbERDMc { width:47.75rem;height:1.5625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT38FZ7TP67Vz13F7EsAFOOWuxEKQpyT { width:47.75rem;height:3.75rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK0nSq5HD9BgaCBnXCIbvsOtByiBF5yd { width:22.125rem;height:1.5625rem;top:9.8125rem;left:25.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f93gpw1ys5UNGS5uMgQTJbH8kqNZvkiR { top:19.5625rem;left:0rem;width:47.75rem;height:26.762874251497rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8lPWJHcsDT4nN8oUboKtKfZ01S9SOso { top:48.75rem;left:0rem;width:47.75rem;height:26.724507531866rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFPrBaqP1w4iDO6T2m6kRbA3Ef7RsFMB { display:block; }#yFPrBaqP1w4iDO6T2m6kRbA3Ef7RsFMB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emJUZMgUxplh9GImlWwVRTQ0BtNAw5yJ { width:8.75rem;height:1.1875rem;top:6.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2XZ82RJAaPpbWUltxkbbPGTeBVdMnz6 { width:7.4375rem;height:2.375rem;top:7.3125rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #thbFfK0oNM9DtCcX5Rd4xgebTepTFVaN { top:85.25rem;left:26.15625rem;width:11.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d31KqVktW8BDNCHvTcOPWGrFUzE6Q4b9 { top:6.125rem;left:0rem;width:8.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPKTlf4W8EidHg7DIGsBBczRoDDafkiB { width:38.625rem;height:1.5625rem;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2TWisfQXgydDme6txy3vTchVZ0nLhtO { top:6.9375rem;left:0rem;width:25rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkSeTTP6kqiEhgqQ23Kgy1IMyRynQRge { top:17.1875rem;left:0rem;width:18.4375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHeKH87ddNNOKTrZyKcJ51EWe0hrrTuf { top:16.5625rem;left:0rem;width:16.9375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRoeRed49MFIl6tFuLdmped9vWOPZbI6 { top:18.875rem;left:0rem;width:15.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExtyZVMRbMZBsLRF3EkTBqxpwbLTl1IZ { top:10.8125rem;left:0rem;width:47.625rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcMWD8a1QyD3S74z48W05IpUsLa5IN7X { top:4.4375rem;left:0rem;width:16.625rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DotK5GUJfVvdcc0mPsMDzONi84SwhyTB { top:24.9375rem;left:0rem;width:14.25rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcmaynvyhNORNKCDQlRX0eGZSwkn92vr { width:35.75rem;height:11.5rem;top:14.5rem;left:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9fZ1ddBaRrvArOEJUALv27MpLOxhkwQ { top:41.125rem;left:0rem;width:31.125rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnPx1XTozicl3p5GFLZNlCEhd7sWRKdG { top:48.125rem;left:14.25rem;width:33.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipXUoT9tuEWKnLSeeAdpc9cL59L5TuxK { top:50.1875rem;left:8.5625rem;width:39.1875rem;height:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H73lxhvQcKC2TIiyEWtil820clTGMBH0 { top:36.9375rem;left:12.8125rem;width:22.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz6Ac9kLvtQ6AqpSxNPhBMT83F3OBlVW { width:47.625rem;height:4.875rem;top:42.125rem;left:0.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTgTQ8RpoqJoCDwPSuFKA2QsNGmF8ka5 { top:36.3125rem;left:0rem;width:40.25rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3UWQTK4Z8DfIh92RW8OdlXpFbwhUc78 { top:39.875rem;left:18.1875rem;width:15.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3Q5Wvzdlw5JOniTdMu3berDOG7lmQ4q { top:39.9375rem;left:16.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiwgAdgbJwvGxZm2iWvQziyFi6ngEATq { top:39.5rem;left:15.875rem;width:17.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #stCDswwTbJi5dBooCDwHHwa7S6DCliZJ { top:93.6875rem;left:0rem;width:33.75rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkF3AXJceWCCLdrI2gzUxgPp4Ac3Asyf { top:88.6875rem;left:0rem;width:47.75rem;height:28.52449223417rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMVWbwxcDX3KaNvov1HhEHuTvT8KWn55 { top:97.875rem;left:4.8125rem;width:42.9375rem;height:18.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHhPZn2XU5gfRGkKd27pT1X7EfDoKtMy { top:126.625rem;left:15.25rem;width:32.5rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBVJV1vnIgTD4TK73HXLGxUoyLXG4Bc1 { top:118.4375rem;left:0rem;width:47.75rem;height:28.557506053269rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAOOFHlHk77PQ0axzdA7aH0gyQAS39rT { top:246.9375rem;left:0rem;width:32.8125rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXOQJfQRQJyf50NAuVVyI5ynZ6Pww5Rg { top:206.1875rem;left:10.75rem;width:37rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2Fk7h3Ib0RgTpeSEzeLHXmB5AGc2lKX { top:62.75rem;left:0rem;width:47.625rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqDHM21yAF2xsqGRRir5MgbTkEmQ9SWI { top:64.6875rem;left:17.375rem;width:30.375rem;height:17.5625rem;font-size:1rem;display:block; }#ZqDHM21yAF2xsqGRRir5MgbTkEmQ9SWI li:before{  }
 }@media only screen and (max-width: 763px) { #M6m92T1zvpfe3mQcFxT6WHTsuL3RVt6L { top:157.5rem;left:0rem;width:35.5625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUiCTOKUOI6ZhSaTmWB1Pe1P5p0bGMZa { top:147.5rem;left:0rem;width:47.75rem;height:28.530625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNzhcRzEXodNlzGCmA1KeohCP8DwSezR { top:64rem;left:0rem;width:33.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONSktnda8sVuwoRlSO500dbM3iTgT4pA { top:66.1875rem;left:0rem;width:28.5rem;height:16.9375rem;font-size:1rem;display:block; }#ONSktnda8sVuwoRlSO500dbM3iTgT4pA li:before{  }
 }@media only screen and (max-width: 763px) { #RqBFpNcav0FQxm42uHAdkVCl5ooi1RAG { top:85.8125rem;left:0rem;width:25.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1RDa76Iyu4Lbh14RANSSyC9sUJC8TZl { top:85.6875rem;left:0rem;width:17.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocTn4XJW8wK4vPEWgEqA3xqHz4Zi2Dx6 { top:85.75rem;left:12.25rem;width:29.375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF5ooi3PqTMNs3rPpmkbpXNx7vFo6coR { top:85.8125rem;left:12.4375rem;width:28.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDis2easoo6KOHnVi3iqfqSLLkqz74Az { top:85.625rem;left:38.5625rem;width:9.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI5eP5pDfpqAUBwz9CPfNRtUsPAW94gz { top:85.8125rem;left:33.5rem;width:14.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FURXT1BbrPUEERaIvJAJX8E8y7qIoXg8 { width:24.4375rem;height:;top:94.6875rem;left:16.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLd6qoOomLzvDF7BmETvnQDPBA7c9ZPP { width:24.4375rem;height:3.25rem;top:123.375rem;left:23.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOmyFSWsSs02gtRQKNUO2TXIdo1WJh8m { width:24.4375rem;height:1.625rem;top:155.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ffc8xVFKtl7A5HKssSLm6E9BJuyMcy { width:24.4375rem;height:1.625rem;top:204.5rem;left:23.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikldcaByEtV7wrAXlVMlVnnuSPrNTSGm { width:24.8125rem;height:1.625rem;top:245.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMSCb476CshGQ8qsvX9B2M7SSxHIKulR { top:197.625rem;left:0rem;width:47.75rem;height:28.568871359223rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcrE9kdqazBSQQ52Xnr2LCZJq69b6NiT { top:240.5rem;left:0rem;width:44rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4XEpPBFBndXrk6qRsnpCwTBv2NJmD5P { top:123.9375rem;left:0rem;width:41.1875rem;height:26.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObTZbWEh70TCBfMleL6Ruozt0FpfkKE4 { top:155.3125rem;left:6.5625rem;width:41.1875rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7od6p6E4PvbMUJRhma6NEaTT5pPLMJv { top:178.1875rem;left:0rem;width:47.625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJJ1cryG7kTX7nJlRv909GXwJ3hMdd5M { top:179.3125rem;left:0rem;width:47.75rem;height:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #peDvpBCyRh8ILnvFXDWpBlyrwGerDp0S { top:204.8125rem;left:0rem;width:41.875rem;height:23.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0W2wtTJ1SdKZsQzlLS359nFv9dAmMRx { top:229.5625rem;left:11.125rem;width:36.625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGH3pQmDfOohygN4ZVfEfVUXxR1u6GQS { top:228.375rem;left:4.375rem;width:41.125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fydz8RRqm52kxr1EJ6JsXQqUTpeknzKH { top:245.5625rem;left:6.5625rem;width:41.1875rem;height:18.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNS6D6gHWhUID5eVI1AqTU5JNnSNMzD6 { top:265.6875rem;left:0rem;width:46.875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2gysJGO9nDTiGmAPGXO1ClOLASeMlaO { top:266.875rem;left:0rem;width:45.25rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #la0a15a3qDeJoGlvtcatux9qu7CMgpDL { top:3.375rem;left:0rem;width:8.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3sT697bxr6Qt1ZH6mFmKdA6wlME1xUH { top:62.75rem;left:0rem;width:47.625rem;height:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tpy165Eci8Rv2fo1pag8gQdv83pATT4u { top:62.75rem;left:0rem;width:47.625rem;height:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOBF8gCzhUIKBsrRehpThIPKTXTo01W3 { top:62.75rem;left:0rem;width:47.625rem;height:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KqZANWQ5HBNuFrqssM854M2QDC5Umwzo { display:block; }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH54efM3gTwGH6b8TZviLRADOwksEhpt { top:16.375rem;left:0rem;width:29.1875rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ir55kX2neHGgz1P7V23bmnRs01kNiz6O { top:16.375rem;left:0rem;width:29.1875rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbyNBAUcArQZmFoM3F5iGxVIz8r0neSa { top:45.5rem;left:0.25rem;width:37.75rem;height:17.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBBdu7qMmzzGblWmG2vGb6deUUZa4h57 { width:12.125rem;height:1.5rem;top:33.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdaD7wKPBw5nJIxOSdNKem6qwsk1KQoU { width:14.625rem;height:1.5rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6GoiUmMIgxHTUZDZy0ZDRuXgTnfR5XB { width:22.1875rem;height:3rem;top:42.1875rem;left:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opEmSlseTr7NzmVTOQq7cHO4vPKUd7ER { width:11.375rem;height:1.5rem;top:60.0625rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsEXhk08U6E7G07uCEJioQiQSJb2BSzC { width:11rem;height:1.5rem;top:85.9375rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6PLvq9JlEtVQeu2o3giTzVbZKS0mK0I { width:20.9375rem;height:1.5rem;top:69.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8MmqmFTs9coydzvs1c9Jduk7PTflWD6 { width:23.3125rem;height:3rem;top:95.4375rem;left:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiB96qX7cs0IhslwF7i5pigGk6MntTOB { width:12.3125rem;height:1.5rem;top:112.1875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8fHmtCecU63tqaGy8bbaiAoN9HMEhwo { width:21.8125rem;height:1.5rem;top:174.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfAUSJb4NX6uvkUAP4GWOmWqLatGk5JV { top:183.125rem;left:0rem;width:18.75rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si2zi8TqqbcOTqloI8UicZQ99QuLtoNJ { width:11.8125rem;height:1.5rem;top:188.5625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpd2KHJai5WfGLVTH6qOKDaJdv4UP5pz { width:15.9375rem;height:1.5rem;top:120.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5QKCfFAoeRwd0CT6gbH2dgiU2rA8N02 { width:11.25rem;height:1.5rem;top:136.5rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uotSEnyD3AQVCIRGxZDWrww9PRaQHqgw { width:20.625rem;height:3rem;top:145rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS0BCd7xqG45PA8ledWfCo42Z6MNLOMi { top:174.5625rem;left:4.625rem;width:28.5rem;height:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkDEn8CtDL2H3a8bBiDh0SdXt3vwnf7x { top:145rem;left:0rem;width:25.8125rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCV02AxJX9PT6uFxXTzAkU4xOfysXVJy { width:14.9375rem;height:1.5rem;top:165.625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCICe274VqEMFUkAJLpCfPqqID1t0sTF { top:9.8125rem;left:0rem;width:19.8125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzSybLcKWbRMftZ6FMnF0c1J7gBMg7So { top:4.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHiqQu8WJrG0sZsOToOcp0tWN746L7zg { top:88.75rem;left:0rem;width:8.125rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NseuGK5fKypgAHxCsu45roZFL6rtKcdB { width:12.25rem;height:1.1875rem;top:418.875rem;left:0rem;font-size:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Na0yTOX2TrAUttkyCv5HC1gadKMDXxpr { top:16.375rem;left:0rem;width:29.1875rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZPu0F4SUNsbxUgzwNMqEx0r6r90HeDM { top:16.375rem;left:0rem;width:29.1875rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kEs5NqfaPtSEgGRrwUkRnA4HNv10yMIi { top:16.375rem;left:0rem;width:29.1875rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vV1fXctHrEwnikqDa3L2FK4uDNq591Js { top:16.375rem;left:0rem;width:29.1875rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kl49T03pV0UTrTkV5MdOiEKozmUFoGG4 { top:16.375rem;left:0rem;width:29.1875rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtCXTyyW6pqGPg91vZQ6DSqI1pbQsHd2 { top:16.375rem;left:0rem;width:29.1875rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3Ll1TQ6R2EUQOfW32WWkdLnlKFsE7wg { top:16.375rem;left:0rem;width:29.1875rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #log5z0LTW5XhmaXBOdc8cTrdBh9nKJLn { top:16.375rem;left:0rem;width:29.1875rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UbSDTLiJR1WtW4Lzz7iRT4fQwUCoPmTx { top:16.375rem;left:0rem;width:29.1875rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XmSw7zdJwBZHHmLpVmbvUtgt8IqP3OPL { top:16.375rem;left:0rem;width:29.1875rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTgtCMCVgzJeI2syT4Tm0dgkIORGPgy7 { top:17.75rem;left:0rem;width:27.4375rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p17EVMw41wztG9E9FIsHphb7JRboB1TW { top:41.375rem;left:5.25rem;width:27rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL83FgfueXw7kVc0fyXTGhlyCCEaDtNU { top:97.9375rem;left:21rem;width:26.75rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixs2MTO4bnKmxKDEuciKq8CiXhIHE98g { top:176rem;left:0rem;width:27.3125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saHKDuzNC1ML0SR6zhp7xE5WoihXMhuS { top:147.9375rem;left:4.0625rem;width:29.9375rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AttaAsOTNKS3CeVHmaq9zS9fQ2dFPzwa { top:62.125rem;left:0rem;width:21.5625rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkO0hPmFVqUqCVDk44LDCfUSReuBxcnq { top:168.5625rem;left:0rem;width:20.5rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7IiTpk9ss2biMGbpfWm8BFicLQ6rSoF { top:88.5625rem;left:10.125rem;width:21.625rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpNv5nJcrmg9XUxTdnnrJ1MrnVXdGWXR { top:35.1875rem;left:10.8125rem;width:20.9375rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoRzlxyPpRhw9inguJT093omss753SJH { top:113.6875rem;left:0rem;width:19.75rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwCBRSCuFpGLHTOJI91bugPu1kWqg7Io { top:140.25rem;left:12.0625rem;width:19.6875rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ7OI0OFnQg57SmVxAEOL0p10Xa1AOTH { top:172.5rem;left:0rem;width:47.625rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoC3e3zkZDLKfyc97RAJZpXllpPzSe9O { top:13.25rem;left:0rem;width:47.625rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkGeyWrBdw2u4XyvqhNqixmJZxzdisIT { top:15.4375rem;left:0rem;width:27.625rem;height:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8F1btMvJUEwAv8MCuCMIz84D5WMMKze { top:39.625rem;left:0rem;width:47.625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi1Bq3N4rAlyT6XT9AG41cWW0TZxCrN7 { top:42.1875rem;left:0rem;width:27.6875rem;height:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBEqtAB12zCafaoHnmA9Tayu1HaVL1ci { top:67.5rem;left:0rem;width:47.625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppiwOOIH3dg5z6Fum58vAAZlctNatHxS { top:69.8125rem;left:4.3125rem;width:27.4375rem;height:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMLCMmVwnagmArUVAhmTRwTPUNhMn3Do { top:93.5rem;left:0rem;width:47.625rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL4iDkSVFXZa0BghkzXWp8bARGcTBzPA { top:95.4375rem;left:0rem;width:27.125rem;height:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5zZ0XHQWOJPBHEoL75wZh68bAqXNxoM { top:118.5rem;left:0rem;width:47.625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA9ZwzAF0q4VGtJ7SQuOTrqMAT0TdzZL { top:120.9375rem;left:0rem;width:27.9375rem;height:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #baDy9neHThBgsWUgpA7xbXQsDdx8tNrx { top:71.0625rem;left:0rem;width:26.3125rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxF43xpJffrQrFgT3wmsNuHmnw6fTAyT { top:122.5625rem;left:0rem;width:27.25rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKIJSPgwXTfC3MRikgX5q9BeJw33SHhO { top:143.25rem;left:0rem;width:47.625rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdd2FtBcxTHR4gCPlBVxhTp2pDEztGsF { top:200.25rem;left:0rem;width:47.75rem;height:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTVbGGMLygOx2DS3gCtGkDLOP21OCnv2 { top:192.375rem;left:11.25rem;width:20.5rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSw2ZNvkGs50u63rCoNsvsHVll3rieTw { top:216rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLLBv4Zugbw1AkbFz23M55bsnEx66X59 { width:10.875rem;height:2.625rem;top:220.6875rem;left:18.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL19Mh4w4S0521SenVlJiNfQRRzwh7vc { top:222rem;left:17.65625rem;width:12.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqLNMU86f9b9zfW1EaevbJlyEIDmMHCP { top:225.25rem;left:8rem;width:23.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmRWCXaxa8lRCkBzKPeBn6DLGzChAC8E { width:12.6875rem;height:2.625rem;top:229.8125rem;left:17.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh1eLsNacgfDrAOQ7ZruFK6840KtHFC0 { width:19.25rem;height:3.5625rem;top:234.0625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXZKr0WIHBwqsIqb4qbX0gf02HlSTRQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #z2K4tJhaBWpn7WQfv3mQfCDS7eIWenfE { top:13.25rem;left:0rem;width:47.625rem;height:23.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWsJFzlACbsiR9aXKqzsra34G9qWpFUS { top:13.25rem;left:0rem;width:47.625rem;height:23.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvLZv4cKwFUs6lbSgN2ba2H805Pvp201 { top:13.25rem;left:0rem;width:47.625rem;height:23.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4amcGsufOGfnkE5bkqK0g4wfX2FH5Wa { top:13.25rem;left:0rem;width:47.625rem;height:23.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiQ1cXibcraf9PSRAAcZicMMwtRaR2TT { top:13.25rem;left:0rem;width:47.625rem;height:23.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKPuSRn0y7qE0TNMxD8hsc888wVAReNz { top:13.25rem;left:0rem;width:47.625rem;height:23.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PT6vLL9tZH4cMHPbgdRzHs6ZoZTtXfUb { top:16.375rem;left:0rem;width:29.1875rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHioZkQlUPIrM6TWbQrSHSewTsL7Wy0l { display:block; }#JHioZkQlUPIrM6TWbQrSHSewTsL7Wy0l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EP76sAPPlmqT37nHt4V3nIC5pa4lcw5n { top:19.5rem;left:0rem;width:47.75rem;height:29.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCJx8q4WWFHCxgpQqErDm2tHXwLpS6K6 { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAakuwLkqphOTF7Fo9fTiRDDuF2xdvFe { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qV6vPonFbsqefCy07xRdwRdArHblh3LA { width:40.5625rem;height:2.5rem;top:8.125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2MqovRTPlfwa7pRSomRdGhCOoIvLLdG { top:47.4375rem;left:22rem;width:25.75rem;height:42.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SNz3Sk4agy1f2M1SXJgRdri6pmdV7eCA { width:47.75rem;height:3.375rem;top:11.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOMsNFRdXxBhFU3sOGAHDf57mTrkNeDr { top:15.75rem;left:0rem;width:17.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Freqwq0TZfrTwoQmTwvGOE3UygB9twtm { top:15.5625rem;left:0rem;width:16.3125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMzTdEg9VMJzeiKCZp7kELWR30TCKAiT { top:15.8125rem;left:19.125rem;width:4.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAlo4KW1iPWZE84OsVIzst4OgRQKGN0O { top:15.875rem;left:36.25rem;width:11.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeAL0hfD0TrpHyoM5Tc1RlKEw4eiA9AZ { top:15.8125rem;left:24.375rem;width:7.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAd8tflwRcLsEmssZyW395DCPd86nzbc { top:16.125rem;left:23.3125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5Bh8XqfcoXHIUEN8HI6UTaAuiAq78P { top:1.1875rem;left:22.34375rem;width:3.0625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R695CfMStCcdkTrEJBHnacNH9mHa1QGs { width:47.75rem;height:7.5rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2WKGp1FlJG9lT8y0SAZ3pFn6d5teq0l { top:19.5625rem;left:0rem;width:37.125rem;height:26.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlFc3B0uq05g4HpQU5mAobJU1e6e8cVF { top:19.5rem;left:0rem;width:34.9375rem;height:26.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFuiVrHzKWIPRRc0ylnH1kSWdszTfUJH { top:28.125rem;left:0rem;width:18.25rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwMUWT9cpxwU7DivKv2kOTKuRR5VlKwG { top:15.5625rem;left:16.8125rem;width:16.3125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PioKD1ZB2SToydCcHtSOTl2hNa4hB88Q { top:15.75rem;left:31.3125rem;width:16.3125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnnNU3md73LuliSlc4qZgJLRMGBrckfT { top:41.0625rem;left:4.375rem;width:34.8125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6CVFZJtZGPu83vKqILlSEaZeTiG5VsJ { top:20.8125rem;left:22.9375rem;width:24.8125rem;height:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1eihxIvCAhNSqKFrdQRRvIXI5aSccxM { top:45.875rem;left:0rem;width:18.6875rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTsb2hz65qrzIq0D2nviFW2eiukKMUnL { top:28.125rem;left:4.46875rem;width:23.5625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMUOhHcpa6sQZ3rxOuydEMzkkmnbw5yc { top:48.125rem;left:29.53125rem;width:15.8125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEAx68dzJdhL1yTil9P2EEl0breWwpmN { top:54.25rem;left:2.53125rem;width:17.125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdo8XosV95uTZAn6snlA26Qp1yxwqKkg { top:44.375rem;left:30.6875rem;width:17.0625rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVnuporNnnHJkygVDWUUXRAT42TTfxZP { top:28.1875rem;left:15.9375rem;width:31.8125rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW8GlfTTdyMHiJkaONxUMRNvqtT1IX2n { top:62.4375rem;left:0rem;width:16.375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8apRXEVdCf4BhE0M3SKJevs02T5mwCU { top:65.4375rem;left:27.4375rem;width:20.3125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FepSkEJAskslyUXXsMLBb1JI5Mh0h8mD { top:57.25rem;left:14.875rem;width:20.3125rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCTBTLrkqVzxRFPWcQFmpm4O4lG952Hq { top:28.125rem;left:36.625rem;width:11.125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Nv1KrlkNMhrdEEgSADXDqkiDLSh5P3 { top:68rem;left:26.678019662921rem;width:18.625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUu9zK5sKka0MDoQCpyWGP00sb6sFlci { top:74.125rem;left:0rem;width:33.25rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTrUhAoT1dcuJ5Wyl4PEqF39bOIv3Lyw { top:81.375rem;left:17.5625rem;width:9.6875rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0ZVNJXbOSLJXVvJGgy8EWww1tatlf8U { top:53.875rem;left:1rem;width:46.75rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWuaQ9h9Ke48xgxSRW9TInkFOiHhdBpV { top:25.0625rem;left:0rem;width:47.75rem;height:29.989329268293rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfNpswt4nRLATBc8OHIAm3ZcRe3Wvh8O { width:47.75rem;height:22.5rem;top:6.375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q6aI3fEoRVvXNnfbKCztMnLtW6TUlzwW { display:block; }#q6aI3fEoRVvXNnfbKCztMnLtW6TUlzwW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9JsHvnFtXdiPHRTzVWLHARRU8UmhosB { top:19.5rem;left:0rem;width:47.75rem;height:29.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxAPfMWaDJyKcqiRZSzoLyJWp0FIOu5b { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #reybSBiISiDt9nVftRwvlcwe54lOtU1d { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #piNXcaUZEFzm1coE0FMHhmL1FxFl36v4 { top:47.4375rem;left:22rem;width:25.75rem;height:42.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEdlgvai9ZzByE4spoDfLFlpklBuUBHz { width:47.75rem;height:22.5rem;top:6.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze5zDWlLST36VHEb5Swec4od0XqQhp3H { top:19.5625rem;left:0rem;width:37.125rem;height:26.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5DVdshTtwzVTGk0VX7VTr9kNCDmig7S { top:19.5rem;left:0rem;width:34.9375rem;height:26.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRWu0sIZJzTcwwESvIFaN6zh68VOB8Ia { top:1.8125rem;left:15.1875rem;width:17.375rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4kZZZ4UVQ0DGGTRNiFAqX9LK3S38tSF { top:34.4375rem;left:0rem;width:47.3125rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVEuJFd2yNJCWrtB3KJlcgt8ieJrSD3T { top:34.4375rem;left:0.4375rem;width:47.3125rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi { display:block; }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvnTFuqhfS3qb4gA3ZNdJUvuFLpnyZA2 { top:4.4375rem;left:0rem;width:42.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7mPQdEG3HQyuuGURrqfZszDmnnHFDJO { top:22.5625rem;left:0rem;width:14.625rem;height:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wumv05QguOAJxrV4u2JF8rvmtKdTnpUi { top:22.5625rem;left:0rem;width:14.625rem;height:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVGGf4QocaSysX3yldlU4aG1wZpw5m5A { top:22.5625rem;left:0rem;width:14.625rem;height:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ch4V25wSXta5HRCTrXzdZNxwr2ZnFa7T { top:22.5625rem;left:0rem;width:14.625rem;height:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TssRakmShmynTSTG7hzECGQz7s47s2oI { top:22.5625rem;left:0rem;width:14.625rem;height:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MruQpcea62AVTFEbuxPJCvRvAosEhcin { top:22.5625rem;left:0rem;width:14.625rem;height:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSHsMJmDCNb7AsTODdZtSWho57uEc7OM { top:22.5625rem;left:0rem;width:14.625rem;height:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2zT9noa0DmHSXBRwfR3JHw9qH55p19U { top:22.5625rem;left:0rem;width:14.625rem;height:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UcQsSTNPNvksvRTrcFxxflLfv84hnVoP { top:22.5625rem;left:0rem;width:14.625rem;height:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PODxbZxXKDQc8dUG9nk3dp50MHaCGhmZ { top:22.5625rem;left:0rem;width:14.625rem;height:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IK07AoCZiVJfrX4T8b1P4kIRlwN1ZmMb { top:22.5625rem;left:0rem;width:14.625rem;height:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tIahTX9iLtsR7t1gJLnSVI3GhQoovgzw { top:22.5625rem;left:0rem;width:14.625rem;height:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SOR2sB11uuyHwcZ8eVgfzsiCNGDzefVL { width:20.375rem;height:3.5625rem;top:37.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG13TfZLKv5X4G0rswHt7ZvUaBAl0Wzg { display:block; }
 }@media only screen and (max-width: 763px) { #g9nT3a590pBqCxTtyhBy3GwTNgnsUStG { top:10.8125rem;left:0rem;width:28.625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0KCiKavJQAU5ZBTpfhw4JkGTbIGsCyT { top:8.25rem;left:0rem;width:37.3125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 { display:block; }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcJa1r18RMAohkB6xN8Kk4plIaTxhQMc { top:38.75rem;left:32.5rem;width:15.125rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNe61B8nulaEeUHkqUAuZrcdBXrLIotV { top:31.8125rem;left:25.75rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6cgO33LKnQbb4TTuTtJFOXd0epCVDKX { top:27.9375rem;left:30.6875rem;width:16.9375rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryTliIlZmC4zImqXIcHSWcAuQaVXACTx { top:26.3125rem;left:0rem;width:21.0625rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLBObyJUBQhd12FQy1ExzeIL4npWJWig { top:10.0625rem;left:0rem;width:9.25rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6lx8VRsvM6VVHg8TfyTFW2zryN7XCJw { top:15rem;left:0rem;width:16.0625rem;height:29.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwNCu8sEB0U66WEQHoHg0HmEzOV26KK2 { top:15rem;left:0rem;width:16.0625rem;height:29.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wo5IpU5LJdDtpX4UAO6B1VFGnI9US3hD { top:15rem;left:0rem;width:16.0625rem;height:29.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKOIvqygaeifZz1PwWI35XEHVvlK7Rpg { display:none; }
 }@media only screen and (max-width: 763px) { #UShvRQq66ectgUtuDLJeHQLli4viAe0c { display:none; }
 }@media only screen and (max-width: 763px) { #UBELGJaEyxQGsLKnO9VNgRl2KiSdPmr2 { display:none; }
 }@media only screen and (max-width: 763px) { #AV5UyK7wONJn173m3No48T3BfzT9O4uP { display:none; }
 }@media only screen and (max-width: 763px) { #tL1dPy7Np7qBKKAZTzWCBKTzKur2wMP6 { display:none; }
 }@media only screen and (max-width: 763px) { #ybRgNuCNHKoUEb6N11PXqie6JZOVvBMO { top:15rem;left:0rem;width:16.0625rem;height:29.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMb6plxKvxJ6nrDdV0tAJ4fOD4P1UT6v { top:0rem;left:0rem;width:37.875rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2iisTZNqbWdxEshkqyLDmPxRAXleu1 { width:47.75rem;height:1.75rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBozvdpKBfyKqTfMB67L8W4gzG3LO8G4 { width:47.75rem;height:5.25rem;top:5.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5BdE4GAlgSyPKy25OWC89iAMB5HKwW2 { top:16.1875rem;left:3.6875rem;width:12.1875rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7zyni3eO520PZ59rTHdHMNugnOKqsbQ { top:15.4375rem;left:18.8125rem;width:12.9375rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5q3Z7937236kqPQNmS3qPEoLARsBguy { top:10.0625rem;left:15.875rem;width:9.25rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIH10coEOZu1xQSmzVu964CsSXDuBWLX { top:14.6875rem;left:34.6875rem;width:12.9375rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmtaHBKbZencXKSpCAro9xXWpQcl7XR4 { top:9.3125rem;left:31.75rem;width:9.25rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqPrdcA0yryRt6nlpcRQ2U7FoQMvIyK0 { top:21.1875rem;left:22.8125rem;width:8.9375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alwXmuhG0n6LgrVeruayEg30qwm9z23H { top:34.125rem;left:31.75rem;width:9.25rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4ytHSXleLAzcTlwL8sOiR6PQJyTJfZ5 { top:20.9375rem;left:6.625rem;width:9.25rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kafQEZMk3kxirOo1Ld2wwedxWCopROmC { top:34.125rem;left:0rem;width:9.25rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcMa8oQHf9PuiIOWpcWPTTUidpXIP4VE { top:38.75rem;left:15.875rem;width:15.875rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAOvWvOAzL8aPDyITFu9huiXPM2nmJkc { top:34.125rem;left:15.875rem;width:9.25rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkTaWJqcQ7cvJEZOzWr5Xn1yzwQJIOvd { top:39.5625rem;left:0rem;width:15.875rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FepKq5TvObFs9TkRCpn7myhORlDo1nN5 { top:20.9375rem;left:6.625rem;width:9.25rem;height:17.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlXuRVCrKEZW5K27GuU3NCiBZVU9xn8L { display:block; }#TlXuRVCrKEZW5K27GuU3NCiBZVU9xn8L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5125aDJGTTmuRiltaZwdgkf8IBGCTnD { width:22.4375rem;height:15.75rem;top:7.875rem;left:25.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsk7FXTxm8kkMrfzTHZdVV2w7zvXbL72 { width:45.1875rem;height:18.875rem;top:7.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9xdQVLWN4Ki07gs2SriG25Bzn04cx21 { top:7.875rem;left:32.5625rem;width:0.0625rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR0rWaZPpGaPZXuPTfXzhUxI2RDvZQe6 { top:3.5625rem;left:33.1875rem;width:14.5625rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDvDVNd96TJFkUQOtTlBB35G9APcU2Xs { width:19.25rem;height:3.5625rem;top:30.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Cqmcs2obvG7xn8SK9WTWWDIaq1UcoH { display:block; }
 }@media only screen and (max-width: 763px) { #hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB { display:block; }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlB09rpT7wDnnLoEkOqPSysU2JXJtJNb { width:47.75rem;height:3.5rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzmdhRegTJpneO6nssoKEea0wOcAzNRw { width:47.75rem;height:15.75rem;top:11.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7bESHzyhKKvBTIo0AKTE4QTgRCcqbgO { top:73.125rem;left:0rem;width:41.375rem;height:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQVVIoFFZ2fulHK5dNB0HbuqveWSG4PH { width:47.75rem;height:3.5rem;top:30.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlfmmkkgzDQJroZ79lq6B9s6Fglk2RWT { display:block; }#OlfmmkkgzDQJroZ79lq6B9s6Fglk2RWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdPk8geiFetHRZuTyJ2ezvL6I5eskG7h { top:1.9375rem;left:4.9375rem;width:37.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwELx4O9d3gTvNnvyrps28oogcT8pxF0 { top:21.9375rem;left:0rem;width:27.1875rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJhUBp5NTHfnvQDy32QL00Gh5ANROJfF { top:37rem;left:9.0671272553863rem;width:17.5rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTuAH13C7Xnnpny70wVFo3WVLPfg2rvS { top:33.125rem;left:11.8125rem;width:35.9375rem;height:54.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #deELFTsr7rl19Dl6edmT0QH1f6RBypmd { top:5.625rem;left:0rem;width:31.3125rem;height:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIdhGkcgrUmRJd9RzHgff3QOHArh3yWS { width:19.25rem;height:3.5625rem;top:62rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR8KuVPk8dxXfIBtlhmQ7SzFhgDSASlz { display:block; }
 }@media only screen and (max-width: 763px) { #Vxq0ayvldVXTeFEO7oPoz0oqWxETKJvT { top:47.625rem;left:34.59375rem;width:12.6875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqV4wm2duwet2T5nRUp79yHTBrHyxneB { width:10.875rem;height:2.625rem;top:50.25rem;left:35.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4gqDTCRTiSiudT1MBzxQC2nhNke6X8r { top:51.5625rem;left:34.8125rem;width:12.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG01reoB49sdUdc3AnC9ROVm87dxli78 { top:54.5rem;left:21rem;width:26.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkbuq3LnoeoPkM2LSZBq8wrILNM1oJPT { width:12.6875rem;height:2.625rem;top:57.625rem;left:34.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvSl4lWNqXcrQrNT1Ic3rFM036gEsN7x { top:11.75rem;left:0rem;width:47.75rem;height:23.238333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTOyvoq3rkfnbMQWMPh5zWobgN4TC1KF { width:19.375rem;height:4.5rem;top:7.3125rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llkIbvXLRVA22NvkCDolJX3RQQXlHy9o { width:16.625rem;height:3rem;top:7.3125rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbyagPd4KKTi6HtQ0iQB9cfBJBaSelma { width:19.9375rem;height:;top:14.5625rem;left:19.6875rem;font-size:1rem;display:block; }#xbyagPd4KKTi6HtQ0iQB9cfBJBaSelma li:before{  }
 }@media only screen and (max-width: 763px) { #ApCC6BbXcgzJiOTrvUA8bUKRTFwKbicw { width:19rem;height:29.125rem;top:14.5625rem;left:28.75rem;font-size:1rem;display:block; }#ApCC6BbXcgzJiOTrvUA8bUKRTFwKbicw li:before{  }
 }@media only screen and (max-width: 763px) { #cRwXQIWuN8QaEQlBQrgTSeAaZFoyEwyd { display:block; }#cRwXQIWuN8QaEQlBQrgTSeAaZFoyEwyd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZgCy4ZcoTbDbstyJ7V5Ft9i5RGk79Q1 { top:1.3125rem;left:19.71875rem;width:8.3125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnUn5SzaiNZh4riTy7FvTETi09dQ6dws { top:24.4375rem;left:10.15625rem;width:27.4375rem;height:49.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wf0MMI8cJ4qCLp8xmnXCNdunhtEhsHQI { top:17.25rem;left:0rem;width:16.1875rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIpT8DqMu4Q36Hh2tXsPTAKwTe0VKQm0 { top:17.0625rem;left:15.78125rem;width:16.25rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd39M0xmfOo2EhfqHXTWLqWLBbyaigtX { width:47.75rem;height:3.9375rem;top:6.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoeqQHdHsTnv2u5xmzOFl4RxzHiFppAK { top:34.3125rem;left:0rem;width:45.125rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLR3N4pGDVEHMuOICRTbCW9GGQnuKUGr { top:33.375rem;left:0rem;width:47.75rem;height:26.233024691358rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBO5euBWCED6FkBePSAydvgtu0emQcid { top:21.75rem;left:0rem;width:14.125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GATgVANQweZlhudP9AHTp0dwAdZbcgxx { top:22rem;left:16.625rem;width:14.5rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFIAgSRHZ5Zz362igJyaRMT1tiT0Rosz { width:25rem;height:2.5rem;top:49.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkAMm4EiK2TyvAXu01DcpB8amTG7niTe { width:29.875rem;height:2.5rem;top:49.5rem;left:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9NTBNR9QGtt37EQGiynbZKZSFu4yoc4 { top:24.4375rem;left:10.15625rem;width:27.4375rem;height:49.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPbGDAlLyxfOm2aVAp9RnmFWDpToViUN { top:24.4375rem;left:10.15625rem;width:27.4375rem;height:49.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0LMe5RWgR5KpqXOHTNDkytauA0KLPA3 { top:17.0625rem;left:31.5rem;width:16.125rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTmH0iadB1yvlXBamo207IJRwPX6ngQs { width:23.3125rem;height:2.5rem;top:49.5rem;left:24.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq0Rc709Xkd5wzfkNBtLWUk82tH63icO { top:34.3125rem;left:0.75rem;width:47rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFkOiPoO3q25QXyE5wc9DrVDmg48sGAB { top:21rem;left:33.6875rem;width:14.0625rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNsXSKpcAOxwfiMEPKQ1J8ab1RMMxfV5 { width:20rem;height:2.4375rem;top:212.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNTSNOvJ4s9AcvUA2e2NTNOFr0x3NqTP { width:25rem;height:2.5rem;top:3.75rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 { display:block; }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnxFPPzsrIR6OzRUWzzb8WnzkD5gZmCs { top:14rem;left:0rem;width:45.8125rem;height:21.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdiGe2h6pDztxwZyvbc9T8MswMMn0TCU { width:47.5625rem;height:4.375rem;top:6.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxE3nReT1BsXndTVOkknyOW9A96a3MAw { display:none; }
 }@media only screen and (max-width: 763px) { #hoxvemhPP6plER0J5uGKbw2SBD8EmkvB { width:16.5625rem;height:1.6875rem;top:101.875rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZwQdRu1RlImV7EsmZQJi5SUNCMZFWtZ { width:17.5625rem;height:8.5625rem;top:62.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSFsWthTRsnnQwMS40I8HdTThqZBHu33 { top:33.6875rem;left:3.375rem;width:12.5rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdClbpDRuVW9zSGnxkeNWOoen3pPTKPx { top:33.75rem;left:7.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRRMMEZTg1trhWJWiZTtwQdpV00ky0V3 { width:17.125rem;height:2.1875rem;top:2.5625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKKEnTWQt8diTnw5IIVgMR55PW1gfRgz { width:17.125rem;height:4.375rem;top:6.875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2gLI3hizqCeU1WdbDPmZLbT3CBRF0aM { top:5.125rem;left:0rem;width:25.3125rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTN5RIKBRnbWVFWOJeia0ncSUPuhgEKX { top:21.0625rem;left:0rem;width:47.75rem;height:13.37rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuDKDBPxIJFwA2W5PADBAnJTxD9ChiT0 { width:40.9375rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZoDT9HBKQiEkCaBSH1OlSFTVDTqpZfEx { width:40.9375rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HF0T5VUGHIi4H67vmlfdid2OEli9yerI { width:40.9375rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hu1IWJvsBLbpbkxrv9ouN2lLXoUGAiCg { width:40.9375rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmvbfvJ5FCpCZQ8qTU2u5m1NinDw4IyN { width:40.9375rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMsl0lRagewUmz9955NfuN3O29zhL8xs { width:33.5rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxKZBpXnv8l0mPREEmbyypBuAU7KhGzg { top:30.5rem;left:0rem;width:47.75rem;height:10.9825rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubyWkOWletTUPWdBT9KvhMgwxvdMHkof { top:21.0625rem;left:0rem;width:47.75rem;height:26.156338694418rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucSzSp47ZXDLkLTJtgfnEfX0weWJRx6N { display:block; }#ucSzSp47ZXDLkLTJtgfnEfX0weWJRx6N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaIBzmbnKteAW6cvf2lLD3ORyUJ9NTMp { width:47.75rem;height:3.9375rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1TUg8JqteIqwsgypDMvRDWfSLNSEvu2 { top:50.3125rem;left:10.5791015625rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJoMkfP7iWQk9qTSAgXNOMoUCQqNcQWV { top:97.625rem;left:12.46875rem;width:19.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLKabnXkKugkdDWa98O928GSHTQaoUpT { top:91.625rem;left:0rem;width:19rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idpywqzFTavGQImBE0iRRmvLvyo7D9eX { top:39.6875rem;left:29.25rem;width:18.5rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL98XTkuBZhAmdbrobn3dtoeAXXKGrau { top:78.8125rem;left:26.0625rem;width:21.6875rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT60yP0Pku28r4KapSniSdcRL5AiAa2b { top:67.3125rem;left:13.46875rem;width:22rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvQxlc7r2wfikMfKuzZstteaiJyUl6tT { top:12rem;left:4.1728515625rem;width:35.1875rem;height:64.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCw39mNoDkCFyNCTwuZxB8qCUZBe0cID { top:9.9375rem;left:0rem;width:26.5rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6wrTPGIvsxeMM0xbs2G0ALsTKdGfUN1 { top:11rem;left:13.78125rem;width:21.375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEt80km0ifUtumfCg5GaIKKvPXAAfT7i { top:0.625rem;left:21.8125rem;width:25.9375rem;height:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKv1g06BISoaJTBxHkmlTl3T8a9nOuvl { top:20.25rem;left:0rem;width:23.3125rem;height:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7CERznnDhPbWWbZr2fUVQw6MkPN2sCb { top:25.875rem;left:15.875rem;width:20.125rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gidPcUEmaMmQn5Qxorh6lF4EQ4FCpqHp { top:51.75rem;left:0rem;width:22rem;height:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #be4JqHgbiezDRH6OxRUQuQH8GbDEIkaT { top:102.9375rem;left:18.75rem;width:29rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTtg7AqlL3tg82HTLsD0toq0LLhpPc7B { display:block; }#NTtg7AqlL3tg82HTLsD0toq0LLhpPc7B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVePHTXaHJrTvDbEp3tzp8r8Qgn1TJXP { width:47.75rem;height:7.875rem;top:7.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnzDKNn9Abm4yNRl9XmBOzV1FK3F8FGa { width:47.75rem;height:1.625rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD8TXzygWZfsLJmgnxPEHZ0z5n7egVTQ { top:17.0625rem;left:23.84375rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5IhqDnzZluKVam9PyVgX9oOv7HF55KL { width:47.75rem;height:4.875rem;top:25.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKpJMRTZZQ8mrr6NUImyOUgKSGIXTR84 { width:18.75rem;height:8.75rem;top:9.3125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWdXNTs9yaqL9rBGnWcgnNWKqOhRTrlT { width:23.625rem;height:3.5625rem;top:37.25rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3RLxV2iQlwS0XCHdAOZGzeufTnrcTW3 { display:block; }
 }@media only screen and (max-width: 763px) { #GJ014vTOvrGtHKJLZBae3wRvWR8QIDPJ { top:29rem;left:0rem;width:19.9375rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWsRHM1dJoakRKSiQh4GhIpwdCSXXEqm { top:52.1875rem;left:18.34375rem;width:11.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwfApbpaTzkioQeTySfQrdPWRdCFUUfK { display:block; }#KwfApbpaTzkioQeTySfQrdPWRdCFUUfK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvQtWg3sA5XxKKbSDSCeutuBkGIWuHi5 { width:47.75rem;height:2.5625rem;top:3.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrB0kug7aTRAvqEIXzFKiG6xbNkgkh5P { top:13.9375rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb3oG2I9lT44LTqIgCkiWqIkLHh0aZDq { top:7.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZRd0uS3gO4Syw753h7i5FXnaMTU6WokO { position:relative;z-index:auto;display:block; }#ZRd0uS3gO4Syw753h7i5FXnaMTU6WokO > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z { display:block; }#wkBUrtn9ru6rIKXv4sUeTCCL8Fk9lV3Z > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTQoBoIhxectXgmfcPdCax2Pa5QgZfdd { top:55.875rem;left:0rem;width:20rem;height:11.25rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Tk3hi5xeHQEnsG97TbpyUNAPbCxdKN4u { width:19.4375rem;height:3.375rem;top:14.3125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEdZsbEkt0fLurEl88DgS2IoqVbnBsil { width:6.9375rem;height:1.6499rem;top:13.375rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLWEf4XQeudUKrlaW6ytmUxDxA7AFsHB { width:17.4375rem;height:1.3496125rem;top:17.125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZMpkshZMqMHUt5mwpEOQBPIl4MWiqf9 { width:20rem;height:20rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMnWnZO89Hqsm8NpLDbSiauvRglJNmuq { width:10.75rem;height:2.375rem;top:4.96875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFWGZs7T44VdAwXHwJnAqrZWcaCZVqVr { width:17.75rem;height:2.9375rem;top:58.640625rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXqXoDCfKSDOcMNCzIKVOQBaCWa5WoPs { display:block; }
 }@media only screen and (max-width: 763px) { #yAR7bSTCWkVPdNdV179JixQr5V9HRgGf { width:20rem;height:12.63425rem;top:38.6484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuPH6sVuRMUmcqynQ0MZkIt3SNHQZr7B { width:13rem;height:3.4375rem;top:6.5rem;left:6.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d87I5nXJCuRmoK8oCR3N9ZkDSroqpBwP { display:block; }
 }@media only screen and (max-width: 763px) { #FwfddxTFu75x2Oh02Bc7vBIoSlu04gyQ { width:9.9375rem;height:3.5625rem;top:0.625rem;left:9.9268867924531rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5ofRkW0NVt9cbSlazTDacBshuePLgVz { display:block; }
 }@media only screen and (max-width: 763px) { #Kbzxhq2tcLGSF3m09vuETqRudmv6L5bC { width:9.1875rem;height:2.3125rem;top:5rem;left:10.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a8VcBnQdGo95D49kpGTNMmWRe7AbV24X { display:block; }
 }@media only screen and (max-width: 763px) { #mMvPrvgVD7r8yTxRh67AFqoCHFLsm0aL { width:20rem;height:12.5625rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW2k99XVJ3cAPo37gmL09OKZuk1Rq1xg { width:12.625rem;height:3.0625rem;top:67.07763671875rem;left:0rem;background-color:rgba(var(--color-primary-4),0.41);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #eKUEamUoO5ysZU1pyoTNxPOEhwzzrOCd { width:11.3125rem;height:2.5rem;top:6.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehz4vfi2iOAs8LGgrpopRs2u63TeIxOT { width:11.5rem;height:2.0996125rem;top:37.25rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15160;display:block; }
 }@media only screen and (max-width: 763px) { #DRGLuMD19U1mpEglT9LWgh6qp8b2EsMQ { width:12rem;height:1.04980625rem;top:40.4375rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #h05lgO3upiOaUv95BBL0gU75k7NEbD1d { width:9.625rem;height:1.04980625rem;top:35.31884765625rem;left:8.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15154;display:block; }
 }@media only screen and (max-width: 763px) { #wRDq7TRGBTTKKRy3ZQBNSXvRnrp50RqM { width:9.5625rem;height:2.625rem;top:2.90625rem;left:9.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdcr7Q7AlH4QLtr5SDxvzp8B2aEPXSnR { display:block; }
 }@media only screen and (max-width: 763px) { #ELIzbtTmhKTu18NSA7pOZw02ZJJ68tA7 { width:11.375rem;height:2.4375rem;top:2.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3OT5P07W87b6h4frXylTaKkzk1h7NOO { width:11.375rem;height:2.4375rem;top:1.0625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhuTX1ynzKrTIIARQ6KSpZ72OVbbZbAJ { width:11rem;height:16.375rem;top:28.25rem;left:0rem;z-index:15157;display:none; }
 }@media only screen and (max-width: 763px) { #vK5oznsLXqZha5mM61VZFkUqTocrbrEA { width:20rem;height:12.5rem;top:45.7509765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSBDoF2Lgn2wp5026Rmo7q9XKDtqGPRB { width:10rem;height:1.94921875rem;top:32.494140625rem;left:8.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15159;display:block; }
 }@media only screen and (max-width: 763px) { #oF1zBcKX9lpePJqZ0TZBaAUbhEJFVbTO { width:20rem;height:12.486956521739rem;top:145.2158203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohuBqARVwk5lHao132yRMHnw8f0r2qSK { width:17.125rem;height:11.9921875rem;top:44.625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #xvNzvnLfwCuQ6tuoFUc7n2p93KZGzsgC { top:30.8125rem;left:2rem;width:18rem;height:10.0625rem;z-index:15148;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rKmzS4IUXyOpP4LDOvo9tECcfVIJ4Lr1 { top:29.25rem;left:2rem;width:18rem;height:10.0625rem;z-index:15146;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WPNvFzkM1FFSMdTE4IbcOO5JEyUhWXv5 { width:15.0625rem;height:12.8125rem;top:23.625rem;left:0rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Eh86F4RzRKP8udiwXA7vrWg9GOTdNolu { width:12.1875rem;height:2.3125rem;top:32.3125rem;left:7rem;background-color:rgba(var(--color-secondary-0),0.41);background-image:none;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #HzyqL2SswkvKe2uHZATZo6k0K7T93QB1 { width:11.875rem;height:1.375rem;top:35.1875rem;left:7.25rem;background-color:rgba(var(--color-secondary-0),0.41);background-image:none;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #CD51piyA8P5be0oe51x65B8fk5pXTLII { width:11.8125rem;height:2.1875rem;top:37.25rem;left:7.5rem;background-color:rgba(var(--color-secondary-0),0.41);background-image:none;z-index:15154;display:block; }
 }@media only screen and (max-width: 763px) { #Jd01LB97IkTwftczW0KUH3Sf5cL09SHn { width:12rem;height:1.5625rem;top:40.1875rem;left:7.5rem;background-color:rgba(var(--color-secondary-0),0.41);background-image:none;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #FE6T0KLXEnnmPLNygfo7LCPm1OCypJL9 { width:10.3125rem;height:18.1875rem;top:27.625rem;left:0rem;z-index:15158;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ML9pBczIV543fVCBfMk35AaOTod8Jrg9 { top:0rem;left:0rem;width:15.0625rem;height:13.75rem;z-index:14995;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Wn5RKTGrXyQHD4bHa2F1fM22JwDyZQ9B { display:block; }#Wn5RKTGrXyQHD4bHa2F1fM22JwDyZQ9B > .row .container { width:20rem;height:127.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h97SPe7SOhNc8FvATJo8fMfgzcBpLX7S { width:17.125rem;height:0;top:1.25rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #yLf3vpqNm4wKAH5nHyCTHvwemvTOo7Ea { width:20rem;height:3.8496125rem;top:8.6689453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #iTMHVzI2lLTq5V57oFSgaMZqvHqCTKkt { width:18.9375rem;height:8.3964875rem;top:13.130859375rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVNxTktnqdymUwzWgSnJZQGo7UZqT5AO { width:20rem;height:6.5454545454545rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSo8HV8hoITwCPk3bzcnJlKFzoMrXb84 { width:20rem;height:6.5625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPsqmoPKhGiDKpBawWAZ2VTBmP0qZasn { width:19.375rem;height:50.37890625rem;top:42.6162109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BscMOAqAwXVLPmyBUnKPqRfDb9c8dqkU { width:4.125rem;height:0.0625rem;top:25.76708984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8iLVgzQ1ugZNptXlLgPu1UcQAmmCtK1 { width:14.875rem;height:2.798825rem;top:24.3984375rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNzKBwA3lQfLURXJtBDZw9advWuA6py3 { width:20rem;height:5.25rem;top:116.39208984375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8f9BA4lZ3iALD0WBSVuSq7ECnvzTouw { width:15.625rem;height:6.9970625rem;top:106.82421875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hon3fFDsTfExvbTfsgohDfxZfARipS8J { width:20rem;height:10.7905rem;top:93.84228515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRLaBu8qMtfJvvMd2GHH40RPN2fi3B72 { width:20rem;height:15.9805rem;top:27.82275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnBrlTuOJU0DSPQL9bBML3aiKl9dWBNL { width:20rem;height:12.565880721221rem;top:167.155125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bPxTu11GCeosfeWbBn0X0oF7x4CnUANl { width:15.25rem;height:12.375rem;top:26.61767578125rem;left:2.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CoOGO95HOigkWda5cN3pp3OT9IBTd8eZ { width:20rem;height:13.317875rem;top:192.22998046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qdr7M96ButT74H1a6HM5tu5Sh5IJzt0K { width:20rem;height:10.9614375rem;top:196.564453125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRWQCPXrXXg9WOuBFNq2sxsLsheU5l3c { width:20rem;height:11.0635rem;top:198.50048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJUuLeqsG3yFbNSHdFLzIGpqWyttwxFu { width:20rem;height:11.0635rem;top:210.626953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7nD8MpQ6J1Ubq6kacD8eDVD1gPB7exp { width:20rem;height:10.985507246377rem;top:194.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkJ7c3sQQofT4AC4POMHTSTfPskcDgsf { width:20rem;height:11.1005625rem;top:3.775390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZGVZz69crbK9EoWaQ3rSWxTgfpx7UPO { width:20rem;height:11.100702576112rem;top:206.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0rG15tJCu7MCI5o1gfTs50LTSfnfT3g { width:20rem;height:11.1005625rem;top:202.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IheOLKcqTUZrybS6MRNiRdQUgu8V06ae { width:20rem;height:11.1005625rem;top:203.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9Goif0pVRwTgtFbW2pbADkDmII3c9aR { width:20rem;height:11.1005625rem;top:200.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e56uzTkQnhxSJ6l1IQ7tp7OAmG1lXRrl { width:20rem;height:11.1005625rem;top:197rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BbLEQFBrVi7SGydtbxPWNlUpKnulQRxc { width:20rem;height:11.100125rem;top:116.39208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVJByNNZMpTtupv4oHlUUz4De8nV2cB8 { width:20rem;height:10.9863125rem;top:197rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZfokzCNvIyAi5M1gIDigCcUvnT67LA6 { width:12.4375rem;height:6.875rem;top:6.255859375rem;left:7.5625rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #d2gLQCEiKB6DEgsOpbk568Gl1TMQnHNu { width:15.75rem;height:8.6875rem;top:6.25048828125rem;left:0rem;z-index:15143;display:block; }
 }@media only screen and (max-width: 763px) { #Ti2TRCxsm6OTDsufmsv5iIsUhwgPqMBa { width:15.25rem;height:12.375rem;top:31.3662109375rem;left:2.375rem;overflow:hidden;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #fsPNFGkHtL1Vpa7LVc6FAX1nUUqxzxEb { width:15.25rem;height:12.375rem;top:92.375rem;left:2.375rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #pIDBT2i2xM0v5CCTWn00295Ucg3ThwFF { width:15.25rem;height:12.375rem;top:95.75rem;left:2.375rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #B2U9e9mVKEbAEchocCTeeM8TQGUwmCUs { width:18.3125rem;height:13.9375rem;top:93.63720703125rem;left:0.84375rem;z-index:15077;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r0eyxIi1KLGIEK0HQ1oehkTT1fcDrVRG { width:10.625rem;height:7.8125rem;top:117.375rem;left:0rem;z-index:15148;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C8z9DZITuN7qu6vqC0knPHvRniRTMfpp { width:8.9375rem;height:6.5625rem;top:118rem;left:11.0625rem;z-index:15149;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HcH20zDbK9hCerLxg5tvtOSWJnAWTR1d { display:block; }#HcH20zDbK9hCerLxg5tvtOSWJnAWTR1d > .row .container { width:20rem;height:107.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5r0K4LSs2nrhALS2STr8LwTyWHxvAVB { width:17.9375rem;height:3.8496125rem;top:0rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTlRaK3QNhZn4D1ccreLIGf4beXRnRzt { width:0.0625rem;height:4.375rem;top:65.701171875rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWgxbyn16vxW9y6CwJVQCVLmdHOHkqB5 { width:17.125rem;height:0;top:71.888671875rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #Z77md3DheMZnFZu0QLpZw2yw9BK0K1Hl { width:17.875rem;height:18.19236875rem;top:4.75rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTL3zUAg8eAapT39gqaAGanpqcX0e96n { width:18.3125rem;height:1.92480625rem;top:25.013671875rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6rOxXTUrl9Gf0CCJ6GOliObpUnTDRGo { width:18.5rem;height:34.9853375rem;top:28.8291015625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfFG7XPL92DtT7TDNytQqc2IkodZkGpV { width:19.0625rem;height:17.32325rem;top:71.888671875rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq06puJZOQnybleOSxTbKFbFpVNcAxvy { width:15.8125rem;height:3.8496125rem;top:97.65234375rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTT0s7IU7I6x2ziGrcm4gwqaJpuNFKLO { width:20rem;height:0;top:179.241921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqbxU8Bpmnv7ktPg7BmtdQt7c4PJg2DD { width:20rem;height:12.375rem;top:86.05419921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oStkqy6LvvGzQMJg2LVq6C8QbktrV6Kn { width:10.875rem;height:15.4375rem;top:86.001953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdytWyXLZoExiETHEoQJ0prhqkxii1CR { width:20rem;height:19.083333333333rem;top:5.9931640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sArskwGiOGyUhwJmCnRArghKXEwtgCA9 { width:20rem;height:19.083rem;top:31.1875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #uRXRDov1tE1mf2bABDRfGtkS6JQJGrbz { width:16.375rem;height:15.3125rem;top:83.125rem;left:0rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LqkNedPI3J85BoZONlRNKKzxgKsQ7feo { width:17.5625rem;height:4.19824375rem;top:102.064453125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #SzJqk8Pe1VBuTPFLXB8raTR4W2gX5OHd { display:block; }#SzJqk8Pe1VBuTPFLXB8raTR4W2gX5OHd > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsKInEDMCMkKaRnVCTTyEAsnx9lAbItI { width:8.75rem;height:0;top:3.1875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #yuHPPJGCKh53laToBTxXsA7rD9HxhJna { width:7.4375rem;height:0;top:2.625rem;left:10.75rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #cfa3DTgp2rRDL9amO6RbKbcDU2DEsqUm { width:6.75rem;height:0.125rem;top:3.7373046875rem;left:11.125rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #HtcwUfP2ydGCt2PadHTZP752IQqouyTK { width:8.125rem;height:0.0625rem;top:4.32958984375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reBSPwTW1Wo93NSB2haTBMPQLGsgHvwb { width:9.8125rem;height:2.798825rem;top:2.9609375rem;left:9.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evBA4w70hpT7KF6pDVaMt1w2BbCTvRZy { width:17.375rem;height:7.69921875rem;top:7.546875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHbGhXmDGaqMPtwpSSBqAxs9SNsqria0 { width:17.5rem;height:4.1982375rem;top:18.234375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwViGJlnvzpU0xdTRAE4OPOPhZFWLaLX { width:17.3125rem;height:3.5625rem;top:24.359375rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeK5KvBVZ962SgVLF9THKchhhgXVWSrk { display:block; }
 }@media only screen and (max-width: 763px) { #t7QnDqzzCTQ93ZPoqPXbhwBUwCh1qdRS { width:14.125rem;height:25.8125rem;top:2.046875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPglzQJzGL1mdKFcxDR67ZSqa8aqCMyI { display:block; }#HPglzQJzGL1mdKFcxDR67ZSqa8aqCMyI > .row .container { width:20rem;height:119.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAwOupMHAI1paAzi4uBpzM4it4vKzH72 { width:8.75rem;height:0;top:8.1875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #e6IOOwN05d2zFdSA88dcy7kReBZRsnVi { width:7.4375rem;height:2.3999rem;top:2.625rem;left:10.75rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #zQq2t8hPXychcgpqrVRxHSTUfP11x8V2 { width:6.75rem;height:0.125rem;top:179.4248046875rem;left:3.875rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #LzOSCaxvxHkTr5XT2gKUuwvqLDsqewTc { width:6.875rem;height:0.0625rem;top:3.04296875rem;left:0.625rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DIxoNkqVe88OuM7BHrmpVweiEP7gTEPN { width:11.8125rem;height:2.798825rem;top:1.67431640625rem;left:8.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOGsXrJp6RLyWGpoXmQaJZsIUH67vAzR { width:16.8125rem;height:3.375rem;top:69rem;left:3.1875rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #N7d0W6HQvwwh58ICLd9zpwG0EQXmr0gS { width:16.125rem;height:1.3994125rem;top:66.03125rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #TOtD3dGD6KecZvt4PLcf0ywdFyQWOOzt { width:18.75rem;height:0.0625rem;top:72.57321875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdnvzUwQTDcgs5bHRucrBxMdtoycrvgB { width:16.4375rem;height:2.798825rem;top:83.7646484375rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfqHgxAiBFIi34SZEcUUhQr3Erk8zlL4 { display:flex;width:1.1875rem;height:1.1875rem;top:66.13671875rem;left:2.75rem;z-index:15141; }
 }@media only screen and (max-width: 763px) { #opRetNC9gdKrgmZH90dOgdCftOZIpf5I { width:18.4375rem;height:3rem;top:90.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQDT3CMJSp7zl3i1fx1aU6IGtRsmQUhw { width:18.6875rem;height:3.6875rem;top:79.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPfc305Dhwy3AIfcX0fwLtAf6XWs9Q2T { width:20rem;height:1.3994125rem;top:77.0830078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAyBm0q4cGn54UOXQmANCCWok2zwQP82 { width:17.875rem;height:5.5625rem;top:82.125rem;left:2.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h0QvHgk9yT3v5Q8cOVJN1EaPdp9uT72K { width:18.0625rem;height:1.3994125rem;top:70.146484375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAbHWZHFmRbdfwDUB6xUdIGodRNPdHsZ { width:17.4375rem;height:3.4375rem;top:112.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UayZT7rwmD5iTFQwW9IeHb5WI8MrBV62 { width:18.3125rem;height:1.3994125rem;top:80.458984375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMbRdvppTINiLePHe63pBzH0lgCxbW38 { width:15.9375rem;height:4.875rem;top:108.375rem;left:3.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kx30H12Pbad2f7wuqvcNhdD3wIDHTaql { width:20rem;height:1.3994125rem;top:73.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu3fnQHRfhPyc9kf0ZnTlLF7b9uulBRh { width:10.8125rem;height:0.0625rem;top:83.7099375rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIFTBGIAt6ULazDOgnW4tZzTI4iT8dlO { width:10.8125rem;height:0.0625rem;top:121.15623125rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gckZuDI1l8pssOg3HrPvTuosLtpET6Dr { width:10.8125rem;height:0.0625rem;top:141.74119375rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jxv6iW79hDuCZL44z8JKrO2i2yTxbnxv { width:10.8125rem;height:0.0625rem;top:183.9609484375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #riU6bRXeW89EK1mVlyfUdhxPBaBSSdR3 { width:10.8125rem;height:0.0625rem;top:107.5204875rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N4h60Tu6ZIA7FppoIDX5SuwDi7lfJKGq { width:18.5rem;height:3.25rem;top:64.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTS3sF9q0Hh5khgSC7lHMmoxdTXqf2ob { width:18.0625rem;height:3.5625rem;top:72.3125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBG2u4magFVx4nk70EVt22urEl4qizMl { width:18.25rem;height:3.5rem;top:75.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuRQ4ahEgMkW1qsa1xNmdmy5JgD30nwd { width:18.8125rem;height:3.625rem;top:92.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO3B0ZakOpK6pI2qUPVUQNiKiQwfhO44 { width:20rem;height:3.482425rem;top:105.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmSbhXilB48RMKZvVT7VCcaTHNwEDmn8 { width:17.9375rem;height:5.5rem;top:99.9951171875rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R3KoxeWAl61bTVZ9pdL8XQITi15hIi8s { width:17.375rem;height:5.25rem;top:95.658203125rem;left:2rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X7IRIbxJOcoTGU3H28Z055Wzdx6DLJEb { width:17.625rem;height:2.798825rem;top:97.197265625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgyS1WbpWuWrg5zGqtrNlyMOkcpOmyTV { width:18rem;height:1.3994125rem;top:94.259765625rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG584u47d0LumR5WXXkW7v2iQHkF92a2 { width:13.4375rem;height:1.3994125rem;top:91.2587890625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL7M5QQDAiccM26KADNATfZzCCTTeO33 { width:17.3125rem;height:2.798825rem;top:101.787109375rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsNuRTs5LKQvTl1F40RHolcIyhKQHryC { width:18.1875rem;height:1.3994125rem;top:106.5302734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPgDEEHe54FM95ylMVozFWc3f4WO5WTS { width:20rem;height:2.798825rem;top:109.7841796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oczpoVDDMcGNlGzoxZNAmsxfrshxGbkd { width:13.0625rem;height:1.3994125rem;top:113.9951171875rem;left:3.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTAJHsLoXN9392rKOxvMt8aK5McnUG8p { width:12.875rem;height:0.0625rem;top:71.26071875rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTd51iPlzMge9gyRqpCFg3Zg0nAZ8Es6 { width:13rem;height:0.0625rem;top:170.30858125rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ST6wNecRT8IcrP7H19y7I20aU4DXxm2Q { width:13rem;height:0.0625rem;top:147.78611875rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLqVum18eLJ7TGsmo55BE6Wzy4XTRU8m { width:13rem;height:0.0625rem;top:140.42869375rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNCxzlVhP7ZX5uBTXocXSDAdiRd2hVQD { width:13rem;height:0.0625rem;top:85.0224375rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ra7DALMnzHTlMOSocZhIAGbsaTVXbAtf { width:13rem;height:0.0625rem;top:108.8329875rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOWqeLe9SFyNObOVVTdU5hq0WKIrr6gX { width:13rem;height:0.0625rem;top:82.3974375rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pk7JpSBCWxetc6JqATovFLvJDT6P4UuH { width:16.75rem;height:23.875rem;top:43.66796875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS8L4HiKrsi7d4S3ez3zSpg9kWoDMV1l { width:20rem;height:19.082568807339rem;top:39.916015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZrCAvWsPRhTiDxSwo0Hb4pAS6tSBMHl7 { width:18.5625rem;height:37.7842rem;top:5.8837890625rem;left:0.71875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF78zTcrGBKltVQdWub5EFUNDluU3sFc { width:20rem;height:19.082rem;top:51.97265625rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #UJqSlccwtNPJ19DUTgwxwIqCwop3fIwP { width:20rem;height:19.0810625rem;top:39.3125rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #w4c0A6D522STMfKnXPbzEVmQXMEfKaOB { top:61.875rem;left:10.75rem;width:0.0625rem;height:3.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #xKt8cQcgro244hvEcVyOZLBl1P9V7LrW { top:67.4296875rem;left:10.75rem;width:0.0625rem;height:2.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #E1JW3D0feauvTov15hwr6nvEbORw3QxK { top:71.544921875rem;left:10.75rem;width:0.0625rem;height:1.5rem;z-index:15143;display:block; }
 }@media only screen and (max-width: 763px) { #Um6mSeCV7A2Si2hZgaCQErfKL1rflqF9 { top:75.5439453125rem;left:10.75rem;width:0.0625rem;height:1.125rem;z-index:15144;display:block; }
 }@media only screen and (max-width: 763px) { #eGdkJRVv7iB4zUhETFCGxrFRVLAERRAc { top:79.125rem;left:10.75rem;width:0.0625rem;height:0.8125rem;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #z2MTzuT47z8Ao2qo0KZhNx1EXPyCmh5L { top:112.58203125rem;left:10.75rem;width:0.0625rem;height:1.0625rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #fQDVZDuhTGszX9VUtU2aXPCTJi8DvvT7 { top:82.25rem;left:10.75rem;width:0.0625rem;height:1.125rem;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #pPgpEVhM0ztniHopUWxo70eschoDJLdn { top:108.3125rem;left:10.75rem;width:0.0625rem;height:1.1875rem;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #Ql6q8kTgGJqNGlTC27ZfdHF2GeiRWtHE { top:104.8125rem;left:10.75rem;width:0.0625rem;height:1.375rem;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #bqbcCNUIUya3TsRktTzmS9eN2cdiauun { top:95.9375rem;left:10.75rem;width:0.0625rem;height:0.9375rem;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #tAKXviIVC3usn3r7vrtC5fviy7xidrOR { top:100.1875rem;left:10.75rem;width:0.0625rem;height:1.125rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #lDy6fOlom3hxPZcUUJ2lsP1rHxk58cUU { top:92.9375rem;left:10.75rem;width:0.0625rem;height:0.9375rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #ndJLGfil4N84g7FP28DXHdr6d9mRx8n4 { display:block; }#ndJLGfil4N84g7FP28DXHdr6d9mRx8n4 > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esIipHuwCbzdcztKwBg95SyBO6R4roie { width:4.8125rem;height:9rem;top:14.6123046875rem;left:1.53125rem;text-align:left;text-align-last:left;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7cEXkEqunDtLnBuaoP9IqImszVD6yQC { width:12.25rem;height:1.3994125rem;top:17.7109375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhkK8s9HzJcLcug6IsdOGrTZTNpH0cG4 { width:14.4375rem;height:2.3984375rem;top:27.80859375rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i762M4eNwsTkuIFfdyxLgqIXDIUhM3uK { width:6.6875rem;height:9rem;top:35.78515625rem;left:0rem;text-align:center;text-align-last:center;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1PLFRSomOmRF3vB4K2FrfDE8oL7XHAK { width:17.9375rem;height:3.59765625rem;top:30.4375rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #W85qd2cbaqgf1SvbP14GmeEaodRH6DID { width:15.3125rem;height:1.3994125rem;top:39.5859375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMO3rpR2c60WQMIAlV2PZssLebMkvAZA { width:17.0625rem;height:8.39453125rem;top:49.3251953125rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz9dILUZStrr1i87DgTpCSVBICECDF6Q { width:15rem;height:0;top:64.6015625rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #Tz7Pw8xGAv6xOQcCz8GKlnqOHrxqbO2V { width:18rem;height:0;top:53.40234375rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15020;color:rgba(var(--color-tertiary-4),1);display:none; }
 }@media only screen and (max-width: 763px) { #TPF10OoAQT9QaOmQy35BCn1lkQquxz1C { width:20rem;height:30.2841875rem;top:17.7109375rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #PIQrhCEiQ8JAgWrlFX1OcIJHGpTG2vZ4 { width:20rem;height:30.285714285714rem;top:3.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uC5VCyXb8POxelF7MW75V55xeEe2ENtt { width:4.875rem;height:0.0625rem;top:2.6435546875rem;left:0rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #c5tP5gJ060rDRE4xzcLapNnfMEbERDMc { width:13rem;height:5.59765625rem;top:1.986328125rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #rT38FZ7TP67Vz13F7EsAFOOWuxEKQpyT { width:13.75rem;height:2.3984375rem;top:9.4169921875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZK0nSq5HD9BgaCBnXCIbvsOtByiBF5yd { width:14.75rem;height:2.798825rem;top:11.8154296875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #f93gpw1ys5UNGS5uMgQTJbH8kqNZvkiR { width:20rem;height:11.209rem;top:17.7109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8lPWJHcsDT4nN8oUboKtKfZ01S9SOso { width:20rem;height:11.193375rem;top:39.5859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFPrBaqP1w4iDO6T2m6kRbA3Ef7RsFMB { display:block; }#yFPrBaqP1w4iDO6T2m6kRbA3Ef7RsFMB > .row .container { width:20rem;height:492.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emJUZMgUxplh9GImlWwVRTQ0BtNAw5yJ { width:8.75rem;height:1.2246125rem;top:3.1875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #G2XZ82RJAaPpbWUltxkbbPGTeBVdMnz6 { width:7.4375rem;height:2.3999rem;top:2.625rem;left:10.75rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #thbFfK0oNM9DtCcX5Rd4xgebTepTFVaN { width:6.75rem;height:0.125rem;top:496.0546875rem;left:5rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #d31KqVktW8BDNCHvTcOPWGrFUzE6Q4b9 { width:8.125rem;height:0.0625rem;top:116.694328125rem;left:-1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPKTlf4W8EidHg7DIGsBBczRoDDafkiB { width:13.4375rem;height:4.19824375rem;top:2.625rem;left:6rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2TWisfQXgydDme6txy3vTchVZ0nLhtO { width:20rem;height:20.099625rem;top:6.8232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkSeTTP6kqiEhgqQ23Kgy1IMyRynQRge { width:18.4375rem;height:10.25rem;top:18.9375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHeKH87ddNNOKTrZyKcJ51EWe0hrrTuf { width:16.9375rem;height:9.4375rem;top:30.3125rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRoeRed49MFIl6tFuLdmped9vWOPZbI6 { width:13.125rem;height:7.25rem;top:17.125rem;left:6.761029411765rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExtyZVMRbMZBsLRF3EkTBqxpwbLTl1IZ { width:19.875rem;height:18.9375rem;top:10.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcMWD8a1QyD3S74z48W05IpUsLa5IN7X { width:13.8125rem;height:11.8125rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DotK5GUJfVvdcc0mPsMDzONi84SwhyTB { width:14.25rem;height:7.875rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcmaynvyhNORNKCDQlRX0eGZSwkn92vr { width:18.875rem;height:13.191375rem;top:27.5478515625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9fZ1ddBaRrvArOEJUALv27MpLOxhkwQ { width:20rem;height:17.8193125rem;top:49.1181640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnPx1XTozicl3p5GFLZNlCEhd7sWRKdG { width:16.875rem;height:2.798825rem;top:64.826171875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipXUoT9tuEWKnLSeeAdpc9cL59L5TuxK { width:19.0625rem;height:19.5918125rem;top:68.2333984375rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H73lxhvQcKC2TIiyEWtil820clTGMBH0 { width:20rem;height:1.3994125rem;top:43.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nz6Ac9kLvtQ6AqpSxNPhBMT83F3OBlVW { width:15.375rem;height:4.5rem;top:48.6015625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JTgTQ8RpoqJoCDwPSuFKA2QsNGmF8ka5 { width:18.5625rem;height:12.9375rem;top:47.7265625rem;left:1.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I3UWQTK4Z8DfIh92RW8OdlXpFbwhUc78 { width:13.0625rem;height:1.3994125rem;top:45.6015625rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k3Q5Wvzdlw5JOniTdMu3berDOG7lmQ4q { display:flex;width:1.1875rem;height:1.1875rem;top:45.5625rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #aiwgAdgbJwvGxZm2iWvQziyFi6ngEATq { width:15.125rem;height:1.5625rem;top:45.48828125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stCDswwTbJi5dBooCDwHHwa7S6DCliZJ { width:20rem;height:14.44925rem;top:145.546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkF3AXJceWCCLdrI2gzUxgPp4Ac3Asyf { width:20rem;height:11.9873125rem;top:191.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMVWbwxcDX3KaNvov1HhEHuTvT8KWn55 { width:18.9375rem;height:27.9882875rem;top:159.99609375rem;left:0.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SHhPZn2XU5gfRGkKd27pT1X7EfDoKtMy { width:20rem;height:12.5761875rem;top:194.421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBVJV1vnIgTD4TK73HXLGxUoyLXG4Bc1 { width:20rem;height:11.98825rem;top:143.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAOOFHlHk77PQ0axzdA7aH0gyQAS39rT { width:20rem;height:12.7305rem;top:424.6513671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXOQJfQRQJyf50NAuVVyI5ynZ6Pww5Rg { width:20rem;height:13.82425rem;top:345.6064453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2Fk7h3Ib0RgTpeSEzeLHXmB5AGc2lKX { width:19.875rem;height:51.625rem;top:90.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqDHM21yAF2xsqGRRir5MgbTkEmQ9SWI { width:17.625rem;height:18.668rem;top:113.0625rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#ZqDHM21yAF2xsqGRRir5MgbTkEmQ9SWI li:before{  }
 }@media only screen and (max-width: 763px) { #M6m92T1zvpfe3mQcFxT6WHTsuL3RVt6L { width:20rem;height:12.40725rem;top:253.056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUiCTOKUOI6ZhSaTmWB1Pe1P5p0bGMZa { width:20rem;height:11.94925rem;top:250.4013671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNzhcRzEXodNlzGCmA1KeohCP8DwSezR { width:20rem;height:1.3994125rem;top:91.1640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ONSktnda8sVuwoRlSO500dbM3iTgT4pA { width:17.5rem;height:19.442375rem;top:93.2802734375rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#ONSktnda8sVuwoRlSO500dbM3iTgT4pA li:before{  }
 }@media only screen and (max-width: 763px) { #RqBFpNcav0FQxm42uHAdkVCl5ooi1RAG { width:16.8125rem;height:1.3994125rem;top:138.8125rem;left:1.59375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K1RDa76Iyu4Lbh14RANSSyC9sUJC8TZl { width:17.125rem;height:3.0625rem;top:134.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocTn4XJW8wK4vPEWgEqA3xqHz4Zi2Dx6 { width:17.375rem;height:1.625rem;top:138.63671875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF5ooi3PqTMNs3rPpmkbpXNx7vFo6coR { width:16.9375rem;height:2.798825rem;top:135.1142578125rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZDis2easoo6KOHnVi3iqfqSLLkqz74Az { width:8.375rem;height:1.6875rem;top:132.875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI5eP5pDfpqAUBwz9CPfNRtUsPAW94gz { width:14.25rem;height:1.3994125rem;top:133.08203125rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #FURXT1BbrPUEERaIvJAJX8E8y7qIoXg8 { width:20rem;height:3.298825rem;top:145.546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLd6qoOomLzvDF7BmETvnQDPBA7c9ZPP { width:18.5rem;height:4.94824375rem;top:190.9521484375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOmyFSWsSs02gtRQKNUO2TXIdo1WJh8m { width:18.1875rem;height:1.6494125rem;top:252.494140625rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ffc8xVFKtl7A5HKssSLm6E9BJuyMcy { width:20rem;height:3.298825rem;top:343.8134765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikldcaByEtV7wrAXlVMlVnnuSPrNTSGm { width:16.4375rem;height:3.298825rem;top:422.791015625rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMSCb476CshGQ8qsvX9B2M7SSxHIKulR { width:20rem;height:11.9658125rem;top:343.0166015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcrE9kdqazBSQQ52Xnr2LCZJq69b6NiT { width:20rem;height:11.98825rem;top:420.9697265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4XEpPBFBndXrk6qRsnpCwTBv2NJmD5P { width:19.125rem;height:41.98236875rem;top:207.8759765625rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ObTZbWEh70TCBfMleL6Ruozt0FpfkKE4 { width:18.9375rem;height:32.186525rem;top:266.421875rem;left:0.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7od6p6E4PvbMUJRhma6NEaTT5pPLMJv { width:19.875rem;height:20.0625rem;top:178.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJJ1cryG7kTX7nJlRv909GXwJ3hMdd5M { width:17.25rem;height:37.7841875rem;top:301.5068359375rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #peDvpBCyRh8ILnvFXDWpBlyrwGerDp0S { width:18.6875rem;height:40.58295625rem;top:359.4306640625rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0W2wtTJ1SdKZsQzlLS359nFv9dAmMRx { width:17.0625rem;height:15.75rem;top:402.0625rem;left:1.46875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGH3pQmDfOohygN4ZVfEfVUXxR1u6GQS { width:19.875rem;height:11.9375rem;top:228.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fydz8RRqm52kxr1EJ6JsXQqUTpeknzKH { width:18.1875rem;height:29.38770625rem;top:437.9580078125rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNS6D6gHWhUID5eVI1AqTU5JNnSNMzD6 { width:19.875rem;height:11.9375rem;top:265.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q2gysJGO9nDTiGmAPGXO1ClOLASeMlaO { width:16.875rem;height:18.375rem;top:469.09375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #la0a15a3qDeJoGlvtcatux9qu7CMgpDL { width:4.875rem;height:0.0625rem;top:3.1875rem;left:0rem;z-index:15052;background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #G3sT697bxr6Qt1ZH6mFmKdA6wlME1xUH { width:18.3125rem;height:39.8125rem;top:300.5048828125rem;left:0.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Tpy165Eci8Rv2fo1pag8gQdv83pATT4u { width:18.3125rem;height:18.125rem;top:400.8125rem;left:0.78125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #QOBF8gCzhUIKBsrRehpThIPKTXTo01W3 { width:18.3125rem;height:20.4375rem;top:468.3125rem;left:0.78125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KqZANWQ5HBNuFrqssM854M2QDC5Umwzo { background-color:#000000;background-image:none;display:block; }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo > .row .container { background-color: transparent; background-image: none; }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo > .row .container > .video-iframe-container { display: none; }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo > .row > .video-iframe-container { display: none; }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo > .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); }#KqZANWQ5HBNuFrqssM854M2QDC5Umwzo > .row .container { width:20rem;height:342.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH54efM3gTwGH6b8TZviLRADOwksEhpt { width:12.6875rem;height:13.125rem;top:85.125rem;left:7.3125rem;z-index:15214;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ir55kX2neHGgz1P7V23bmnRs01kNiz6O { width:14.5625rem;height:15.0625rem;top:266.9482421875rem;left:2.71875rem;z-index:15006;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kbyNBAUcArQZmFoM3F5iGxVIz8r0neSa { width:16.3125rem;height:7.625rem;top:177.3125rem;left:0rem;z-index:15178;display:block; }
 }@media only screen and (max-width: 763px) { #OBBdu7qMmzzGblWmG2vGb6deUUZa4h57 { width:12.3125rem;height:1.19921875rem;top:43.26171875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15193;display:block; }
 }@media only screen and (max-width: 763px) { #pdaD7wKPBw5nJIxOSdNKem6qwsk1KQoU { width:17.3125rem;height:1.19921875rem;top:20.625rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6GoiUmMIgxHTUZDZy0ZDRuXgTnfR5XB { width:15.875rem;height:2.3984375rem;top:59.75rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opEmSlseTr7NzmVTOQq7cHO4vPKUd7ER { width:10.4375rem;height:1.19921875rem;top:121.5625rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15195;display:block; }
 }@media only screen and (max-width: 763px) { #TsEXhk08U6E7G07uCEJioQiQSJb2BSzC { width:11.25rem;height:1.19921875rem;top:85.125rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6PLvq9JlEtVQeu2o3giTzVbZKS0mK0I { width:12.375rem;height:2.3984375rem;top:99.1875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8MmqmFTs9coydzvs1c9Jduk7PTflWD6 { width:13rem;height:3.59765625rem;top:136.625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiB96qX7cs0IhslwF7i5pigGk6MntTOB { width:9.125rem;height:1.19921875rem;top:161.3125rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8fHmtCecU63tqaGy8bbaiAoN9HMEhwo { width:12.4375rem;height:2.3984375rem;top:262.2060546875rem;left:3.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfAUSJb4NX6uvkUAP4GWOmWqLatGk5JV { width:18.75rem;height:10.375rem;top:339.5302734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Si2zi8TqqbcOTqloI8UicZQ99QuLtoNJ { width:10.75rem;height:1.19921875rem;top:286.904296875rem;left:2.78125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpd2KHJai5WfGLVTH6qOKDaJdv4UP5pz { width:20rem;height:1.19921875rem;top:176.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5QKCfFAoeRwd0CT6gbH2dgiU2rA8N02 { width:11.6875rem;height:1.19921875rem;top:199.375rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uotSEnyD3AQVCIRGxZDWrww9PRaQHqgw { width:14.125rem;height:2.3984375rem;top:216.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS0BCd7xqG45PA8ledWfCo42Z6MNLOMi { width:14.8125rem;height:19.59178125rem;top:265.970703125rem;left:2.59375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QkDEn8CtDL2H3a8bBiDh0SdXt3vwnf7x { width:15.375rem;height:25.18943125rem;top:220rem;left:2.65625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SCV02AxJX9PT6uFxXTzAkU4xOfysXVJy { width:8.6875rem;height:1.19921875rem;top:245.1884765625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCICe274VqEMFUkAJLpCfPqqID1t0sTF { width:9.6875rem;height:10.8125rem;top:11.1962890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MzSybLcKWbRMftZ6FMnF0c1J7gBMg7So { width:18.1875rem;height:6.99706875rem;top:0.982421875rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHiqQu8WJrG0sZsOToOcp0tWN746L7zg { width:8.125rem;height:0;top:137.53125rem;left:0.375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15186;display:none; }
 }@media only screen and (max-width: 763px) { #NseuGK5fKypgAHxCsu45roZFL6rtKcdB { width:12.25rem;height:0;top:341.6319rem;left:3.875rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15103;font-family:bw-vivant;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-1),1);display:none; }
 }@media only screen and (max-width: 763px) { #Na0yTOX2TrAUttkyCv5HC1gadKMDXxpr { width:12.6875rem;height:13.125rem;top:243.260775rem;left:3.625rem;z-index:14973;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OZPu0F4SUNsbxUgzwNMqEx0r6r90HeDM { width:12.6875rem;height:13.125rem;top:201.8125rem;left:7.3125rem;z-index:15216;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kEs5NqfaPtSEgGRrwUkRnA4HNv10yMIi { width:12.6875rem;height:13.125rem;top:214.510775rem;left:3.625rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vV1fXctHrEwnikqDa3L2FK4uDNq591Js { width:12.6875rem;height:13.125rem;top:200.135775rem;left:3.625rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Kl49T03pV0UTrTkV5MdOiEKozmUFoGG4 { width:12.6875rem;height:13.125rem;top:161.3125rem;left:7.3125rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LtCXTyyW6pqGPg91vZQ6DSqI1pbQsHd2 { width:12.6875rem;height:13.125rem;top:277.6357421875rem;left:6.03125rem;z-index:15011;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #z3Ll1TQ6R2EUQOfW32WWkdLnlKFsE7wg { width:12.6875rem;height:13.125rem;top:274.5rem;left:3.65625rem;z-index:15012;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #log5z0LTW5XhmaXBOdc8cTrdBh9nKJLn { width:12.6875rem;height:13.125rem;top:122.75rem;left:0rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UbSDTLiJR1WtW4Lzz7iRT4fQwUCoPmTx { width:12.6875rem;height:13.125rem;top:6.125rem;left:7.3125rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XmSw7zdJwBZHHmLpVmbvUtgt8IqP3OPL { width:11.125rem;height:11.5625rem;top:45.6875rem;left:0rem;z-index:15212;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FTgtCMCVgzJeI2syT4Tm0dgkIORGPgy7 { width:15.0625rem;height:9.125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p17EVMw41wztG9E9FIsHphb7JRboB1TW { width:16.125rem;height:14.25rem;top:47.125rem;left:3.625rem;z-index:15213;display:block; }
 }@media only screen and (max-width: 763px) { #VL83FgfueXw7kVc0fyXTGhlyCCEaDtNU { width:16.625rem;height:10.5rem;top:126.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixs2MTO4bnKmxKDEuciKq8CiXhIHE98g { width:17.1875rem;height:10.25rem;top:250.1669921875rem;left:2.8125rem;z-index:15220;display:block; }
 }@media only screen and (max-width: 763px) { #saHKDuzNC1ML0SR6zhp7xE5WoihXMhuS { width:15.75rem;height:9.125rem;top:205.375rem;left:0rem;z-index:15217;display:block; }
 }@media only screen and (max-width: 763px) { #AttaAsOTNKS3CeVHmaq9zS9fQ2dFPzwa { width:20rem;height:22.376811594203rem;top:62.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkO0hPmFVqUqCVDk44LDCfUSReuBxcnq { width:20rem;height:22.378048780488rem;top:168.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7IiTpk9ss2biMGbpfWm8BFicLQ6rSoF { width:20rem;height:22.42774566474rem;top:88.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PpNv5nJcrmg9XUxTdnnrJ1MrnVXdGWXR { width:20rem;height:22.507462686567rem;top:35.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KoRzlxyPpRhw9inguJT093omss753SJH { width:19.75rem;height:22.0625rem;top:113.6875rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwCBRSCuFpGLHTOJI91bugPu1kWqg7Io { width:19.6875rem;height:22rem;top:140.25rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQ7OI0OFnQg57SmVxAEOL0p10Xa1AOTH { width:19.875rem;height:20.875rem;top:172.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UoC3e3zkZDLKfyc97RAJZpXllpPzSe9O { width:17.3125rem;height:34.0625rem;top:12.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkGeyWrBdw2u4XyvqhNqixmJZxzdisIT { width:16.0625rem;height:19.5917875rem;top:22.8466796875rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E8F1btMvJUEwAv8MCuCMIz84D5WMMKze { width:19.875rem;height:24.375rem;top:39.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pi1Bq3N4rAlyT6XT9AG41cWW0TZxCrN7 { width:16rem;height:20.99119375rem;top:63.375rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qBEqtAB12zCafaoHnmA9Tayu1HaVL1ci { width:19.875rem;height:22.75rem;top:67.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppiwOOIH3dg5z6Fum58vAAZlctNatHxS { width:15.4375rem;height:18.192375rem;top:102.75rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NMLCMmVwnagmArUVAhmTRwTPUNhMn3Do { width:19.875rem;height:21.8125rem;top:93.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TL4iDkSVFXZa0BghkzXWp8bARGcTBzPA { width:15.625rem;height:19.5917875rem;top:141.0625rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b5zZ0XHQWOJPBHEoL75wZh68bAqXNxoM { width:19.875rem;height:22.75rem;top:118.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RA9ZwzAF0q4VGtJ7SQuOTrqMAT0TdzZL { width:15.6875rem;height:19.59178125rem;top:178.9375rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #baDy9neHThBgsWUgpA7xbXQsDdx8tNrx { width:15.125rem;height:9.5625rem;top:88.625rem;left:0rem;z-index:15215;display:block; }
 }@media only screen and (max-width: 763px) { #bxF43xpJffrQrFgT3wmsNuHmnw6fTAyT { width:16.375rem;height:9.875rem;top:165.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKIJSPgwXTfC3MRikgX5q9BeJw33SHhO { width:19.875rem;height:25.8125rem;top:143.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sdd2FtBcxTHR4gCPlBVxhTp2pDEztGsF { width:16.75rem;height:19.5917875rem;top:293.375rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTVbGGMLygOx2DS3gCtGkDLOP21OCnv2 { width:20rem;height:22.378048780488rem;top:192.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JSw2ZNvkGs50u63rCoNsvsHVll3rieTw { width:20rem;height:5.59765625rem;top:315.7841796875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLLBv4Zugbw1AkbFz23M55bsnEx66X59 { width:10.875rem;height:2.25rem;top:323.4443359375rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL19Mh4w4S0521SenVlJiNfQRRzwh7vc { width:12.3125rem;height:0.0625rem;top:324.5380859375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqLNMU86f9b9zfW1EaevbJlyEIDmMHCP { width:17.9375rem;height:4.19824375rem;top:327.25rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QmRWCXaxa8lRCkBzKPeBn6DLGzChAC8E { width:12.6875rem;height:1.875rem;top:332.0625rem;left:3.65625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh1eLsNacgfDrAOQ7ZruFK6840KtHFC0 { width:17.1875rem;height:3.5625rem;top:334.875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXZKr0WIHBwqsIqb4qbX0gf02HlSTRQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #z2K4tJhaBWpn7WQfv3mQfCDS7eIWenfE { width:17.3125rem;height:34.75rem;top:52.5625rem;left:0.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #uWsJFzlACbsiR9aXKqzsra34G9qWpFUS { width:17.3125rem;height:32.5625rem;top:91.8125rem;left:1.3125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #tvLZv4cKwFUs6lbSgN2ba2H805Pvp201 { width:17.3125rem;height:34.3125rem;top:129.5rem;left:1.3125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #r4amcGsufOGfnkE5bkqK0g4wfX2FH5Wa { width:17.3125rem;height:34.3125rem;top:168.375rem;left:1.3125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #eiQ1cXibcraf9PSRAAcZicMMwtRaR2TT { width:17.3125rem;height:40.1875rem;top:207.875rem;left:1.3125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #QKPuSRn0y7qE0TNMxD8hsc888wVAReNz { width:17.3125rem;height:35.75rem;top:253.5rem;left:1.28125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #PT6vLL9tZH4cMHPbgdRzHs6ZoZTtXfUb { width:10.4375rem;height:10.8125rem;top:247.3544921875rem;left:0rem;z-index:15219;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JHioZkQlUPIrM6TWbQrSHSewTsL7Wy0l { display:block; }#JHioZkQlUPIrM6TWbQrSHSewTsL7Wy0l > .row .container { width:20rem;height:261.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EP76sAPPlmqT37nHt4V3nIC5pa4lcw5n { width:18.125rem;height:11.125rem;top:22.3369140625rem;left:0.9375rem;z-index:15035;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hCJx8q4WWFHCxgpQqErDm2tHXwLpS6K6 { top:20.5625rem;left:0rem;width:20rem;height:11.25rem;z-index:15034;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #DAakuwLkqphOTF7Fo9fTiRDDuF2xdvFe { top:3.3125rem;left:0rem;width:20rem;height:11.25rem;z-index:15002;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #qV6vPonFbsqefCy07xRdwRdArHblh3LA { width:15.0625rem;height:4rem;top:7.39453125rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2MqovRTPlfwa7pRSomRdGhCOoIvLLdG { width:16.875rem;height:27.9375rem;top:2.5625rem;left:0rem;z-index:15049;display:none; }
 }@media only screen and (max-width: 763px) { #SNz3Sk4agy1f2M1SXJgRdri6pmdV7eCA { width:18.8125rem;height:3.298825rem;top:12.14453125rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOMsNFRdXxBhFU3sOGAHDf57mTrkNeDr { width:17.125rem;height:1.5rem;top:16.875rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #Freqwq0TZfrTwoQmTwvGOE3UygB9twtm { width:16.125rem;height:1.6875rem;top:16.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMzTdEg9VMJzeiKCZp7kELWR30TCKAiT { width:4.9375rem;height:1.5rem;top:19.3125rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #MAlo4KW1iPWZE84OsVIzst4OgRQKGN0O { width:11.5rem;height:1.5rem;top:21.9375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #IeAL0hfD0TrpHyoM5Tc1RlKEw4eiA9AZ { width:7.8125rem;height:1.5rem;top:19.3125rem;left:9rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #JAd8tflwRcLsEmssZyW395DCPd86nzbc { display:flex;width:0.8125rem;height:0.8125rem;top:19.625rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #Tw5Bh8XqfcoXHIUEN8HI6UTaAuiAq78P { width:3.3125rem;height:7.25rem;top:0.20703125rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R695CfMStCcdkTrEJBHnacNH9mHa1QGs { width:18.0625rem;height:16rem;top:25.2529296875rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2WKGp1FlJG9lT8y0SAZ3pFn6d5teq0l { width:20rem;height:14.1875rem;top:24.3193359375rem;left:0rem;z-index:15076;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nlFc3B0uq05g4HpQU5mAobJU1e6e8cVF { width:20rem;height:15.1875rem;top:37.875rem;left:0rem;z-index:15075;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nFuiVrHzKWIPRRc0ylnH1kSWdszTfUJH { width:12.875rem;height:19.5rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwMUWT9cpxwU7DivKv2kOTKuRR5VlKwG { width:16.3125rem;height:1.6875rem;top:19.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PioKD1ZB2SToydCcHtSOTl2hNa4hB88Q { width:16.3125rem;height:1.6875rem;top:21.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnnNU3md73LuliSlc4qZgJLRMGBrckfT { width:14.0625rem;height:6.5rem;top:51.529296875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6CVFZJtZGPu83vKqILlSEaZeTiG5VsJ { width:18.5rem;height:33.5625rem;top:220.8154296875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1eihxIvCAhNSqKFrdQRRvIXI5aSccxM { width:14.75rem;height:22.3125rem;top:57.966796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTsb2hz65qrzIq0D2nviFW2eiukKMUnL { width:10.5rem;height:6.875rem;top:44.716796875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMUOhHcpa6sQZ3rxOuydEMzkkmnbw5yc { width:13.75rem;height:20.6875rem;top:105.966796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEAx68dzJdhL1yTil9P2EEl0breWwpmN { width:20rem;height:30.25rem;top:117.75rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #sdo8XosV95uTZAn6snlA26Qp1yxwqKkg { width:17.0625rem;height:25.6875rem;top:80.279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVnuporNnnHJkygVDWUUXRAT42TTfxZP { width:20rem;height:13.3193125rem;top:95.154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW8GlfTTdyMHiJkaONxUMRNvqtT1IX2n { width:12.5625rem;height:19.1875rem;top:57.966796875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8apRXEVdCf4BhE0M3SKJevs02T5mwCU { width:20rem;height:30.337875rem;top:186.6611328125rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #FepSkEJAskslyUXXsMLBb1JI5Mh0h8mD { width:20rem;height:30.03025rem;top:141.25rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #LCTBTLrkqVzxRFPWcQFmpm4O4lG952Hq { width:9.75rem;height:14.875rem;top:80.279296875rem;left:10.358146067416rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Nv1KrlkNMhrdEEgSADXDqkiDLSh5P3 { width:20rem;height:30.3125rem;top:163.5986328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUu9zK5sKka0MDoQCpyWGP00sb6sFlci { width:14.4375rem;height:9.4375rem;top:70.841796875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTrUhAoT1dcuJ5Wyl4PEqF39bOIv3Lyw { width:9.6875rem;height:14.75rem;top:108.47265625rem;left:10.3125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #J0ZVNJXbOSLJXVvJGgy8EWww1tatlf8U { width:20rem;height:12.1113125rem;top:31.7041015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWuaQ9h9Ke48xgxSRW9TInkFOiHhdBpV { width:20rem;height:12.5605625rem;top:51.529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfNpswt4nRLATBc8OHIAm3ZcRe3Wvh8O { width:18.6875rem;height:41.25rem;top:219.8125rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #q6aI3fEoRVvXNnfbKCztMnLtW6TUlzwW { display:none; }#q6aI3fEoRVvXNnfbKCztMnLtW6TUlzwW > .row .container { width:20rem;height:6rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l9JsHvnFtXdiPHRTzVWLHARRU8UmhosB { width:18.125rem;height:11.125rem;top:22.3369140625rem;left:0.9375rem;z-index:15035;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #pxAPfMWaDJyKcqiRZSzoLyJWp0FIOu5b { top:20.5625rem;left:0rem;width:20rem;height:11.25rem;z-index:15034;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #reybSBiISiDt9nVftRwvlcwe54lOtU1d { top:3.3125rem;left:0rem;width:20rem;height:11.25rem;z-index:15002;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #piNXcaUZEFzm1coE0FMHhmL1FxFl36v4 { width:16.875rem;height:27.9375rem;top:2.5625rem;left:0rem;z-index:15049;display:none; }
 }@media only screen and (max-width: 763px) { #BEdlgvai9ZzByE4spoDfLFlpklBuUBHz { width:20rem;height:0;top:56.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ze5zDWlLST36VHEb5Swec4od0XqQhp3H { width:20rem;height:14.1875rem;top:24.3193359375rem;left:0rem;z-index:15076;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #g5DVdshTtwzVTGk0VX7VTr9kNCDmig7S { width:20rem;height:15.1875rem;top:37.875rem;left:0rem;z-index:15075;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oRWu0sIZJzTcwwESvIFaN6zh68VOB8Ia { width:17.375rem;height:31.625rem;top:93.125rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4kZZZ4UVQ0DGGTRNiFAqX9LK3S38tSF { width:20rem;height:16.538969616909rem;top:126rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVEuJFd2yNJCWrtB3KJlcgt8ieJrSD3T { width:20rem;height:16.538969616909rem;top:143.7885625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9952d5cc-411f-486a-9662-ba1e72fad2eb/XMEDIALNEREWOLUCJE2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi.adaptive-delivery-prevent-bg, #aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi.lazyload, #aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi.lazyloading { background-image: none; }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi > .row .container { background-color: transparent; background-image: none; }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi > .row .container > .video-iframe-container { display: none; }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.9); }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi > .row > .video-iframe-container { display: none; }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi > .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); }#aQGAgk96DTmaTEbx7ffkatGIE0WTD8gi > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvnTFuqhfS3qb4gA3ZNdJUvuFLpnyZA2 { width:10.875rem;height:3.8994125rem;top:2.3125rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7mPQdEG3HQyuuGURrqfZszDmnnHFDJO { width:12.25rem;height:15rem;top:20.9599609375rem;left:3.875rem;z-index:15005;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wumv05QguOAJxrV4u2JF8rvmtKdTnpUi { width:17.9375rem;height:21.8125rem;top:0rem;left:1.03125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DVGGf4QocaSysX3yldlU4aG1wZpw5m5A { width:9.1875rem;height:11.25rem;top:43.607421875rem;left:5.40625rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Ch4V25wSXta5HRCTrXzdZNxwr2ZnFa7T { width:9.25rem;height:11.3125rem;top:56.919921875rem;left:5.375rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TssRakmShmynTSTG7hzECGQz7s47s2oI { width:9.6875rem;height:11.875rem;top:68.951171875rem;left:5.15625rem;z-index:15009;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MruQpcea62AVTFEbuxPJCvRvAosEhcin { width:9.9375rem;height:12.125rem;top:80.826171875rem;left:5.03125rem;z-index:15010;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #PSHsMJmDCNb7AsTODdZtSWho57uEc7OM { width:9.6875rem;height:11.8125rem;top:91.732421875rem;left:5.15625rem;z-index:15011;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #X2zT9noa0DmHSXBRwfR3JHw9qH55p19U { width:10.9375rem;height:13.3125rem;top:103.544921875rem;left:4.53125rem;z-index:15012;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UcQsSTNPNvksvRTrcFxxflLfv84hnVoP { width:11.4375rem;height:13.9375rem;top:116.0185546875rem;left:4.28125rem;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #PODxbZxXKDQc8dUG9nk3dp50MHaCGhmZ { width:12.125rem;height:14.8125rem;top:128.5498046875rem;left:3.9375rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #IK07AoCZiVJfrX4T8b1P4kIRlwN1ZmMb { width:12.25rem;height:14.9375rem;top:141.7998046875rem;left:3.875rem;z-index:15015;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #tIahTX9iLtsR7t1gJLnSVI3GhQoovgzw { width:11.375rem;height:13.875rem;top:155.7373046875rem;left:4.3125rem;z-index:15016;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SOR2sB11uuyHwcZ8eVgfzsiCNGDzefVL { width:15.625rem;height:3.5625rem;top:25.2099609375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG13TfZLKv5X4G0rswHt7ZvUaBAl0Wzg { display:block; }
 }@media only screen and (max-width: 763px) { #g9nT3a590pBqCxTtyhBy3GwTNgnsUStG { width:15.3125rem;height:10.0625rem;top:11.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0KCiKavJQAU5ZBTpfhw4JkGTbIGsCyT { width:20rem;height:12.8300625rem;top:10.396484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/020eba68-d1b3-4aba-9567-6699f292c5b7/REWOLUCJE033.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0.adaptive-delivery-prevent-bg, #mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0.lazyload, #mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0.lazyloading { background-image: none; }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 > .row .container { background-color: transparent; background-image: none; }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,1,1,0.8); }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 > .row .container > .video-iframe-container { display: none; }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,1,1,0.8); }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 > .row > .video-iframe-container { display: none; }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 > .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); }#mOu1XMXMeRZZHmJzW39A2HF6DvpFFUq0 > .row .container { width:20rem;height:85.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcJa1r18RMAohkB6xN8Kk4plIaTxhQMc { width:11rem;height:8.3965rem;top:16.5986328125rem;left:1.6875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #oNe61B8nulaEeUHkqUAuZrcdBXrLIotV { width:18.75rem;height:18.75rem;top:60.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6cgO33LKnQbb4TTuTtJFOXd0epCVDKX { width:11.6875rem;height:5.59765625rem;top:27.5302734375rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ryTliIlZmC4zImqXIcHSWcAuQaVXACTx { width:12.375rem;height:8.3965rem;top:35.5791015625rem;left:1rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #CLBObyJUBQhd12FQy1ExzeIL4npWJWig { width:7.5rem;height:13.875rem;top:4.0986328125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6lx8VRsvM6VVHg8TfyTFW2zryN7XCJw { width:7.5rem;height:13.875rem;top:23.3916015625rem;left:0.625rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #KwNCu8sEB0U66WEQHoHg0HmEzOV26KK2 { width:7.5rem;height:13.875rem;top:32.83984375rem;left:12.5rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #Wo5IpU5LJdDtpX4UAO6B1VFGnI9US3hD { width:7.5rem;height:13.875rem;top:42.5859375rem;left:1rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #gKOIvqygaeifZz1PwWI35XEHVvlK7Rpg { top:38.5625rem;left:1.15625rem;width:17.6875rem;height:19.75rem;z-index:15008;background-color:rgba(0,0,0,0.35);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #UShvRQq66ectgUtuDLJeHQLli4viAe0c { top:38.625rem;left:1.15625rem;width:17.6875rem;height:19.75rem;z-index:15009;background-color:rgba(0,0,0,0.35);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #UBELGJaEyxQGsLKnO9VNgRl2KiSdPmr2 { top:60.5625rem;left:1.15625rem;width:17.6875rem;height:18.3125rem;z-index:15010;background-color:rgba(0,0,0,0.35);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #AV5UyK7wONJn173m3No48T3BfzT9O4uP { top:82.375rem;left:1.15625rem;width:17.6875rem;height:27.1875rem;z-index:15011;background-color:rgba(0,0,0,0.35);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #tL1dPy7Np7qBKKAZTzWCBKTzKur2wMP6 { top:113.1875rem;left:1.15625rem;width:18rem;height:24.25rem;z-index:15012;background-color:rgba(0,0,0,0.35);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ybRgNuCNHKoUEb6N11PXqie6JZOVvBMO { width:7.5rem;height:13.875rem;top:51.59765625rem;left:11.75rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #TMb6plxKvxJ6nrDdV0tAJ4fOD4P1UT6v { width:20rem;height:0;top:1.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2iisTZNqbWdxEshkqyLDmPxRAXleu1 { width:20rem;height:1.3994125rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBozvdpKBfyKqTfMB67L8W4gzG3LO8G4 { width:20rem;height:1.92480625rem;top:3.1484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5BdE4GAlgSyPKy25OWC89iAMB5HKwW2 { width:10.1875rem;height:4.19824375rem;top:8.9365234375rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D7zyni3eO520PZ59rTHdHMNugnOKqsbQ { width:11.25rem;height:5.59765625rem;top:55.736328125rem;left:1.5625rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #d5q3Z7937236kqPQNmS3qPEoLARsBguy { width:9.25rem;height:17.0625rem;top:193.544925rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIH10coEOZu1xQSmzVu964CsSXDuBWLX { width:11.4375rem;height:5.59765625rem;top:74.0517578125rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qmtaHBKbZencXKSpCAro9xXWpQcl7XR4 { width:9.25rem;height:17.0625rem;top:67.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqPrdcA0yryRt6nlpcRQ2U7FoQMvIyK0 { width:8.9375rem;height:16.5625rem;top:110.4375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #alwXmuhG0n6LgrVeruayEg30qwm9z23H { width:9.25rem;height:17.0625rem;top:58.939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4ytHSXleLAzcTlwL8sOiR6PQJyTJfZ5 { width:9.25rem;height:17.0625rem;top:107.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kafQEZMk3kxirOo1Ld2wwedxWCopROmC { width:7.8125rem;height:14.5rem;top:13.546875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcMa8oQHf9PuiIOWpcWPTTUidpXIP4VE { width:11.6875rem;height:6.9970625rem;top:63.97265625rem;left:8.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dAOvWvOAzL8aPDyITFu9huiXPM2nmJkc { width:9.25rem;height:17.0625rem;top:92.125rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkTaWJqcQ7cvJEZOzWr5Xn1yzwQJIOvd { width:11.9375rem;height:5.59765625rem;top:46.71484375rem;left:8.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FepKq5TvObFs9TkRCpn7myhORlDo1nN5 { width:9.25rem;height:17.0625rem;top:126.625rem;left:3.375rem;z-index:15091;display:none; }
 }@media only screen and (max-width: 763px) { #TlXuRVCrKEZW5K27GuU3NCiBZVU9xn8L { display:block; }#TlXuRVCrKEZW5K27GuU3NCiBZVU9xn8L > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5125aDJGTTmuRiltaZwdgkf8IBGCTnD { width:17.5625rem;height:4.125rem;top:2.94140625rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Fsk7FXTxm8kkMrfzTHZdVV2w7zvXbL72 { width:17.5rem;height:29.3876875rem;top:9rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9xdQVLWN4Ki07gs2SriG25Bzn04cx21 { width:0.0625rem;height:29.125rem;top:9rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR0rWaZPpGaPZXuPTfXzhUxI2RDvZQe6 { width:20rem;height:36.0215rem;top:5.0400390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDvDVNd96TJFkUQOtTlBB35G9APcU2Xs { width:15.9375rem;height:3.5625rem;top:40rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Cqmcs2obvG7xn8SK9WTWWDIaq1UcoH { display:block; }
 }@media only screen and (max-width: 763px) { #hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ba73c64-f6ca-44a7-a95b-4ecef256274a/REWOLUCJE147.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB.adaptive-delivery-prevent-bg, #hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB.lazyload, #hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB.lazyloading { background-image: none; }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB > .row .container { background-color: transparent; background-image: none; }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB > .row .container > .video-iframe-container { display: none; }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB > .row > .video-iframe-container { display: none; }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB > .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); }#hTxnpZCdv97QnuUdiLQxrSxJJR0Hr6xB > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlB09rpT7wDnnLoEkOqPSysU2JXJtJNb { width:20rem;height:5.59765rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzmdhRegTJpneO6nssoKEea0wOcAzNRw { width:17.375rem;height:15.3984375rem;top:11.01953125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7bESHzyhKKvBTIo0AKTE4QTgRCcqbgO { width:17.3125rem;height:6.125rem;top:129.72265625rem;left:0.6875rem;overflow:hidden;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #UQVVIoFFZ2fulHK5dNB0HbuqveWSG4PH { width:18.125rem;height:6.9970625rem;top:28.58203125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlfmmkkgzDQJroZ79lq6B9s6Fglk2RWT { display:block; }#OlfmmkkgzDQJroZ79lq6B9s6Fglk2RWT > .row .container { width:20rem;height:108.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdPk8geiFetHRZuTyJ2ezvL6I5eskG7h { width:20rem;height:0;top:4.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwELx4O9d3gTvNnvyrps28oogcT8pxF0 { width:13.4375rem;height:15rem;top:107.9375rem;left:0.625rem;z-index:15006;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #eJhUBp5NTHfnvQDy32QL00Gh5ANROJfF { width:13.4375rem;height:9.875rem;top:115.25rem;left:4.96875rem;z-index:15098;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #RTuAH13C7Xnnpny70wVFo3WVLPfg2rvS { width:19.8125rem;height:54rem;top:31.1875rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #deELFTsr7rl19Dl6edmT0QH1f6RBypmd { width:18.9375rem;height:27rem;top:1.875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIdhGkcgrUmRJd9RzHgff3QOHArh3yWS { width:15.875rem;height:3.5625rem;top:101.0625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR8KuVPk8dxXfIBtlhmQ7SzFhgDSASlz { display:block; }
 }@media only screen and (max-width: 763px) { #Vxq0ayvldVXTeFEO7oPoz0oqWxETKJvT { width:12.6875rem;height:1.3994125rem;top:86.625rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqV4wm2duwet2T5nRUp79yHTBrHyxneB { width:10.875rem;height:2.25rem;top:88.8125rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4gqDTCRTiSiudT1MBzxQC2nhNke6X8r { width:12.3125rem;height:0.0625rem;top:89.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG01reoB49sdUdc3AnC9ROVm87dxli78 { width:16.5rem;height:4.19824375rem;top:92.625rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fkbuq3LnoeoPkM2LSZBq8wrILNM1oJPT { width:9rem;height:1.875rem;top:97.6875rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvSl4lWNqXcrQrNT1Ic3rFM036gEsN7x { width:20rem;height:9.7333333333333rem;top:11.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTOyvoq3rkfnbMQWMPh5zWobgN4TC1KF { width:16.3125rem;height:3.59765625rem;top:31.2744140625rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llkIbvXLRVA22NvkCDolJX3RQQXlHy9o { width:17.125rem;height:2.3984375rem;top:60.8125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbyagPd4KKTi6HtQ0iQB9cfBJBaSelma { width:17.9375rem;height:21.63675rem;top:35.9921875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#xbyagPd4KKTi6HtQ0iQB9cfBJBaSelma li:before{  }
 }@media only screen and (max-width: 763px) { #ApCC6BbXcgzJiOTrvUA8bUKRTFwKbicw { width:17.8125rem;height:19.8125rem;top:64.625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#ApCC6BbXcgzJiOTrvUA8bUKRTFwKbicw li:before{  }
 }@media only screen and (max-width: 763px) { #cRwXQIWuN8QaEQlBQrgTSeAaZFoyEwyd { display:block; }#cRwXQIWuN8QaEQlBQrgTSeAaZFoyEwyd > .row .container { width:20rem;height:104.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZgCy4ZcoTbDbstyJ7V5Ft9i5RGk79Q1 { width:20rem;height:35.7998125rem;top:14.625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bnUn5SzaiNZh4riTy7FvTETi09dQ6dws { width:20rem;height:35.7998125rem;top:43.375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Wf0MMI8cJ4qCLp8xmnXCNdunhtEhsHQI { width:12.625rem;height:24.875rem;top:9.4375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIpT8DqMu4Q36Hh2tXsPTAKwTe0VKQm0 { width:12.8125rem;height:24.875rem;top:41.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd39M0xmfOo2EhfqHXTWLqWLBbyaigtX { width:18.875rem;height:3.8496125rem;top:4.1728515625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoeqQHdHsTnv2u5xmzOFl4RxzHiFppAK { width:20rem;height:11.0498125rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLR3N4pGDVEHMuOICRTbCW9GGQnuKUGr { width:20rem;height:11.0088125rem;top:60.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBO5euBWCED6FkBePSAydvgtu0emQcid { width:11.0625rem;height:20.1875rem;top:11.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GATgVANQweZlhudP9AHTp0dwAdZbcgxx { width:11.0625rem;height:20.1875rem;top:44.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFIAgSRHZ5Zz362igJyaRMT1tiT0Rosz { width:9.875rem;height:2.798825rem;top:35.1875rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NkAMm4EiK2TyvAXu01DcpB8amTG7niTe { width:11.0625rem;height:2.798825rem;top:67.5rem;left:4.46875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J9NTBNR9QGtt37EQGiynbZKZSFu4yoc4 { width:20rem;height:35.7998125rem;top:68.380859375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WPbGDAlLyxfOm2aVAp9RnmFWDpToViUN { width:20rem;height:35.7998125rem;top:129.8740234375rem;left:0rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #z0LMe5RWgR5KpqXOHTNDkytauA0KLPA3 { width:12.1875rem;height:24.3125rem;top:73.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTmH0iadB1yvlXBamo207IJRwPX6ngQs { width:11.1875rem;height:2.798825rem;top:98.75rem;left:4.84375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tq0Rc709Xkd5wzfkNBtLWUk82tH63icO { width:20rem;height:10.8505625rem;top:92.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFkOiPoO3q25QXyE5wc9DrVDmg48sGAB { width:10.125rem;height:19.0625rem;top:76.75rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNsXSKpcAOxwfiMEPKQ1J8ab1RMMxfV5 { width:20rem;height:0;top:98.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #HNTSNOvJ4s9AcvUA2e2NTNOFr0x3NqTP { width:20rem;height:1.2246125rem;top:2.322265625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .row .container { background-color: transparent; background-image: none; }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .row .container > .video-iframe-container { display: none; }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .row > .video-iframe-container { display: none; }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .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); }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .row .container { border-width: 0; border-radius: 0; }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dov8fntsHBOcu2hh9ckkE3kbiS6Vqh08 > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnxFPPzsrIR6OzRUWzzb8WnzkD5gZmCs { width:18.6875rem;height:33.75rem;top:33.28125rem;left:0.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #LdiGe2h6pDztxwZyvbc9T8MswMMn0TCU { width:14rem;height:4.375rem;top:3.2119140625rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #GxE3nReT1BsXndTVOkknyOW9A96a3MAw { top:12.6875rem;left:8.8125rem;width:0.0625rem;height:46.5625rem;z-index:15042;background-color:#e3e3e3;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #hoxvemhPP6plER0J5uGKbw2SBD8EmkvB { width:11.75rem;height:0;top:101.87501525879rem;left:1.7187501192093rem;text-align:right;text-align-last:right;font-size:1.6875rem;z-index:15026;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #iZwQdRu1RlImV7EsmZQJi5SUNCMZFWtZ { width:17.5625rem;height:0;top:61.830078125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15027;font-family:bw-vivant;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #bSFsWthTRsnnQwMS40I8HdTThqZBHu33 { width:8.9375rem;height:1.3125rem;top:30.375rem;left:9.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;z-index:15049;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #PdClbpDRuVW9zSGnxkeNWOoen3pPTKPx { display:flex;width:1.25rem;height:1.25rem;top:30.40625rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #tRRMMEZTg1trhWJWiZTtwQdpV00ky0V3 { width:17.125rem;height:0;top:2.5888671875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #GKKEnTWQt8diTnw5IIVgMR55PW1gfRgz { width:18.0625rem;height:0;top:4.7763671875rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15048;display:none; }
 }@media only screen and (max-width: 763px) { #E2gLI3hizqCeU1WdbDPmZLbT3CBRF0aM { width:18.6875rem;height:25.5625rem;top:8.8359375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTN5RIKBRnbWVFWOJeia0ncSUPuhgEKX { width:20rem;height:5.5625rem;top:28.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuDKDBPxIJFwA2W5PADBAnJTxD9ChiT0 { top:32.71875rem;left:15.8125rem;width:4.1875rem;height:2.625rem;z-index:15050;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZoDT9HBKQiEkCaBSH1OlSFTVDTqpZfEx { top:32.71875rem;left:15.8125rem;width:4.1875rem;height:2.625rem;z-index:15051;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HF0T5VUGHIi4H67vmlfdid2OEli9yerI { top:32.71875rem;left:14.3125rem;width:4.1875rem;height:2.625rem;z-index:15052;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hu1IWJvsBLbpbkxrv9ouN2lLXoUGAiCg { top:32.71875rem;left:0rem;width:4.1875rem;height:2.625rem;z-index:15052;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JmvbfvJ5FCpCZQ8qTU2u5m1NinDw4IyN { top:32.71875rem;left:0rem;width:4.1875rem;height:2.625rem;z-index:15053;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yMsl0lRagewUmz9955NfuN3O29zhL8xs { top:32.71875rem;left:0rem;width:3.3125rem;height:2.625rem;z-index:15054;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RxKZBpXnv8l0mPREEmbyypBuAU7KhGzg { width:19.6875rem;height:4.5625rem;top:65.4453125rem;left:0rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #ubyWkOWletTUPWdBT9KvhMgwxvdMHkof { width:20rem;height:10.9550625rem;top:29.6328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucSzSp47ZXDLkLTJtgfnEfX0weWJRx6N { display:block; }#ucSzSp47ZXDLkLTJtgfnEfX0weWJRx6N > .row .container { width:20rem;height:225.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaIBzmbnKteAW6cvf2lLD3ORyUJ9NTMp { width:20rem;height:2.1875rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1TUg8JqteIqwsgypDMvRDWfSLNSEvu2 { width:15.125rem;height:15.125rem;top:27.787109375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJoMkfP7iWQk9qTSAgXNOMoUCQqNcQWV { width:16.0625rem;height:16.0625rem;top:16.537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLKabnXkKugkdDWa98O928GSHTQaoUpT { width:13.9375rem;height:22.625rem;top:41.2998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idpywqzFTavGQImBE0iRRmvLvyo7D9eX { width:8.75rem;height:20rem;top:94.787109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IL98XTkuBZhAmdbrobn3dtoeAXXKGrau { width:14.9375rem;height:14.75rem;top:64.849609375rem;left:4.2277843601896rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KT60yP0Pku28r4KapSniSdcRL5AiAa2b { width:14.875rem;height:20.625rem;top:81.349609375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kvQxlc7r2wfikMfKuzZstteaiJyUl6tT { width:16.625rem;height:30rem;top:65.849609375rem;left:3.375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #dCw39mNoDkCFyNCTwuZxB8qCUZBe0cID { width:17.25rem;height:12.125rem;top:6.099609375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6wrTPGIvsxeMM0xbs2G0ALsTKdGfUN1 { width:17.0625rem;height:16.1875rem;top:120.89453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEt80km0ifUtumfCg5GaIKKvPXAAfT7i { width:19.3125rem;height:35rem;top:178.0537109375rem;left:0.58263500931096rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKv1g06BISoaJTBxHkmlTl3T8a9nOuvl { width:15.25rem;height:27.4375rem;top:97.0146484375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7CERznnDhPbWWbZr2fUVQw6MkPN2sCb { width:14.875rem;height:26.8125rem;top:132.716796875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gidPcUEmaMmQn5Qxorh6lF4EQ4FCpqHp { width:15.125rem;height:30.875rem;top:152.9619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #be4JqHgbiezDRH6OxRUQuQH8GbDEIkaT { width:20rem;height:14.396551724138rem;top:209.72265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTtg7AqlL3tg82HTLsD0toq0LLhpPc7B { display:block; }#NTtg7AqlL3tg82HTLsD0toq0LLhpPc7B > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVePHTXaHJrTvDbEp3tzp8r8Qgn1TJXP { width:16.75rem;height:9.624rem;top:6.75rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnzDKNn9Abm4yNRl9XmBOzV1FK3F8FGa { width:18.75rem;height:2.5996125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD8TXzygWZfsLJmgnxPEHZ0z5n7egVTQ { width:0.0625rem;height:6.25rem;top:18.625rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5IhqDnzZluKVam9PyVgX9oOv7HF55KL { width:18.75rem;height:9.098625rem;top:26.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKpJMRTZZQ8mrr6NUImyOUgKSGIXTR84 { width:18.75rem;height:0;top:8.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #tWdXNTs9yaqL9rBGnWcgnNWKqOhRTrlT { width:15.8125rem;height:3.5625rem;top:53.4716796875rem;left:2.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3RLxV2iQlwS0XCHdAOZGzeufTnrcTW3 { display:block; }
 }@media only screen and (max-width: 763px) { #GJ014vTOvrGtHKJLZBae3wRvWR8QIDPJ { width:14.25rem;height:14.3125rem;top:36.9716796875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWsRHM1dJoakRKSiQh4GhIpwdCSXXEqm { width:9.375rem;height:2.25rem;top:60.0966796875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwfApbpaTzkioQeTySfQrdPWRdCFUUfK { display:block; }#KwfApbpaTzkioQeTySfQrdPWRdCFUUfK > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvQtWg3sA5XxKKbSDSCeutuBkGIWuHi5 { width:19.1875rem;height:2.2734375rem;top:1.875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrB0kug7aTRAvqEIXzFKiG6xbNkgkh5P { width:20rem;height:1.3125rem;top:18.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kb3oG2I9lT44LTqIgCkiWqIkLHh0aZDq { width:20rem;height:9.09375rem;top:7rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }