.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Oswald";--paragraphs-font-family:"Oswald"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ea6509e-eec8-4013-a687-a37721d2262d/bg_night_02_blik.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#G01U3F9TZf85fNawHVOShJ55H7ahg8OP { position:relative;display:block; }#G01U3F9TZf85fNawHVOShJ55H7ahg8OP { background-color: transparent; background-image: none; }#G01U3F9TZf85fNawHVOShJ55H7ahg8OP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G01U3F9TZf85fNawHVOShJ55H7ahg8OP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G01U3F9TZf85fNawHVOShJ55H7ahg8OP > .row .container > .video-iframe-container { display: none; }#G01U3F9TZf85fNawHVOShJ55H7ahg8OP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G01U3F9TZf85fNawHVOShJ55H7ahg8OP > .row > .video-iframe-container { display: none; }#G01U3F9TZf85fNawHVOShJ55H7ahg8OP > .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); }#G01U3F9TZf85fNawHVOShJ55H7ahg8OP { border-width: 0; border-radius: 0; }#G01U3F9TZf85fNawHVOShJ55H7ahg8OP > .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; }#G01U3F9TZf85fNawHVOShJ55H7ahg8OP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;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; }#gqKAtW2fyKPswi2K2hLJxWOE28TJwWv6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:27.6875rem;top:0.8125rem;left:23.65625rem;overflow:hidden;display:block; }
#KkwDylRz1pfcCNfW8bsthB4WMKQJp88u { position:relative;display:block; }#KkwDylRz1pfcCNfW8bsthB4WMKQJp88u { background-color: transparent; background-image: none; }#KkwDylRz1pfcCNfW8bsthB4WMKQJp88u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkwDylRz1pfcCNfW8bsthB4WMKQJp88u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkwDylRz1pfcCNfW8bsthB4WMKQJp88u > .row .container > .video-iframe-container { display: none; }#KkwDylRz1pfcCNfW8bsthB4WMKQJp88u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkwDylRz1pfcCNfW8bsthB4WMKQJp88u > .row > .video-iframe-container { display: none; }#KkwDylRz1pfcCNfW8bsthB4WMKQJp88u > .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); }#KkwDylRz1pfcCNfW8bsthB4WMKQJp88u { border-width: 0; border-radius: 0; }#KkwDylRz1pfcCNfW8bsthB4WMKQJp88u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KkwDylRz1pfcCNfW8bsthB4WMKQJp88u > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uNZFS3vuopekE5rwl667rwkEA3CyVTF0 { 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:13.3125rem;width:26.0625rem;top:1.6947917938232rem;left:1.8125rem;overflow:hidden;display:block; }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1a3484;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.69rem;padding-right:0.60875rem;padding-bottom:0.69rem;padding-left:0.60875rem;display:block;align-items:center;width:3.653125rem;min-width:3.653125rem;height:3.70875rem;position:relative;font-family:var(--headlines-font-family);font-size:2.76rem;font-weight:700;line-height:59.34px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left: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; }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.43125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.870625rem;height:1.46625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.035rem;font-weight:400;line-height:23.46px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.5rem;height:6.98625rem;padding-top:0.8625rem;padding-right:0.87rem;padding-bottom:0.8625rem;padding-left:0.87rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:16.86279296875rem;left:43.6298828125rem;z-index:15004; }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #absrRmZzF14XZfFdz5ZqxGPXqHgobVed { display:flex;position:relative;top:0rem;left:0rem; }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #WDIfvoUaT9ZA3iUetJ3cNCrkdG6Zizge { width:auto; }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #bmMobxLOTc2qnNd8EBHVNDyrVcwRTMSd {  }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #PUvpvhZaTmFTb5iS0Km7zVPxegHB14CT { display:flex;position:relative;top:0rem;left:0rem; }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #V1D47iSuJ8t5ThTXvpr4KgmzSgOO2hE7 {  }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #cSckVC6lbOOE7BKhhVR2o9207xTLdc06 {  }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #M38Acy3FV3u305ewJCdAg44mcl9QDg9K { display:flex;position:relative;top:0rem;left:0rem; }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #T1GJUESWKsJlSVcQTHiCf3foNxSVdeGq {  }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #a1yTG7Hno9SVXyExSlNzT7OzOKcCxBu5 {  }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #w4RsXvxxxXNOZEm1dFLlSRHEegxMnuxr { display:flex;position:relative;top:0rem;left:0rem; }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #rFFnKu4c0xnsCQ5NMp82CQkSKizVodSO {  }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #WTIPZcCxEKIBk7FKnHagnNvorHwJI0JR {  }
#o1XI6MfK6sT8HJ7cf0F1mBW84znIRGTM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:31.0625rem;top:7.1630859375rem;left:40.71875rem;overflow:hidden;display:block; }
#eXMQNrFa0fa0vO7Z9ALmpINxfUWheflN { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.796875rem;left:39.468746185302rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#NS4v22rThUlqQEh0wRSsGaJscFESkgwV { color:rgba(var(--color-tertiary-0),1);display:block;width:37.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4443359375rem;left:37.5rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#TiK3pyVhsb7lVxyf7ntPw2zLrEJxHgzZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:18.75rem;top:16.5625rem;left:1.8125rem;overflow:hidden;display:block; }
#DEcJ3HTEO1ZgigvctTDz2B4pvhQ0s5Rf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#DEcJ3HTEO1ZgigvctTDz2B4pvhQ0s5Rf > .row .container { background-color: transparent; background-image: none; }#DEcJ3HTEO1ZgigvctTDz2B4pvhQ0s5Rf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEcJ3HTEO1ZgigvctTDz2B4pvhQ0s5Rf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEcJ3HTEO1ZgigvctTDz2B4pvhQ0s5Rf > .row .container > .video-iframe-container { display: none; }#DEcJ3HTEO1ZgigvctTDz2B4pvhQ0s5Rf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEcJ3HTEO1ZgigvctTDz2B4pvhQ0s5Rf > .row > .video-iframe-container { display: none; }#DEcJ3HTEO1ZgigvctTDz2B4pvhQ0s5Rf > .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); }#DEcJ3HTEO1ZgigvctTDz2B4pvhQ0s5Rf > .row .container { border-width: 0; border-radius: 0; }#DEcJ3HTEO1ZgigvctTDz2B4pvhQ0s5Rf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DEcJ3HTEO1ZgigvctTDz2B4pvhQ0s5Rf > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:block; }#AuHmTZP4cd5JbvCq0x2hiZ6TWo4TnGZ8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.125rem;width:26.25rem;top:22.8125rem;left:9.99560546875rem;overflow:hidden;display:block; }
#a8OyOM4iN3qFLDTdTpNLaFUKNnCJROrf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;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:45.0625rem;top:1.7353515625rem;left:34.923828125rem;overflow:hidden;display:block; }
#UDDfQ58v2DqmXqMQkO1QXS7MrlWWE4sm { 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:8.625rem;width:50rem;top:1.4447917938232rem;left:0.8125rem;overflow:hidden;display:block; }
#Ti3k1gFJddxXL12H4TyNTAI8yzvVTM3A { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.4375rem;width:35.4375rem;top:11.5rem;left:-12.5625rem;overflow:hidden;display:block; }
#cSlQH5mSpGwPyVM3aDJAyUhfRUBFtanX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:15.6875rem;left:24.70703125rem;overflow:hidden;display:block; }
#G301JtqnDZ3HXm9cv8JEgzg3isfTZXRN { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:31.5625rem;top:20.6875rem;left:52.6240234375rem;overflow:hidden;display:block; }
#t7Getz4rr69ZlTDTxXvFEmRetCrFa8Np { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002b60;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; }#t7Getz4rr69ZlTDTxXvFEmRetCrFa8Np > .row .container { background-color: transparent; background-image: none; }#t7Getz4rr69ZlTDTxXvFEmRetCrFa8Np::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7Getz4rr69ZlTDTxXvFEmRetCrFa8Np > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7Getz4rr69ZlTDTxXvFEmRetCrFa8Np > .row .container > .video-iframe-container { display: none; }#t7Getz4rr69ZlTDTxXvFEmRetCrFa8Np > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7Getz4rr69ZlTDTxXvFEmRetCrFa8Np > .row > .video-iframe-container { display: none; }#t7Getz4rr69ZlTDTxXvFEmRetCrFa8Np > .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); }#t7Getz4rr69ZlTDTxXvFEmRetCrFa8Np > .row .container { border-width: 0; border-radius: 0; }#t7Getz4rr69ZlTDTxXvFEmRetCrFa8Np > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t7Getz4rr69ZlTDTxXvFEmRetCrFa8Np > .row .container { font-size:0.875rem;font-family:arial;height:0.25rem;width:75rem;position:relative;display:block; }#OMTfrGL1p6dBgdlxO9WBQd58UgQ9JO8F { position:relative;display:block; }#OMTfrGL1p6dBgdlxO9WBQd58UgQ9JO8F { background-color: transparent; background-image: none; }#OMTfrGL1p6dBgdlxO9WBQd58UgQ9JO8F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMTfrGL1p6dBgdlxO9WBQd58UgQ9JO8F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMTfrGL1p6dBgdlxO9WBQd58UgQ9JO8F > .row .container > .video-iframe-container { display: none; }#OMTfrGL1p6dBgdlxO9WBQd58UgQ9JO8F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMTfrGL1p6dBgdlxO9WBQd58UgQ9JO8F > .row > .video-iframe-container { display: none; }#OMTfrGL1p6dBgdlxO9WBQd58UgQ9JO8F > .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); }#OMTfrGL1p6dBgdlxO9WBQd58UgQ9JO8F { border-width: 0; border-radius: 0; }#OMTfrGL1p6dBgdlxO9WBQd58UgQ9JO8F > .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; }#OMTfrGL1p6dBgdlxO9WBQd58UgQ9JO8F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.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; }#OqCIzEDe8wqfgMTkNEyhmaPISKJp7sOA { color:rgba(var(--color-tertiary-0),1);display:block;width:66.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.32187271118164rem;left:2.5rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#KxHWve4ZuT5aiwbICnwaps7KahxTRaps { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:1.953125rem;left:2.5rem;display:none; }
#MTkGQNUHEc5zpBpeoBoR9vCTpL7Bkg42 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:0.46666717529297rem;left:2.5rem;display:block; }
#ZOyt8egifGOzfZygbQ8xXTHSeF4wQiMd { position:relative;display:block; }#ZOyt8egifGOzfZygbQ8xXTHSeF4wQiMd { background-color: transparent; background-image: none; }#ZOyt8egifGOzfZygbQ8xXTHSeF4wQiMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOyt8egifGOzfZygbQ8xXTHSeF4wQiMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOyt8egifGOzfZygbQ8xXTHSeF4wQiMd > .row .container > .video-iframe-container { display: none; }#ZOyt8egifGOzfZygbQ8xXTHSeF4wQiMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOyt8egifGOzfZygbQ8xXTHSeF4wQiMd > .row > .video-iframe-container { display: none; }#ZOyt8egifGOzfZygbQ8xXTHSeF4wQiMd > .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); }#ZOyt8egifGOzfZygbQ8xXTHSeF4wQiMd { border-width: 0; border-radius: 0; }#ZOyt8egifGOzfZygbQ8xXTHSeF4wQiMd > .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; }#ZOyt8egifGOzfZygbQ8xXTHSeF4wQiMd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wBvTwQ8TKSAhhtXzifvITtsxw7CmhzOV { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.5367431640625E-7rem;left:20.71875rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#gRZvvsaC7xk9XCmWMhf6VWwsZzlNbxkF { position:relative;display:block; }#gRZvvsaC7xk9XCmWMhf6VWwsZzlNbxkF { background-color: transparent; background-image: none; }#gRZvvsaC7xk9XCmWMhf6VWwsZzlNbxkF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRZvvsaC7xk9XCmWMhf6VWwsZzlNbxkF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRZvvsaC7xk9XCmWMhf6VWwsZzlNbxkF > .row .container > .video-iframe-container { display: none; }#gRZvvsaC7xk9XCmWMhf6VWwsZzlNbxkF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRZvvsaC7xk9XCmWMhf6VWwsZzlNbxkF > .row > .video-iframe-container { display: none; }#gRZvvsaC7xk9XCmWMhf6VWwsZzlNbxkF > .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); }#gRZvvsaC7xk9XCmWMhf6VWwsZzlNbxkF { border-width: 0; border-radius: 0; }#gRZvvsaC7xk9XCmWMhf6VWwsZzlNbxkF > .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; }#gRZvvsaC7xk9XCmWMhf6VWwsZzlNbxkF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.75rem;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; }#BTo4vSy3amIxHKZIzIHgDDriaL2924eT { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.4375rem;left:26.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Tpq9MnCRWpVgD2A2ZgBhFCaTcZLiivTk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.5rem;left:7.5rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#QURfTlovGnRFdUwWTDneHeJRHAUxksqC { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3rem;left:7.5rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#WDRdw9nbXMXhx9xcTKw1AvN9714fuDw4 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3rem;left:26.25rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#IURhJOmWJBqy2ermUJpr4X82EaqwokSp { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.1875rem;left:26.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#uXuTs5Q9t8asbP70m9ttqg7SgiyuL1pR { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:7.5rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#i9GlseuQsrcb8dNS6tDndpVNcrM1n14t { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5rem;left:26.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IynXmuNHt3yutmCTElr7iFgmWHFEf2X7 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.6875028610231rem;left:7.5rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#g9TggxteN55EIbevIwRiUXceOv7Zxbtd { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.6875028610231rem;left:26.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DFKVJx9bEcaQCSCkH6Hz9ganv0aSmOCz { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.1874961853028rem;left:7.3125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#cKpK8zWitw92Sg4HmbTx5MCt4dJEd2n7 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:12.062502861023rem;left:7.5rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#KscR69kXlo5XxUMg9vQMBCNkC5nTX4vC { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.062502861023rem;left:26.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#z3cWSxNdBsPVM3TMu0QHzs5quMdDPo7T { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.312503814698rem;left:7.5rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#KH26CiH5DgtS2k0bVN2LV23Zpn3nGrfh { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.312503814698rem;left:26.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#kllZgbCXJF9AiT2UHVW8wRPqUSKLKtDc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.812503814698rem;left:7.5rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#uuKGhtfWwmAh1QRJkieeD4PUxTTP9Wlk { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.731252670288rem;left:26.1875rem;height:1.7875rem;text-align:left;text-align-last:left;display:block; }
#seUzFfhXNJHuBPNmgKaVQbkRT509cJBv { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:19.250003814698rem;left:7.5rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#O4GVsfT9rKPFX7tCipJTbuTDKuBaRsNc { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.250000953674rem;left:26.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#eT3T4tMTvkL7VPAfgyAZ9t1cXLLZQrTc { position:relative;display:block; }#eT3T4tMTvkL7VPAfgyAZ9t1cXLLZQrTc { background-color: transparent; background-image: none; }#eT3T4tMTvkL7VPAfgyAZ9t1cXLLZQrTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT3T4tMTvkL7VPAfgyAZ9t1cXLLZQrTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT3T4tMTvkL7VPAfgyAZ9t1cXLLZQrTc > .row .container > .video-iframe-container { display: none; }#eT3T4tMTvkL7VPAfgyAZ9t1cXLLZQrTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT3T4tMTvkL7VPAfgyAZ9t1cXLLZQrTc > .row > .video-iframe-container { display: none; }#eT3T4tMTvkL7VPAfgyAZ9t1cXLLZQrTc > .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); }#eT3T4tMTvkL7VPAfgyAZ9t1cXLLZQrTc { border-width: 0; border-radius: 0; }#eT3T4tMTvkL7VPAfgyAZ9t1cXLLZQrTc > .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; }#eT3T4tMTvkL7VPAfgyAZ9t1cXLLZQrTc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Bw2RpTVoVc0D2uGJQxkuRTTcyMUevD0O { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.5367431640625E-7rem;left:20.71875rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#GS0BIxfvH2azJQIB8saW1TgUnrh72lho { position:relative;display:block; }#GS0BIxfvH2azJQIB8saW1TgUnrh72lho { background-color: transparent; background-image: none; }#GS0BIxfvH2azJQIB8saW1TgUnrh72lho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GS0BIxfvH2azJQIB8saW1TgUnrh72lho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GS0BIxfvH2azJQIB8saW1TgUnrh72lho > .row .container > .video-iframe-container { display: none; }#GS0BIxfvH2azJQIB8saW1TgUnrh72lho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GS0BIxfvH2azJQIB8saW1TgUnrh72lho > .row > .video-iframe-container { display: none; }#GS0BIxfvH2azJQIB8saW1TgUnrh72lho > .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); }#GS0BIxfvH2azJQIB8saW1TgUnrh72lho { border-width: 0; border-radius: 0; }#GS0BIxfvH2azJQIB8saW1TgUnrh72lho > .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; }#GS0BIxfvH2azJQIB8saW1TgUnrh72lho > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#w9cmakBN8FukTZetUdT8iX9J72rCxbXk { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.4375rem;left:26.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#FU4SU4XzUd51bpW9dKatSZCrWdI09ZO5 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.5rem;left:7.5rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#HzPMDVt6wg9nL2sd6pcKkTWiJIN3TWvh { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8197917938233rem;left:7.5rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#gPw1x5boHezaPqAJ30X6b865VuSVkv7I { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.8822917938233rem;left:26.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#NCIxwNiOH1ETo2MCIM6Qqe8kDEt3ET5X { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.1250066757202rem;left:7.5rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#Um1USqO2zoTsSRKhuBikT591hgdCLmds { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.1062507629394rem;left:26.1875rem;height:1.7875rem;text-align:left;text-align-last:left;display:block; }
#f9eRg2VI1MNA9NTlCCaTEm2KeUyyZHvg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.4447984695438rem;left:7.5rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#ybqhZPe5QwOnWTEeUi1HZaBXDl1zvzz1 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.4447984695438rem;left:26.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#biRwL3VxUpHrW7SkbTHtXwOFWIPuPfJX { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:26.1875rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#rp6vEvLmTh31wGEnRIiPQfIzBlqmGGRN { position:relative;display:block; }#rp6vEvLmTh31wGEnRIiPQfIzBlqmGGRN { background-color: transparent; background-image: none; }#rp6vEvLmTh31wGEnRIiPQfIzBlqmGGRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6vEvLmTh31wGEnRIiPQfIzBlqmGGRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6vEvLmTh31wGEnRIiPQfIzBlqmGGRN > .row .container > .video-iframe-container { display: none; }#rp6vEvLmTh31wGEnRIiPQfIzBlqmGGRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rp6vEvLmTh31wGEnRIiPQfIzBlqmGGRN > .row > .video-iframe-container { display: none; }#rp6vEvLmTh31wGEnRIiPQfIzBlqmGGRN > .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); }#rp6vEvLmTh31wGEnRIiPQfIzBlqmGGRN { border-width: 0; border-radius: 0; }#rp6vEvLmTh31wGEnRIiPQfIzBlqmGGRN > .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; }#rp6vEvLmTh31wGEnRIiPQfIzBlqmGGRN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.4375rem;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; }#ZQ02gLdcaVIStfdtazPE6g6PhyVJx0uQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.375rem;left:2.5rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#sSBhczuy6h7z66H01Ku3q3gJrepqh2Ts { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:0.25rem;left:2.5rem;display:block; }
#aIZXbkzmssTtfazWRG5XAV4xCW74ZdIa { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:50.342708587646rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#NAMEgkB2IkkO9hsVTsZ3y405ln5CEudK { position:relative;display:block; }#NAMEgkB2IkkO9hsVTsZ3y405ln5CEudK { background-color: transparent; background-image: none; }#NAMEgkB2IkkO9hsVTsZ3y405ln5CEudK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAMEgkB2IkkO9hsVTsZ3y405ln5CEudK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAMEgkB2IkkO9hsVTsZ3y405ln5CEudK > .row .container > .video-iframe-container { display: none; }#NAMEgkB2IkkO9hsVTsZ3y405ln5CEudK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAMEgkB2IkkO9hsVTsZ3y405ln5CEudK > .row > .video-iframe-container { display: none; }#NAMEgkB2IkkO9hsVTsZ3y405ln5CEudK > .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); }#NAMEgkB2IkkO9hsVTsZ3y405ln5CEudK { border-width: 0; border-radius: 0; }#NAMEgkB2IkkO9hsVTsZ3y405ln5CEudK > .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; }#NAMEgkB2IkkO9hsVTsZ3y405ln5CEudK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:20.4375rem;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; }#moSu9OQqFuBq3n8whEowInUnz26PKd4i { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.375rem;left:4.0625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#Jqvt9OiRzi0F95l8JquqsTL8i343o7CX { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.125rem;left:4.0625rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#XRDMKpCTaJwVm1QM50Em3Nbc9z4K5lFD { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.375rem;left:25rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#G2tXxmxV00rUTBtN8a8BHHGcwbvGzFKX { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.125rem;left:27.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#KkDr0h83dcNqRRyepG1FffUiT51cmxGI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: none;height:15rem;width:15rem;top:0.81979179382325rem;left:4.78125rem;overflow:hidden;display:block; }
#dC3QTRdlTXb14ghuPa1wNcMpv4gpWx3P { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: none;height:15rem;width:15rem;top:0.8125rem;left:28.71875rem;overflow:hidden;display:block; }
#abtLV6LZTEncZrf4wZJ0QEewwVSZoB0A { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.375rem;left:50.188541412354rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#MqwqQ2ekF88X5gytTTcgJwQP8PPNV8OV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: none;height:15rem;width:15rem;top:0.8125rem;left:54.749996185302rem;overflow:hidden;display:block; }
#K5ekuyPREytqBaArZnIBDedl5AwIwT79 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.137498855591rem;left:53.281246185302rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#kodeMdW5CHqwbXWnrVcH9NzRv4lNoV0i { position:relative;display:block; }#kodeMdW5CHqwbXWnrVcH9NzRv4lNoV0i { background-color: transparent; background-image: none; }#kodeMdW5CHqwbXWnrVcH9NzRv4lNoV0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kodeMdW5CHqwbXWnrVcH9NzRv4lNoV0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kodeMdW5CHqwbXWnrVcH9NzRv4lNoV0i > .row .container > .video-iframe-container { display: none; }#kodeMdW5CHqwbXWnrVcH9NzRv4lNoV0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kodeMdW5CHqwbXWnrVcH9NzRv4lNoV0i > .row > .video-iframe-container { display: none; }#kodeMdW5CHqwbXWnrVcH9NzRv4lNoV0i > .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); }#kodeMdW5CHqwbXWnrVcH9NzRv4lNoV0i { border-width: 0; border-radius: 0; }#kodeMdW5CHqwbXWnrVcH9NzRv4lNoV0i > .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; }#kodeMdW5CHqwbXWnrVcH9NzRv4lNoV0i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.75rem;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; }#SXkMTItioTVsKCypdNIldDODaNUiCVGZ { 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:9.75rem;width:59.25rem;top:0.9375rem;left:7.875rem;overflow:hidden;display:block; }
#R8DFA095z2A09Wi4NuTv3XHA8nVl2pMS { position:relative;display:block; }#R8DFA095z2A09Wi4NuTv3XHA8nVl2pMS { background-color: transparent; background-image: none; }#R8DFA095z2A09Wi4NuTv3XHA8nVl2pMS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8DFA095z2A09Wi4NuTv3XHA8nVl2pMS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8DFA095z2A09Wi4NuTv3XHA8nVl2pMS > .row .container > .video-iframe-container { display: none; }#R8DFA095z2A09Wi4NuTv3XHA8nVl2pMS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8DFA095z2A09Wi4NuTv3XHA8nVl2pMS > .row > .video-iframe-container { display: none; }#R8DFA095z2A09Wi4NuTv3XHA8nVl2pMS > .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); }#R8DFA095z2A09Wi4NuTv3XHA8nVl2pMS { border-width: 0; border-radius: 0; }#R8DFA095z2A09Wi4NuTv3XHA8nVl2pMS > .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; }#R8DFA095z2A09Wi4NuTv3XHA8nVl2pMS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gnDT2S8QfWR3IOEAitTV7NvxtKakzFTe { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.0625rem;left:3.25rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#Aczqwqi6aAnWtyCu9ZgiSsBCKE7lDfoy { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: none;height:18.3125rem;width:18.3125rem;top:4.375rem;left:3.5rem;overflow:hidden;display:block; }
#TXTHMRnSu7usQaa2IcrmJ9XMW5BAwp9R { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.875rem;left:3.25rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#SwrrlqAw477l6NnVPFbJcWL8lCi1yJnu { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:4rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ke6M3aeqzSD3wxbNl1UXCnac2nJqySks { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.0625rem;left:33.0625rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZB1eOnuOKb2bz2Mr0cB44C85s6tHe8e { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.875rem;left:28.1875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLf5QnewxHAaTpQwFIDq9Mkb1i9BdGvN { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: none;height:18.3125rem;width:18.3125rem;top:4.375rem;left:28.4375rem;overflow:hidden;display:block; }
#bkTZDQeHvaHQNfGsfKIv6HLfVbG0fFPQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.25rem;left:29.5rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DxSUrCOAQn5h2RWk1XUvfvulpk1ASvW1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.25rem;left:53.3125rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d8qFO8Eoe2vV8A6qqsTk1MKNv4qTk2g4 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: none;height:18.3125rem;width:18.3125rem;top:4.375rem;left:52.5625rem;overflow:hidden;display:block; }
#H3FTmUTFZGibf0Zw6w0VSOng2ZtoO0kz { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.875rem;left:52.5625rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#MC7Pra5EmtZLpG9JxhyRsip61753yLdA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.75rem;left:52.5625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#lKir9lDsHngBvfqhFQLK6CAcUciLhq6F { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.9375rem;left:52.5625rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#BotdBET8zCWn6MCODfZxN8HTwX4NnhAt { position:relative;display:block; }#BotdBET8zCWn6MCODfZxN8HTwX4NnhAt { background-color: transparent; background-image: none; }#BotdBET8zCWn6MCODfZxN8HTwX4NnhAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BotdBET8zCWn6MCODfZxN8HTwX4NnhAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BotdBET8zCWn6MCODfZxN8HTwX4NnhAt > .row .container > .video-iframe-container { display: none; }#BotdBET8zCWn6MCODfZxN8HTwX4NnhAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BotdBET8zCWn6MCODfZxN8HTwX4NnhAt > .row > .video-iframe-container { display: none; }#BotdBET8zCWn6MCODfZxN8HTwX4NnhAt > .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); }#BotdBET8zCWn6MCODfZxN8HTwX4NnhAt { border-width: 0; border-radius: 0; }#BotdBET8zCWn6MCODfZxN8HTwX4NnhAt > .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; }#BotdBET8zCWn6MCODfZxN8HTwX4NnhAt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T2noiHTBVvNqDvwcreUzxR6HF8vfhy8Z { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.1875rem;left:17.875rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bieopKk22DzO7LLHlhz7K7k0LcFfgu82 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: none;height:18.3125rem;width:18.3125rem;top:3.75rem;left:38.375rem;overflow:hidden;display:block; }
#hLokAToaQ2a097Cd1WwzTtfFvyyAzdgZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:6.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5rem;left:26.25rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#KLdOx9caIT7W42ArrzfezsKZPa5VRtHE { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: none;height:18.3125rem;width:18.3125rem;top:3.75rem;left:16.8125rem;overflow:hidden;display:block; }
#HmxqsDiV8kAuDPWKmLAqtib2T1nTimHr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.625rem;left:16.75rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kFKG6vtlVmPx1yzMGiqcJHuqSSP9LP8g { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.25rem;left:16.125rem;height:5.60625rem;text-align:center;text-align-last:center;display:block; }
#ZmV1MvVF0z49qJ40TOxsACWmhaLID23y { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.25rem;left:38.25rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#CZxtDOMmH8JSFPmUmsgTupuMbe2KAkOr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.3125rem;left:38.15625rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TI1k9W7ONfkgSGKx79vJ4QFL0JxUu67J { position:relative;display:block; }#TI1k9W7ONfkgSGKx79vJ4QFL0JxUu67J { background-color: transparent; background-image: none; }#TI1k9W7ONfkgSGKx79vJ4QFL0JxUu67J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI1k9W7ONfkgSGKx79vJ4QFL0JxUu67J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI1k9W7ONfkgSGKx79vJ4QFL0JxUu67J > .row .container > .video-iframe-container { display: none; }#TI1k9W7ONfkgSGKx79vJ4QFL0JxUu67J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI1k9W7ONfkgSGKx79vJ4QFL0JxUu67J > .row > .video-iframe-container { display: none; }#TI1k9W7ONfkgSGKx79vJ4QFL0JxUu67J > .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); }#TI1k9W7ONfkgSGKx79vJ4QFL0JxUu67J { border-width: 0; border-radius: 0; }#TI1k9W7ONfkgSGKx79vJ4QFL0JxUu67J > .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; }#TI1k9W7ONfkgSGKx79vJ4QFL0JxUu67J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E1AyKsn0Xe6nJGUw7oiqVyx2TRWGqTtx { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:0.30937194824219rem;left:0rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ResR3qhgtEC8wqlbnkOtRPgvDli17wLJ { position:relative;display:block; }#ResR3qhgtEC8wqlbnkOtRPgvDli17wLJ { background-color: transparent; background-image: none; }#ResR3qhgtEC8wqlbnkOtRPgvDli17wLJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ResR3qhgtEC8wqlbnkOtRPgvDli17wLJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ResR3qhgtEC8wqlbnkOtRPgvDli17wLJ > .row .container > .video-iframe-container { display: none; }#ResR3qhgtEC8wqlbnkOtRPgvDli17wLJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ResR3qhgtEC8wqlbnkOtRPgvDli17wLJ > .row > .video-iframe-container { display: none; }#ResR3qhgtEC8wqlbnkOtRPgvDli17wLJ > .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); }#ResR3qhgtEC8wqlbnkOtRPgvDli17wLJ { border-width: 0; border-radius: 0; }#ResR3qhgtEC8wqlbnkOtRPgvDli17wLJ > .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; }#ResR3qhgtEC8wqlbnkOtRPgvDli17wLJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K1ZaBItfz5CllkDla73tmXTyPU3nEpvn { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20rem;left:52.3125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RSrVdsm5T6W9VzkT1aTWt6ZXmyefJdtA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.8125rem;left:52.5rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#DLHrBmw4OJfa5Z3esEls2UGTgonoE6Rt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: none;height:18.3125rem;width:18.3125rem;top:0.625rem;left:52.4375rem;overflow:hidden;display:block; }
#a5BR1Fq0XXXE2743wHKdWuB359KiVsv8 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20rem;left:4.0625rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z1AnnO7ZS40NMh1JqTRiJNvxK56WsLGF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.8125rem;left:3.875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dF03T20CqLP0qMUHRUTfT4o0UqbyIc0a { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: none;height:18.5rem;width:18.5rem;top:0.625rem;left:3.875rem;overflow:hidden;display:block; }
#LBQSPku1nUCgxWhIiTa43n3P6mO9M0UO { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.8125rem;left:28.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tKtpcky4ULdLpuka4lC2xgtLhaTKJzf1 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20rem;left:30.875rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WzLAuXIALnZP6tXAmDU3I9tmJbT0xZgK { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: none;height:18.3125rem;width:18.3125rem;top:0.625rem;left:28.4375rem;overflow:hidden;display:block; }
#f0vb6LWSOMs26iW8ndFEAgvTLH9c86DC { position:relative;display:block; }#f0vb6LWSOMs26iW8ndFEAgvTLH9c86DC { background-color: transparent; background-image: none; }#f0vb6LWSOMs26iW8ndFEAgvTLH9c86DC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0vb6LWSOMs26iW8ndFEAgvTLH9c86DC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0vb6LWSOMs26iW8ndFEAgvTLH9c86DC > .row .container > .video-iframe-container { display: none; }#f0vb6LWSOMs26iW8ndFEAgvTLH9c86DC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0vb6LWSOMs26iW8ndFEAgvTLH9c86DC > .row > .video-iframe-container { display: none; }#f0vb6LWSOMs26iW8ndFEAgvTLH9c86DC > .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); }#f0vb6LWSOMs26iW8ndFEAgvTLH9c86DC { border-width: 0; border-radius: 0; }#f0vb6LWSOMs26iW8ndFEAgvTLH9c86DC > .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; }#f0vb6LWSOMs26iW8ndFEAgvTLH9c86DC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RLgT3nndesVvcwxTAW1nfx1FSesCmI90 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20rem;left:51.375rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nnwoTe8LpJekGJxXXiMFRfisxbEuzcZR { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.8125rem;left:52.625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#s3K7AAhDJGIF7OthhIT6TyxQbE0FsZq1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: none;height:18.3125rem;width:18.3125rem;top:0.625rem;left:52.625rem;overflow:hidden;display:block; }
#eh9nae1HdyO0JdznVfJNKsw8JaRKLN4f { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20rem;left:28.3125rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gOFTQ22hsKrHWRkBMCn8WsL9W70JaFey { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.8125rem;left:28.3125rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#PXgv7HkGVmpUGruTlk5aX1FqrcVO5wsg { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: none;height:18.3125rem;width:18.3125rem;top:0.625rem;left:28.4375rem;overflow:hidden;display:block; }
#aeRQgbC0frL3DTu1prAQfp0AbFlTOtgh { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:6.0625rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rViynyclLzaLEyb6LBygNPs8QSLrSfOa { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.8125rem;left:3.4375rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#gTCKzC5RDsSNTtoETR4vic3nuBecJk7d { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.75rem;border-top-right-radius:8.75rem;border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem;box-shadow: none;height:18.3125rem;width:18.3125rem;top:0.625rem;left:3.375rem;overflow:hidden;display:block; }
#rDRFNOp2hCiAUsFFqPNdqwluGhqmuXHu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rDRFNOp2hCiAUsFFqPNdqwluGhqmuXHu > .row .container { background-color: transparent; background-image: none; }#rDRFNOp2hCiAUsFFqPNdqwluGhqmuXHu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDRFNOp2hCiAUsFFqPNdqwluGhqmuXHu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDRFNOp2hCiAUsFFqPNdqwluGhqmuXHu > .row .container > .video-iframe-container { display: none; }#rDRFNOp2hCiAUsFFqPNdqwluGhqmuXHu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDRFNOp2hCiAUsFFqPNdqwluGhqmuXHu > .row > .video-iframe-container { display: none; }#rDRFNOp2hCiAUsFFqPNdqwluGhqmuXHu > .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); }#rDRFNOp2hCiAUsFFqPNdqwluGhqmuXHu > .row .container { border-width: 0; border-radius: 0; }#rDRFNOp2hCiAUsFFqPNdqwluGhqmuXHu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDRFNOp2hCiAUsFFqPNdqwluGhqmuXHu > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#bHaTuqVhLT2m58th2mBmUb3druugd9Lo { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.3125rem;left:2.5rem;height:5.85rem;text-align:left;text-align-last:left;display:block; }
#HqE8dAaBboNb9B8ICKABAGuEsk71Ihlp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.625007629394rem;left:59.688541412354rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#pL6wxn0g5w3u74kNFTCTKd0wT0T6lMnr { color:rgba(var(--color-secondary-2),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.5rem;height:13.1625rem;display:block; }
#ov3UtNQuFGPPDrRXbU3kFXWatCK2yVyq { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:0.5rem;left:2.5rem;display:block; }
#FWII01eT085slDPHE8u6LTgh6u1RGTS2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13.5rem;border-top-right-radius:13.5rem;border-bottom-left-radius:13.5rem;border-bottom-right-radius:13.5rem;box-shadow: none;height:20.6875rem;width:20.3125rem;top:0.25625038146973rem;left:42.290622711182rem;overflow:hidden;display:block; }
#Z962ghPxFWb8ZHdTUrSmtHbHn5Ju8Npe { position:relative;display:block; }#Z962ghPxFWb8ZHdTUrSmtHbHn5Ju8Npe { background-color: transparent; background-image: none; }#Z962ghPxFWb8ZHdTUrSmtHbHn5Ju8Npe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z962ghPxFWb8ZHdTUrSmtHbHn5Ju8Npe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z962ghPxFWb8ZHdTUrSmtHbHn5Ju8Npe > .row .container > .video-iframe-container { display: none; }#Z962ghPxFWb8ZHdTUrSmtHbHn5Ju8Npe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z962ghPxFWb8ZHdTUrSmtHbHn5Ju8Npe > .row > .video-iframe-container { display: none; }#Z962ghPxFWb8ZHdTUrSmtHbHn5Ju8Npe > .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); }#Z962ghPxFWb8ZHdTUrSmtHbHn5Ju8Npe { border-width: 0; border-radius: 0; }#Z962ghPxFWb8ZHdTUrSmtHbHn5Ju8Npe > .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; }#Z962ghPxFWb8ZHdTUrSmtHbHn5Ju8Npe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15rem;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; }#xi9xIKvFEken33zLIWi1tXiEDn1UzIOP { position:absolute;display:block;z-index:15012;height:9.5rem;width:38.75rem;top:2.75rem;left:35.001041412354rem;display:block; }
#lbTIMCSKGKnCw2kGuATzJCvpWepLUJi2 { color:rgba(var(--color-tertiary-0),1);display:block;width:72.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:2.6375007629394rem;left:2.6260414123535rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TpDcD3e8XLKAVbTTAVT054cT97Xe3Z26 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:2.5437507629394rem;left:2.6260414123535rem;display:block; }
#t6Tp4wTWzGXIzdSZBPgGya97mioNtqxS { color:rgba(var(--color-secondary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.0125007629394rem;left:2.6260414123535rem;height:10.2375rem;display:block; }
#CktPOaPPi67Tm25Hym5FhhT6pGlBaDpf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.75rem;left:27.717708587646rem; }
#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ > .row .container { background-color: transparent; background-image: none; }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ > .row .container > .video-iframe-container { display: none; }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ > .row > .video-iframe-container { display: none; }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ > .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); }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ > .row .container { border-width: 0; border-radius: 0; }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#JbV8UnkMVA0rXhAoymTkxzLRc1v6C1zg { color:rgba(var(--color-tertiary-0),1);display:block;width:72.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:2.390625rem;left:2.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTD2SMiTNfXy2ArJn5Bp0ZWZfTRTX4QP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.6875rem;left:51.062496185302rem;height:4.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gSFOOeySF7470eVn37JVhvD1bTwBTLyx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:10.96875rem;left:51.062496185302rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T5t7HmqiXoyuqtHfk9Dy253tZOm6nozG { 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:15.9375rem;width:29.8125rem;top:6.875rem;left:18.1875rem;overflow:hidden;display:block; }
#MdGToup7bXEn4b5TnHMInn2MyT1aVPz4 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:14.90625rem;left:51.062496185302rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vuAc9caeAQx1E8V8D9HCqqIMewU4rxfV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.5rem;left:51.062496185302rem;height:4.55rem;display:block; }
#rJy6A16iTN9KGcxJqxJEduJxdbGqydZc { position:absolute;display:block;z-index:15003;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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.9375rem;width:26.25rem;top:6.875rem;left:1.9375rem;display:block; }
#GeBl87ii5t9iaaNu7Apk74ZuJzSd5khT { position:absolute;display:block;z-index:15004;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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.9375rem;width:29.25rem;top:6.875rem;left:44.6875rem;display:block; }
#eLqcDiTVGiuSDSmcwXvOuC2A849KGIUl { 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:6.9375rem;width:13.5rem;top:11.59375rem;left:3.0625rem;overflow:hidden;display:block; }
#x4eQGdDW75cZroHZIe91OSNAOBlNfH4b { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:1.953125rem;left:2.5rem;display:block; }
#SHCdaZRinU3c8T6A2qvpxziJ7SwQcVnu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SHCdaZRinU3c8T6A2qvpxziJ7SwQcVnu > .row .container { background-color: transparent; background-image: none; }#SHCdaZRinU3c8T6A2qvpxziJ7SwQcVnu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHCdaZRinU3c8T6A2qvpxziJ7SwQcVnu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHCdaZRinU3c8T6A2qvpxziJ7SwQcVnu > .row .container > .video-iframe-container { display: none; }#SHCdaZRinU3c8T6A2qvpxziJ7SwQcVnu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHCdaZRinU3c8T6A2qvpxziJ7SwQcVnu > .row > .video-iframe-container { display: none; }#SHCdaZRinU3c8T6A2qvpxziJ7SwQcVnu > .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); }#SHCdaZRinU3c8T6A2qvpxziJ7SwQcVnu > .row .container { border-width: 0; border-radius: 0; }#SHCdaZRinU3c8T6A2qvpxziJ7SwQcVnu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHCdaZRinU3c8T6A2qvpxziJ7SwQcVnu > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#mPfZmtaHXgtWw6d1veVIT5ZwzZr9XICD { color:rgba(var(--color-tertiary-0),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.5rem;height:2.925rem;display:block; }
#HnipLVD3POkhJcwSIfz2MUXpUCXTvB2B { color:rgba(var(--color-tertiary-0),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.5rem;height:1.625rem;display:block; }
#dtQocwWadVApxk5AqVTgk8qNCenaEC2x { color:rgba(var(--color-tertiary-0),1);display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.0625rem;left:2.5rem;height:1.625rem;display:block; }
#WAVEXCTco8VZ1nERqfqBWnralId6rwPK { color:rgba(var(--color-tertiary-0),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4375rem;left:2.5rem;height:1.625rem;display:block; }
#rnWbVRq9ggm1twPZMuoWySrnUT4sJB9t { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:1.6322898864746rem;left:2.5rem;display:block; }
#TPxpFCth7EFPwfEAMDW0zB18BoAhd3Lh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TPxpFCth7EFPwfEAMDW0zB18BoAhd3Lh > .row .container { background-color: transparent; background-image: none; }#TPxpFCth7EFPwfEAMDW0zB18BoAhd3Lh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPxpFCth7EFPwfEAMDW0zB18BoAhd3Lh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPxpFCth7EFPwfEAMDW0zB18BoAhd3Lh > .row .container > .video-iframe-container { display: none; }#TPxpFCth7EFPwfEAMDW0zB18BoAhd3Lh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPxpFCth7EFPwfEAMDW0zB18BoAhd3Lh > .row > .video-iframe-container { display: none; }#TPxpFCth7EFPwfEAMDW0zB18BoAhd3Lh > .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); }#TPxpFCth7EFPwfEAMDW0zB18BoAhd3Lh > .row .container { border-width: 0; border-radius: 0; }#TPxpFCth7EFPwfEAMDW0zB18BoAhd3Lh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPxpFCth7EFPwfEAMDW0zB18BoAhd3Lh > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#M42Mfv0scc9pqlTEMxmDn91mDpiPVTsC { color:rgba(var(--color-secondary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:52.375rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#ypSJSHa72GbgTR8Rw1TJcs9Z6qJDoUd1 { color:rgba(var(--color-secondary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8875007629394rem;left:64.0625rem;height:1.1375rem;display:block; }
#zkhvWhpM6A1wQfvp9m1Kahm6XkN3RhW1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:4.1875rem;left:2.3125rem;display:block; }
#aiG2PXFzZaB3ukHpD8afwgKakI3cOP35 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PEQrvDdqXo74eSeSqUav36UcdCJ5Ep8E { color:rgba(var(--color-secondary-2),1);display:block;width:70.375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0);top:0.67499923706056rem;left:2.3125rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fKfNVZxb09GvRekTA2k6EvwvTb631hxo { 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; }#fKfNVZxb09GvRekTA2k6EvwvTb631hxo > .row .container { background-color: transparent; background-image: none; }#fKfNVZxb09GvRekTA2k6EvwvTb631hxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKfNVZxb09GvRekTA2k6EvwvTb631hxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKfNVZxb09GvRekTA2k6EvwvTb631hxo > .row .container > .video-iframe-container { display: none; }#fKfNVZxb09GvRekTA2k6EvwvTb631hxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKfNVZxb09GvRekTA2k6EvwvTb631hxo > .row > .video-iframe-container { display: none; }#fKfNVZxb09GvRekTA2k6EvwvTb631hxo > .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); }#fKfNVZxb09GvRekTA2k6EvwvTb631hxo > .row .container { border-width: 0; border-radius: 0; }#fKfNVZxb09GvRekTA2k6EvwvTb631hxo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fKfNVZxb09GvRekTA2k6EvwvTb631hxo > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#oH1QUISA37V4kJfFhwLwSPq6H5TF2GRe { 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:3rem;width:35.375rem;top:0.125rem;left:39.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G01U3F9TZf85fNawHVOShJ55H7ahg8OP { display:block; }#G01U3F9TZf85fNawHVOShJ55H7ahg8OP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqKAtW2fyKPswi2K2hLJxWOE28TJwWv6 { width:27.6875rem;height:3rem;top:0.8125rem;left:10.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkwDylRz1pfcCNfW8bsthB4WMKQJp88u { display:block; }#KkwDylRz1pfcCNfW8bsthB4WMKQJp88u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNZFS3vuopekE5rwl667rwkEA3CyVTF0 { width:26.0625rem;height:13.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu { display:flex;width:18rem;height:5.0625rem;top:35.4375rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #absrRmZzF14XZfFdz5ZqxGPXqHgobVed { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #WDIfvoUaT9ZA3iUetJ3cNCrkdG6Zizge {  }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #bmMobxLOTc2qnNd8EBHVNDyrVcwRTMSd {  }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #PUvpvhZaTmFTb5iS0Km7zVPxegHB14CT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #V1D47iSuJ8t5ThTXvpr4KgmzSgOO2hE7 {  }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #cSckVC6lbOOE7BKhhVR2o9207xTLdc06 {  }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #M38Acy3FV3u305ewJCdAg44mcl9QDg9K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #T1GJUESWKsJlSVcQTHiCf3foNxSVdeGq {  }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #a1yTG7Hno9SVXyExSlNzT7OzOKcCxBu5 {  }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #w4RsXvxxxXNOZEm1dFLlSRHEegxMnuxr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #rFFnKu4c0xnsCQ5NMp82CQkSKizVodSO {  }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #WTIPZcCxEKIBk7FKnHagnNvorHwJI0JR {  }
 }@media only screen and (max-width: 763px) { #o1XI6MfK6sT8HJ7cf0F1mBW84znIRGTM { width:31.0625rem;height:2.375rem;top:7.125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXMQNrFa0fa0vO7Z9ALmpINxfUWheflN { width:33.5625rem;height:2.4375rem;top:13.75rem;left:14.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS4v22rThUlqQEh0wRSsGaJscFESkgwV { width:37.125rem;height:2.875rem;top:3.4375rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiK3pyVhsb7lVxyf7ntPw2zLrEJxHgzZ { width:18.75rem;height:9.3125rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEcJ3HTEO1ZgigvctTDz2B4pvhQ0s5Rf { display:block; }#DEcJ3HTEO1ZgigvctTDz2B4pvhQ0s5Rf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuHmTZP4cd5JbvCq0x2hiZ6TWo4TnGZ8 { width:26.25rem;height:24.125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8OyOM4iN3qFLDTdTpNLaFUKNnCJROrf { width:45.0625rem;height:45.0625rem;top:1.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDDfQ58v2DqmXqMQkO1QXS7MrlWWE4sm { width:47.75rem;height:8.236875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti3k1gFJddxXL12H4TyNTAI8yzvVTM3A { width:35.4375rem;height:35.4375rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSlQH5mSpGwPyVM3aDJAyUhfRUBFtanX { width:31.25rem;height:31.25rem;top:15.6875rem;left:11.08203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G301JtqnDZ3HXm9cv8JEgzg3isfTZXRN { width:31.5625rem;height:26.25rem;top:20.6875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Getz4rr69ZlTDTxXvFEmRetCrFa8Np { display:block; }#t7Getz4rr69ZlTDTxXvFEmRetCrFa8Np > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMTfrGL1p6dBgdlxO9WBQd58UgQ9JO8F { display:block; }#OMTfrGL1p6dBgdlxO9WBQd58UgQ9JO8F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqCIzEDe8wqfgMTkNEyhmaPISKJp7sOA { width:47.75rem;height:2.875rem;top:0.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxHWve4ZuT5aiwbICnwaps7KahxTRaps { width:1.875rem;height:0.125rem;top:9.5625rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTkGQNUHEc5zpBpeoBoR9vCTpL7Bkg42 { width:1.875rem;height:0.125rem;top:9.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOyt8egifGOzfZygbQ8xXTHSeF4wQiMd { display:block; }#ZOyt8egifGOzfZygbQ8xXTHSeF4wQiMd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBvTwQ8TKSAhhtXzifvITtsxw7CmhzOV { width:33.5625rem;height:2.875rem;top:0rem;left:7.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRZvvsaC7xk9XCmWMhf6VWwsZzlNbxkF { display:block; }#gRZvvsaC7xk9XCmWMhf6VWwsZzlNbxkF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTo4vSy3amIxHKZIzIHgDDriaL2924eT { width:43.75rem;height:1.625rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpq9MnCRWpVgD2A2ZgBhFCaTcZLiivTk { width:17.5625rem;height:1.625rem;top:0.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QURfTlovGnRFdUwWTDneHeJRHAUxksqC { width:17.5625rem;height:1.625rem;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDRdw9nbXMXhx9xcTKw1AvN9714fuDw4 { width:43.75rem;height:1.625rem;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IURhJOmWJBqy2ermUJpr4X82EaqwokSp { width:43.75rem;height:1.625rem;top:5.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXuTs5Q9t8asbP70m9ttqg7SgiyuL1pR { width:17.5625rem;height:1.625rem;top:7.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9GlseuQsrcb8dNS6tDndpVNcrM1n14t { width:43.75rem;height:1.625rem;top:7.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IynXmuNHt3yutmCTElr7iFgmWHFEf2X7 { width:17.5625rem;height:1.625rem;top:9.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9TggxteN55EIbevIwRiUXceOv7Zxbtd { width:43.75rem;height:1.625rem;top:9.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFKVJx9bEcaQCSCkH6Hz9ganv0aSmOCz { width:17.5625rem;height:1.625rem;top:5.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKpK8zWitw92Sg4HmbTx5MCt4dJEd2n7 { width:17.5625rem;height:1.625rem;top:12.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KscR69kXlo5XxUMg9vQMBCNkC5nTX4vC { width:43.75rem;height:1.625rem;top:12.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3cWSxNdBsPVM3TMu0QHzs5quMdDPo7T { width:17.5625rem;height:1.625rem;top:14.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH26CiH5DgtS2k0bVN2LV23Zpn3nGrfh { width:43.75rem;height:1.625rem;top:14.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kllZgbCXJF9AiT2UHVW8wRPqUSKLKtDc { width:17.5625rem;height:1.625rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuKGhtfWwmAh1QRJkieeD4PUxTTP9Wlk { width:43.75rem;height:1.75rem;top:16.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #seUzFfhXNJHuBPNmgKaVQbkRT509cJBv { width:17.5625rem;height:1.625rem;top:19.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4GVsfT9rKPFX7tCipJTbuTDKuBaRsNc { width:43.75rem;height:1.625rem;top:19.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT3T4tMTvkL7VPAfgyAZ9t1cXLLZQrTc { display:block; }#eT3T4tMTvkL7VPAfgyAZ9t1cXLLZQrTc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bw2RpTVoVc0D2uGJQxkuRTTcyMUevD0O { width:33.5625rem;height:2.875rem;top:0rem;left:7.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS0BIxfvH2azJQIB8saW1TgUnrh72lho { display:block; }#GS0BIxfvH2azJQIB8saW1TgUnrh72lho > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9cmakBN8FukTZetUdT8iX9J72rCxbXk { width:43.75rem;height:1.625rem;top:0.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU4SU4XzUd51bpW9dKatSZCrWdI09ZO5 { width:17.5625rem;height:1.625rem;top:0.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzPMDVt6wg9nL2sd6pcKkTWiJIN3TWvh { width:17.5625rem;height:1.625rem;top:3.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPw1x5boHezaPqAJ30X6b865VuSVkv7I { width:43.75rem;height:1.625rem;top:3.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCIxwNiOH1ETo2MCIM6Qqe8kDEt3ET5X { width:17.5625rem;height:1.625rem;top:6.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um1USqO2zoTsSRKhuBikT591hgdCLmds { width:43.75rem;height:1.75rem;top:6.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9eRg2VI1MNA9NTlCCaTEm2KeUyyZHvg { width:17.5625rem;height:1.625rem;top:8.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybqhZPe5QwOnWTEeUi1HZaBXDl1zvzz1 { width:43.75rem;height:1.625rem;top:8.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #biRwL3VxUpHrW7SkbTHtXwOFWIPuPfJX { width:43.75rem;height:1.4375rem;top:2.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp6vEvLmTh31wGEnRIiPQfIzBlqmGGRN { display:block; }#rp6vEvLmTh31wGEnRIiPQfIzBlqmGGRN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQ02gLdcaVIStfdtazPE6g6PhyVJx0uQ { width:18.9375rem;height:2.875rem;top:0.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSBhczuy6h7z66H01Ku3q3gJrepqh2Ts { width:1.875rem;height:0.125rem;top:9.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIZXbkzmssTtfazWRG5XAV4xCW74ZdIa { width:18.9375rem;height:2.875rem;top:0rem;left:28.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAMEgkB2IkkO9hsVTsZ3y405ln5CEudK { display:block; }#NAMEgkB2IkkO9hsVTsZ3y405ln5CEudK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moSu9OQqFuBq3n8whEowInUnz26PKd4i { width:18.125rem;height:1.9375rem;top:16.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqvt9OiRzi0F95l8JquqsTL8i343o7CX { width:18.4375rem;height:1.125rem;top:18.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRDMKpCTaJwVm1QM50Em3Nbc9z4K5lFD { width:24.8125rem;height:1.9375rem;top:16.375rem;left:6.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2tXxmxV00rUTBtN8a8BHHGcwbvGzFKX { width:18.4375rem;height:1.125rem;top:18.125rem;left:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkDr0h83dcNqRRyepG1FffUiT51cmxGI { width:15rem;height:15rem;top:0.8125rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC3QTRdlTXb14ghuPa1wNcMpv4gpWx3P { width:15rem;height:15rem;top:0.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abtLV6LZTEncZrf4wZJ0QEewwVSZoB0A { width:24.8125rem;height:1.9375rem;top:16.375rem;left:22.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqwqQ2ekF88X5gytTTcgJwQP8PPNV8OV { width:15rem;height:15rem;top:0.8125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5ekuyPREytqBaArZnIBDedl5AwIwT79 { width:18.4375rem;height:1.125rem;top:18.125rem;left:29.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kodeMdW5CHqwbXWnrVcH9NzRv4lNoV0i { display:none; }#kodeMdW5CHqwbXWnrVcH9NzRv4lNoV0i > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SXkMTItioTVsKCypdNIldDODaNUiCVGZ { width:47.75rem;height:7.8575949367088rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8DFA095z2A09Wi4NuTv3XHA8nVl2pMS { display:block; }#R8DFA095z2A09Wi4NuTv3XHA8nVl2pMS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnDT2S8QfWR3IOEAitTV7NvxtKakzFTe { width:18.4375rem;height:2.25rem;top:24.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aczqwqi6aAnWtyCu9ZgiSsBCKE7lDfoy { width:18.3125rem;height:18.3125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXTHMRnSu7usQaa2IcrmJ9XMW5BAwp9R { width:18.125rem;height:1.9375rem;top:21.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwrrlqAw477l6NnVPFbJcWL8lCi1yJnu { width:17.3125rem;height:2.875rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke6M3aeqzSD3wxbNl1UXCnac2nJqySks { width:8.5rem;height:2.25rem;top:24.0625rem;left:19.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZB1eOnuOKb2bz2Mr0cB44C85s6tHe8e { width:18.25rem;height:1.9375rem;top:21.875rem;left:13.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLf5QnewxHAaTpQwFIDq9Mkb1i9BdGvN { width:18.3125rem;height:18.3125rem;top:4.375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkTZDQeHvaHQNfGsfKIv6HLfVbG0fFPQ { width:17.3125rem;height:4.375rem;top:1.25rem;left:14.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxSUrCOAQn5h2RWk1XUvfvulpk1ASvW1 { width:17.3125rem;height:4.375rem;top:1.25rem;left:30.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8qFO8Eoe2vV8A6qqsTk1MKNv4qTk2g4 { width:18.3125rem;height:18.3125rem;top:4.375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3FTmUTFZGibf0Zw6w0VSOng2ZtoO0kz { width:18.125rem;height:1.9375rem;top:21.875rem;left:29.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC7Pra5EmtZLpG9JxhyRsip61753yLdA { width:18.25rem;height:1.9375rem;top:23.75rem;left:29.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKir9lDsHngBvfqhFQLK6CAcUciLhq6F { width:18.4375rem;height:1.125rem;top:25.9375rem;left:29.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BotdBET8zCWn6MCODfZxN8HTwX4NnhAt { display:block; }#BotdBET8zCWn6MCODfZxN8HTwX4NnhAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2noiHTBVvNqDvwcreUzxR6HF8vfhy8Z { width:35rem;height:2.1875rem;top:2.1875rem;left:4.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bieopKk22DzO7LLHlhz7K7k0LcFfgu82 { width:18.3125rem;height:18.3125rem;top:3.75rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLokAToaQ2a097Cd1WwzTtfFvyyAzdgZ { width:18.25rem;height:0;top:8.5rem;left:12.625rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLdOx9caIT7W42ArrzfezsKZPa5VRtHE { width:18.3125rem;height:18.3125rem;top:3.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmxqsDiV8kAuDPWKmLAqtib2T1nTimHr { width:18.4375rem;height:1.125rem;top:25.625rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFKG6vtlVmPx1yzMGiqcJHuqSSP9LP8g { width:18.25rem;height:3.6875rem;top:21.25rem;left:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmV1MvVF0z49qJ40TOxsACWmhaLID23y { width:18.25rem;height:1.9375rem;top:21.25rem;left:24.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZxtDOMmH8JSFPmUmsgTupuMbe2KAkOr { width:18.4375rem;height:2.25rem;top:25.3125rem;left:24.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI1k9W7ONfkgSGKx79vJ4QFL0JxUu67J { display:block; }#TI1k9W7ONfkgSGKx79vJ4QFL0JxUu67J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1AyKsn0Xe6nJGUw7oiqVyx2TRWGqTtx { width:47.75rem;height:4.375rem;top:0.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ResR3qhgtEC8wqlbnkOtRPgvDli17wLJ { display:block; }#ResR3qhgtEC8wqlbnkOtRPgvDli17wLJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1ZaBItfz5CllkDla73tmXTyPU3nEpvn { width:18.4375rem;height:2.25rem;top:20rem;left:29.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSrVdsm5T6W9VzkT1aTWt6ZXmyefJdtA { width:18.25rem;height:1.9375rem;top:17.8125rem;left:29.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLHrBmw4OJfa5Z3esEls2UGTgonoE6Rt { width:18.3125rem;height:18.3125rem;top:0.625rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5BR1Fq0XXXE2743wHKdWuB359KiVsv8 { width:18.4375rem;height:2.25rem;top:20rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1AnnO7ZS40NMh1JqTRiJNvxK56WsLGF { width:18.25rem;height:1.9375rem;top:17.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF03T20CqLP0qMUHRUTfT4o0UqbyIc0a { width:18.5rem;height:18.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBQSPku1nUCgxWhIiTa43n3P6mO9M0UO { width:18.25rem;height:1.9375rem;top:17.8125rem;left:13.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKtpcky4ULdLpuka4lC2xgtLhaTKJzf1 { width:13.5625rem;height:2.25rem;top:20rem;left:17.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzLAuXIALnZP6tXAmDU3I9tmJbT0xZgK { width:18.3125rem;height:18.3125rem;top:0.625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0vb6LWSOMs26iW8ndFEAgvTLH9c86DC { display:block; }#f0vb6LWSOMs26iW8ndFEAgvTLH9c86DC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLgT3nndesVvcwxTAW1nfx1FSesCmI90 { width:20.75rem;height:2.25rem;top:20rem;left:26.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnwoTe8LpJekGJxXXiMFRfisxbEuzcZR { width:18.25rem;height:1.9375rem;top:17.8125rem;left:29.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3K7AAhDJGIF7OthhIT6TyxQbE0FsZq1 { width:18.3125rem;height:18.3125rem;top:0.625rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh9nae1HdyO0JdznVfJNKsw8JaRKLN4f { width:18.4375rem;height:2.25rem;top:20rem;left:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOFTQ22hsKrHWRkBMCn8WsL9W70JaFey { width:18.25rem;height:1.9375rem;top:17.8125rem;left:13.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXgv7HkGVmpUGruTlk5aX1FqrcVO5wsg { width:18.3125rem;height:18.3125rem;top:0.625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeRQgbC0frL3DTu1prAQfp0AbFlTOtgh { width:13.5625rem;height:2.25rem;top:20rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rViynyclLzaLEyb6LBygNPs8QSLrSfOa { width:18.125rem;height:1.9375rem;top:17.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTCKzC5RDsSNTtoETR4vic3nuBecJk7d { width:18.3125rem;height:18.3125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDRFNOp2hCiAUsFFqPNdqwluGhqmuXHu { display:none; }#rDRFNOp2hCiAUsFFqPNdqwluGhqmuXHu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bHaTuqVhLT2m58th2mBmUb3druugd9Lo { width:18.9375rem;height:2.875rem;top:1.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqE8dAaBboNb9B8ICKABAGuEsk71Ihlp { width:15.25rem;height:0;top:10.5625rem;left:32.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL6wxn0g5w3u74kNFTCTKd0wT0T6lMnr { width:38.625rem;height:11.6875rem;top:5.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov3UtNQuFGPPDrRXbU3kFXWatCK2yVyq { width:1.875rem;height:0.125rem;top:9.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWII01eT085slDPHE8u6LTgh6u1RGTS2 { width:20.3125rem;height:20.6875rem;top:0.25rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z962ghPxFWb8ZHdTUrSmtHbHn5Ju8Npe { display:block; }#Z962ghPxFWb8ZHdTUrSmtHbHn5Ju8Npe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xi9xIKvFEken33zLIWi1tXiEDn1UzIOP { width:38.75rem;height:9.5rem;top:2.75rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbTIMCSKGKnCw2kGuATzJCvpWepLUJi2 { width:47.75rem;height:0;top:2.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpDcD3e8XLKAVbTTAVT054cT97Xe3Z26 { width:1.875rem;height:0.125rem;top:9.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6Tp4wTWzGXIzdSZBPgGya97mioNtqxS { width:31.75rem;height:;top:6rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CktPOaPPi67Tm25Hym5FhhT6pGlBaDpf { width:5rem;height:5rem;top:2.75rem;left:14.092708587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ { display:block; }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbV8UnkMVA0rXhAoymTkxzLRc1v6C1zg { width:47.75rem;height:3.375rem;top:2.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTD2SMiTNfXy2ArJn5Bp0ZWZfTRTX4QP { width:17.5625rem;height:2.3125rem;top:8.6875rem;left:30.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSFOOeySF7470eVn37JVhvD1bTwBTLyx { width:12.6875rem;height:3.9375rem;top:10.9375rem;left:35.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5t7HmqiXoyuqtHfk9Dy253tZOm6nozG { width:29.8125rem;height:15.9375rem;top:6.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdGToup7bXEn4b5TnHMInn2MyT1aVPz4 { width:16.5rem;height:1.75rem;top:14.875rem;left:31.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuAc9caeAQx1E8V8D9HCqqIMewU4rxfV { width:16.5rem;height:3.375rem;top:17.5rem;left:31.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJy6A16iTN9KGcxJqxJEduJxdbGqydZc { width:26.25rem;height:15.9375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeBl87ii5t9iaaNu7Apk74ZuJzSd5khT { width:29.25rem;height:15.9375rem;top:6.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLqcDiTVGiuSDSmcwXvOuC2A849KGIUl { width:13.5rem;height:6.9375rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4eQGdDW75cZroHZIe91OSNAOBlNfH4b { width:1.875rem;height:0.125rem;top:9.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHCdaZRinU3c8T6A2qvpxziJ7SwQcVnu { display:block; }#SHCdaZRinU3c8T6A2qvpxziJ7SwQcVnu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPfZmtaHXgtWw6d1veVIT5ZwzZr9XICD { width:47.75rem;height:2.875rem;top:2.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnipLVD3POkhJcwSIfz2MUXpUCXTvB2B { width:47.75rem;height:1.625rem;top:6.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtQocwWadVApxk5AqVTgk8qNCenaEC2x { width:47.75rem;height:1.625rem;top:10.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAVEXCTco8VZ1nERqfqBWnralId6rwPK { width:47.75rem;height:1.625rem;top:8.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnWbVRq9ggm1twPZMuoWySrnUT4sJB9t { width:1.875rem;height:0.125rem;top:9.5625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPxpFCth7EFPwfEAMDW0zB18BoAhd3Lh { display:block; }#TPxpFCth7EFPwfEAMDW0zB18BoAhd3Lh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M42Mfv0scc9pqlTEMxmDn91mDpiPVTsC { width:18.3125rem;height:1.125rem;top:4.8125rem;left:29.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypSJSHa72GbgTR8Rw1TJcs9Z6qJDoUd1 { width:7.8125rem;height:1.125rem;top:5.875rem;left:39.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkhvWhpM6A1wQfvp9m1Kahm6XkN3RhW1 { width:10.375rem;height:3.4375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiG2PXFzZaB3ukHpD8afwgKakI3cOP35 { display:block; }
 }@media only screen and (max-width: 763px) { #PEQrvDdqXo74eSeSqUav36UcdCJ5Ep8E { top:0.625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKfNVZxb09GvRekTA2k6EvwvTb631hxo { display:block; }#fKfNVZxb09GvRekTA2k6EvwvTb631hxo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oH1QUISA37V4kJfFhwLwSPq6H5TF2GRe { width:35.375rem;height:3rem;top:0.125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ea6509e-eec8-4013-a687-a37721d2262d/bg_night_02_blik.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); } }@media only screen and (max-width: 763px) { #G01U3F9TZf85fNawHVOShJ55H7ahg8OP { display:block; }#G01U3F9TZf85fNawHVOShJ55H7ahg8OP > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqKAtW2fyKPswi2K2hLJxWOE28TJwWv6 { width:20rem;height:2.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkwDylRz1pfcCNfW8bsthB4WMKQJp88u { display:block; }#KkwDylRz1pfcCNfW8bsthB4WMKQJp88u > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNZFS3vuopekE5rwl667rwkEA3CyVTF0 { width:13.1875rem;height:6.6875rem;top:1.375rem;left:1.8104162216186rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu .widget-text.counter-number { padding-top:0.321875rem;padding-right:0.285625rem;padding-bottom:0.321875rem;padding-left:0.285625rem;width:1.7125rem;min-width:1.7125rem;height:1.729375rem;font-size:1.286875rem;line-height:27.67px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.283125rem;height:0.68375rem;font-size:0.4825rem;line-height:10.94px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu { display:flex;width:13.125rem;height:3.258125rem;top:18.25rem;left:1.8125rem;padding-top:0.4025rem;padding-right:0.4075rem;padding-bottom:0.4025rem;padding-left:0.4075rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #absrRmZzF14XZfFdz5ZqxGPXqHgobVed { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #WDIfvoUaT9ZA3iUetJ3cNCrkdG6Zizge {  }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #bmMobxLOTc2qnNd8EBHVNDyrVcwRTMSd {  }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #PUvpvhZaTmFTb5iS0Km7zVPxegHB14CT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #V1D47iSuJ8t5ThTXvpr4KgmzSgOO2hE7 {  }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #cSckVC6lbOOE7BKhhVR2o9207xTLdc06 {  }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #M38Acy3FV3u305ewJCdAg44mcl9QDg9K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #T1GJUESWKsJlSVcQTHiCf3foNxSVdeGq {  }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #a1yTG7Hno9SVXyExSlNzT7OzOKcCxBu5 {  }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #w4RsXvxxxXNOZEm1dFLlSRHEegxMnuxr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #rFFnKu4c0xnsCQ5NMp82CQkSKizVodSO {  }
 }@media only screen and (max-width: 763px) { #GuIEkV2UaLTfyRtJZ9MoZepT2P0zR1tu #WTIPZcCxEKIBk7FKnHagnNvorHwJI0JR {  }
 }@media only screen and (max-width: 763px) { #o1XI6MfK6sT8HJ7cf0F1mBW84znIRGTM { width:15.125rem;height:1.25rem;top:13.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXMQNrFa0fa0vO7Z9ALmpINxfUWheflN { width:13.875rem;height:1.1375rem;top:17.0625rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NS4v22rThUlqQEh0wRSsGaJscFESkgwV { width:15.5rem;height:1.21875rem;top:15.125rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TiK3pyVhsb7lVxyf7ntPw2zLrEJxHgzZ { width:8.3125rem;height:4.0625rem;top:8.6947917938231rem;left:1.8104162216186rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEcJ3HTEO1ZgigvctTDz2B4pvhQ0s5Rf { position:relative;z-index:auto;display:block; }#DEcJ3HTEO1ZgigvctTDz2B4pvhQ0s5Rf > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuHmTZP4cd5JbvCq0x2hiZ6TWo4TnGZ8 { width:4.9375rem;height:4.5rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8OyOM4iN3qFLDTdTpNLaFUKNnCJROrf { width:10.1875rem;height:10.1875rem;top:4.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDDfQ58v2DqmXqMQkO1QXS7MrlWWE4sm { width:20rem;height:3.5269271383316rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti3k1gFJddxXL12H4TyNTAI8yzvVTM3A { width:8.375rem;height:8.375rem;top:6.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSlQH5mSpGwPyVM3aDJAyUhfRUBFtanX { width:6.625rem;height:6.625rem;top:8.125rem;left:7.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #G301JtqnDZ3HXm9cv8JEgzg3isfTZXRN { width:6.4375rem;height:5.375rem;top:9.4375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Getz4rr69ZlTDTxXvFEmRetCrFa8Np { display:block; }#t7Getz4rr69ZlTDTxXvFEmRetCrFa8Np > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMTfrGL1p6dBgdlxO9WBQd58UgQ9JO8F { display:block; }#OMTfrGL1p6dBgdlxO9WBQd58UgQ9JO8F > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqCIzEDe8wqfgMTkNEyhmaPISKJp7sOA { width:20rem;height:1.95rem;top:0.99375152587888rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KxHWve4ZuT5aiwbICnwaps7KahxTRaps { width:18.75rem;height:0.1875rem;top:0.56874847412109rem;left:0.625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #MTkGQNUHEc5zpBpeoBoR9vCTpL7Bkg42 { width:18.75rem;height:0.1875rem;top:3.1312484741211rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOyt8egifGOzfZygbQ8xXTHSeF4wQiMd { display:block; }#ZOyt8egifGOzfZygbQ8xXTHSeF4wQiMd > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBvTwQ8TKSAhhtXzifvITtsxw7CmhzOV { width:20rem;height:2.03125rem;top:0rem;left:0rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gRZvvsaC7xk9XCmWMhf6VWwsZzlNbxkF { display:block; }#gRZvvsaC7xk9XCmWMhf6VWwsZzlNbxkF > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTo4vSy3amIxHKZIzIHgDDriaL2924eT { width:17.4375rem;height:3.20625rem;top:1.6249990463257rem;left:1.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #Tpq9MnCRWpVgD2A2ZgBhFCaTcZLiivTk { width:5.9375rem;height:1.625rem;top:0rem;left:7.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QURfTlovGnRFdUwWTDneHeJRHAUxksqC { width:17.5625rem;height:1.625rem;top:4.5500001907349rem;left:1.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WDRdw9nbXMXhx9xcTKw1AvN9714fuDw4 { width:19.4375rem;height:4.875rem;top:6.1749992370606rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IURhJOmWJBqy2ermUJpr4X82EaqwokSp { width:16rem;height:3.25rem;top:12.675000190735rem;left:2.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uXuTs5Q9t8asbP70m9ttqg7SgiyuL1pR { width:17.5625rem;height:1.625rem;top:15.924999237061rem;left:1.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9GlseuQsrcb8dNS6tDndpVNcrM1n14t { width:15.0625rem;height:3.25rem;top:17.549999237061rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #IynXmuNHt3yutmCTElr7iFgmWHFEf2X7 { width:11.3125rem;height:1.625rem;top:20.799999237061rem;left:4.875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #g9TggxteN55EIbevIwRiUXceOv7Zxbtd { width:11.625rem;height:3.25rem;top:22.424999237061rem;left:4.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DFKVJx9bEcaQCSCkH6Hz9ganv0aSmOCz { width:17.5625rem;height:1.625rem;top:11.050000190735rem;left:1.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cKpK8zWitw92Sg4HmbTx5MCt4dJEd2n7 { width:17.5625rem;height:1.625rem;top:25.674999237061rem;left:1.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KscR69kXlo5XxUMg9vQMBCNkC5nTX4vC { width:20rem;height:1.625rem;top:27.299999237061rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z3cWSxNdBsPVM3TMu0QHzs5quMdDPo7T { width:17.5625rem;height:1.625rem;top:28.924999237061rem;left:1.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KH26CiH5DgtS2k0bVN2LV23Zpn3nGrfh { width:14.125rem;height:3.25rem;top:30.549999237061rem;left:3.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kllZgbCXJF9AiT2UHVW8wRPqUSKLKtDc { width:17.5625rem;height:1.625rem;top:33.799999237061rem;left:1.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uuKGhtfWwmAh1QRJkieeD4PUxTTP9Wlk { width:16.875rem;height:3.25rem;top:35.424999237061rem;left:2.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #seUzFfhXNJHuBPNmgKaVQbkRT509cJBv { width:17.5625rem;height:1.625rem;top:38.674999237061rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4GVsfT9rKPFX7tCipJTbuTDKuBaRsNc { width:18.4375rem;height:3.25rem;top:40.299999237061rem;left:0.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eT3T4tMTvkL7VPAfgyAZ9t1cXLLZQrTc { display:block; }#eT3T4tMTvkL7VPAfgyAZ9t1cXLLZQrTc > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bw2RpTVoVc0D2uGJQxkuRTTcyMUevD0O { width:20rem;height:2.03125rem;top:0.375rem;left:0rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GS0BIxfvH2azJQIB8saW1TgUnrh72lho { display:block; }#GS0BIxfvH2azJQIB8saW1TgUnrh72lho > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9cmakBN8FukTZetUdT8iX9J72rCxbXk { width:20rem;height:3.25rem;top:1.8374996185302rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FU4SU4XzUd51bpW9dKatSZCrWdI09ZO5 { width:17.5625rem;height:1.625rem;top:0.27500152587891rem;left:1.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HzPMDVt6wg9nL2sd6pcKkTWiJIN3TWvh { width:17.5625rem;height:1.625rem;top:8.1572914123538rem;left:1.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPw1x5boHezaPqAJ30X6b865VuSVkv7I { width:15rem;height:3.25rem;top:9.7822914123538rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NCIxwNiOH1ETo2MCIM6Qqe8kDEt3ET5X { width:17.5625rem;height:1.625rem;top:13.687501907349rem;left:1.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Um1USqO2zoTsSRKhuBikT591hgdCLmds { width:19.4375rem;height:3.25rem;top:15.687501907349rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f9eRg2VI1MNA9NTlCCaTEm2KeUyyZHvg { width:17.5625rem;height:1.625rem;top:19.819793701172rem;left:1.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybqhZPe5QwOnWTEeUi1HZaBXDl1zvzz1 { width:17.3125rem;height:3.25rem;top:21.444793701172rem;left:2.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #biRwL3VxUpHrW7SkbTHtXwOFWIPuPfJX { width:14.8125rem;height:2.4375rem;top:5.0874996185303rem;left:2.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rp6vEvLmTh31wGEnRIiPQfIzBlqmGGRN { display:block; }#rp6vEvLmTh31wGEnRIiPQfIzBlqmGGRN > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQ02gLdcaVIStfdtazPE6g6PhyVJx0uQ { width:20rem;height:1.95rem;top:0rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSBhczuy6h7z66H01Ku3q3gJrepqh2Ts { width:18.75rem;height:0.1875rem;top:2.0875015258789rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIZXbkzmssTtfazWRG5XAV4xCW74ZdIa { width:10.75rem;height:1.95rem;top:2.3874988555908rem;left:4.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAMEgkB2IkkO9hsVTsZ3y405ln5CEudK { display:block; }#NAMEgkB2IkkO9hsVTsZ3y405ln5CEudK > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moSu9OQqFuBq3n8whEowInUnz26PKd4i { width:18.125rem;height:1.4625rem;top:10.875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqvt9OiRzi0F95l8JquqsTL8i343o7CX { width:18.4375rem;height:1.1375rem;top:12.25rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRDMKpCTaJwVm1QM50Em3Nbc9z4K5lFD { width:20rem;height:1.4625rem;top:24.812501907349rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2tXxmxV00rUTBtN8a8BHHGcwbvGzFKX { width:18.4375rem;height:1.1375rem;top:26.250001907349rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkDr0h83dcNqRRyepG1FffUiT51cmxGI { width:10.25rem;height:10.25rem;top:0.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC3QTRdlTXb14ghuPa1wNcMpv4gpWx3P { width:10.625rem;height:10.625rem;top:13.819790840149rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abtLV6LZTEncZrf4wZJ0QEewwVSZoB0A { width:20rem;height:1.4625rem;top:38.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqwqQ2ekF88X5gytTTcgJwQP8PPNV8OV { width:10.5rem;height:10.5rem;top:27.887501716614rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5ekuyPREytqBaArZnIBDedl5AwIwT79 { width:18.4375rem;height:1.1375rem;top:39.875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kodeMdW5CHqwbXWnrVcH9NzRv4lNoV0i { display:block; }#kodeMdW5CHqwbXWnrVcH9NzRv4lNoV0i > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXkMTItioTVsKCypdNIldDODaNUiCVGZ { width:20rem;height:3.2911392405063rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8DFA095z2A09Wi4NuTv3XHA8nVl2pMS { display:block; }#R8DFA095z2A09Wi4NuTv3XHA8nVl2pMS > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnDT2S8QfWR3IOEAitTV7NvxtKakzFTe { width:18.4375rem;height:2.275rem;top:15rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aczqwqi6aAnWtyCu9ZgiSsBCKE7lDfoy { width:10.4375rem;height:10.4375rem;top:4.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXTHMRnSu7usQaa2IcrmJ9XMW5BAwp9R { width:18.125rem;height:1.4625rem;top:13.5rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwrrlqAw477l6NnVPFbJcWL8lCi1yJnu { width:17.3125rem;height:2.925rem;top:1.5249996185302rem;left:1.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke6M3aeqzSD3wxbNl1UXCnac2nJqySks { width:14rem;height:1.1375rem;top:33.400001525879rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZB1eOnuOKb2bz2Mr0cB44C85s6tHe8e { width:18.25rem;height:1.4625rem;top:31.9375rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLf5QnewxHAaTpQwFIDq9Mkb1i9BdGvN { width:10.3125rem;height:10.3125rem;top:22.462493896484rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkTZDQeHvaHQNfGsfKIv6HLfVbG0fFPQ { width:17.3125rem;height:4.3875rem;top:19.049999237061rem;left:1.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxSUrCOAQn5h2RWk1XUvfvulpk1ASvW1 { width:17.3125rem;height:4.3875rem;top:35.937503051758rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8qFO8Eoe2vV8A6qqsTk1MKNv4qTk2g4 { width:10.375rem;height:10.375rem;top:40.387500762939rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3FTmUTFZGibf0Zw6w0VSOng2ZtoO0kz { width:18.125rem;height:1.4625rem;top:50.012496948243rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC7Pra5EmtZLpG9JxhyRsip61753yLdA { width:18.25rem;height:1.4625rem;top:51.631248474121rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKir9lDsHngBvfqhFQLK6CAcUciLhq6F { width:18.4375rem;height:1.1375rem;top:53.125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BotdBET8zCWn6MCODfZxN8HTwX4NnhAt { display:block; }#BotdBET8zCWn6MCODfZxN8HTwX4NnhAt > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2noiHTBVvNqDvwcreUzxR6HF8vfhy8Z { width:12.3125rem;height:2.925rem;top:1.125rem;left:3.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bieopKk22DzO7LLHlhz7K7k0LcFfgu82 { width:10.3125rem;height:10.3125rem;top:17.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLokAToaQ2a097Cd1WwzTtfFvyyAzdgZ { width:18.25rem;height:2.6rem;top:16.112499237061rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLdOx9caIT7W42ArrzfezsKZPa5VRtHE { width:10.375rem;height:10.375rem;top:3rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmxqsDiV8kAuDPWKmLAqtib2T1nTimHr { width:18.4375rem;height:1.1375rem;top:15.0625rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFKG6vtlVmPx1yzMGiqcJHuqSSP9LP8g { width:18.25rem;height:2.925rem;top:12.1875rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmV1MvVF0z49qJ40TOxsACWmhaLID23y { width:18.25rem;height:1.4625rem;top:26.6875rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZxtDOMmH8JSFPmUmsgTupuMbe2KAkOr { width:18.4375rem;height:2.275rem;top:28.25rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI1k9W7ONfkgSGKx79vJ4QFL0JxUu67J { display:block; }#TI1k9W7ONfkgSGKx79vJ4QFL0JxUu67J > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1AyKsn0Xe6nJGUw7oiqVyx2TRWGqTtx { width:18.375rem;height:3.65625rem;top:0.75rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ResR3qhgtEC8wqlbnkOtRPgvDli17wLJ { display:block; }#ResR3qhgtEC8wqlbnkOtRPgvDli17wLJ > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1ZaBItfz5CllkDla73tmXTyPU3nEpvn { width:18.4375rem;height:2.275rem;top:24.21875rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSrVdsm5T6W9VzkT1aTWt6ZXmyefJdtA { width:18.25rem;height:1.4625rem;top:22.756248474121rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLHrBmw4OJfa5Z3esEls2UGTgonoE6Rt { width:10.375rem;height:10.375rem;top:13.84375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5BR1Fq0XXXE2743wHKdWuB359KiVsv8 { width:18.4375rem;height:2.275rem;top:10.625rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1AnnO7ZS40NMh1JqTRiJNvxK56WsLGF { width:18.25rem;height:1.4625rem;top:9.3125rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF03T20CqLP0qMUHRUTfT4o0UqbyIc0a { width:10.3125rem;height:10.3125rem;top:0rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBQSPku1nUCgxWhIiTa43n3P6mO9M0UO { width:18.25rem;height:1.4625rem;top:35.6875rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKtpcky4ULdLpuka4lC2xgtLhaTKJzf1 { width:14.625rem;height:2.275rem;top:37.150001525879rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzLAuXIALnZP6tXAmDU3I9tmJbT0xZgK { width:10.3125rem;height:10.3125rem;top:26.375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0vb6LWSOMs26iW8ndFEAgvTLH9c86DC { display:block; }#f0vb6LWSOMs26iW8ndFEAgvTLH9c86DC > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLgT3nndesVvcwxTAW1nfx1FSesCmI90 { width:18.4375rem;height:2.275rem;top:37.1875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnwoTe8LpJekGJxXXiMFRfisxbEuzcZR { width:18.25rem;height:1.4625rem;top:35.8125rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3K7AAhDJGIF7OthhIT6TyxQbE0FsZq1 { width:10.375rem;height:10.375rem;top:26.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh9nae1HdyO0JdznVfJNKsw8JaRKLN4f { width:18.4375rem;height:2.275rem;top:24.3125rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOFTQ22hsKrHWRkBMCn8WsL9W70JaFey { width:18.25rem;height:1.4625rem;top:22.8125rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXgv7HkGVmpUGruTlk5aX1FqrcVO5wsg { width:10.3125rem;height:10.3125rem;top:13.375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeRQgbC0frL3DTu1prAQfp0AbFlTOtgh { width:13.5625rem;height:2.275rem;top:11.125rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rViynyclLzaLEyb6LBygNPs8QSLrSfOa { width:18.125rem;height:1.4625rem;top:9.625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTCKzC5RDsSNTtoETR4vic3nuBecJk7d { width:10.375rem;height:10.375rem;top:0.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDRFNOp2hCiAUsFFqPNdqwluGhqmuXHu { display:block; }#rDRFNOp2hCiAUsFFqPNdqwluGhqmuXHu > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHaTuqVhLT2m58th2mBmUb3druugd9Lo { width:18.9375rem;height:1.95rem;top:1.25rem;left:0.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HqE8dAaBboNb9B8ICKABAGuEsk71Ihlp { width:12.3125rem;height:3.4125rem;top:4.6395807266236rem;left:7.1947908401487rem;font-size:1.3125rem;z-index:15015;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pL6wxn0g5w3u74kNFTCTKd0wT0T6lMnr { width:17.875rem;height:7.3125rem;top:18.887499809265rem;left:1.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov3UtNQuFGPPDrRXbU3kFXWatCK2yVyq { width:18.75rem;height:0.1875rem;top:3.8270835876465rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWII01eT085slDPHE8u6LTgh6u1RGTS2 { width:15.3125rem;height:15.5625rem;top:3.3249998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z962ghPxFWb8ZHdTUrSmtHbHn5Ju8Npe { display:block; }#Z962ghPxFWb8ZHdTUrSmtHbHn5Ju8Npe > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xi9xIKvFEken33zLIWi1tXiEDn1UzIOP { width:20rem;height:11.8125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbTIMCSKGKnCw2kGuATzJCvpWepLUJi2 { width:20rem;height:2.0625rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpDcD3e8XLKAVbTTAVT054cT97Xe3Z26 { width:18.75rem;height:0.1875rem;top:2.9447975158691rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6Tp4wTWzGXIzdSZBPgGya97mioNtqxS { width:15rem;height:4.875rem;top:4.125rem;left:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CktPOaPPi67Tm25Hym5FhhT6pGlBaDpf { display:flex;width:3rem;height:3rem;top:4.125rem;left:15.749999046326rem; }
 }@media only screen and (max-width: 763px) { #InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ { background-color:transparent;background-image:none;display:block; }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ > .row .container { background-color: transparent; background-image: none; }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ > .row .container > .video-iframe-container { display: none; }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ > .row > .video-iframe-container { display: none; }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ > .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); }#InLTpbOOi1tChaUQCX2B8DZ6qyhB8ItQ > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbV8UnkMVA0rXhAoymTkxzLRc1v6C1zg { width:20rem;height:2.0625rem;top:1.578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTD2SMiTNfXy2ArJn5Bp0ZWZfTRTX4QP { width:20rem;height:2.0625rem;top:20.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSFOOeySF7470eVn37JVhvD1bTwBTLyx { width:20rem;height:3rem;top:22.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5t7HmqiXoyuqtHfk9Dy253tZOm6nozG { width:19.0625rem;height:10.125rem;top:9.8951214652919rem;left:0.47024969112981rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdGToup7bXEn4b5TnHMInn2MyT1aVPz4 { width:20rem;height:1.625rem;top:25.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuAc9caeAQx1E8V8D9HCqqIMewU4rxfV { width:13.25rem;height:2.925rem;top:27.875rem;left:3.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rJy6A16iTN9KGcxJqxJEduJxdbGqydZc { width:19.0625rem;height:6.625rem;top:4.390625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeBl87ii5t9iaaNu7Apk74ZuJzSd5khT { width:19.0625rem;height:14.0625rem;top:18.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLqcDiTVGiuSDSmcwXvOuC2A849KGIUl { width:9.4375rem;height:4.8125rem;top:4.71435546875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4eQGdDW75cZroHZIe91OSNAOBlNfH4b { width:18.75rem;height:0.1875rem;top:0.86458301544187rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHCdaZRinU3c8T6A2qvpxziJ7SwQcVnu { display:block; }#SHCdaZRinU3c8T6A2qvpxziJ7SwQcVnu > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPfZmtaHXgtWw6d1veVIT5ZwzZr9XICD { width:17.75rem;height:1.7875rem;top:1.6875rem;left:1.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HnipLVD3POkhJcwSIfz2MUXpUCXTvB2B { width:12.3125rem;height:1.7875rem;top:3.8125rem;left:1.875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dtQocwWadVApxk5AqVTgk8qNCenaEC2x { width:13.8125rem;height:1.7875rem;top:8.5625rem;left:1.875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WAVEXCTco8VZ1nERqfqBWnralId6rwPK { width:12.5rem;height:1.7875rem;top:6.25rem;left:1.875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rnWbVRq9ggm1twPZMuoWySrnUT4sJB9t { width:18.75rem;height:0.1875rem;top:0.79999923706056rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPxpFCth7EFPwfEAMDW0zB18BoAhd3Lh { display:block; }#TPxpFCth7EFPwfEAMDW0zB18BoAhd3Lh > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M42Mfv0scc9pqlTEMxmDn91mDpiPVTsC { width:18.3125rem;height:0.65rem;top:8.359375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypSJSHa72GbgTR8Rw1TJcs9Z6qJDoUd1 { width:7.8125rem;height:0.65rem;top:9.171875rem;left:10.5625rem;font-size:0.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zkhvWhpM6A1wQfvp9m1Kahm6XkN3RhW1 { width:10.375rem;height:3.4375rem;top:9.171875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiG2PXFzZaB3ukHpD8afwgKakI3cOP35 { display:block; }
 }@media only screen and (max-width: 763px) { #PEQrvDdqXo74eSeSqUav36UcdCJ5Ep8E { width:20rem;height:7rem;top:0.796875rem;left:0rem;font-size:0.5rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fKfNVZxb09GvRekTA2k6EvwvTb631hxo { display:block; }#fKfNVZxb09GvRekTA2k6EvwvTb631hxo > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oH1QUISA37V4kJfFhwLwSPq6H5TF2GRe { width:20rem;height:1.85625rem;top:0rem;left:0rem;display:block; }
 }