.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:248,216,237;--color-primary-1:234,137,201;--color-primary-2:220,58,165;--color-primary-3:194,0,129;--color-primary-4:44,12,33;--color-secondary-0:217,240,221;--color-secondary-1:128,205,140;--color-secondary-2:0,154,25;--color-secondary-3:0,77,13;--color-secondary-4:0,23,4;--color-tertiary-0:255,255,255;--color-tertiary-1:70,70,70;--color-tertiary-2:53,53,53;--color-tertiary-3:47,47,47;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#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); }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg > .row .container { background-color: transparent; background-image: none; }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg > .row .container > .video-iframe-container { display: none; }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg > .row > .video-iframe-container { display: none; }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg > .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); }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg > .row .container { border-width: 0; border-radius: 0; }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#aTqugcHaV9NTyDCsJQgrTddpqrzWJyKq { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0rem;height:9.505375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ESbEEolQ9v2KcILwvJCiWbZ0M8xuCmHq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:12.5rem;top:0.5625rem;left:-0.3125rem;overflow:hidden;display:block; }
#y5W9hqgXDM0rXzp8b0mZL0gFZh8NBMQ9 { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:20.25rem;left:0rem;height:7.9980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#npgJXwDigiFNnON8BxFmix1HE4fEhCW7 { 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:21.75rem;width:27.1875rem;top:8.3125rem;left:44.625rem;overflow:hidden;display:block; }
#bH8ZRznifEDRqUmEFP4S4cieITgX5aJd { 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:32.1875rem;width:34.875rem;top:3.125rem;left:40.125rem;overflow:hidden;display:block; }
#KNopPrEeLrovgLDUS6SD6JmpKPRStLmr { 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:35.9375rem;width:22.3125rem;top:3.125rem;left:47.0625rem;overflow:hidden;display:block; }
#K9I6MtwqL87vt7zGqDfHmZdILbJJcvee { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:32.1875rem;top:24.625rem;left:42.8125rem;overflow:hidden;display:block; }
#NKRn6cqHmaVqKRCztoLHoJUsg3G6Hd7Z { position:relative;display:block; }#NKRn6cqHmaVqKRCztoLHoJUsg3G6Hd7Z { background-color: transparent; background-image: none; }#NKRn6cqHmaVqKRCztoLHoJUsg3G6Hd7Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKRn6cqHmaVqKRCztoLHoJUsg3G6Hd7Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKRn6cqHmaVqKRCztoLHoJUsg3G6Hd7Z > .row .container > .video-iframe-container { display: none; }#NKRn6cqHmaVqKRCztoLHoJUsg3G6Hd7Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKRn6cqHmaVqKRCztoLHoJUsg3G6Hd7Z > .row > .video-iframe-container { display: none; }#NKRn6cqHmaVqKRCztoLHoJUsg3G6Hd7Z > .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); }#NKRn6cqHmaVqKRCztoLHoJUsg3G6Hd7Z { border-width: 0; border-radius: 0; }#NKRn6cqHmaVqKRCztoLHoJUsg3G6Hd7Z > .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; }#NKRn6cqHmaVqKRCztoLHoJUsg3G6Hd7Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.3125rem;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; }#vgvdkT9suifSkLN0xRBdQMkEffHUBsPK { color:#333333;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:3.1875rem;left:25.96875rem;height:15rem;text-align:left;text-align-last:left;display:block; }
#eoEyTa21w3b7oHTrlNziJPd6e74F9acI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.75rem;top:3.1875rem;left:22.28125rem;overflow:hidden;display:block; }
#JsX8pLh5y7QFPqeWGpvhtIylSeBx0mQ6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.75rem;top:11.09375rem;left:22.28125rem;overflow:hidden;display:block; }
#JoAnaXbURQ6PvlXFRcVmypbEA2yDflXK { position:relative;display:block; }#JoAnaXbURQ6PvlXFRcVmypbEA2yDflXK { background-color: transparent; background-image: none; }#JoAnaXbURQ6PvlXFRcVmypbEA2yDflXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoAnaXbURQ6PvlXFRcVmypbEA2yDflXK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoAnaXbURQ6PvlXFRcVmypbEA2yDflXK > .row .container > .video-iframe-container { display: none; }#JoAnaXbURQ6PvlXFRcVmypbEA2yDflXK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoAnaXbURQ6PvlXFRcVmypbEA2yDflXK > .row > .video-iframe-container { display: none; }#JoAnaXbURQ6PvlXFRcVmypbEA2yDflXK > .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); }#JoAnaXbURQ6PvlXFRcVmypbEA2yDflXK { border-width: 0; border-radius: 0; }#JoAnaXbURQ6PvlXFRcVmypbEA2yDflXK > .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; }#JoAnaXbURQ6PvlXFRcVmypbEA2yDflXK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9rem;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; }#lQlvwwrpqT02TSfO1de2vSXITOrpg8bR { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:4rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.875rem;left:26.09375rem;display:block; }
#ZLt1v1r76dNVAlmq0AXvkp4euUzMpeH7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WDgwaHwaBRu80ZA1RMQMGnUJO8GvhSRM { 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; }#WDgwaHwaBRu80ZA1RMQMGnUJO8GvhSRM > .row .container { background-color: transparent; background-image: none; }#WDgwaHwaBRu80ZA1RMQMGnUJO8GvhSRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDgwaHwaBRu80ZA1RMQMGnUJO8GvhSRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDgwaHwaBRu80ZA1RMQMGnUJO8GvhSRM > .row .container > .video-iframe-container { display: none; }#WDgwaHwaBRu80ZA1RMQMGnUJO8GvhSRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDgwaHwaBRu80ZA1RMQMGnUJO8GvhSRM > .row > .video-iframe-container { display: none; }#WDgwaHwaBRu80ZA1RMQMGnUJO8GvhSRM > .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); }#WDgwaHwaBRu80ZA1RMQMGnUJO8GvhSRM > .row .container { border-width: 0; border-radius: 0; }#WDgwaHwaBRu80ZA1RMQMGnUJO8GvhSRM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WDgwaHwaBRu80ZA1RMQMGnUJO8GvhSRM > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#ghv37bUbNxupHTvViEXnIVfkEPhhyVey { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:5.08740234375rem;left:0rem;height:7.19925rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ttyREPNVglO9J2U0Br220rFfogzREf3H { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:13.875rem;left:10.25rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pf2D6LnR5dNoyqr1O6UeXPVEpFglP4u7 { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:20.9375rem;top:1.1875019073486rem;left:27.031251907349rem;display:block; }
#D42uBBzp6S56RBmdUtneTDbCAn1CgT2b { color:rgba(var(--color-tertiary-1),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:1.98388671875rem;left:29.03125rem;height:13.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xvwzu33CINDlQ9IhTEwgrMnRpAgbAmxy { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:7.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:-2.125rem;height:9.34375rem;font-style:italic;display:block; }
#BmRVOongCyoM1q2TEiSG6l6SLZ8JnF2L { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.0625rem;left:8.4375rem; }
#TZsGJgEW94eoFcfc5IAktOJloxZp66rK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:25.8125rem;top:1.6875rem;left:48.6875rem;display:block; }
#ti6EM2zOJEbmuoi1MwDOQZOZFehRhiFX { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5625rem;top:1.1875rem;left:28.21875rem;display:none; }
#E5N4mcxlMS9lenFpQVQa7wMTNGsxGyQJ { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:2.1875rem;left:0.125rem;height:10.8rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#vkHTHeV2eiwL99cIiFLigXgmSrW0lVZw { position:absolute;display:block;z-index:15020;height:14.375rem;width:25.75rem;top:1.173828125rem;left:49.25rem;display:block; }
#pTxMKBIwqc0MHq1qrsafeuexqyOsFuGT { 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; }#pTxMKBIwqc0MHq1qrsafeuexqyOsFuGT > .row .container { background-color: transparent; background-image: none; }#pTxMKBIwqc0MHq1qrsafeuexqyOsFuGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTxMKBIwqc0MHq1qrsafeuexqyOsFuGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTxMKBIwqc0MHq1qrsafeuexqyOsFuGT > .row .container > .video-iframe-container { display: none; }#pTxMKBIwqc0MHq1qrsafeuexqyOsFuGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTxMKBIwqc0MHq1qrsafeuexqyOsFuGT > .row > .video-iframe-container { display: none; }#pTxMKBIwqc0MHq1qrsafeuexqyOsFuGT > .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); }#pTxMKBIwqc0MHq1qrsafeuexqyOsFuGT > .row .container { border-width: 0; border-radius: 0; }#pTxMKBIwqc0MHq1qrsafeuexqyOsFuGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTxMKBIwqc0MHq1qrsafeuexqyOsFuGT > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#Fk41gLOARvCApDTs2M4RtGGutBADQi5l { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:5.9873046875rem;left:0rem;height:5.3994125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#AwbSSbTXmVfSDgG4sPSMlDeZKbmETT8x { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:12.875rem;left:10.3125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l9lAdy3eFmDIB4Ln13SgQCMotrHfU8Ws { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:20.9375rem;top:1.1875019073486rem;left:27.031251907349rem;display:block; }
#JaWWfNQZhDmGicecBgLPefmDxW73AmfR { color:rgba(var(--color-tertiary-1),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:5.068359375rem;left:27.8125rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W9DfSVO8NbDmhJllklkJedfzxQ3Q9a26 { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:7.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:-2.125rem;height:9.34375rem;font-style:italic;display:block; }
#IEhe8py6XFerRD39tUClcqr3cE31EEUB { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.0625rem;left:8.4375rem; }
#UFBsT15fgh7wQprmFtynmuMnEbwBHB1h { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:25.8125rem;top:1.6875rem;left:48.6875rem;display:block; }
#gTCKUHr1uiExgQQZSFmC9sTsJEUUZ8oc { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5625rem;top:1.1875rem;left:28.21875rem;display:none; }
#DzEtrbzcmZvQvK3iD5ZCutdy2KTJM2W2 { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:2.1875rem;left:0.125rem;height:10.8rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#xGyuOXVvkRAvT4UCCyX2y2NOaHI3QZn9 { position:absolute;display:block;z-index:15021;height:14.375rem;width:25.75rem;top:1.1875rem;left:49.25rem;display:block; }
#FPisMJ1BXbOGmbT4fNCPkpooN8U6xPf4 { 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; }#FPisMJ1BXbOGmbT4fNCPkpooN8U6xPf4 > .row .container { background-color: transparent; background-image: none; }#FPisMJ1BXbOGmbT4fNCPkpooN8U6xPf4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPisMJ1BXbOGmbT4fNCPkpooN8U6xPf4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPisMJ1BXbOGmbT4fNCPkpooN8U6xPf4 > .row .container > .video-iframe-container { display: none; }#FPisMJ1BXbOGmbT4fNCPkpooN8U6xPf4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPisMJ1BXbOGmbT4fNCPkpooN8U6xPf4 > .row > .video-iframe-container { display: none; }#FPisMJ1BXbOGmbT4fNCPkpooN8U6xPf4 > .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); }#FPisMJ1BXbOGmbT4fNCPkpooN8U6xPf4 > .row .container { border-width: 0; border-radius: 0; }#FPisMJ1BXbOGmbT4fNCPkpooN8U6xPf4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FPisMJ1BXbOGmbT4fNCPkpooN8U6xPf4 > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#ZpbUqCE0o7WdR8DgbM4foqvs5erssIlP { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:5.6494140625rem;left:0rem;height:5.3994125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ABgeoqTT8QfbMGseRdfTD31EZWnBbWpP { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:13.875rem;left:10.4375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#azD8T0dgHTpVNv1bX4FJsIfcpkDG8ZyK { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:20.9375rem;top:1.1875019073486rem;left:27.031251907349rem;display:block; }
#G6C4u1297JbnrkXxPPxr5ATJIwPNx84m { color:rgba(var(--color-tertiary-1),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:4.0830078125rem;left:29.03125rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSOPtRoQPxQKtX382NVyA8NEIKvnTT9n { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:7.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:-2.125rem;height:9.34375rem;font-style:italic;display:block; }
#nzuDCDne0amuInpuID7tJaMthMVtp4tP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.0625rem;left:8.5625rem; }
#TqzyQNDuQuteT0PyPkTJWatWQzTnkdZn { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:25.8125rem;top:1.6875rem;left:48.6875rem;display:block; }
#ZdEFLl5IsZ1F9ZSJMr7kCHPWikdidVK8 { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5625rem;top:1.1875rem;left:28.21875rem;display:none; }
#weH4nBRgTyVfhJUByDOnq6DmVKFemt1T { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:2.1875rem;left:0.125rem;height:10.8rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#Ck0oTpIU1TSmZ3zuIayhCmlbNVXRGIJy { position:absolute;display:block;z-index:15022;height:14.375rem;width:25.75rem;top:1.162109375rem;left:49.25rem;display:block; }
#BbV6eTEuxpW67TzT87EppRH5fpV8UV4Z { 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; }#BbV6eTEuxpW67TzT87EppRH5fpV8UV4Z > .row .container { background-color: transparent; background-image: none; }#BbV6eTEuxpW67TzT87EppRH5fpV8UV4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbV6eTEuxpW67TzT87EppRH5fpV8UV4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbV6eTEuxpW67TzT87EppRH5fpV8UV4Z > .row .container > .video-iframe-container { display: none; }#BbV6eTEuxpW67TzT87EppRH5fpV8UV4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbV6eTEuxpW67TzT87EppRH5fpV8UV4Z > .row > .video-iframe-container { display: none; }#BbV6eTEuxpW67TzT87EppRH5fpV8UV4Z > .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); }#BbV6eTEuxpW67TzT87EppRH5fpV8UV4Z > .row .container { border-width: 0; border-radius: 0; }#BbV6eTEuxpW67TzT87EppRH5fpV8UV4Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BbV6eTEuxpW67TzT87EppRH5fpV8UV4Z > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#mOwko7I5TZZab7TKwGRXmE4z52MUTZel { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:5.125rem;left:0rem;height:12.598625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#QiqKh23MpyWoObubuCTU8kaiP92IRbfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:19.125rem;left:10.375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OKC7BUEyf7EGq1n13TfhB2KHgTe5XRSF { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:20.9375rem;top:3.8125rem;left:27.0625rem;display:block; }
#t2Ps3c8aGSUeDe4iH3FakZqnA1mTQDxc { color:rgba(var(--color-tertiary-1),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:4.578125rem;left:29.03125rem;height:13.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#biMFJZec2TuKtUF0ZNlOgL1xqf5CKzay { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:7.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:-2.125rem;height:9.34375rem;font-style:italic;display:block; }
#sJdK6tmXQ90frNGMtwdoQEmHi5DVaPOS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:19.3125rem;left:8.5rem; }
#yl7WR1Ek3KIoPrZfGSgCLqO8MuDUx7mu { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:25.8125rem;top:4.3125rem;left:48.6875rem;display:block; }
#IPAXXkrzcretAoWMCpAgwXk06ARTKZFQ { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5625rem;top:1.1875rem;left:28.21875rem;display:none; }
#gmp0s7eHgwJfzrPpV1vlGr0CgfvCKbMq { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:2.1875rem;left:0.125rem;height:10.8rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#zOa75pCvS7tuzmnf5Rq07zGMlKC20c7t { position:absolute;display:block;z-index:15022;height:14.375rem;width:25.75rem;top:3.75rem;left:49.25rem;display:block; }
#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ { 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; }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ > .row .container { background-color: transparent; background-image: none; }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ > .row .container > .video-iframe-container { display: none; }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ > .row > .video-iframe-container { display: none; }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ > .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); }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ > .row .container { border-width: 0; border-radius: 0; }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#H2IfUttlWfxbNM6dotSIyNvVIGCXLPt7 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:11.9375rem;left:11.0625rem;height:5.09911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WFPJvSOxPJMeRSBGESX4cSB5fXeh5ZXx { color:rgba(var(--color-tertiary-3),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:24rem;left:30rem;height:5.09911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NkPhXFW34TIeeoT0QuPtfSoUrbpoo8e2 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:12.0625rem;left:49.4375rem;height:5.09911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kt75AmaJ8wnbtiE4mS8TDPwbnb4dofeE { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:23.125rem;left:11.5625rem;height:6.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLStymOPpQ2P9227zuGzmnaRTLGGPmIR { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:23.8125rem;left:49.0625rem;height:5.09911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K0vxhNRryfS2vHprDhg8QOuvvDrT6gy0 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:25rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wKozZBZLByZB2vKu0bwqGbGJx4SRCQps { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);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.9375rem;width:18.125rem;top:9.5rem;left:48.125rem;display:block; }
#M3CIVqmd7Myel6mHlA5anmW58VI9mSuD { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);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.9375rem;width:18.125rem;top:21.5rem;left:48.125rem;display:block; }
#bCaDUW6mdi4EShT6VTTPUaZqB945aG3J { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:11.0625rem;left:30.1875rem;height:6.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JpvqT6TtZPvcdFI4q1z5eVrPfIdTuKtZ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);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.9375rem;width:18.125rem;top:21.625rem;left:28.75rem;display:block; }
#F05afhuaQvshx4rt4sPfsl7m3TXS6nWV { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);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.9375rem;width:18.125rem;top:21.625rem;left:9.25rem;display:block; }
#P66nEIPzIM85k6t7RS9W1rThw67Fn63e { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);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.9375rem;width:18.125rem;top:9.5rem;left:9.25rem;display:block; }
#k8U1NezXgLTt3pRtAUWzZdAwZVgQeIBW { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);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.9375rem;width:18.125rem;top:9.5rem;left:28.75rem;display:block; }
#t4lsIBg5wJbuJIHKgQ994aKp3Tq5z7Rf { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);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.9375rem;width:18.125rem;top:8.75rem;left:47.375rem;display:none; }
#XmxqRA9H6rSE8edJGnzJLswtV5NEowf6 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);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.9375rem;width:18.125rem;top:8.75rem;left:47.375rem;display:none; }
#ewCRu0fSuAODcyX588yQSw4HLCaznsgT { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);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.9375rem;width:18.125rem;top:8.75rem;left:47.375rem;display:none; }
#xazK97K7FxV5tWzuHBx1q0mP0TQWS77D { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);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.9375rem;width:18.125rem;top:8.75rem;left:47.375rem;display:none; }
#nWShdJwrMEgWe2eaMFJQ8COdID5cCTmy { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);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.9375rem;width:18.125rem;top:8.75rem;left:47.375rem;display:none; }
#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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; }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv > .row .container { background-color: transparent; background-image: none; }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv > .row .container > .video-iframe-container { display: none; }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv > .row > .video-iframe-container { display: none; }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv > .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); }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv > .row .container { border-width: 0; border-radius: 0; }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#lLvourfdWywkWQg8qzv3GSbb29r5aWNS { color:#c10090;display:block;width:39.375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:6.3125047683719rem;left:7.8125rem;height:3.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q0ktPp6s2WfdgxLbeykyN2fhB8ne8b50 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.835160255432rem;left:7.8125rem;height:1.625rem;display:block; }
#NfUtbAxPWedaEi0A8qzU0QgFCpT5v2mA { color:#313030;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:13.999222755432rem;left:7.8125rem;height:23.374rem;font-style:normal;overflow:hidden;display:block; }#NfUtbAxPWedaEi0A8qzU0QgFCpT5v2mA li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#NfUtbAxPWedaEi0A8qzU0QgFCpT5v2mA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fc56d20e-fdde-4af9-8e4f-7be369c5a10e/Vector.svg); }
#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1d279df5-bdad-4a16-ab22-27a57dc14977/opinie_bg.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx.adaptive-delivery-prevent-bg, #fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx.lazyload, #fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx.lazyloading { background-image: none; }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx > .row .container { background-color: transparent; background-image: none; }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx > .row .container > .video-iframe-container { display: none; }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx > .row > .video-iframe-container { display: none; }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx > .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); }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx > .row .container { border-width: 0; border-radius: 0; }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#BDPAEHzRDQFcnXOWNqCQZvzvOdRc1yWX { color:rgba(var(--color-tertiary-4),1);display:block;width:54.3125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.0625rem;left:10.34375rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gmUmDC9sfxao1lRB4wAK4sMqIJ0cFPbL { color:rgba(var(--color-primary-3),1);display:block;width:52.375rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:18.0625rem;left:11.3125rem;height:9.8994375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RWDcLTSC0Va9iNoWfyxIS5s28Msku25h { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.8125rem;left:26.092967987061rem;display:block; }
#hN0IT6ruFc9kCNqXR9imMbEyLxKCTSd8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UxT8IXrA5G5uTtcyMFxbI6zATulezzf7 { position:relative;display:block; }#UxT8IXrA5G5uTtcyMFxbI6zATulezzf7 { background-color: transparent; background-image: none; }#UxT8IXrA5G5uTtcyMFxbI6zATulezzf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxT8IXrA5G5uTtcyMFxbI6zATulezzf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxT8IXrA5G5uTtcyMFxbI6zATulezzf7 > .row .container > .video-iframe-container { display: none; }#UxT8IXrA5G5uTtcyMFxbI6zATulezzf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxT8IXrA5G5uTtcyMFxbI6zATulezzf7 > .row > .video-iframe-container { display: none; }#UxT8IXrA5G5uTtcyMFxbI6zATulezzf7 > .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); }#UxT8IXrA5G5uTtcyMFxbI6zATulezzf7 { border-width: 0; border-radius: 0; }#UxT8IXrA5G5uTtcyMFxbI6zATulezzf7 > .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; }#UxT8IXrA5G5uTtcyMFxbI6zATulezzf7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.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; }#C45lLewDpoLacxH9VGnmVk4pb81ql0eT { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.875rem;left:12.375rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AaXx3KiBmARgO8kTGVG0LJzs6TT2ngkc { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8125rem;left:12.375rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S5rT6IRzMqeDLSdB9mcOq8vd96x0TuNK { 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; }#S5rT6IRzMqeDLSdB9mcOq8vd96x0TuNK > .row .container { background-color: transparent; background-image: none; }#S5rT6IRzMqeDLSdB9mcOq8vd96x0TuNK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5rT6IRzMqeDLSdB9mcOq8vd96x0TuNK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5rT6IRzMqeDLSdB9mcOq8vd96x0TuNK > .row .container > .video-iframe-container { display: none; }#S5rT6IRzMqeDLSdB9mcOq8vd96x0TuNK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5rT6IRzMqeDLSdB9mcOq8vd96x0TuNK > .row > .video-iframe-container { display: none; }#S5rT6IRzMqeDLSdB9mcOq8vd96x0TuNK > .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); }#S5rT6IRzMqeDLSdB9mcOq8vd96x0TuNK > .row .container { border-width: 0; border-radius: 0; }#S5rT6IRzMqeDLSdB9mcOq8vd96x0TuNK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S5rT6IRzMqeDLSdB9mcOq8vd96x0TuNK > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#mdtQy7fXwpUvrl8K2r2slaVXfKkxcaNs { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:4.74951171875rem;left:0rem;height:7.19925rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fHA9xHhfXZLsJe41WkseRKefZQg7ma6w { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:13.875rem;left:10.4375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HDaaJCcksc5AQoypIqwqDM5hWcug84OQ { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:20.9375rem;top:1.1875019073486rem;left:27.031251907349rem;display:block; }
#Hc7uchoVgB6ZZCzaR0D43NLyvkGcZ93H { color:rgba(var(--color-tertiary-1),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:1.64599609375rem;left:28.375rem;height:13.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KsAxuoMZFkKQgH9hqV3XmBdGZdeLIqUc { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:7.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:-2.125rem;height:9.34375rem;font-style:italic;display:block; }
#Zi2u6UsfWpQ5NkU5VsbEhHu6yNtIDTK0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.0625rem;left:8.5625rem; }
#cNZssZ3mOts6A0Ooqr4Qyiu2cQiKxiTi { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:25.8125rem;top:1.6875rem;left:48.6875rem;display:block; }
#OUickMcEdPTh6cZHM3m5ZstiHH2vwi33 { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5625rem;top:1.1875rem;left:28.21875rem;display:none; }
#JzVbWz1R7igprrT1z5CP3dXo822xZs7G { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:2.1875rem;left:0.125rem;height:10.8rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#BVmBZAdzQBzgCh7Ik34pc1gykAQsgaKo { position:absolute;display:block;z-index:15022;height:14.375rem;width:25.75rem;top:1.162109375rem;left:49.25rem;display:block; }
#b4wPNukEQKxlkdk4MJktaSJfx71T1CBv { 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; }#b4wPNukEQKxlkdk4MJktaSJfx71T1CBv > .row .container { background-color: transparent; background-image: none; }#b4wPNukEQKxlkdk4MJktaSJfx71T1CBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4wPNukEQKxlkdk4MJktaSJfx71T1CBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4wPNukEQKxlkdk4MJktaSJfx71T1CBv > .row .container > .video-iframe-container { display: none; }#b4wPNukEQKxlkdk4MJktaSJfx71T1CBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4wPNukEQKxlkdk4MJktaSJfx71T1CBv > .row > .video-iframe-container { display: none; }#b4wPNukEQKxlkdk4MJktaSJfx71T1CBv > .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); }#b4wPNukEQKxlkdk4MJktaSJfx71T1CBv > .row .container { border-width: 0; border-radius: 0; }#b4wPNukEQKxlkdk4MJktaSJfx71T1CBv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b4wPNukEQKxlkdk4MJktaSJfx71T1CBv > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#Zrfg9CJRf6axaLmfLXwcUf6Mc1qDIuH6 { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:4.46435546875rem;left:0rem;height:12.598625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#PWm4JcAnS4ruoJ22R97chmeNIoJkDotF { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:18.5rem;left:10.3125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EONNiTZJZQgpW6FFEPJdgIgCP5MazJnC { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:20.9375rem;top:3.25rem;left:27.0625rem;display:block; }
#WO7UbphEdKr3yMTzbHwUn1ZlNRxuXwDF { color:rgba(var(--color-tertiary-1),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:4.6875rem;left:29.0625rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w31wZLKDsspUT3nKD6enyuJQ95xVcZlc { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:7.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:-2.125rem;height:9.34375rem;font-style:italic;display:block; }
#IPs7oosOFBZCqmRItwIKahe8fwGOPAPQ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:18.6875rem;left:8.4375rem; }
#HrQcQ41IdsckeuTOXXsJu6Dw0B67HKrB { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:25.8125rem;top:3.75rem;left:48.6875rem;display:block; }
#XLNwTdziV8QVeM1MeAxCSuy7bGCaC8e0 { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5625rem;top:1.1875rem;left:28.21875rem;display:none; }
#FKvxMy9xPLndTvBiREIzZ4DQQCpTS5SO { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:2.1875rem;left:0.125rem;height:10.8rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#rQgQovX9sJrCZ2BwBwab7n5N8LvVLqfr { position:absolute;display:block;z-index:15022;height:14.375rem;width:25.75rem;top:3.25rem;left:49.25rem;display:block; }
#ODGDgeUkNH6l6KaeQvT5PuPF7ApiyMN7 { 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; }#ODGDgeUkNH6l6KaeQvT5PuPF7ApiyMN7 > .row .container { background-color: transparent; background-image: none; }#ODGDgeUkNH6l6KaeQvT5PuPF7ApiyMN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODGDgeUkNH6l6KaeQvT5PuPF7ApiyMN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODGDgeUkNH6l6KaeQvT5PuPF7ApiyMN7 > .row .container > .video-iframe-container { display: none; }#ODGDgeUkNH6l6KaeQvT5PuPF7ApiyMN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODGDgeUkNH6l6KaeQvT5PuPF7ApiyMN7 > .row > .video-iframe-container { display: none; }#ODGDgeUkNH6l6KaeQvT5PuPF7ApiyMN7 > .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); }#ODGDgeUkNH6l6KaeQvT5PuPF7ApiyMN7 > .row .container { border-width: 0; border-radius: 0; }#ODGDgeUkNH6l6KaeQvT5PuPF7ApiyMN7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODGDgeUkNH6l6KaeQvT5PuPF7ApiyMN7 > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#cnw2uwu1I9EV73lXvbWuIvNz3J9F0MZ1 { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:4.18798828125rem;left:0rem;height:8.999rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#PrF35ykeKcCTlnRtprB4WtEUXWueyMfM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:14.625rem;left:10.3125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yuFa0gtzDBnUAFq7OmEOFZdiW26gFWyG { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:20.9375rem;top:1.1875019073486rem;left:27.031251907349rem;display:block; }
#At6bsHZQ1s6Ti4tJE1vL4ncJCxg1qAEc { color:rgba(var(--color-tertiary-1),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:4.42138671875rem;left:29.03125rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gwfpdPTswlNyt0fSpV3VKyzDdvczgzBB { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:7.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:-2.125rem;height:9.34375rem;font-style:italic;display:block; }
#KfdP5EZpHwHZCCsqIsopEapZ7duOunAV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.8125rem;left:8.4375rem; }
#oQl9Gc0wmrFFwsQ8SokUDfs4OOvxznKQ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:25.8125rem;top:1.6875rem;left:48.6875rem;display:block; }
#irS0rRuzR1fwUrmnaFnFTD2nA24wSIyT { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5625rem;top:1.1875rem;left:28.21875rem;display:none; }
#THzUm1zo0xoG2PB6AtRJRDhXPOSRqbIy { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:2.1875rem;left:0.125rem;height:10.8rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#MPS4LF1U0eDT6HLG9whXhS9OLCJJoZ0x { position:absolute;display:block;z-index:15022;height:14.375rem;width:25.75rem;top:1.162109375rem;left:49.25rem;display:block; }
#vqG6yT3a3NmGqedvSrRzTDJT2NGx4mnV { 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; }#vqG6yT3a3NmGqedvSrRzTDJT2NGx4mnV > .row .container { background-color: transparent; background-image: none; }#vqG6yT3a3NmGqedvSrRzTDJT2NGx4mnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqG6yT3a3NmGqedvSrRzTDJT2NGx4mnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqG6yT3a3NmGqedvSrRzTDJT2NGx4mnV > .row .container > .video-iframe-container { display: none; }#vqG6yT3a3NmGqedvSrRzTDJT2NGx4mnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqG6yT3a3NmGqedvSrRzTDJT2NGx4mnV > .row > .video-iframe-container { display: none; }#vqG6yT3a3NmGqedvSrRzTDJT2NGx4mnV > .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); }#vqG6yT3a3NmGqedvSrRzTDJT2NGx4mnV > .row .container { border-width: 0; border-radius: 0; }#vqG6yT3a3NmGqedvSrRzTDJT2NGx4mnV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vqG6yT3a3NmGqedvSrRzTDJT2NGx4mnV > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#xW7toBoUNkgU41LcyRZ1iV5Zzl3RlSs8 { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:5.9873046875rem;left:0rem;height:5.3994125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ybst8xWX6FmffpPH3BslZBJI2EQ83wyf { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:13.25rem;left:10.3125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KkNUwvWZArK1dNcV7HMDc2NNvLe0eCKm { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:20.9375rem;top:1.1875019073486rem;left:27.031251907349rem;display:block; }
#aZcgbIImMBxZInzi28fU2b0eQhx6nD2B { color:rgba(var(--color-tertiary-1),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:2.5927734375rem;left:28.1875rem;height:12.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#af74qrfrTX0d9RLiu0r0ezZCAHr4dtsA { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:7.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:-2.125rem;height:9.34375rem;font-style:italic;display:block; }
#zdI7hJhFumxbea9OVo2otEyqqfRVvT7V { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.4375rem;left:8.4375rem; }
#BAZoQa9WOgGzCrTmCev05a115OV9FBeK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:25.8125rem;top:1.6875rem;left:48.6875rem;display:block; }
#EauSXMTqznvfZOEHZe0opnwkIMIiJhGs { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5625rem;top:1.1875rem;left:28.21875rem;display:none; }
#dBvEz60zZkbTspO91F2AUrFJoVHJ4EoQ { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:2.1875rem;left:0.125rem;height:10.8rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#ye0XtO4udRfwP9Tz10oyM1fmluFUMKnk { position:absolute;display:block;z-index:15022;height:14.375rem;width:25.75rem;top:1.162109375rem;left:49.25rem;display:block; }
#tZVEmoPy0k0ts6FtTzVndrVpOodK04cl { position:relative;display:block; }#tZVEmoPy0k0ts6FtTzVndrVpOodK04cl { background-color: transparent; background-image: none; }#tZVEmoPy0k0ts6FtTzVndrVpOodK04cl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZVEmoPy0k0ts6FtTzVndrVpOodK04cl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZVEmoPy0k0ts6FtTzVndrVpOodK04cl > .row .container > .video-iframe-container { display: none; }#tZVEmoPy0k0ts6FtTzVndrVpOodK04cl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZVEmoPy0k0ts6FtTzVndrVpOodK04cl > .row > .video-iframe-container { display: none; }#tZVEmoPy0k0ts6FtTzVndrVpOodK04cl > .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); }#tZVEmoPy0k0ts6FtTzVndrVpOodK04cl { border-width: 0; border-radius: 0; }#tZVEmoPy0k0ts6FtTzVndrVpOodK04cl > .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; }#tZVEmoPy0k0ts6FtTzVndrVpOodK04cl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.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; }#MT8cWVeqrRNHQwES09w1nf79Ze8JOXxC { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:26.09375rem;display:block; }
#yHuVeW8tKXO2JcUkraMIMTObMm1OKWpr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HOXz5TesuLCbfnVuxMspRHs7tRuxCnTf { position:relative;display:block; }#HOXz5TesuLCbfnVuxMspRHs7tRuxCnTf { background-color: transparent; background-image: none; }#HOXz5TesuLCbfnVuxMspRHs7tRuxCnTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOXz5TesuLCbfnVuxMspRHs7tRuxCnTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOXz5TesuLCbfnVuxMspRHs7tRuxCnTf > .row .container > .video-iframe-container { display: none; }#HOXz5TesuLCbfnVuxMspRHs7tRuxCnTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOXz5TesuLCbfnVuxMspRHs7tRuxCnTf > .row > .video-iframe-container { display: none; }#HOXz5TesuLCbfnVuxMspRHs7tRuxCnTf > .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); }#HOXz5TesuLCbfnVuxMspRHs7tRuxCnTf { border-width: 0; border-radius: 0; }#HOXz5TesuLCbfnVuxMspRHs7tRuxCnTf > .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; }#HOXz5TesuLCbfnVuxMspRHs7tRuxCnTf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.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; }#lTJQfwoNvMSI97D9LcihbezWTHBz5kwK { color:rgba(var(--color-tertiary-4),1);display:block;width:63.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4156246185302rem;left:5.5625rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#azKFbTli5czR1DO2JG5ablx7qdTZxy4F { 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:2.625rem;width:2.625rem;top:9.875rem;left:1.4375rem;overflow:hidden;display:block; }
#TFgyRBK7RQ4GkqTaKarAV5sMebmMwGE0 { 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:2.625rem;width:2.625rem;top:9.875rem;left:27.4375rem;overflow:hidden;display:block; }
#qfpaueUWEe0AR28S42OOpvNsmnPJL1Kl { 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.625rem;width:2.625rem;top:9.875rem;left:52.3125rem;overflow:hidden;display:block; }
#NRm9enlqWhqt7TGT1OryNcuQXvWlbwJE { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:9.875rem;left:3.4375rem;height:11.19725rem;font-style:normal;display:block; }#NRm9enlqWhqt7TGT1OryNcuQXvWlbwJE li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#NRm9enlqWhqt7TGT1OryNcuQXvWlbwJE li:before{  }
#rO1Q5LI179QcKcFRGaWxEhKK2t1FS5tt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:9.875rem;left:29.375rem;height:11.19725rem;font-style:normal;display:block; }#rO1Q5LI179QcKcFRGaWxEhKK2t1FS5tt li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#rO1Q5LI179QcKcFRGaWxEhKK2t1FS5tt li:before{  }
#THm9sAhKALTlhrs02PSZM9srnn7wApG7 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:9.875rem;left:54.125rem;height:9.597625rem;font-style:normal;display:block; }#THm9sAhKALTlhrs02PSZM9srnn7wApG7 li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#THm9sAhKALTlhrs02PSZM9srnn7wApG7 li:before{  }
#VlRRala3i1OqRhuvyG8yg3kT3pELqFBv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#VlRRala3i1OqRhuvyG8yg3kT3pELqFBv > .row .container { background-color: transparent; background-image: none; }#VlRRala3i1OqRhuvyG8yg3kT3pELqFBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlRRala3i1OqRhuvyG8yg3kT3pELqFBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlRRala3i1OqRhuvyG8yg3kT3pELqFBv > .row .container > .video-iframe-container { display: none; }#VlRRala3i1OqRhuvyG8yg3kT3pELqFBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlRRala3i1OqRhuvyG8yg3kT3pELqFBv > .row > .video-iframe-container { display: none; }#VlRRala3i1OqRhuvyG8yg3kT3pELqFBv > .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); }#VlRRala3i1OqRhuvyG8yg3kT3pELqFBv > .row .container { border-width: 0; border-radius: 0; }#VlRRala3i1OqRhuvyG8yg3kT3pELqFBv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VlRRala3i1OqRhuvyG8yg3kT3pELqFBv > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#JfhncZcTRqbigOzBs39mR167CD0VVpuQ { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5rem;left:9.46875rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HXy7oATTqXu1ogGU6xUaXrSWGLBLK3CE { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:8.4375rem;left:20.0625rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wS9hkAWWMdpoamML9y7dzw3IdhqC3shv { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:13rem;left:18.28125rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m6iT0hpfz4rWiFcKFMTzHQ2l3WiDBgZI { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:18.125rem;top:19.6875rem;left:0rem;display:block; }
#q7a5K6pEuTtAycQkT1cmlrvLqT0TiOS8 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:23.0625rem;left:1.9375rem;height:12.79684375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rAMKRfZTRiISzmwvQ0NpzhvsDne5VTBm { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:17.3125rem;left:6.6875rem;display:block; }
#ABiSPBW80FUarC6IBKRPeRrrXdZDEfN1 { 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:2.9375rem;width:2.9375rem;top:18.25rem;left:7.625rem;overflow:hidden;display:block; }
#nf48gNyAE1butBEBaBhoECfDDxN7whw9 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:18.125rem;top:19.6875rem;left:18.9375rem;display:block; }
#T22TdrpLoR3RcnNrPo4DqcLSAeXppCI8 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:23.0625rem;left:20.875rem;height:12.79685rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJII6fLT6RL9It3vGQhJta4CymhJqsaX { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:17.3125rem;left:25.625rem;display:block; }
#SaQIpA3A8WAuoWteG50IMC2M6ZwTpwLB { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:18.25rem;left:26.5625rem;overflow:hidden;display:block; }
#DIkH5paFvFcykRsPsXd5WlNTTT6VbsJK { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:18.125rem;top:19.6875rem;left:56.875rem;display:block; }
#Wb7XkRL2Cgn3yC8VoFiTTnRl732QxNRC { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:17.3125rem;left:63.5625rem;display:block; }
#JxZuPtGVwmUQ56eRUthnEzU9RiqQnoTC { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:18.25rem;left:64.5rem;overflow:hidden;display:block; }
#XgSwXkflecf5ikT0pOSuJKvrQUzQpTxT { color:rgba(var(--color-tertiary-1),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:23.0625rem;left:58.8125rem;height:11.1972375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ECv5Js544t1X9xJFEHhHy8q9Qsb0fSuU { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:18.125rem;top:19.6875rem;left:37.9375rem;display:block; }
#pZx5xxax3MiDoqcCOnfqPklNJl9mTaIJ { color:rgba(var(--color-tertiary-1),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:23.0625rem;left:39.875rem;height:6.39845rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vSOJThZ61A6TPCrv3dFx9MuLEwTWrI5D { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:17.3125rem;left:44.625rem;display:block; }
#Ovm31wnZTRCu8XNmxgFf9wnpVC0iAyly { 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:2.9375rem;width:2.9375rem;top:18.25rem;left:45.5625rem;overflow:hidden;display:block; }
#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai { 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; }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai > .row .container { background-color: transparent; background-image: none; }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai > .row .container > .video-iframe-container { display: none; }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai > .row > .video-iframe-container { display: none; }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai > .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); }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai > .row .container { border-width: 0; border-radius: 0; }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#tTP2NP3Zrudgy6hDuFOeNhaQ3nNsHq7x { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:32.875rem;top:2.6875rem;left:39.625rem;overflow:hidden;display:block; }
#qmbkmdU9g5yyFytNDf59u4JCA9tplV19 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.375rem;left:2.8125rem;height:6.3369375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RlH7qrEm3uA9mvGX1cwGLApM69SxSv3x { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:15.9375rem;left:3.5rem;height:12.785125rem;font-style:normal;display:block; }#RlH7qrEm3uA9mvGX1cwGLApM69SxSv3x li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#RlH7qrEm3uA9mvGX1cwGLApM69SxSv3x li:before{  }
#xVPIoqWUlATDr4twHwJKVilGzxXxipF5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:16.1875rem;left:3.125rem; }
#peJPhF5ryxUOgTRGGrWN4IbxnZxTpD1J { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:20.4375rem;left:3.125rem; }
#Ty5OsaJGhzFZuWNQrn4TC0cZitRiNBt7 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:23.125rem;left:3.125rem; }
#NMPOkWpvTclEPr75mcflqVUXuvHSb6Tw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:25.75rem;left:3.125rem; }
#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs { 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; }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs > .row .container { background-color: transparent; background-image: none; }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs > .row .container > .video-iframe-container { display: none; }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs > .row > .video-iframe-container { display: none; }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs > .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); }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs > .row .container { border-width: 0; border-radius: 0; }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#ml7ObD8w1bQ2S5959gua83tDZoKaRvCy { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6875rem;left:38.9375rem;height:6.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6m7crrWFzPW97mHqVpJodrMonTH8ST7 { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:12.3125rem;left:35.8125rem;height:;font-style:normal;display:block; }#E6m7crrWFzPW97mHqVpJodrMonTH8ST7 li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#E6m7crrWFzPW97mHqVpJodrMonTH8ST7 li:before{  }
#AEHBSWAKUUw1ZJXf2PJzZmBWgLvRXEdp { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.5625rem;left:35.4375rem; }
#zBkl3XcZ8J9CUXZNNkIrlIUXu0OCcATP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:20rem;left:35.4375rem; }
#LNxQ81nVmHcNCELokc50miC5HOt6ZEnm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:25.875rem;left:35.4375rem; }
#s54QBkWlWsbJG4nIRwGbd1BcIlJoRKV2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.75rem;left:35.4375rem; }
#uvaLB7pvZVXswZ3AcRTl0ASBieuRccx4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:37.625rem;left:35.4375rem; }
#e0Qqc4z1roJzCBDdGoHQxHJh27LE1bTN { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:31.0625rem;top:4.625rem;left:1.625rem;overflow:hidden;display:block; }
#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV { 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; }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV > .row .container { background-color: transparent; background-image: none; }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV > .row .container > .video-iframe-container { display: none; }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV > .row > .video-iframe-container { display: none; }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV > .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); }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV > .row .container { border-width: 0; border-radius: 0; }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:block; }#kn2lshgpNlFWJdoi2ea9DyMHTHKWU0Zy { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6875rem;left:3.4375rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eV86HsDgeTtDoVrTU7QU9W7Q2kml29sI { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:9.125rem;left:3.5rem;height:29.84375rem;font-style:normal;display:block; }#eV86HsDgeTtDoVrTU7QU9W7Q2kml29sI li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#eV86HsDgeTtDoVrTU7QU9W7Q2kml29sI li:before{  }
#eyzJHtLgywdZGIbKzlzIaTGx2QIkrrvh { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.3125rem;left:3.125rem; }
#UhKThXUTMf7TNVEuO7sTHm5yeTq5Coi0 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:16.75rem;left:3.125rem; }
#AIcikBZRBzyp5A42Lb3pIcsSS3uCfZOd { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:24.1875rem;left:3.125rem; }
#PuiH05695P2oM4NEMUqMu4Hl96iqFyXN { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:28.5rem;left:3.125rem; }
#deFC3SbtTFpt6ZvC0AQBrafwU1XvkkBq { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:35.9375rem;left:3.125rem; }
#igWapwDdBhFb8a9nBxE2C9TKAXzdrECB { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:42.0625rem;left:3.1875rem;display:block; }
#CW9bJHt3GhBUWAzKCt6d4fd0GTxv7C7K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SLQ7gs5UwrUufQniGCvxEtzITn4gUnVf { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:32.875rem;top:3.6875rem;left:40.0625rem;overflow:hidden;display:block; }
#agx3VBXQDDFv6wtfNrpeeuhWyBJJUVF6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#agx3VBXQDDFv6wtfNrpeeuhWyBJJUVF6 > .row .container { background-color: transparent; background-image: none; }#agx3VBXQDDFv6wtfNrpeeuhWyBJJUVF6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agx3VBXQDDFv6wtfNrpeeuhWyBJJUVF6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agx3VBXQDDFv6wtfNrpeeuhWyBJJUVF6 > .row .container > .video-iframe-container { display: none; }#agx3VBXQDDFv6wtfNrpeeuhWyBJJUVF6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agx3VBXQDDFv6wtfNrpeeuhWyBJJUVF6 > .row > .video-iframe-container { display: none; }#agx3VBXQDDFv6wtfNrpeeuhWyBJJUVF6 > .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); }#agx3VBXQDDFv6wtfNrpeeuhWyBJJUVF6 > .row .container { border-width: 0; border-radius: 0; }#agx3VBXQDDFv6wtfNrpeeuhWyBJJUVF6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#agx3VBXQDDFv6wtfNrpeeuhWyBJJUVF6 > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#wmWAsnB0L8lJOhPqKRrcLFOy62REnWqL { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:18.125rem;top:13.75rem;left:0rem;display:block; }
#H8HbAF7ExUwsoz1qlzMcFa5UbPQtVcXv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.625rem;left:2.8125rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1wnsXm1ppZH3GPQx61Jl6tiAFoMTUDa { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:19.1875rem;left:1.5625rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pnl4TDCidib2MhCJbl1d54MciFQ6K2rX { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:9.0625rem;left:4.375rem;display:block; }
#GJriTWO0TmuesJ6XvWhitkqfsrS4OSkn { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:18.125rem;top:13.75rem;left:18.9375rem;display:block; }
#uMLfnfyDshunwQATSRxm8pIuXu4svlhH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.0625rem;left:21.75rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJF7qZoL0FMeQGoTkZO5Fci1VGuGNcNR { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:9.0625rem;left:23.3125rem;display:block; }
#n1dqZAhfDRZOlJ7cWACqhJRW6CaPzF0i { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:20rem;left:20.5rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FM9qCKQ7dfHtDsxN8IkVHDLvznPZ8P5G { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:18.125rem;top:13.75rem;left:37.9375rem;display:block; }
#Gblc4HldxMszDIpA4cteKxcTMZHQ1UT0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.75rem;left:40.75rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XPI2rLTTQ3p4HPT82M02XNoLfZpFktRG { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:9.0625rem;left:42.3125rem;display:block; }
#GWsW1WOqV1UIzIhJUhPWD0FdJNluSm3W { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:20rem;left:39.5rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vmwm1doCcXzJ0pnokt4IvawR8NgX5SG9 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:18.125rem;top:13.75rem;left:56.875rem;display:block; }
#x3cwe8DQqQImazfDkGlMaqBvA96lTA5E { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.75rem;left:59.6875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bh70ttnwcMpUA6FfcgUE5VzTM5dnh4vJ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:9.0625rem;left:61.25rem;display:block; }
#Jk6NRii3e2DWP7eBsUShkJb6xTK6OPIG { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:20rem;left:60.125rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZBmNtnn8LWLGsv9lqua9Ce5vvtVHbfhg { color:rgba(var(--color-tertiary-0),1);display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.3125rem;left:21.6875rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ryuc4JZxQxFkz0eGDZTCotNM5LIJR6y2 { position:relative;display:block; }#Ryuc4JZxQxFkz0eGDZTCotNM5LIJR6y2 { background-color: transparent; background-image: none; }#Ryuc4JZxQxFkz0eGDZTCotNM5LIJR6y2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ryuc4JZxQxFkz0eGDZTCotNM5LIJR6y2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ryuc4JZxQxFkz0eGDZTCotNM5LIJR6y2 > .row .container > .video-iframe-container { display: none; }#Ryuc4JZxQxFkz0eGDZTCotNM5LIJR6y2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ryuc4JZxQxFkz0eGDZTCotNM5LIJR6y2 > .row > .video-iframe-container { display: none; }#Ryuc4JZxQxFkz0eGDZTCotNM5LIJR6y2 > .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); }#Ryuc4JZxQxFkz0eGDZTCotNM5LIJR6y2 { border-width: 0; border-radius: 0; }#Ryuc4JZxQxFkz0eGDZTCotNM5LIJR6y2 > .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; }#Ryuc4JZxQxFkz0eGDZTCotNM5LIJR6y2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.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; }#XrGyDgsTfTOe0EJZfFQ8uw1efRA7BpP6 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4459638595581rem;left:12.343750238419rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZh0y3JwQJM5t5NpTw1LsiInbgXlN9vQ { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8125rem;left:12.375rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AlQLxMKI3GyZtOTzGoihEumh0aeSru66 { position:relative;display:block; }#AlQLxMKI3GyZtOTzGoihEumh0aeSru66 { background-color: transparent; background-image: none; }#AlQLxMKI3GyZtOTzGoihEumh0aeSru66::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlQLxMKI3GyZtOTzGoihEumh0aeSru66 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlQLxMKI3GyZtOTzGoihEumh0aeSru66 > .row .container > .video-iframe-container { display: none; }#AlQLxMKI3GyZtOTzGoihEumh0aeSru66 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AlQLxMKI3GyZtOTzGoihEumh0aeSru66 > .row > .video-iframe-container { display: none; }#AlQLxMKI3GyZtOTzGoihEumh0aeSru66 > .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); }#AlQLxMKI3GyZtOTzGoihEumh0aeSru66 { border-width: 0; border-radius: 0; }#AlQLxMKI3GyZtOTzGoihEumh0aeSru66 > .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; }#AlQLxMKI3GyZtOTzGoihEumh0aeSru66 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.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; }#J8DiHhOwkXkcCRDHtBEegSDF94xwDrPH { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:26.09375rem;display:block; }
#JnN9LcoBsmz0ZcoitHGtSmn9OygWCazt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o1NTqHEx0pmAIXTihWN5oa9kL7aHXw91 { 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; }#o1NTqHEx0pmAIXTihWN5oa9kL7aHXw91 > .row .container { background-color: transparent; background-image: none; }#o1NTqHEx0pmAIXTihWN5oa9kL7aHXw91::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1NTqHEx0pmAIXTihWN5oa9kL7aHXw91 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1NTqHEx0pmAIXTihWN5oa9kL7aHXw91 > .row .container > .video-iframe-container { display: none; }#o1NTqHEx0pmAIXTihWN5oa9kL7aHXw91 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1NTqHEx0pmAIXTihWN5oa9kL7aHXw91 > .row > .video-iframe-container { display: none; }#o1NTqHEx0pmAIXTihWN5oa9kL7aHXw91 > .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); }#o1NTqHEx0pmAIXTihWN5oa9kL7aHXw91 > .row .container { border-width: 0; border-radius: 0; }#o1NTqHEx0pmAIXTihWN5oa9kL7aHXw91 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o1NTqHEx0pmAIXTihWN5oa9kL7aHXw91 > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#UBT96Fro0nMH9WWkAC55Atd9g1P4mfTk { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:2.1875rem;left:0.125rem;height:10.7988125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TVQKMTQ77S3dMRBpmocH962v5MtgPHcd { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:13.875rem;left:10.4375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d50Mb03M7epV0SSgmqSwoTUoEDECswOm { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:20.9375rem;top:1.1875019073486rem;left:27.031251907349rem;display:block; }
#g4iGRFPw2UCraU1XfhVb1HBFDsEUf4e7 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:2.59375rem;left:29.03125rem;height:12.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rJSw6v54Do9RdMqBrlRvN5PtKWl6Ntxd { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:7.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:-2.125rem;height:9.34375rem;font-style:italic;display:block; }
#rXcceuTzCdcT1aJgscBQwRQRyuRqgETO { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.0625rem;left:8.5625rem; }
#kfgvNCNtoMd44FJdlgsSzEaePWyIfAXZ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:25.8125rem;top:1.6875rem;left:48.6875rem;display:block; }
#ul1K5WilfnQH6CZCgMZDS0AgKkBH8eFn { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5625rem;top:1.1875rem;left:28.21875rem;display:none; }
#yJOfWeeQXoP6iw5TqN9M8oUvT89XovLV { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:2.1875rem;left:0.125rem;height:10.8rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#hZHTJuKOfXSyWl7ccS20znB8L67OK48P { position:absolute;display:block;z-index:15022;height:14.375rem;width:25.75rem;top:1.162109375rem;left:49.25rem;display:block; }
#GC6UbSe3AfGVoDzo46O2CX2yU8lZ6kL9 { 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; }#GC6UbSe3AfGVoDzo46O2CX2yU8lZ6kL9 > .row .container { background-color: transparent; background-image: none; }#GC6UbSe3AfGVoDzo46O2CX2yU8lZ6kL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC6UbSe3AfGVoDzo46O2CX2yU8lZ6kL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC6UbSe3AfGVoDzo46O2CX2yU8lZ6kL9 > .row .container > .video-iframe-container { display: none; }#GC6UbSe3AfGVoDzo46O2CX2yU8lZ6kL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC6UbSe3AfGVoDzo46O2CX2yU8lZ6kL9 > .row > .video-iframe-container { display: none; }#GC6UbSe3AfGVoDzo46O2CX2yU8lZ6kL9 > .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); }#GC6UbSe3AfGVoDzo46O2CX2yU8lZ6kL9 > .row .container { border-width: 0; border-radius: 0; }#GC6UbSe3AfGVoDzo46O2CX2yU8lZ6kL9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GC6UbSe3AfGVoDzo46O2CX2yU8lZ6kL9 > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#Rmr2UBdKRJiU4uBNinlwK97VU2Ul2mus { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:3.85009765625rem;left:0rem;height:8.999rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#RKP6X5WJ2LEpNrytp1kx6TSdZtwkuJya { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:13.875rem;left:10.4375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZKybl9cgwOO0TZORiZWoz14T7T3zm22T { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:20.9375rem;top:1.1875019073486rem;left:27.031251907349rem;display:block; }
#lsd07K6rtZKsZUk7LxMSqdF97IaLimrh { color:rgba(var(--color-tertiary-1),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:4.3798828125rem;left:29.03125rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1hS59TAaHwJs4o62d5wbVmfaxusR8O8 { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:7.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:-2.125rem;height:9.34375rem;font-style:italic;display:block; }
#BQdRurLmQPd7fFmNDN7PJeSMCm9evKVy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.0625rem;left:8.5625rem; }
#uZLaIUeQMgh97TbUOcCR9iH2pQPMJIvU { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:25.8125rem;top:1.6875rem;left:48.6875rem;display:block; }
#o9WOCzhV0Fp2QT2HQH5aRIXDQJTFh250 { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5625rem;top:1.1875rem;left:28.21875rem;display:none; }
#unA0ydxvoPnQbH0H5H7iF3tSNQ7FiTme { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:2.1875rem;left:0.125rem;height:10.8rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#o6iK9XGCpBnGqKbImfi950cr6rtw5wPX { position:absolute;display:block;z-index:15022;height:14.375rem;width:25.75rem;top:1.162109375rem;left:49.25rem;display:block; }
#xhLRK5ulbQ3HtOiptTU9woyDMyGeCxUt { 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; }#xhLRK5ulbQ3HtOiptTU9woyDMyGeCxUt > .row .container { background-color: transparent; background-image: none; }#xhLRK5ulbQ3HtOiptTU9woyDMyGeCxUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhLRK5ulbQ3HtOiptTU9woyDMyGeCxUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhLRK5ulbQ3HtOiptTU9woyDMyGeCxUt > .row .container > .video-iframe-container { display: none; }#xhLRK5ulbQ3HtOiptTU9woyDMyGeCxUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhLRK5ulbQ3HtOiptTU9woyDMyGeCxUt > .row > .video-iframe-container { display: none; }#xhLRK5ulbQ3HtOiptTU9woyDMyGeCxUt > .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); }#xhLRK5ulbQ3HtOiptTU9woyDMyGeCxUt > .row .container { border-width: 0; border-radius: 0; }#xhLRK5ulbQ3HtOiptTU9woyDMyGeCxUt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhLRK5ulbQ3HtOiptTU9woyDMyGeCxUt > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#H7icvKgmTqKRtRupkBz8FXTmod2dZwql { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:3.85009765625rem;left:0rem;height:8.999rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TEW43By8iQw0QNVm0TPt3NCvlsatkiuf { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:13.875rem;left:10.4375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cG7Dl6qdVTePNLo6Pi09OdwVSo9KGT2q { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:20.9375rem;top:1.1875019073486rem;left:27.031251907349rem;display:block; }
#AG6RdKBDqMQOetbd8eVXgDNbx9TLv7fP { color:rgba(var(--color-tertiary-1),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:5.859375rem;left:29.03125rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oNV36A7OACE5zHL5cDW3lPNMABKuKsvx { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:georgia;font-size:7.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:-2.125rem;height:9.34375rem;font-style:italic;display:block; }
#XlxlsZmPkdOTTsi4XGatAHAEUcnuM1HV { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.0625rem;left:8.5625rem; }
#MgWrvB8BNmEqQX7ihPzFcxZ2Q9uTvoWD { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:25.8125rem;top:1.6875rem;left:48.6875rem;display:block; }
#DdQIXZnInAbsT6lRUQmc42WXgGlknBQK { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5625rem;top:1.1875rem;left:28.21875rem;display:none; }
#t3VzyFbCIKfN4e2WF5sTCA38Oy1cLWeM { color:rgba(var(--color-tertiary-1),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:2.1875rem;left:0.125rem;height:10.8rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#NNEkKUJMKtfgXp1qLzgX2g13ftx9GoLL { position:absolute;display:block;z-index:15022;height:14.375rem;width:25.75rem;top:1.162109375rem;left:49.25rem;display:block; }
#E6ZaisW5AF5yT7sNOcxCdZnPKoEdwSGe { position:relative;display:block; }#E6ZaisW5AF5yT7sNOcxCdZnPKoEdwSGe { background-color: transparent; background-image: none; }#E6ZaisW5AF5yT7sNOcxCdZnPKoEdwSGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6ZaisW5AF5yT7sNOcxCdZnPKoEdwSGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6ZaisW5AF5yT7sNOcxCdZnPKoEdwSGe > .row .container > .video-iframe-container { display: none; }#E6ZaisW5AF5yT7sNOcxCdZnPKoEdwSGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6ZaisW5AF5yT7sNOcxCdZnPKoEdwSGe > .row > .video-iframe-container { display: none; }#E6ZaisW5AF5yT7sNOcxCdZnPKoEdwSGe > .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); }#E6ZaisW5AF5yT7sNOcxCdZnPKoEdwSGe { border-width: 0; border-radius: 0; }#E6ZaisW5AF5yT7sNOcxCdZnPKoEdwSGe > .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; }#E6ZaisW5AF5yT7sNOcxCdZnPKoEdwSGe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.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; }#cZOLT0N3hzTiTxhkaN2GWD0Nt527Cpmz { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.3125rem;left:21.6875rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wWqC6CSsypNvbilgqxsQSz2nLQk0F4Vx { position:absolute;display:block;z-index:15007;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:24.375rem;top:11.1875rem;left:0rem;display:block; }
#CxP1aebTyPNJvMeQtknANF68pXe2bXOp { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:8.8125rem;left:9.8125rem;display:block; }
#eLrWHTL5EU6NgPz0aWmLvJf4XlyaSmu2 { color:rgba(var(--color-tertiary-1),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:14.6875rem;left:1.6875rem;height:15.9961rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpEC5T4zsewi2EvIFZ1DsNHTK4ATICo8 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.5rem;left:9.875rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cZ180nUCGDGwOo50wwvfUZURPgvVmLbv { position:absolute;display:block;z-index:15011;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:24.375rem;top:11.1875rem;left:25.3125rem;display:block; }
#nVSTBcU3PNn8m9Q2tIaTK7xaHvqRbSXe { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:8.8125rem;left:35.125rem;display:block; }
#AroxmOGO4pcLDK7heppPVQwPlEtqvwtd { color:rgba(var(--color-tertiary-1),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:14.6875rem;left:27rem;height:15.9961rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTXTL3V6UcKcQpSbXgKyy2OoECqa13RT { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.5rem;left:35.1875rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QS7Gk55Ke89S9woZQEqJv52TCsI1MNf9 { position:absolute;display:block;z-index:15015;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:24.375rem;top:11.1875rem;left:50.625rem;display:block; }
#ABeWAk6BEiJ88cS5KA9DakaLKuTOZM2N { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:4.8125rem;width:4.8125rem;top:8.8125rem;left:60.4375rem;display:block; }
#GCGMNPvDcMkStyKkTkk5gp3CzX4d6208 { color:rgba(var(--color-tertiary-1),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:14.6875rem;left:53.03125rem;height:15.9961rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sDr4ee4t9n1Wx2TOXwbsXtn3lRJ2Osn5 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.5rem;left:60.5rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hT35THQm1f27mfT57yHSB1QdH56CZ3kH { position:relative;display:block; }#hT35THQm1f27mfT57yHSB1QdH56CZ3kH { background-color: transparent; background-image: none; }#hT35THQm1f27mfT57yHSB1QdH56CZ3kH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT35THQm1f27mfT57yHSB1QdH56CZ3kH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT35THQm1f27mfT57yHSB1QdH56CZ3kH > .row .container > .video-iframe-container { display: none; }#hT35THQm1f27mfT57yHSB1QdH56CZ3kH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT35THQm1f27mfT57yHSB1QdH56CZ3kH > .row > .video-iframe-container { display: none; }#hT35THQm1f27mfT57yHSB1QdH56CZ3kH > .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); }#hT35THQm1f27mfT57yHSB1QdH56CZ3kH { border-width: 0; border-radius: 0; }#hT35THQm1f27mfT57yHSB1QdH56CZ3kH > .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; }#hT35THQm1f27mfT57yHSB1QdH56CZ3kH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:114.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#U97QomhQlkTO5S8rheKDxuhtaxBnpTyd { color:rgba(var(--color-tertiary-4),1);display:block;width:62.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0.6875rem;left:6.15625rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eWTdQtm6FuugAO0tG4eHp7gsOANIka45 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:6.875rem;left:20.875rem;display:block; }
#p7DbLeyK5p83vCgEcOX2EpCQcZnBr3Je { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:8.953125rem;left:21.15625rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5ARSpq1nHTpiTWFwSVZJNvJJvl23kDN { color:rgba(var(--color-tertiary-1),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:8.1749992370606rem;left:1.3125rem;height:4.798825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yUOTriCSKyVVT4HZDZcHWslIAHZvJAlc { position:absolute;display:block;z-index:15004;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:13.625rem;left:1.9375rem;display:block; }
#FpdllZLI7fLDZ9TsA2UHqSvODK421ZZR { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:13.625rem;left:44.6875rem;display:block; }
#TeuT4EVR0s3w2xtbrQdNXKMlnFN3eeGb { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:20.375rem;left:48.6875rem;display:block; }
#NIxu211AVLVvhryViRvcVLezFGQ0ROIk { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:16rem;left:45rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vDRXLoLCMZADOzzMciK9eHUbCmvOUtOO { color:rgba(var(--color-tertiary-1),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:13.0625rem;left:54.6875rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EouWQEc4k44WxxTNbomLvIzwtyMUPhCK { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:24.9375rem;left:28.5625rem;display:block; }
#hhEhoKTmObXaIKD1g3LtPxP3tcPJZLAb { position:absolute;display:block;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:31.6875rem;left:9.625rem;display:block; }
#iwrPbRNHiqTDpZ0pylwZgVTauUgaTa4z { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:27.09375rem;left:28.84375rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZyVAs2Jxeh7OLUBoLHT7sCeT5aaCvTW3 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:23rem;left:9.625rem;height:7.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NieFGDbqzBlUInytf1qhEcTatwSnTGSn { 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:7.25rem;width:13.3125rem;top:10.1875rem;left:30.84375rem;overflow:hidden;display:block; }
#aGALhUrpZR08ArTA1shOXHnHOD1aSaH4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:9.9375rem;top:23.8125rem;left:38.8125rem;overflow:hidden;display:block; }
#V68Uxl9U7yDVNOMxfnMvyqxEEEz8UwtQ { position:absolute;display:block;z-index:15012;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:43.125rem;left:50.125rem;display:block; }
#Cfl78MTg7MfE9ba8wtS9SEmARm31ZrCP { color:rgba(var(--color-tertiary-1),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:31.8125rem;left:56.125rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nJs0eDpU8C6EMGKZNQEinW7FqwdhsnJ9 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:36.375rem;left:46.125rem;display:block; }
#M71eLza1MdbDfk88N1BePBGfJe2VHIWW { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:38.21875rem;left:46.40625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#htRI6XwoRCCxius5xz8VtMvSV3kNImor { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:42.5625rem;left:18.9375rem;display:block; }
#UCKAbSySzNnxoWJo3eMg89HkE1EV9DDZ { position:absolute;display:block;z-index:15012;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:49.3125rem;left:0rem;display:block; }
#Z9IlTTVFAcowXaF7DczGf1QCcwk5fdal { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:43.5625rem;left:19.25rem;height:7.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dufdbAiNvtuCz6AyJqcATS0CfwTd8RZd { color:rgba(var(--color-tertiary-1),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:39.5rem;left:0rem;height:6.5625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LV5nVcHZLKCOqR1SThXkq4UoaUZzJfZA { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:12.6875rem;top:35.125rem;left:32.75rem;overflow:hidden;display:block; }
#tax2SMB8AkPmq6bKUq1NhRZiS6SKqD8C { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:20.75rem;top:43.75rem;left:28.5625rem;overflow:hidden;display:block; }
#rsPJasQ5STM7qOrv4cepUVhVPqECff9Z { color:rgba(var(--color-tertiary-1),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:50.8125rem;left:48.8125rem;height:9.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iUkcgyhuv5oNc5TebK24FobUgRPMZw1r { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:53.875rem;left:38.8125rem;display:block; }
#W7tJsqmpTLGW0qwbKy8ZES4iTTPar8aW { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:56.15625rem;left:39.0625rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lo1a2C7GwlFQPCCJCCoQdJEwvLsUbJne { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:60.625rem;left:42.8125rem;display:block; }
#FDaQhdzDkmWC0OTuqfqrwlqmwZqWPWHz { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:63.0625rem;left:23.5625rem;display:block; }
#FtS2MIT8XqLJeg848THh4yQ0J6xFHqab { position:absolute;display:block;z-index:15016;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:69.8125rem;left:4.625rem;display:block; }
#EzIkQXyPwUuGIaXp14Zn0dpN2cRTvpxT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:64.25rem;left:23.8125rem;height:7.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EuN4QQ1Hxwnu5af0Q7QleqwgNxbg8J4K { color:rgba(var(--color-tertiary-1),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:62.625rem;left:4.625rem;height:6.5625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T2gqMV0DZUDtSLQEEQXpVLhGyguE8Tmg { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:14.5rem;top:50.75rem;left:23.8125rem;overflow:hidden;display:block; }
#wFzFyucntE0pEDFibiCITgPbz50UL5vd { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:11.125rem;top:63.8125rem;left:33.4375rem;overflow:hidden;display:block; }
#CTGF3yNwzDVWHJmFvfZbrmh0qxDtn5y2 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:73.75rem;left:44.25rem;display:block; }
#UyhV1xTnFOtOn6wMEITQsUmiPyDFbDAb { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:73.65625rem;left:44.5625rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f90ipaEITBER9SwhZ8TDtN9IcSEgL0BW { position:absolute;display:block;z-index:15020;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:80.5rem;left:48.25rem;display:block; }
#lF3ITJTzSwQdAGBJoh6RFBcyR3rxMyfi { color:rgba(var(--color-tertiary-1),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:74.609375rem;left:54.25rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ERrepetFKwUsychBRaZgHX5DK59KkIXJ { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:80.9375rem;left:20.9375rem;display:block; }
#B3qDw3QVsLdHiqVlnkkoFXmFtTxmLJsM { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:82.390625rem;left:21.15625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IZ5B47W7xu0GzlN342JR8BDcr6f3rCco { position:absolute;display:block;z-index:15020;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:87.6875rem;left:2rem;display:block; }
#IaIRFRzF1c6c16M2SsFMk33fWnWot3W3 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:77.8125rem;left:2rem;height:9.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x8cmTW87ZSouAhcTyrEvFEvMR0dcyhvQ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:14.5625rem;top:72.125rem;left:29.84375rem;overflow:hidden;display:block; }
#zURnciyLzPytyPms1WbPGy6kU1sUa8eV { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:16.875rem;top:83.078125rem;left:30.5625rem;overflow:hidden;display:block; }
#s4MEwpZFpHv5So8s50VmaxXpyXvrLM7k { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:90.1875rem;left:57.4375rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TNyCPRlGqkpH2DJOg26rw9xWN55apxcH { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:91.75rem;left:47.4375rem;display:block; }
#Qn8cBWhFA88H7mrN1UuJz3XTc1o9gkZ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:93.390625rem;left:47.71875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#upay8z3TskrXogcVMqS7WCftvgQJLV6x { position:absolute;display:block;z-index:15024;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:98.5rem;left:50.625rem;display:block; }
#niWGHpBeMRhsDRnP5iLEtmw5o0ZxavPQ { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.375rem;width:9.375rem;top:101.4375rem;left:32.625rem;display:block; }
#VKaiAyMP9MSrhcpKnzULE73xCWwEKQXk { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.5;letter-spacing:0;top:103.4375rem;left:32.90625rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vBUnU7uZI54HFhAHLXuyNWLmROQcLGep { position:absolute;display:block;z-index:15024;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:108.1875rem;left:13.6875rem;display:block; }
#KLsiipRCEeiPsL4EGFKIO8FHdD6LD5Bk { color:rgba(var(--color-tertiary-1),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:97.625rem;left:12.25rem;height:9.84375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#I0mtKuUHSdNRqHJreZU7sNQsy38v4i7c { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:20.6875rem;top:90.71875rem;left:26.9375rem;overflow:hidden;display:block; }
#qUvbu0xTNLXRVVRlOuTFRESLcqDQ594c { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:12.5625rem;top:101.1875rem;left:42.4375rem;overflow:hidden;display:block; }
#r8qz4qTnghJTwpT0SSSBEPgZInikZoaR { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#gft5nTMbkKa3HTgKeg5ZKCzFQPrelurR { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:8.9375rem;left:24.8125rem;display:block; }
#muggN38GVqeTT2wdKkZd39QFg19ec0i0 { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:15.9375rem;left:48.65625rem;display:block; }
#iLrELezqAFTcAyrquNLEzgoL6mHwOr5T { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:27.0625rem;left:32.53125rem;display:block; }
#v1Rp2q1UJ9ICIwVXTchPN9TE2UImfsCV { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:38.15625rem;left:50.0625rem;display:block; }
#XuWw3gyuN0kAAF4u9OKegEQ1qzozRVGo { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:43.5625rem;left:22.90625rem;display:block; }
#EWfGT3OmkQ3tTOue38DBf0BVXgaH8UCk { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:56.09375rem;left:42.71875rem;display:block; }
#FDS19HXTWSDdRUxLZc2KHz4XI5HZUbFb { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:64.1875rem;left:27.46875rem;display:block; }
#J7aPXX33eRsxX6Q0fD2eLA9H1NLUW80v { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:73.546875rem;left:48.1875rem;display:block; }
#fO9uRZLxcZVASflXz2Q821oaZcUxlJFk { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:82.34375rem;left:24.78125rem;display:block; }
#r8TADL2AMNrqhIAo76ZAkP1GTpZPio9Q { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:93.328125rem;left:51.40625rem;display:block; }
#XAIEcAT18SrDadxR7B8NIthw6TnN20Ux { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:103.375rem;left:36.4375rem;display:block; }
#O5bB6W2Wce3e002ufJiNoafsyDuNmsCF { position:relative;display:block; }#O5bB6W2Wce3e002ufJiNoafsyDuNmsCF { background-color: transparent; background-image: none; }#O5bB6W2Wce3e002ufJiNoafsyDuNmsCF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5bB6W2Wce3e002ufJiNoafsyDuNmsCF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5bB6W2Wce3e002ufJiNoafsyDuNmsCF > .row .container > .video-iframe-container { display: none; }#O5bB6W2Wce3e002ufJiNoafsyDuNmsCF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5bB6W2Wce3e002ufJiNoafsyDuNmsCF > .row > .video-iframe-container { display: none; }#O5bB6W2Wce3e002ufJiNoafsyDuNmsCF > .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); }#O5bB6W2Wce3e002ufJiNoafsyDuNmsCF { border-width: 0; border-radius: 0; }#O5bB6W2Wce3e002ufJiNoafsyDuNmsCF > .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; }#O5bB6W2Wce3e002ufJiNoafsyDuNmsCF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#PEI8O0xFsLZ9HqkfOHydPVuXlLUdJ53U { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:4rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:26.09375rem;display:block; }
#Wz3nD679dVabibtxLRwaM0NZEHlosIyD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G7hOpCqTBFTAGxhf59cfOcRnrDTP7Fgp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#G7hOpCqTBFTAGxhf59cfOcRnrDTP7Fgp > .row .container { background-color: transparent; background-image: none; }#G7hOpCqTBFTAGxhf59cfOcRnrDTP7Fgp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7hOpCqTBFTAGxhf59cfOcRnrDTP7Fgp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7hOpCqTBFTAGxhf59cfOcRnrDTP7Fgp > .row .container > .video-iframe-container { display: none; }#G7hOpCqTBFTAGxhf59cfOcRnrDTP7Fgp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7hOpCqTBFTAGxhf59cfOcRnrDTP7Fgp > .row > .video-iframe-container { display: none; }#G7hOpCqTBFTAGxhf59cfOcRnrDTP7Fgp > .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); }#G7hOpCqTBFTAGxhf59cfOcRnrDTP7Fgp > .row .container { border-width: 0; border-radius: 0; }#G7hOpCqTBFTAGxhf59cfOcRnrDTP7Fgp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7hOpCqTBFTAGxhf59cfOcRnrDTP7Fgp > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#OdWZB1O6ue1ktfGgEqGSCVOOmrIh2NwL { color:rgba(var(--color-tertiary-4),1);display:block;width:65.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:4.71875rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#usGblr4ixGJgahyUtAqJWFRnSlELdEUs { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:8.1875rem;left:15.84375rem;height:5.39941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nnUOId2stD49TMqmqpz1cR6tUW3RRSM7 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:37.5rem;top:18.5rem;left:18.75rem;display:block; }
#f4opiWsg5A4E3v5pHEz62aApd4erysvq { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.875rem;width:37.5rem;top:15.875rem;left:18.75rem;display:block; }
#r3406iPifEgZgeShaLImXDq7C1X24Bl7 { color:rgba(var(--color-tertiary-1),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:25rem;left:21rem;height:7.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JpAu1DQkTt5ANwkwyOuSVxwx2nqTQFOC { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:17.3125rem;left:24.6875rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KafgcHIIZFhHGdsf2Qaiz0VE9x6PB8lq { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.125rem;left:18.75rem;height:3.16875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ytblRXIZJoLzS509lTu5KiTXK8qs57HF { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:37.5rem;top:39.8125rem;left:18.75rem;display:block; }
#XcOLAWQaZi51ND66vArrRCxR0F2gIQl1 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.1875rem;width:37.5rem;top:37.1875rem;left:18.75rem;display:block; }
#BeK59m1cANBaIViQe9Rp8yk4prt87D93 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:38.6875rem;left:24.6875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ymZE7E1iCUSUI59AW2oaIOOE7bk2ixqL { color:rgba(var(--color-tertiary-1),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:44.75rem;left:21.1875rem;height:6.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VDoDVEyGTrQaiMopgbpCaXpTOpFidvbn { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:38.5625rem;left:18.75rem;height:3.16875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fpl1rLAsa9h15JTyT66kZdzVoQsBAKlA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#fpl1rLAsa9h15JTyT66kZdzVoQsBAKlA > .row .container { background-color: transparent; background-image: none; }#fpl1rLAsa9h15JTyT66kZdzVoQsBAKlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpl1rLAsa9h15JTyT66kZdzVoQsBAKlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpl1rLAsa9h15JTyT66kZdzVoQsBAKlA > .row .container > .video-iframe-container { display: none; }#fpl1rLAsa9h15JTyT66kZdzVoQsBAKlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpl1rLAsa9h15JTyT66kZdzVoQsBAKlA > .row > .video-iframe-container { display: none; }#fpl1rLAsa9h15JTyT66kZdzVoQsBAKlA > .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); }#fpl1rLAsa9h15JTyT66kZdzVoQsBAKlA > .row .container { border-width: 0; border-radius: 0; }#fpl1rLAsa9h15JTyT66kZdzVoQsBAKlA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fpl1rLAsa9h15JTyT66kZdzVoQsBAKlA > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#BuZpBCoy9T6KF7HSbCBeTClp6IIw8x6H { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:37.5rem;top:0.9375rem;left:18.75rem;display:block; }
#kbUWUFtZJabmMKPXGHyy4KhuX1AR1GPl { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.1875rem;width:37.5rem;top:0rem;left:18.75rem;display:block; }
#KLuwt9dKVLb7gwJcz47mCfuLFoT3JaLQ { color:rgba(var(--color-tertiary-1),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:7.5rem;left:20.9375rem;height:7.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vapp9cGVkb47A7s66J49vGLsU02M4nc7 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:2.1875rem;left:24.6875rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MRIXtH0TSKF0J9pkpVDW1J2fVbkFNzCD { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.4375rem;left:18.75rem;height:3.16875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WCsZZz2kyeJeyaZ0UPgcQrw3yNW8J7q4 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:37.5rem;top:20.6875rem;left:18.75rem;display:block; }
#rJ2Ws3UikM3wXlafiudMxnEOwogoDHCc { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.1875rem;width:37.5rem;top:19.75rem;left:18.75rem;display:block; }
#auOfTvuPyLO4FO9ybZuWBqwx4GhxXmoN { color:rgba(var(--color-tertiary-0),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:21.9375rem;left:24.625001907349rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BQxetFEPH4gh7pPLHMPBao83x0yfioPo { color:rgba(var(--color-tertiary-1),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:27.25rem;left:20.9375rem;height:7.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X8dGUy6n47I39IH6TIc0khULr7JaOixH { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.1875rem;left:18.75rem;height:3.16875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tlNeMTwTGAFtouoTim37waNkIoTQMw4x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#tlNeMTwTGAFtouoTim37waNkIoTQMw4x > .row .container { background-color: transparent; background-image: none; }#tlNeMTwTGAFtouoTim37waNkIoTQMw4x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlNeMTwTGAFtouoTim37waNkIoTQMw4x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlNeMTwTGAFtouoTim37waNkIoTQMw4x > .row .container > .video-iframe-container { display: none; }#tlNeMTwTGAFtouoTim37waNkIoTQMw4x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlNeMTwTGAFtouoTim37waNkIoTQMw4x > .row > .video-iframe-container { display: none; }#tlNeMTwTGAFtouoTim37waNkIoTQMw4x > .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); }#tlNeMTwTGAFtouoTim37waNkIoTQMw4x > .row .container { border-width: 0; border-radius: 0; }#tlNeMTwTGAFtouoTim37waNkIoTQMw4x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlNeMTwTGAFtouoTim37waNkIoTQMw4x > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#lUZlT1O87iiL7PyDqguZ2NkptrloocsU { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:37.5rem;top:0.9375rem;left:18.75rem;display:block; }
#b7BhNyNftVuCFKy2kcTxH0cZLxLGyQVk { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.1875rem;width:37.5rem;top:0rem;left:18.75rem;display:block; }
#vxD6UeCWsvbrUCc9B1MyQL8aRPGHNsKh { color:rgba(var(--color-tertiary-1),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:7.5rem;left:20.9375rem;height:11.19725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2Wf8gNa58vK0FixsKxvJR3SdaPXW1iC { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:2.1875rem;left:24.6875rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VHupphtufCGC8ZombWsUMNorSXxE0Xaz { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.4375rem;left:18.75rem;height:3.16875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zN7Z0KWr6PP9ZyJMARwIAhMOFQVeJ7wa { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.75rem;width:37.5rem;top:23.1875rem;left:18.75rem;display:block; }
#eBUH7RBZbJ1iRmGoMUiFuwmpKJdilpRR { background-color:#0072ff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:4rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.375rem;left:26.125rem;display:block; }
#LT9hOKHyxJ5FvAdHe88cLIHKiJhbQmDO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZZAqgg53nAMIGvDR0IhphdLmE65hJnHE { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:25.3125rem;left:21.625rem;height:6.3369375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3TBuOqGqE44qhOyaBwHK8neQA2k3Sne { position:relative;display:block; }#r3TBuOqGqE44qhOyaBwHK8neQA2k3Sne { background-color: transparent; background-image: none; }#r3TBuOqGqE44qhOyaBwHK8neQA2k3Sne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3TBuOqGqE44qhOyaBwHK8neQA2k3Sne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3TBuOqGqE44qhOyaBwHK8neQA2k3Sne > .row .container > .video-iframe-container { display: none; }#r3TBuOqGqE44qhOyaBwHK8neQA2k3Sne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3TBuOqGqE44qhOyaBwHK8neQA2k3Sne > .row > .video-iframe-container { display: none; }#r3TBuOqGqE44qhOyaBwHK8neQA2k3Sne > .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); }#r3TBuOqGqE44qhOyaBwHK8neQA2k3Sne { border-width: 0; border-radius: 0; }#r3TBuOqGqE44qhOyaBwHK8neQA2k3Sne > .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; }#r3TBuOqGqE44qhOyaBwHK8neQA2k3Sne > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#brNIrsfZE0Uobh1Gg86GgWs95gJoIuM2 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:21.6875rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iuuAoOPHqXWWHQo7TMhLLUZM0oQaaOc4 { position:relative;display:block; }#iuuAoOPHqXWWHQo7TMhLLUZM0oQaaOc4 { background-color: transparent; background-image: none; }#iuuAoOPHqXWWHQo7TMhLLUZM0oQaaOc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuuAoOPHqXWWHQo7TMhLLUZM0oQaaOc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuuAoOPHqXWWHQo7TMhLLUZM0oQaaOc4 > .row .container > .video-iframe-container { display: none; }#iuuAoOPHqXWWHQo7TMhLLUZM0oQaaOc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuuAoOPHqXWWHQo7TMhLLUZM0oQaaOc4 > .row > .video-iframe-container { display: none; }#iuuAoOPHqXWWHQo7TMhLLUZM0oQaaOc4 > .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); }#iuuAoOPHqXWWHQo7TMhLLUZM0oQaaOc4 { border-width: 0; border-radius: 0; }#iuuAoOPHqXWWHQo7TMhLLUZM0oQaaOc4 > .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; }#iuuAoOPHqXWWHQo7TMhLLUZM0oQaaOc4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dXf2F4MFLTaroxIDIUJ9WqP5auqJt1TE { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f884a086-02b5-49c1-8cd2-d4a2fc3243a7/kacperchmielowiec.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:1.9375rem;left:7rem;display:block; }#dXf2F4MFLTaroxIDIUJ9WqP5auqJt1TE.adaptive-delivery-prevent-bg, #dXf2F4MFLTaroxIDIUJ9WqP5auqJt1TE.lazyload, #dXf2F4MFLTaroxIDIUJ9WqP5auqJt1TE.lazyloading { background-image: none; }
#dXf2F4MFLTaroxIDIUJ9WqP5auqJt1TE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dXf2F4MFLTaroxIDIUJ9WqP5auqJt1TE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#rUJNezmBXaFbzk7HHzWN4qcLNmnbmUyE { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:1.75rem;left:6.8125rem;display:block; }
#OqMShtXMDZRLNRlU1Lc0afPIJ8MkQpxf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:12.8125rem;left:7rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#roBL6XlFBw3KF7pofFroJ3eGnU67pPJG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:13.0625rem;left:31.6875rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S6ItyigxiSUi2G02G9vH0nhrlxmE7fsf { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:1.9375rem;left:31.875rem;display:block; }
#eQTwNpHCcxz962vMTTSxguJy6Oql3cln { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:14.75rem;left:10.3125rem;display:block; }
#VFfAALiimaTx39DAcZCJRAOZktvesr8f { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b75c4a2f-ed69-4d20-9a2c-89917679d895/urszularogoz.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.0625rem;left:32.0625rem;display:none; }#VFfAALiimaTx39DAcZCJRAOZktvesr8f.adaptive-delivery-prevent-bg, #VFfAALiimaTx39DAcZCJRAOZktvesr8f.lazyload, #VFfAALiimaTx39DAcZCJRAOZktvesr8f.lazyloading { background-image: none; }
#VFfAALiimaTx39DAcZCJRAOZktvesr8f::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VFfAALiimaTx39DAcZCJRAOZktvesr8f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#MZ62dAg2NAeiBLv5Wr0JkMAmRpUhyIwg { color:rgba(var(--color-tertiary-1),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:15.25rem;left:7rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5OQtVdDy5co2XEEGxvZ3gULTnC8dc0w { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:15.5rem;left:31.6875rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KoscyCBMptabcMUQrrTEvkHn712lOGAy { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:15rem;left:35rem;display:block; }
#MtToLe5DoaWaEZ8HkffApxwJbeP6HABt { color:rgba(var(--color-tertiary-1),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:15.4375rem;left:56.625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyXRIA95t1tAdByZ4T5laTAwQE7nCy16 { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:13rem;left:56.5625rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yh4PiQxIfeqdar08Bcz8ymBEbtl9gQlu { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d5e15ae3-5e3b-4ee4-98b4-ea37eb4668d6/3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.125rem;left:56.8125rem;display:block; }#yh4PiQxIfeqdar08Bcz8ymBEbtl9gQlu.adaptive-delivery-prevent-bg, #yh4PiQxIfeqdar08Bcz8ymBEbtl9gQlu.lazyload, #yh4PiQxIfeqdar08Bcz8ymBEbtl9gQlu.lazyloading { background-image: none; }
#yh4PiQxIfeqdar08Bcz8ymBEbtl9gQlu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yh4PiQxIfeqdar08Bcz8ymBEbtl9gQlu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#w2KrLeN0lyaTw62qTO600KCi5KL9qu6y { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:1.9375rem;left:56.625rem;display:block; }
#vbwx4n0KZ2N44Te6BItyksA232q6Mhwl { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:14.9375rem;left:60.125rem;display:block; }
#nsKnbyH8qoxbas4kO2swruN4y7fpLkOv { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:18.0625rem;left:51.8125rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n9fMHAXzK1vwJirpFDReLTPZA7G6v1HL { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:18.0625rem;left:26.5625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KrZry2JEu7K2P9q7cAGsbCThbV6ErgcT { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:18.0625rem;left:1.125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mRXrq81Jtn2AT8qWrPnhffWwBIPGtBqJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.8125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:23.75rem;left:28.3125rem;display:block; }
#JhXrTQWanEMV3MKqGyXZxtF3VPSp2mil { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iIlS6xqtwp2R8XXT4AvsFoBHNhV3RsVm { position:relative;display:block; }#iIlS6xqtwp2R8XXT4AvsFoBHNhV3RsVm { background-color: transparent; background-image: none; }#iIlS6xqtwp2R8XXT4AvsFoBHNhV3RsVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIlS6xqtwp2R8XXT4AvsFoBHNhV3RsVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIlS6xqtwp2R8XXT4AvsFoBHNhV3RsVm > .row .container > .video-iframe-container { display: none; }#iIlS6xqtwp2R8XXT4AvsFoBHNhV3RsVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIlS6xqtwp2R8XXT4AvsFoBHNhV3RsVm > .row > .video-iframe-container { display: none; }#iIlS6xqtwp2R8XXT4AvsFoBHNhV3RsVm > .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); }#iIlS6xqtwp2R8XXT4AvsFoBHNhV3RsVm { border-width: 0; border-radius: 0; }#iIlS6xqtwp2R8XXT4AvsFoBHNhV3RsVm > .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; }#iIlS6xqtwp2R8XXT4AvsFoBHNhV3RsVm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.3125rem;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; }#PV0TRp8bs1xNReP0yZZz5ma1QUhXuKlf { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:1.8125rem;left:1.5625rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zBlowbI2ZFHaV4Jq6aOwoJDKp3NxU1We { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:1.8125rem;left:26.5625rem;height:24.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wKVA2PGExPLNgTkcwSqdPemdnKB93BWh { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:1.8125rem;left:51.5625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lXAG01se7bhTzMvgiyKfdANXsuc5G1AG { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:7.875rem;left:51.5625rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WEMPR7IvCiNwCrDEPC9wQSZF2v2iZvlK { position:relative;display:none; }#WEMPR7IvCiNwCrDEPC9wQSZF2v2iZvlK { border-width: 0; border-radius: 0; }#WEMPR7IvCiNwCrDEPC9wQSZF2v2iZvlK > .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; }#WEMPR7IvCiNwCrDEPC9wQSZF2v2iZvlK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rlDT3lITfO9i92cnLnSvn0k0AlvL9fkV { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f884a086-02b5-49c1-8cd2-d4a2fc3243a7/kacperchmielowiec.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:1.9375rem;left:7rem;display:block; }#rlDT3lITfO9i92cnLnSvn0k0AlvL9fkV.adaptive-delivery-prevent-bg, #rlDT3lITfO9i92cnLnSvn0k0AlvL9fkV.lazyload, #rlDT3lITfO9i92cnLnSvn0k0AlvL9fkV.lazyloading { background-image: none; }
#rlDT3lITfO9i92cnLnSvn0k0AlvL9fkV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rlDT3lITfO9i92cnLnSvn0k0AlvL9fkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#n9LDbRzEwgTXExwzuXIiN1lcvswPklLr { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:1.75rem;left:6.8125rem;display:block; }
#U2C2OGT9MfECnrDZ3vEbpP8TL5NVuQQy { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:12.8125rem;left:7rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XSQBDxVlsViuztGg0H90aq2REUGoncz7 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:13.0625rem;left:31.6875rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zHs1vGgDvFf2FB8n8W2Wzs4PIkByXdWz { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:1.9375rem;left:31.875rem;display:block; }
#Q1GBBiwOuuclNkgEGlQdcOvS6rTnulQB { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:14.75rem;left:10.3125rem;display:block; }
#KSumkWexufe8BT1nro97EBadFzlLhma0 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b75c4a2f-ed69-4d20-9a2c-89917679d895/urszularogoz.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.0625rem;left:32.0625rem;display:block; }#KSumkWexufe8BT1nro97EBadFzlLhma0.adaptive-delivery-prevent-bg, #KSumkWexufe8BT1nro97EBadFzlLhma0.lazyload, #KSumkWexufe8BT1nro97EBadFzlLhma0.lazyloading { background-image: none; }
#KSumkWexufe8BT1nro97EBadFzlLhma0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KSumkWexufe8BT1nro97EBadFzlLhma0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#EgC7voyVtx1CIGPTiNQ4z714RmTsgqOA { color:rgba(var(--color-tertiary-1),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:15.25rem;left:7rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MqWCvIBOhO5cOl42vKEDCi4MPxnZCADV { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:15.5rem;left:31.6875rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uSLXwI1JPxkGx9QM11K5yGblvCLBb9lI { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:15rem;left:35rem;display:block; }
#Vduc7bgWNCbkVnqiBTzo3cNPhSvM9UAk { color:rgba(var(--color-tertiary-1),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:15.4375rem;left:56.625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N6X7Hy1yc41R2hqyteBLUcl8EhTTJfPG { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:13rem;left:56.5625rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4tFmCgIQtTpbA7DBMP5kP7RDQGBLQVa { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d5e15ae3-5e3b-4ee4-98b4-ea37eb4668d6/3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.125rem;left:56.8125rem;display:block; }#Q4tFmCgIQtTpbA7DBMP5kP7RDQGBLQVa.adaptive-delivery-prevent-bg, #Q4tFmCgIQtTpbA7DBMP5kP7RDQGBLQVa.lazyload, #Q4tFmCgIQtTpbA7DBMP5kP7RDQGBLQVa.lazyloading { background-image: none; }
#Q4tFmCgIQtTpbA7DBMP5kP7RDQGBLQVa::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Q4tFmCgIQtTpbA7DBMP5kP7RDQGBLQVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#P5OGM8s2ZqVPVerVf8xaGTXUHeZVGUAX { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:1.9375rem;left:56.625rem;display:block; }
#NG0SQHyVuqHfmkQ3ne6fZgqaBVkVRsKX { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:14.9375rem;left:60.125rem;display:block; }
#ZTIcpQFQsWDSsx85J9B4WOGKE3uqntmM { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:18.0625rem;left:51.8125rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#siuXDNrVqECwTOHQCHVlKkJC235HTG9o { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:18.0625rem;left:26.5625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ls2y3wry5dkBFaXBLEfPA8Zt788BqelK { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:18.0625rem;left:1.125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WBaePP3cM4baS4n9WttQaZZ5EREbHIFb { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.8125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:23.75rem;left:28.3125rem;display:block; }
#AirfmFODTXhK2PF0v9sbDz40CBQiEcXg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FkeZwiKNTmR8TTTS3m5ITHoVF4RqgwiU { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:1.8125rem;left:1.5625rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lHDGmEVstQmv5dQhgq3A1Q4lFrKmdBNm { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:1.8125rem;left:26.5625rem;height:24.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CWaBC2ohvgS0hndL4ETtdxK01JhX6A24 { color:rgba(var(--color-tertiary-1),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:15.4375rem;left:56.625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Cdsplk4VrLktEVsFOAAWNeybqszTyo7K { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:13rem;left:56.5625rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dDXvlp8FaxAri3WzyNKXcUcFe8GhoBiS { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d5e15ae3-5e3b-4ee4-98b4-ea37eb4668d6/3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.125rem;left:56.8125rem;display:none; }#dDXvlp8FaxAri3WzyNKXcUcFe8GhoBiS.adaptive-delivery-prevent-bg, #dDXvlp8FaxAri3WzyNKXcUcFe8GhoBiS.lazyload, #dDXvlp8FaxAri3WzyNKXcUcFe8GhoBiS.lazyloading { background-image: none; }
#dDXvlp8FaxAri3WzyNKXcUcFe8GhoBiS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dDXvlp8FaxAri3WzyNKXcUcFe8GhoBiS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#maSJIDbv0i2QC4bH4JxlflHpTZQklnSu { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:1.9375rem;left:56.625rem;display:none; }
#q9Bx51cgDxKGdvAS4HNxNn3FylD3w8in { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:14.9375rem;left:60.125rem;display:none; }
#EgHFudIHacAzt8TJidBvg5kVDl4F9XP6 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:13.0625rem;left:31.6875rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e5JLavn1UqoJ0gyBZp5rCnQoEHgsmn1G { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:15.5rem;left:31.6875rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kREMPWPlo19JGRPdlbfWTdDw6LiH1Lf7 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:1.9375rem;left:31.875rem;display:none; }
#UkNwIc7ZWMWWce9ymqgAIVwxhhXtpaZ1 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b75c4a2f-ed69-4d20-9a2c-89917679d895/urszularogoz.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.0625rem;left:32.0625rem;display:none; }#UkNwIc7ZWMWWce9ymqgAIVwxhhXtpaZ1.adaptive-delivery-prevent-bg, #UkNwIc7ZWMWWce9ymqgAIVwxhhXtpaZ1.lazyload, #UkNwIc7ZWMWWce9ymqgAIVwxhhXtpaZ1.lazyloading { background-image: none; }
#UkNwIc7ZWMWWce9ymqgAIVwxhhXtpaZ1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UkNwIc7ZWMWWce9ymqgAIVwxhhXtpaZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#dx27hUssp3VLkL7sTDZgcGfRWAueT9SA { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:15rem;left:35rem;display:none; }
#QWGeKoVJy2lOvGuaBpSlnthMM4JJeTx3 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:1.8125rem;left:51.5625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VPfuH23R9OssMu80F9JdCAKiHtdEpq5B { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:7.875rem;left:51.5625rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xkgvo0ch9W5ZtyMVXQ3LlyJfW1vr2pOw { position:relative;display:block; }#xkgvo0ch9W5ZtyMVXQ3LlyJfW1vr2pOw { background-color: transparent; background-image: none; }#xkgvo0ch9W5ZtyMVXQ3LlyJfW1vr2pOw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkgvo0ch9W5ZtyMVXQ3LlyJfW1vr2pOw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkgvo0ch9W5ZtyMVXQ3LlyJfW1vr2pOw > .row .container > .video-iframe-container { display: none; }#xkgvo0ch9W5ZtyMVXQ3LlyJfW1vr2pOw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkgvo0ch9W5ZtyMVXQ3LlyJfW1vr2pOw > .row > .video-iframe-container { display: none; }#xkgvo0ch9W5ZtyMVXQ3LlyJfW1vr2pOw > .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); }#xkgvo0ch9W5ZtyMVXQ3LlyJfW1vr2pOw { border-width: 0; border-radius: 0; }#xkgvo0ch9W5ZtyMVXQ3LlyJfW1vr2pOw > .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; }#xkgvo0ch9W5ZtyMVXQ3LlyJfW1vr2pOw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.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; }#I9Mxyn5IkiXrq5PBrKetQaGJJHcoGR74 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:23.6875rem;left:51.125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l2vRpXhCrwGCsBtIlVbUldETNvARVcxm { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:20.375rem;left:55.5625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#shtEJ8AUAMLQAAfC6NFeTyS7wqUtB4Ck { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:19.875rem;left:58.875rem;display:block; }
#ztrrSSC322UL3odOZsCyqlvGgGJ6clBJ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:17.9375rem;left:55.5625rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F8NO6sEWqMEPU2EuJdRfJ9KIsGZISF2u { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:6.875rem;left:55.375rem;display:block; }
#BOBXTWwNu3F59VSAt8pihKAi8MaNDWRp { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f1eb9b44-3071-4401-90a8-e181208f66c8/1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:7.0625rem;left:55.5625rem;display:block; }#BOBXTWwNu3F59VSAt8pihKAi8MaNDWRp.adaptive-delivery-prevent-bg, #BOBXTWwNu3F59VSAt8pihKAi8MaNDWRp.lazyload, #BOBXTWwNu3F59VSAt8pihKAi8MaNDWRp.lazyloading { background-image: none; }
#BOBXTWwNu3F59VSAt8pihKAi8MaNDWRp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BOBXTWwNu3F59VSAt8pihKAi8MaNDWRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#qqIXJ191z2PNGnfJmn9Z4In1dWi64zuH { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:23.6875rem;left:26.5625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AsdttQ8VnTpTMaWgG8e66FNrT01C5Q1I { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:17.9375rem;left:30.5625rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aMl45Xfg3vvJkhMO4ZllccdqN7aauTvH { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:20.375rem;left:30.5625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KU4a9mNxKDb5RL11fmaiFHOGiuPGkeFt { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4210e30c-aeb9-4c89-ae7b-3a28a88812f1/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:7.0625rem;left:30.8125rem;display:block; }#KU4a9mNxKDb5RL11fmaiFHOGiuPGkeFt.adaptive-delivery-prevent-bg, #KU4a9mNxKDb5RL11fmaiFHOGiuPGkeFt.lazyload, #KU4a9mNxKDb5RL11fmaiFHOGiuPGkeFt.lazyloading { background-image: none; }
#KU4a9mNxKDb5RL11fmaiFHOGiuPGkeFt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KU4a9mNxKDb5RL11fmaiFHOGiuPGkeFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#i1FbMpvdN3WuibTnJpCspx21nRE9xRuG { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:6.875rem;left:30.625rem;display:block; }
#ZwT51WpnOf6TrNPIaXP9drKWEOMgBO9l { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:19.875rem;left:33.875rem;display:block; }
#UkUJSPkxFtBVVOAllXsExINwTU6C7Rsv { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:23.6875rem;left:1.9375rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZXeWmhFr8z0is36XXtiqKZ4zWRMOlveO { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7c56fcc-c4f5-414b-87fd-561ee97c7b5e/Bartomiejagowski3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:6.875rem;left:5.8125rem;display:block; }#ZXeWmhFr8z0is36XXtiqKZ4zWRMOlveO.adaptive-delivery-prevent-bg, #ZXeWmhFr8z0is36XXtiqKZ4zWRMOlveO.lazyload, #ZXeWmhFr8z0is36XXtiqKZ4zWRMOlveO.lazyloading { background-image: none; }
#ZXeWmhFr8z0is36XXtiqKZ4zWRMOlveO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZXeWmhFr8z0is36XXtiqKZ4zWRMOlveO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#OXwTG45ZUCK4W60KBT76OpkVRlLm12UT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:17.75rem;left:5.5625rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CvPJ0kn6sVc84wrzuouEWux12JrWa1xk { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:20.1875rem;left:5.5625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CulqXTNbdqigafOvF66yZTum0TTHcEbJ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:6.6875rem;left:5.625rem;display:block; }
#rFxUshV79dMpXOp16TGW6mLEw0CuXLTn { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:19.6875rem;left:8.875rem;display:block; }
#PKoh7qP8phHRCluXxyqWpiQtUWINwoB2 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.8125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:32.1875rem;left:28.125rem;display:block; }
#igyL0fEbbNFeIRQDfTMpA5zH5wdDkr0o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dqs4g85woBSq9dQ7tEvrpp2ewRlQJmAv { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:3.0625rem;left:1.5625rem;height:19.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FO5yInUzkSO3aIy11dCAfGLFl8iDw8Tx { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:3.0625rem;left:26.5625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dZ2Gr5gW2acPpWMNTyFH156zUbK2QiIi { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:6.375rem;left:26.5625rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fLrdaA1zZ57oNbmfZBxern0SqxGWfued { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15048;line-height:1.5;letter-spacing:0;top:3.0625rem;left:50.9375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#avR7OSmLfqTCVT5dAtSBxS0Vznrxo8x1 { position:relative;display:block; }#avR7OSmLfqTCVT5dAtSBxS0Vznrxo8x1 { background-color: transparent; background-image: none; }#avR7OSmLfqTCVT5dAtSBxS0Vznrxo8x1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avR7OSmLfqTCVT5dAtSBxS0Vznrxo8x1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avR7OSmLfqTCVT5dAtSBxS0Vznrxo8x1 > .row .container > .video-iframe-container { display: none; }#avR7OSmLfqTCVT5dAtSBxS0Vznrxo8x1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avR7OSmLfqTCVT5dAtSBxS0Vznrxo8x1 > .row > .video-iframe-container { display: none; }#avR7OSmLfqTCVT5dAtSBxS0Vznrxo8x1 > .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); }#avR7OSmLfqTCVT5dAtSBxS0Vznrxo8x1 { border-width: 0; border-radius: 0; }#avR7OSmLfqTCVT5dAtSBxS0Vznrxo8x1 > .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; }#avR7OSmLfqTCVT5dAtSBxS0Vznrxo8x1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.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; }#yWeLXV9xL0Hw2ukMpXBfOSg3AcmlEQL0 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15048;line-height:1.5;letter-spacing:0;top:3.0625rem;left:50.9375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ddv0adksh0kMDWvfNP1DQTCrzgKoiZVH { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:3.0625rem;left:1.5625rem;height:19.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qGZZPGeCAJMwqo6dyyhge1HRTRE31p08 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:3.0625rem;left:26.5625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pO1nWP4h8gdlDBE2bG5tNiuRVG1C7Tb9 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:6.375rem;left:26.5625rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P9BS7XdRxLvbIUg9KBE66ygVWiNNBMai { position:relative;display:none; }#P9BS7XdRxLvbIUg9KBE66ygVWiNNBMai { border-width: 0; border-radius: 0; }#P9BS7XdRxLvbIUg9KBE66ygVWiNNBMai > .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; }#P9BS7XdRxLvbIUg9KBE66ygVWiNNBMai > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.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:none; }#QRm0GfTokBm9AbcRz2kKqOZTxlT5JPlV { position:relative;display:none; }#QRm0GfTokBm9AbcRz2kKqOZTxlT5JPlV { border-width: 0; border-radius: 0; }#QRm0GfTokBm9AbcRz2kKqOZTxlT5JPlV > .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; }#QRm0GfTokBm9AbcRz2kKqOZTxlT5JPlV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JQEHyG1vstHfAWc1ueQqhFk8MenGpqWV { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f884a086-02b5-49c1-8cd2-d4a2fc3243a7/kacperchmielowiec.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:1.9375rem;left:7rem;display:block; }#JQEHyG1vstHfAWc1ueQqhFk8MenGpqWV.adaptive-delivery-prevent-bg, #JQEHyG1vstHfAWc1ueQqhFk8MenGpqWV.lazyload, #JQEHyG1vstHfAWc1ueQqhFk8MenGpqWV.lazyloading { background-image: none; }
#JQEHyG1vstHfAWc1ueQqhFk8MenGpqWV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JQEHyG1vstHfAWc1ueQqhFk8MenGpqWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#qvRVnnSXc9ZHT2b0a9pSk9EDXLnoTdyL { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:1.75rem;left:6.8125rem;display:block; }
#DTaUp4n15sv3SIemnCN7lQBGBrlUUe3q { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:12.8125rem;left:7rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdtFxhTb44k35wFqmIGhf5py85Zb5qkH { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:13.0625rem;left:31.6875rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eh4BXzTXZck3eexcQmzSTiZGUbxQFRdt { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:1.9375rem;left:31.875rem;display:block; }
#Fto71410ZigJrdN7lF1XViRUf1ElLE0G { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:14.75rem;left:10.3125rem;display:block; }
#oL6OvsBC1MiTfF4d0hTVcfoT32onwvSE { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b75c4a2f-ed69-4d20-9a2c-89917679d895/urszularogoz.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.0625rem;left:32.0625rem;display:block; }#oL6OvsBC1MiTfF4d0hTVcfoT32onwvSE.adaptive-delivery-prevent-bg, #oL6OvsBC1MiTfF4d0hTVcfoT32onwvSE.lazyload, #oL6OvsBC1MiTfF4d0hTVcfoT32onwvSE.lazyloading { background-image: none; }
#oL6OvsBC1MiTfF4d0hTVcfoT32onwvSE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oL6OvsBC1MiTfF4d0hTVcfoT32onwvSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#FCoCZALvuUee7xaa7Jg7RsSJ3V1Fq58e { color:rgba(var(--color-tertiary-1),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:15.25rem;left:7rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FrokWogdkTJCihrUHM6VxqOqk5HrWEo8 { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:15.5rem;left:31.6875rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F0Rkr3yo7PsQDR9KQBJxvg4ToaCce4qQ { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:15rem;left:35rem;display:block; }
#J7uULvJy83ZDat7an1cre5aTnZHvpv2E { color:rgba(var(--color-tertiary-1),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:15.4375rem;left:56.625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r7vs6kmd6yNHJHiLcPwT4XrAzKzLdk3k { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:13rem;left:56.5625rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FzTzGXC37DPqhfXzET4QldqZQeHFxW5F { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d5e15ae3-5e3b-4ee4-98b4-ea37eb4668d6/3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.125rem;left:56.8125rem;display:block; }#FzTzGXC37DPqhfXzET4QldqZQeHFxW5F.adaptive-delivery-prevent-bg, #FzTzGXC37DPqhfXzET4QldqZQeHFxW5F.lazyload, #FzTzGXC37DPqhfXzET4QldqZQeHFxW5F.lazyloading { background-image: none; }
#FzTzGXC37DPqhfXzET4QldqZQeHFxW5F::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FzTzGXC37DPqhfXzET4QldqZQeHFxW5F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#gdhZCFoeVXpwWEDKkKXApk5cTWTrV6Qe { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:1.9375rem;left:56.625rem;display:block; }
#kX9OyltWK8brbzERIm2MWpgbU69Ict2o { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:14.9375rem;left:60.125rem;display:block; }
#STsUCFQDa9p3z1rLQWfwLz4PWltn57fo { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:18.0625rem;left:51.8125rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mRMrdJg6L8ntocHWX5PNu7xTX1NndkOq { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:18.0625rem;left:26.5625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TsaeRBFDcWAIy3AIfPMxiZZMaQNBgmxv { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:18.0625rem;left:1.125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#if3FfnCMdFGf44XRpvfVskKANz9ZcqM4 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.8125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:23.75rem;left:28.3125rem;display:block; }
#A1iyOdVJnR7Ehl0TfloQBF7M3OGhTkxa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HvCKIiXt2Ba6B1EtgrzgrA14Q7UA13xs { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:1.8125rem;left:1.5625rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NdI2sb5arMzcA4kPo2rURBBHIHiNqb4V { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:1.8125rem;left:26.5625rem;height:24.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aHWvFZyfykx5JmQh0AWL6tD7hOU90sWq { color:rgba(var(--color-tertiary-1),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:15.4375rem;left:56.625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TIikGUqCp5lvrZNEFXwUHXtTxxUFiODg { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:13rem;left:56.5625rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sKVNl0Fkw9HWTbdnk8WyOBHzfSUZ4id1 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d5e15ae3-5e3b-4ee4-98b4-ea37eb4668d6/3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.125rem;left:56.8125rem;display:none; }#sKVNl0Fkw9HWTbdnk8WyOBHzfSUZ4id1.adaptive-delivery-prevent-bg, #sKVNl0Fkw9HWTbdnk8WyOBHzfSUZ4id1.lazyload, #sKVNl0Fkw9HWTbdnk8WyOBHzfSUZ4id1.lazyloading { background-image: none; }
#sKVNl0Fkw9HWTbdnk8WyOBHzfSUZ4id1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sKVNl0Fkw9HWTbdnk8WyOBHzfSUZ4id1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#upfR9fL8iaB25LmwTwMH6uDa8yNVCheV { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:1.9375rem;left:56.625rem;display:none; }
#MiSWqemlu7ocVGFIA0QOxdFexQEOEXdQ { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:14.9375rem;left:60.125rem;display:none; }
#s4NAWak5cAUFG9EeXcMswQgpaM8Q5H2l { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:13.0625rem;left:31.6875rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ldZxWRAlIxtdg313JAQdF2u7GeHBydzC { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:15.5rem;left:31.6875rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PwZ71mD8TXIyaTKGCaNBeIJrCmNLCIl7 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:1.9375rem;left:31.875rem;display:none; }
#J7zgnT5SDB2uBuCyEm9V8xVpJlmHnLQZ { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b75c4a2f-ed69-4d20-9a2c-89917679d895/urszularogoz.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.0625rem;left:32.0625rem;display:none; }#J7zgnT5SDB2uBuCyEm9V8xVpJlmHnLQZ.adaptive-delivery-prevent-bg, #J7zgnT5SDB2uBuCyEm9V8xVpJlmHnLQZ.lazyload, #J7zgnT5SDB2uBuCyEm9V8xVpJlmHnLQZ.lazyloading { background-image: none; }
#J7zgnT5SDB2uBuCyEm9V8xVpJlmHnLQZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#J7zgnT5SDB2uBuCyEm9V8xVpJlmHnLQZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#WObwJfTCFdIKKJe23iHi4eEHf49XD1ew { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:15rem;left:35rem;display:none; }
#gNPpmJ24S1y1goAWAlZxlnyJBV8QvCdI { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:1.8125rem;left:51.5625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ZMgTlIThB3C4b9krTcImVuKvMhXzfk0I { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:7.875rem;left:51.5625rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VsuXJ9TCCEyggL5cudrr9JtIBBPLDkXy { position:relative;display:block; }#VsuXJ9TCCEyggL5cudrr9JtIBBPLDkXy { background-color: transparent; background-image: none; }#VsuXJ9TCCEyggL5cudrr9JtIBBPLDkXy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsuXJ9TCCEyggL5cudrr9JtIBBPLDkXy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsuXJ9TCCEyggL5cudrr9JtIBBPLDkXy > .row .container > .video-iframe-container { display: none; }#VsuXJ9TCCEyggL5cudrr9JtIBBPLDkXy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsuXJ9TCCEyggL5cudrr9JtIBBPLDkXy > .row > .video-iframe-container { display: none; }#VsuXJ9TCCEyggL5cudrr9JtIBBPLDkXy > .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); }#VsuXJ9TCCEyggL5cudrr9JtIBBPLDkXy { border-width: 0; border-radius: 0; }#VsuXJ9TCCEyggL5cudrr9JtIBBPLDkXy > .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; }#VsuXJ9TCCEyggL5cudrr9JtIBBPLDkXy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.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; }#XMcRhuXPH6sP1TrnJbWHBVLDucmo2VOP { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:13.1875rem;left:60.25rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bg7iIJIeXKVB33DsVUpcRLomvOGrgkaq { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:15.625rem;left:60.25rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erThttkgse6pQW64ZzayZpvS9uHaPle7 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),0.2);background-image:url("https://images.assets-landingi.com/uc/73945663-54ab-4892-8b74-300c4852a8ed/4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.3125rem;left:60.5rem;display:block; }#erThttkgse6pQW64ZzayZpvS9uHaPle7.adaptive-delivery-prevent-bg, #erThttkgse6pQW64ZzayZpvS9uHaPle7.lazyload, #erThttkgse6pQW64ZzayZpvS9uHaPle7.lazyloading { background-image: none; }
#B84qb1RHmc4gEiETZontsodRp3bldLCz { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:2.125rem;left:60.3125rem;display:block; }
#Tq5au2hPbabvrOyACCmMMfPTohNCWGFz { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:15.125rem;left:63.5625rem;display:block; }
#ALp3IKFzuiyJAH3nuAc382tMmSHZaZCT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:2.125rem;left:41.5625rem;display:block; }
#M3IXfySyKJgIfkaJZwGywQg9DdyorQTK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),0.2);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:2.3125rem;left:41.75rem;display:block; }
#i1tx4sydzaLs7I3i71TGD99FJmMuUTNk { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:13.1875rem;left:41.5rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3CGgcvgO7J5xMCNeyorWm766P06a1RQ { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:15.625rem;left:41.5rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTJZTdWTOsU0vEn9u0n4UVCThOQ9vack { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:15.125rem;left:44.8125rem;display:block; }
#JdGKzqWxT0WMOJO5lAk3cMOi56b39Fyb { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),0.2);background-image:url("https://images.assets-landingi.com/uc/0835ac3a-3e70-45c4-990d-03de9baa11e8/natalia.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.3125rem;left:41.8125rem;display:block; }#JdGKzqWxT0WMOJO5lAk3cMOi56b39Fyb.adaptive-delivery-prevent-bg, #JdGKzqWxT0WMOJO5lAk3cMOi56b39Fyb.lazyload, #JdGKzqWxT0WMOJO5lAk3cMOi56b39Fyb.lazyloading { background-image: none; }
#ociQKr2icJZbdym4EaZenvENkTR9XnTk { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:13.1875rem;left:22.625rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#daDgWaas76slGqU76hnC0SFk6S2zI5kW { color:rgba(var(--color-tertiary-1),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:15.625rem;left:22.6875rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JT1Zg12F3nEr7zyPePvGgr61sDL8gwGn { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/840cf4c5-70a6-4e45-b028-a9938eeada15/KKrupinskaRzepa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.3125rem;left:22.875rem;display:block; }#JT1Zg12F3nEr7zyPePvGgr61sDL8gwGn.adaptive-delivery-prevent-bg, #JT1Zg12F3nEr7zyPePvGgr61sDL8gwGn.lazyload, #JT1Zg12F3nEr7zyPePvGgr61sDL8gwGn.lazyloading { background-image: none; }
#JT1Zg12F3nEr7zyPePvGgr61sDL8gwGn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JT1Zg12F3nEr7zyPePvGgr61sDL8gwGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#VQHvr015bX8KbQ2A20nZV4awsqyJewN2 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:2.125rem;left:22.6875rem;display:block; }
#IdHVC2pcmexXmgDUSuCpEZbemdcKASTX { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:15.125rem;left:26.125rem;display:block; }
#MVgSQFsuStPdwP9c8iLTy7Z9M9KZcMfa { color:rgba(var(--color-tertiary-1),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:15.625rem;left:4.0625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDbTErNdQIotrCMUyxeHM3EUATphAUFf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:13.1875rem;left:4.0625rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VrkADn309lq49MiTrRbmTxke2GV873U0 { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:15.125rem;left:7.5rem;display:block; }
#x8OtvuppmlBPdW1fzXuBSfiNeTKW8wdB { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc0c335c-c4b2-4541-9da5-7df970ed55c2/Robert2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.3125rem;left:4.3125rem;display:block; }#x8OtvuppmlBPdW1fzXuBSfiNeTKW8wdB.adaptive-delivery-prevent-bg, #x8OtvuppmlBPdW1fzXuBSfiNeTKW8wdB.lazyload, #x8OtvuppmlBPdW1fzXuBSfiNeTKW8wdB.lazyloading { background-image: none; }
#x8OtvuppmlBPdW1fzXuBSfiNeTKW8wdB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#x8OtvuppmlBPdW1fzXuBSfiNeTKW8wdB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#Ir62UrEqS1ZPyUSbzzTLVSEzxoCpMQIW { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:2.125rem;left:4.125rem;display:block; }
#uM4OelTG9nsCzcaK0c9CfDHu9t71PURr { position:relative;display:block; }#uM4OelTG9nsCzcaK0c9CfDHu9t71PURr { background-color: transparent; background-image: none; }#uM4OelTG9nsCzcaK0c9CfDHu9t71PURr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uM4OelTG9nsCzcaK0c9CfDHu9t71PURr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uM4OelTG9nsCzcaK0c9CfDHu9t71PURr > .row .container > .video-iframe-container { display: none; }#uM4OelTG9nsCzcaK0c9CfDHu9t71PURr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uM4OelTG9nsCzcaK0c9CfDHu9t71PURr > .row > .video-iframe-container { display: none; }#uM4OelTG9nsCzcaK0c9CfDHu9t71PURr > .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); }#uM4OelTG9nsCzcaK0c9CfDHu9t71PURr { border-width: 0; border-radius: 0; }#uM4OelTG9nsCzcaK0c9CfDHu9t71PURr > .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; }#uM4OelTG9nsCzcaK0c9CfDHu9t71PURr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.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; }#vWwZeLdGgx4KIC7a4mOzTMVdrAlf6f1b { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:13.1875rem;left:22.75rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWF9g65ddThWZmfIhTFaclrzQxkeqigo { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:15.625rem;left:22.75rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kfS8zfUuIuI6CqwgHT6QfMaGLwQoBFze { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),0.2);background-image:url("https://images.assets-landingi.com/uc/758534be-866e-4517-a2d7-231553696826/micha.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.3125rem;left:23rem;display:block; }#kfS8zfUuIuI6CqwgHT6QfMaGLwQoBFze.adaptive-delivery-prevent-bg, #kfS8zfUuIuI6CqwgHT6QfMaGLwQoBFze.lazyload, #kfS8zfUuIuI6CqwgHT6QfMaGLwQoBFze.lazyloading { background-image: none; }
#wu0o7XTEoEJVeTT6JQB7lPM7KXlG35Ec { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:2.125rem;left:22.8125rem;display:block; }
#vcDP574V9nOUXoSSkRD4BsSoWbaa8qPm { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:15.125rem;left:26.0625rem;display:block; }
#TUP45nO9Ata81Ft9e2wAVpWrSz3eyxxQ { color:rgba(var(--color-tertiary-1),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:15.625rem;left:41.5625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iKre5xeCOslF83uE6PneueR6hmemJQJK { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:15.125rem;left:44.9375rem;display:block; }
#acAU0D0vvTLsPn156PTKokmZiwNAzbBa { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:13.1875rem;left:41.5625rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m5nNNqengTx5266WlS4uXFfrmBHMHaBs { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:2.125rem;left:41.625rem;display:block; }
#N74ZhzWHsXFZMLdzvR7BJ753pTiHpUQH { position:absolute;display:block;z-index:15043;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7332a615-d7d5-4157-af78-7ffe5813e17d/kasiatkaczyszyn.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.3125rem;left:41.875rem;display:block; }#N74ZhzWHsXFZMLdzvR7BJ753pTiHpUQH.adaptive-delivery-prevent-bg, #N74ZhzWHsXFZMLdzvR7BJ753pTiHpUQH.lazyload, #N74ZhzWHsXFZMLdzvR7BJ753pTiHpUQH.lazyloading { background-image: none; }
#N74ZhzWHsXFZMLdzvR7BJ753pTiHpUQH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#N74ZhzWHsXFZMLdzvR7BJ753pTiHpUQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#xECTq1zW0c86A5mTm52omf7yuv4XD3DO { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:13.1875rem;left:60.3125rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hgXdFFGhSfnXupd6Whefxba9WqxH9Iy3 { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:15.125rem;left:63.6875rem;display:block; }
#VPGWe3CLn22ks2BIgK0HNXxvn9SMVrPz { color:rgba(var(--color-tertiary-1),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:15.625rem;left:60.3125rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AgxGyI7o2FSJMMIcoiVQsNixJRNhIEge { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b5ca9d0f-e07c-418a-be57-cffe0439d79c/aleksandrapietrzak.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.3125rem;left:60.5625rem;display:block; }#AgxGyI7o2FSJMMIcoiVQsNixJRNhIEge.adaptive-delivery-prevent-bg, #AgxGyI7o2FSJMMIcoiVQsNixJRNhIEge.lazyload, #AgxGyI7o2FSJMMIcoiVQsNixJRNhIEge.lazyloading { background-image: none; }
#AgxGyI7o2FSJMMIcoiVQsNixJRNhIEge::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AgxGyI7o2FSJMMIcoiVQsNixJRNhIEge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#v4TZsmZ3scG5UvbhLrTT0qh2FqLoDVeh { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:2.125rem;left:60.375rem;display:block; }
#C5gwXoAXqIsChVKTUqw8oXTrMuBxso58 { color:rgba(var(--color-tertiary-1),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:15.625rem;left:4rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJ1DIf4PokqbGhXd1M9SBNR08b81h04K { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:13.1875rem;left:4rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zd3RPRRWgCaa4ezhCp4XhbWhdvaG7e3J { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:3.75rem;top:15.125rem;left:7.3125rem;display:block; }
#ha3QuTc9svELQNsM0heCZhFV7pNKvlak { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:2.125rem;left:4.0625rem;display:block; }
#ChuQ98JmRsDABCvn7vSXAqaDwhaIQSdX { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),0.2);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:2.3125rem;left:4.25rem;display:block; }
#sIJXIDFpEzD05T2mABHQTqVp2aZ40Odx { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),0.2);background-image:url("https://images.assets-landingi.com/uc/532f0025-5539-4fd7-a578-21d53b0ac909/karolina.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:10.3125rem;width:10.3125rem;top:2.3125rem;left:4.3125rem;display:block; }#sIJXIDFpEzD05T2mABHQTqVp2aZ40Odx.adaptive-delivery-prevent-bg, #sIJXIDFpEzD05T2mABHQTqVp2aZ40Odx.lazyload, #sIJXIDFpEzD05T2mABHQTqVp2aZ40Odx.lazyloading { background-image: none; }
#CzL8iswmD5hb5HCRpX7R8gwdB9SQmonT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CzL8iswmD5hb5HCRpX7R8gwdB9SQmonT > .row .container { border-width: 0; border-radius: 0; }#CzL8iswmD5hb5HCRpX7R8gwdB9SQmonT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CzL8iswmD5hb5HCRpX7R8gwdB9SQmonT > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;position:relative;display:none; }#OOCT7kG6hFGVvG0Ol6CElciP3qUV5roc { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.375rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RnOnPLyDTHmNFr06G8QcyNRcJQTRfAET { color:rgba(var(--color-tertiary-0),1);display:block;width:62.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.3562507629394rem;left:6.34375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vkein75r8dQ59h1NGVpHOHGP3MMmU3Fg { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:13.25rem;left:12.34375rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EByk1AdBLerD9oggWh1CqxrVPl4k45XI { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.0625rem;width:18.125rem;top:11.6875rem;left:28.4375rem;display:block; }
#CVzpwLa3V1gAC8f2dH5ACufoQpQNOIPr { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:19.6875rem;left:12.34375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xQSO6OMGtyhaIfX4DMCIZeNdUdddzSu4 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:3rem;width:3rem;top:24.875rem;left:7.4375rem;display:block; }
#MsC7ONirrbhWgX3Bi1RcbxuXFp3C35Va { color:rgba(var(--color-tertiary-0),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:25.375rem;left:7.4375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QzNKxp0Jw235ipxmqRLeILJoS6PDmaLx { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:24.75rem;left:11.75rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vmikbrIbGfz0FKLxCn3BDTBw1czA1Frk { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:3rem;width:3rem;top:29.4375rem;left:7.4375rem;display:block; }
#UTSoppr8rVtZaEZP36LlasOFGDin7mCN { color:rgba(var(--color-tertiary-0),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29.9375rem;left:7.4375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d4nN7cCH7AGszoXtBG1hX0HH0xFFHE1s { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:29.3125rem;left:11.75rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zu9158onlTJ5n8wZoKBK6lTXotfHxPHu { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:3rem;width:3rem;top:35.625rem;left:7.4375rem;display:block; }
#vykMVLumTzWZ2nw0Mctx98tERwnX8axg { color:rgba(var(--color-tertiary-0),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:36.125rem;left:7.4375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iyz0a5O1EPm4PcEPVoFEO9eOBHaugP2L { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:35.5rem;left:11.75rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UFZrRfaVw6pXIZWeZtbTB4TLdhPv26IF { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:3rem;width:3rem;top:40.1875rem;left:7.4375rem;display:block; }
#fPu8oBhXDtPkapk9as1JR5LC4rmC79UQ { color:rgba(var(--color-tertiary-0),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:40.6875rem;left:7.4375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CAiCbPuHmJ5mz8uNyk0O4TwvHfaR1RcT { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:40.0625rem;left:11.75rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V6yfM1taVbDNkROLtxy6A6N4qJAOAKdX { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:3rem;width:3rem;top:24.875rem;left:38.75rem;display:block; }
#maMBL4fefpK03BRfMw0s5ghCsBmAu9Eq { color:rgba(var(--color-tertiary-0),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:25.375rem;left:38.75rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ux2haJASrqEGT4CzETbDNH9MnhzR3Qfm { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:24.75rem;left:43.0625rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h2h523IRLVRKZHkutwdX5XT5n48ms6a3 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:3rem;width:3rem;top:32.75rem;left:38.75rem;display:block; }
#PCTfJLWnkkLwSC1ttESTn0wVuIfGpqtt { color:rgba(var(--color-tertiary-0),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:33.25rem;left:38.75rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Db40QVRcTZystotnOXdl5cIFvJF0HaNt { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:32.625rem;left:43.0625rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TpsQ9fXgU9Z89NFeaCqib6f34qbdflGd { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),0.05);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:12.875rem;width:12.875rem;top:21.75rem;left:8.25rem;display:block; }
#brwVPTffboHZyXI8dMQCeRMBfAADlHJ7 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),0.05);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.1875rem;width:6.1875rem;top:32.612500190735rem;left:15rem;display:block; }
#Uh9UFXTM1wWd4AoDFhDCT7c9hTt2niiC { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),0.05);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:4.375rem;width:4.375rem;top:21.5rem;left:57rem;display:block; }
#ATCmab0k5hKTP7Ar3TeFSc2SLi2I3dgu { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),0.05);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:24.875rem;left:62.5625rem;display:block; }
#TavClSO1GU8KdhOeezDAQPkIpi6g2BUo { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),0.05);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.25rem;width:7.25rem;top:32rem;left:58.5625rem;display:block; }
#CMoITwCy7vOgCpi2PlqZ976d8Ix12LoZ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.625rem;left:43.0625rem;display:block; }
#ukJwAFT4p2h7OKq3B8WnrNQnq1MAZmKz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zkLtuF1vKfwvh6TFPx84la7cBhoDAu7e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#zkLtuF1vKfwvh6TFPx84la7cBhoDAu7e > .row .container { background-color: transparent; background-image: none; }#zkLtuF1vKfwvh6TFPx84la7cBhoDAu7e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkLtuF1vKfwvh6TFPx84la7cBhoDAu7e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkLtuF1vKfwvh6TFPx84la7cBhoDAu7e > .row .container > .video-iframe-container { display: none; }#zkLtuF1vKfwvh6TFPx84la7cBhoDAu7e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkLtuF1vKfwvh6TFPx84la7cBhoDAu7e > .row > .video-iframe-container { display: none; }#zkLtuF1vKfwvh6TFPx84la7cBhoDAu7e > .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); }#zkLtuF1vKfwvh6TFPx84la7cBhoDAu7e > .row .container { border-width: 0; border-radius: 0; }#zkLtuF1vKfwvh6TFPx84la7cBhoDAu7e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zkLtuF1vKfwvh6TFPx84la7cBhoDAu7e > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#toMJ83fqvy1WgLyrdpUJoabEu70JKQ62 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:4rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.0625rem;left:26.09375rem;display:block; }
#OMa3mAvkbRqhBJlMnVGPKiOnx6UFXxsv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UEaoCvT8TNsmyUnWv4rheo0iqOMpQ9bP { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.3125rem;left:13.6875rem;height:3.00625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pdlDntC8evAoz3GMvLRWJqPuwT8aMU7v { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.875rem;left:13.625rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS { 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; }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS > .row .container { background-color: transparent; background-image: none; }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS > .row .container > .video-iframe-container { display: none; }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS > .row > .video-iframe-container { display: none; }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS > .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); }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS > .row .container { border-width: 0; border-radius: 0; }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#wdIKEXWeSNqn6G0Fmirk8VoC6qtRv9aC { color:#454545;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:5.8125rem;left:0rem;height:5.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NXbSwLA84nyKZ12sQRcT0JJ8auJ0ic41 { color:#131313;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nf8sxz7V1Qb7z4RmLHWpER3f7UQSqGlo { color:#454545;display:block;width:16.0623125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:5.8125rem;left:31.0625rem;height:7.43653125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qcIbcPmiQWGhP35QneqHn1J5h4oyfFfu { color:#454545;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:5.7996978759766rem;left:52.562397003174rem;height:7.43653125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Sv9DDq9KeRVZF59bkUSWOAtB48wlFw60 { color:#131313;display:block;width:12.6871875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:3.125rem;left:31.0625rem;height:1.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OXRFqAGfqFXK0XKrlunZfdMUPFHEI6Gt { color:#131313;display:block;width:12.6871875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:3.125rem;left:52.562397003174rem;height:1.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tC56mCgO5Tw3iDXQlKIMzTE7oGw7MCtS { position:absolute;display:block;z-index:15035;background-color:#dddddd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:15.437282562256rem;left:0rem;display:block; }
#oIg3rFgJx7b5H2miqgMmiNJc6gpRvfy2 { color:#454545;display:block;width:33.0620625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:17.370906829834rem;left:19.535591125488rem;height:1.4875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg { display:block; }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTqugcHaV9NTyDCsJQgrTddpqrzWJyKq { top:9.5625rem;left:0rem;width:29.5625rem;height:9.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESbEEolQ9v2KcILwvJCiWbZ0M8xuCmHq { top:0.5625rem;left:0rem;width:12.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5W9hqgXDM0rXzp8b0mZL0gFZh8NBMQ9 { top:20.25rem;left:0rem;width:33.75rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npgJXwDigiFNnON8BxFmix1HE4fEhCW7 { top:8.3125rem;left:20.5625rem;width:27.1875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH8ZRznifEDRqUmEFP4S4cieITgX5aJd { top:3.125rem;left:12.875rem;width:34.875rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNopPrEeLrovgLDUS6SD6JmpKPRStLmr { top:3.125rem;left:25.4375rem;width:22.3125rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9I6MtwqL87vt7zGqDfHmZdILbJJcvee { top:24.625rem;left:15.5625rem;width:32.1875rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKRn6cqHmaVqKRCztoLHoJUsg3G6Hd7Z { display:block; }#NKRn6cqHmaVqKRCztoLHoJUsg3G6Hd7Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgvdkT9suifSkLN0xRBdQMkEffHUBsPK { top:3.1875rem;left:12.34375rem;width:25.625rem;height:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoEyTa21w3b7oHTrlNziJPd6e74F9acI { top:3.1875rem;left:8.65625rem;width:3.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsX8pLh5y7QFPqeWGpvhtIylSeBx0mQ6 { top:11.0625rem;left:8.65625rem;width:3.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoAnaXbURQ6PvlXFRcVmypbEA2yDflXK { display:block; }#JoAnaXbURQ6PvlXFRcVmypbEA2yDflXK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQlvwwrpqT02TSfO1de2vSXITOrpg8bR { width:22.8125rem;height:4rem;top:0.875rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLt1v1r76dNVAlmq0AXvkp4euUzMpeH7 { display:block; }
 }@media only screen and (max-width: 763px) { #WDgwaHwaBRu80ZA1RMQMGnUJO8GvhSRM { display:block; }#WDgwaHwaBRu80ZA1RMQMGnUJO8GvhSRM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghv37bUbNxupHTvViEXnIVfkEPhhyVey { top:5.0625rem;left:0rem;width:26.1875rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttyREPNVglO9J2U0Br220rFfogzREf3H { top:13.875rem;left:0rem;width:7.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf2D6LnR5dNoyqr1O6UeXPVEpFglP4u7 { top:1.1875rem;left:13.406251907349rem;width:20.9375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #D42uBBzp6S56RBmdUtneTDbCAn1CgT2b { top:1.9375rem;left:15.40625rem;width:16.9375rem;height:13.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvwzu33CINDlQ9IhTEwgrMnRpAgbAmxy { top:0rem;left:0rem;width:14.625rem;height:9.375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmRVOongCyoM1q2TEiSG6l6SLZ8JnF2L { top:14.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZsGJgEW94eoFcfc5IAktOJloxZp66rK { top:1.6875rem;left:21.9375rem;width:25.8125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti6EM2zOJEbmuoi1MwDOQZOZFehRhiFX { top:1.1875rem;left:14.59375rem;width:18.5625rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5N4mcxlMS9lenFpQVQa7wMTNGsxGyQJ { top:4.875rem;left:0rem;width:16.1875rem;height:12.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkHTHeV2eiwL99cIiFLigXgmSrW0lVZw { top:1.125rem;left:22rem;width:25.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTxMKBIwqc0MHq1qrsafeuexqyOsFuGT { display:block; }#pTxMKBIwqc0MHq1qrsafeuexqyOsFuGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fk41gLOARvCApDTs2M4RtGGutBADQi5l { top:5.9375rem;left:0rem;width:26.1875rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwbSSbTXmVfSDgG4sPSMlDeZKbmETT8x { top:12.875rem;left:0rem;width:7.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9lAdy3eFmDIB4Ln13SgQCMotrHfU8Ws { top:1.1875rem;left:13.406251907349rem;width:20.9375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaWWfNQZhDmGicecBgLPefmDxW73AmfR { top:5.0625rem;left:14.1875rem;width:19.375rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9DfSVO8NbDmhJllklkJedfzxQ3Q9a26 { top:0rem;left:0rem;width:14.625rem;height:9.375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEhe8py6XFerRD39tUClcqr3cE31EEUB { top:13.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFBsT15fgh7wQprmFtynmuMnEbwBHB1h { top:1.6875rem;left:21.9375rem;width:25.8125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTCKUHr1uiExgQQZSFmC9sTsJEUUZ8oc { top:1.1875rem;left:14.59375rem;width:18.5625rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzEtrbzcmZvQvK3iD5ZCutdy2KTJM2W2 { top:4.875rem;left:0rem;width:16.1875rem;height:12.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGyuOXVvkRAvT4UCCyX2y2NOaHI3QZn9 { top:1.1875rem;left:22rem;width:25.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPisMJ1BXbOGmbT4fNCPkpooN8U6xPf4 { display:block; }#FPisMJ1BXbOGmbT4fNCPkpooN8U6xPf4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpbUqCE0o7WdR8DgbM4foqvs5erssIlP { top:5.625rem;left:0rem;width:26.1875rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABgeoqTT8QfbMGseRdfTD31EZWnBbWpP { top:13.875rem;left:0rem;width:7.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azD8T0dgHTpVNv1bX4FJsIfcpkDG8ZyK { top:1.1875rem;left:13.406251907349rem;width:20.9375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6C4u1297JbnrkXxPPxr5ATJIwPNx84m { top:4.0625rem;left:15.40625rem;width:16.9375rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSOPtRoQPxQKtX382NVyA8NEIKvnTT9n { top:0rem;left:0rem;width:14.625rem;height:9.375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzuDCDne0amuInpuID7tJaMthMVtp4tP { top:14.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqzyQNDuQuteT0PyPkTJWatWQzTnkdZn { top:1.6875rem;left:21.9375rem;width:25.8125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdEFLl5IsZ1F9ZSJMr7kCHPWikdidVK8 { top:1.1875rem;left:14.59375rem;width:18.5625rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #weH4nBRgTyVfhJUByDOnq6DmVKFemt1T { top:4.875rem;left:0rem;width:16.1875rem;height:12.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ck0oTpIU1TSmZ3zuIayhCmlbNVXRGIJy { top:1.125rem;left:22rem;width:25.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbV6eTEuxpW67TzT87EppRH5fpV8UV4Z { display:block; }#BbV6eTEuxpW67TzT87EppRH5fpV8UV4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOwko7I5TZZab7TKwGRXmE4z52MUTZel { top:5.125rem;left:0rem;width:26.1875rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiqKh23MpyWoObubuCTU8kaiP92IRbfJ { top:19.125rem;left:0rem;width:7.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKC7BUEyf7EGq1n13TfhB2KHgTe5XRSF { top:3.8125rem;left:13.4375rem;width:20.9375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2Ps3c8aGSUeDe4iH3FakZqnA1mTQDxc { top:4.5625rem;left:15.40625rem;width:16.9375rem;height:13.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #biMFJZec2TuKtUF0ZNlOgL1xqf5CKzay { top:0rem;left:0rem;width:14.625rem;height:9.375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJdK6tmXQ90frNGMtwdoQEmHi5DVaPOS { top:19.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl7WR1Ek3KIoPrZfGSgCLqO8MuDUx7mu { top:4.3125rem;left:21.9375rem;width:25.8125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPAXXkrzcretAoWMCpAgwXk06ARTKZFQ { top:1.1875rem;left:14.59375rem;width:18.5625rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmp0s7eHgwJfzrPpV1vlGr0CgfvCKbMq { top:4.875rem;left:0rem;width:16.1875rem;height:12.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOa75pCvS7tuzmnf5Rq07zGMlKC20c7t { top:3.75rem;left:22rem;width:25.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ { display:block; }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2IfUttlWfxbNM6dotSIyNvVIGCXLPt7 { top:11.9375rem;left:0rem;width:14.8125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFPJvSOxPJMeRSBGESX4cSB5fXeh5ZXx { top:24rem;left:16.375rem;width:15.875rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkPhXFW34TIeeoT0QuPtfSoUrbpoo8e2 { top:12.0625rem;left:32.25rem;width:15.5rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt75AmaJ8wnbtiE4mS8TDPwbnb4dofeE { top:23.125rem;left:0rem;width:13.8125rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLStymOPpQ2P9227zuGzmnaRTLGGPmIR { top:23.8125rem;left:31.5rem;width:16.25rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0vxhNRryfS2vHprDhg8QOuvvDrT6gy0 { top:3.4375rem;left:11.375rem;width:25rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKozZBZLByZB2vKu0bwqGbGJx4SRCQps { top:9.5rem;left:29.25rem;width:18.125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3CIVqmd7Myel6mHlA5anmW58VI9mSuD { top:21.5rem;left:29.25rem;width:18.125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCaDUW6mdi4EShT6VTTPUaZqB945aG3J { top:11.0625rem;left:16.5625rem;width:15.5rem;height:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpvqT6TtZPvcdFI4q1z5eVrPfIdTuKtZ { top:21.625rem;left:15.125rem;width:18.125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F05afhuaQvshx4rt4sPfsl7m3TXS6nWV { top:21.625rem;left:0rem;width:18.125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P66nEIPzIM85k6t7RS9W1rThw67Fn63e { top:9.5rem;left:0rem;width:18.125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8U1NezXgLTt3pRtAUWzZdAwZVgQeIBW { top:9.5rem;left:15.125rem;width:18.125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4lsIBg5wJbuJIHKgQ994aKp3Tq5z7Rf { top:8.75rem;left:29.625rem;width:18.125rem;height:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XmxqRA9H6rSE8edJGnzJLswtV5NEowf6 { top:8.75rem;left:29.625rem;width:18.125rem;height:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewCRu0fSuAODcyX588yQSw4HLCaznsgT { top:8.75rem;left:29.625rem;width:18.125rem;height:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xazK97K7FxV5tWzuHBx1q0mP0TQWS77D { top:8.75rem;left:29.625rem;width:18.125rem;height:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWShdJwrMEgWe2eaMFJQ8COdID5cCTmy { top:8.75rem;left:29.625rem;width:18.125rem;height:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv { display:block; }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLvourfdWywkWQg8qzv3GSbb29r5aWNS { top:6.3125rem;left:0rem;width:39.375rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ktPp6s2WfdgxLbeykyN2fhB8ne8b50 { top:10.8125rem;left:0rem;width:28.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfUtbAxPWedaEi0A8qzU0QgFCpT5v2mA { top:13.9375rem;left:0rem;width:36.875rem;height:;font-size:1rem;display:block; }#NfUtbAxPWedaEi0A8qzU0QgFCpT5v2mA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fc56d20e-fdde-4af9-8e4f-7be369c5a10e/Vector.svg); }
 }@media only screen and (max-width: 763px) { #fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx { display:block; }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDPAEHzRDQFcnXOWNqCQZvzvOdRc1yWX { top:7.0625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmUmDC9sfxao1lRB4wAK4sMqIJ0cFPbL { top:18.0625rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWDcLTSC0Va9iNoWfyxIS5s28Msku25h { width:22.8125rem;height:4rem;top:31.8125rem;left:12.467967987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN0IT6ruFc9kCNqXR9imMbEyLxKCTSd8 { display:block; }
 }@media only screen and (max-width: 763px) { #UxT8IXrA5G5uTtcyMFxbI6zATulezzf7 { display:block; }#UxT8IXrA5G5uTtcyMFxbI6zATulezzf7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C45lLewDpoLacxH9VGnmVk4pb81ql0eT { top:6.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaXx3KiBmARgO8kTGVG0LJzs6TT2ngkc { top:3.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5rT6IRzMqeDLSdB9mcOq8vd96x0TuNK { display:block; }#S5rT6IRzMqeDLSdB9mcOq8vd96x0TuNK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdtQy7fXwpUvrl8K2r2slaVXfKkxcaNs { top:4.6875rem;left:0rem;width:26.1875rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHA9xHhfXZLsJe41WkseRKefZQg7ma6w { top:13.875rem;left:0rem;width:7.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDaaJCcksc5AQoypIqwqDM5hWcug84OQ { top:1.1875rem;left:13.406251907349rem;width:20.9375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc7uchoVgB6ZZCzaR0D43NLyvkGcZ93H { top:1.625rem;left:14.75rem;width:18.25rem;height:13.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsAxuoMZFkKQgH9hqV3XmBdGZdeLIqUc { top:0rem;left:0rem;width:14.625rem;height:9.375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi2u6UsfWpQ5NkU5VsbEhHu6yNtIDTK0 { top:14.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNZssZ3mOts6A0Ooqr4Qyiu2cQiKxiTi { top:1.6875rem;left:21.9375rem;width:25.8125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUickMcEdPTh6cZHM3m5ZstiHH2vwi33 { top:1.1875rem;left:14.59375rem;width:18.5625rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzVbWz1R7igprrT1z5CP3dXo822xZs7G { top:4.875rem;left:0rem;width:16.1875rem;height:12.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVmBZAdzQBzgCh7Ik34pc1gykAQsgaKo { top:1.125rem;left:22rem;width:25.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4wPNukEQKxlkdk4MJktaSJfx71T1CBv { display:block; }#b4wPNukEQKxlkdk4MJktaSJfx71T1CBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zrfg9CJRf6axaLmfLXwcUf6Mc1qDIuH6 { top:4.4375rem;left:0rem;width:26.1875rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWm4JcAnS4ruoJ22R97chmeNIoJkDotF { top:18.5rem;left:0rem;width:7.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EONNiTZJZQgpW6FFEPJdgIgCP5MazJnC { top:3.25rem;left:13.4375rem;width:20.9375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO7UbphEdKr3yMTzbHwUn1ZlNRxuXwDF { top:4.6875rem;left:15.4375rem;width:16.9375rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w31wZLKDsspUT3nKD6enyuJQ95xVcZlc { top:0rem;left:0rem;width:14.625rem;height:9.375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPs7oosOFBZCqmRItwIKahe8fwGOPAPQ { top:18.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrQcQ41IdsckeuTOXXsJu6Dw0B67HKrB { top:3.75rem;left:21.9375rem;width:25.8125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLNwTdziV8QVeM1MeAxCSuy7bGCaC8e0 { top:1.1875rem;left:14.59375rem;width:18.5625rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKvxMy9xPLndTvBiREIzZ4DQQCpTS5SO { top:4.875rem;left:0rem;width:16.1875rem;height:12.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQgQovX9sJrCZ2BwBwab7n5N8LvVLqfr { top:3.25rem;left:22rem;width:25.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODGDgeUkNH6l6KaeQvT5PuPF7ApiyMN7 { display:block; }#ODGDgeUkNH6l6KaeQvT5PuPF7ApiyMN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnw2uwu1I9EV73lXvbWuIvNz3J9F0MZ1 { top:4.1875rem;left:0rem;width:26.1875rem;height:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrF35ykeKcCTlnRtprB4WtEUXWueyMfM { top:14.625rem;left:0rem;width:7.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuFa0gtzDBnUAFq7OmEOFZdiW26gFWyG { top:1.1875rem;left:13.406251907349rem;width:20.9375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #At6bsHZQ1s6Ti4tJE1vL4ncJCxg1qAEc { top:4.375rem;left:15.40625rem;width:16.9375rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwfpdPTswlNyt0fSpV3VKyzDdvczgzBB { top:0rem;left:0rem;width:14.625rem;height:9.375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfdP5EZpHwHZCCsqIsopEapZ7duOunAV { top:14.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQl9Gc0wmrFFwsQ8SokUDfs4OOvxznKQ { top:1.6875rem;left:21.9375rem;width:25.8125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irS0rRuzR1fwUrmnaFnFTD2nA24wSIyT { top:1.1875rem;left:14.59375rem;width:18.5625rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #THzUm1zo0xoG2PB6AtRJRDhXPOSRqbIy { top:4.875rem;left:0rem;width:16.1875rem;height:12.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MPS4LF1U0eDT6HLG9whXhS9OLCJJoZ0x { top:1.125rem;left:22rem;width:25.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqG6yT3a3NmGqedvSrRzTDJT2NGx4mnV { display:block; }#vqG6yT3a3NmGqedvSrRzTDJT2NGx4mnV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xW7toBoUNkgU41LcyRZ1iV5Zzl3RlSs8 { top:5.9375rem;left:0rem;width:26.1875rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybst8xWX6FmffpPH3BslZBJI2EQ83wyf { top:13.25rem;left:0rem;width:7.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkNUwvWZArK1dNcV7HMDc2NNvLe0eCKm { top:1.1875rem;left:13.406251907349rem;width:20.9375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZcgbIImMBxZInzi28fU2b0eQhx6nD2B { top:2.5625rem;left:14.5625rem;width:18.625rem;height:12.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af74qrfrTX0d9RLiu0r0ezZCAHr4dtsA { top:0rem;left:0rem;width:14.625rem;height:9.375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdI7hJhFumxbea9OVo2otEyqqfRVvT7V { top:13.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAZoQa9WOgGzCrTmCev05a115OV9FBeK { top:1.6875rem;left:21.9375rem;width:25.8125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EauSXMTqznvfZOEHZe0opnwkIMIiJhGs { top:1.1875rem;left:14.59375rem;width:18.5625rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBvEz60zZkbTspO91F2AUrFJoVHJ4EoQ { top:4.875rem;left:0rem;width:16.1875rem;height:12.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ye0XtO4udRfwP9Tz10oyM1fmluFUMKnk { top:1.125rem;left:22rem;width:25.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZVEmoPy0k0ts6FtTzVndrVpOodK04cl { display:block; }#tZVEmoPy0k0ts6FtTzVndrVpOodK04cl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MT8cWVeqrRNHQwES09w1nf79Ze8JOXxC { width:22.8125rem;height:4rem;top:0rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHuVeW8tKXO2JcUkraMIMTObMm1OKWpr { display:block; }
 }@media only screen and (max-width: 763px) { #HOXz5TesuLCbfnVuxMspRHs7tRuxCnTf { display:block; }#HOXz5TesuLCbfnVuxMspRHs7tRuxCnTf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTJQfwoNvMSI97D9LcihbezWTHBz5kwK { top:3.375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azKFbTli5czR1DO2JG5ablx7qdTZxy4F { top:9.875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFgyRBK7RQ4GkqTaKarAV5sMebmMwGE0 { top:9.875rem;left:13.8125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfpaueUWEe0AR28S42OOpvNsmnPJL1Kl { top:9.875rem;left:38.6875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRm9enlqWhqt7TGT1OryNcuQXvWlbwJE { top:9.875rem;left:0rem;width:20.1875rem;height:11.1875rem;font-size:0.875rem;display:block; }#NRm9enlqWhqt7TGT1OryNcuQXvWlbwJE li:before{  }
 }@media only screen and (max-width: 763px) { #rO1Q5LI179QcKcFRGaWxEhKK2t1FS5tt { top:9.875rem;left:15.75rem;width:18.25rem;height:11.1875rem;font-size:0.875rem;display:block; }#rO1Q5LI179QcKcFRGaWxEhKK2t1FS5tt li:before{  }
 }@media only screen and (max-width: 763px) { #THm9sAhKALTlhrs02PSZM9srnn7wApG7 { top:9.875rem;left:28.875rem;width:18.875rem;height:9.625rem;font-size:0.875rem;display:block; }#THm9sAhKALTlhrs02PSZM9srnn7wApG7 li:before{  }
 }@media only screen and (max-width: 763px) { #VlRRala3i1OqRhuvyG8yg3kT3pELqFBv { display:block; }#VlRRala3i1OqRhuvyG8yg3kT3pELqFBv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfhncZcTRqbigOzBs39mR167CD0VVpuQ { top:3.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXy7oATTqXu1ogGU6xUaXrSWGLBLK3CE { top:8.4375rem;left:6.4375rem;width:34.875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS9hkAWWMdpoamML9y7dzw3IdhqC3shv { top:13rem;left:4.65625rem;width:38.4375rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6iT0hpfz4rWiFcKFMTzHQ2l3WiDBgZI { top:19.6875rem;left:0rem;width:18.125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7a5K6pEuTtAycQkT1cmlrvLqT0TiOS8 { top:23.0625rem;left:0rem;width:14.25rem;height:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAMKRfZTRiISzmwvQ0NpzhvsDne5VTBm { top:17.3125rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABiSPBW80FUarC6IBKRPeRrrXdZDEfN1 { top:18.25rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf48gNyAE1butBEBaBhoECfDDxN7whw9 { top:19.6875rem;left:5.3125rem;width:18.125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T22TdrpLoR3RcnNrPo4DqcLSAeXppCI8 { top:23.0625rem;left:7.25rem;width:14.25rem;height:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJII6fLT6RL9It3vGQhJta4CymhJqsaX { top:17.3125rem;left:12rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaQIpA3A8WAuoWteG50IMC2M6ZwTpwLB { top:18.25rem;left:12.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIkH5paFvFcykRsPsXd5WlNTTT6VbsJK { top:19.6875rem;left:29.625rem;width:18.125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb7XkRL2Cgn3yC8VoFiTTnRl732QxNRC { top:17.3125rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxZuPtGVwmUQ56eRUthnEzU9RiqQnoTC { top:18.25rem;left:44.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgSwXkflecf5ikT0pOSuJKvrQUzQpTxT { top:23.0625rem;left:33.5rem;width:14.25rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECv5Js544t1X9xJFEHhHy8q9Qsb0fSuU { top:19.6875rem;left:24.3125rem;width:18.125rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZx5xxax3MiDoqcCOnfqPklNJl9mTaIJ { top:23.0625rem;left:26.25rem;width:14.25rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSOJThZ61A6TPCrv3dFx9MuLEwTWrI5D { top:17.3125rem;left:31rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovm31wnZTRCu8XNmxgFf9wnpVC0iAyly { top:18.25rem;left:31.9375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai { display:block; }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTP2NP3Zrudgy6hDuFOeNhaQ3nNsHq7x { top:2.6875rem;left:14.875rem;width:32.875rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmbkmdU9g5yyFytNDf59u4JCA9tplV19 { top:7.375rem;left:0rem;width:31.625rem;height:6.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlH7qrEm3uA9mvGX1cwGLApM69SxSv3x { top:15.9375rem;left:0rem;width:31.3125rem;height:;font-size:0.875rem;display:block; }#RlH7qrEm3uA9mvGX1cwGLApM69SxSv3x li:before{  }
 }@media only screen and (max-width: 763px) { #xVPIoqWUlATDr4twHwJKVilGzxXxipF5 { top:16.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #peJPhF5ryxUOgTRGGrWN4IbxnZxTpD1J { top:20.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty5OsaJGhzFZuWNQrn4TC0cZitRiNBt7 { top:23.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMPOkWpvTclEPr75mcflqVUXuvHSb6Tw { top:25.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs { display:block; }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ml7ObD8w1bQ2S5959gua83tDZoKaRvCy { top:3.6875rem;left:16.125rem;width:31.625rem;height:6.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6m7crrWFzPW97mHqVpJodrMonTH8ST7 { top:12.3125rem;left:9.75rem;width:38rem;height:31.4375rem;font-size:0.875rem;display:block; }#E6m7crrWFzPW97mHqVpJodrMonTH8ST7 li:before{  }
 }@media only screen and (max-width: 763px) { #AEHBSWAKUUw1ZJXf2PJzZmBWgLvRXEdp { top:12.5625rem;left:21.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBkl3XcZ8J9CUXZNNkIrlIUXu0OCcATP { top:20rem;left:21.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNxQ81nVmHcNCELokc50miC5HOt6ZEnm { top:25.875rem;left:21.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54QBkWlWsbJG4nIRwGbd1BcIlJoRKV2 { top:31.75rem;left:21.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvaLB7pvZVXswZ3AcRTl0ASBieuRccx4 { top:37.625rem;left:21.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0Qqc4z1roJzCBDdGoHQxHJh27LE1bTN { top:4.625rem;left:0rem;width:31.0625rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV { display:block; }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kn2lshgpNlFWJdoi2ea9DyMHTHKWU0Zy { top:3.6875rem;left:0rem;width:31.625rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV86HsDgeTtDoVrTU7QU9W7Q2kml29sI { top:9.125rem;left:0rem;width:32rem;height:31.4375rem;font-size:0.875rem;display:block; }#eV86HsDgeTtDoVrTU7QU9W7Q2kml29sI li:before{  }
 }@media only screen and (max-width: 763px) { #eyzJHtLgywdZGIbKzlzIaTGx2QIkrrvh { top:9.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhKThXUTMf7TNVEuO7sTHm5yeTq5Coi0 { top:16.75rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIcikBZRBzyp5A42Lb3pIcsSS3uCfZOd { top:24.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuiH05695P2oM4NEMUqMu4Hl96iqFyXN { top:28.5rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #deFC3SbtTFpt6ZvC0AQBrafwU1XvkkBq { top:35.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igWapwDdBhFb8a9nBxE2C9TKAXzdrECB { width:22.8125rem;height:4rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW9bJHt3GhBUWAzKCt6d4fd0GTxv7C7K { display:block; }
 }@media only screen and (max-width: 763px) { #SLQ7gs5UwrUufQniGCvxEtzITn4gUnVf { top:3.6875rem;left:14.875rem;width:32.875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #agx3VBXQDDFv6wtfNrpeeuhWyBJJUVF6 { display:block; }#agx3VBXQDDFv6wtfNrpeeuhWyBJJUVF6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmWAsnB0L8lJOhPqKRrcLFOy62REnWqL { top:13.75rem;left:0rem;width:18.125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8HbAF7ExUwsoz1qlzMcFa5UbPQtVcXv { top:10.625rem;left:0rem;width:12.5rem;height:6.0625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1wnsXm1ppZH3GPQx61Jl6tiAFoMTUDa { top:19.1875rem;left:0rem;width:15rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnl4TDCidib2MhCJbl1d54MciFQ6K2rX { top:9.0625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJriTWO0TmuesJ6XvWhitkqfsrS4OSkn { top:13.75rem;left:5.3125rem;width:18.125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMLfnfyDshunwQATSRxm8pIuXu4svlhH { top:12.0625rem;left:8.125rem;width:12.5rem;height:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJF7qZoL0FMeQGoTkZO5Fci1VGuGNcNR { top:9.0625rem;left:9.6875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1dqZAhfDRZOlJ7cWACqhJRW6CaPzF0i { top:20rem;left:6.875rem;width:15rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM9qCKQ7dfHtDsxN8IkVHDLvznPZ8P5G { top:13.75rem;left:24.3125rem;width:18.125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gblc4HldxMszDIpA4cteKxcTMZHQ1UT0 { top:10.75rem;left:27.125rem;width:12.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPI2rLTTQ3p4HPT82M02XNoLfZpFktRG { top:9.0625rem;left:28.6875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWsW1WOqV1UIzIhJUhPWD0FdJNluSm3W { top:20rem;left:25.875rem;width:15rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmwm1doCcXzJ0pnokt4IvawR8NgX5SG9 { top:13.75rem;left:29.625rem;width:18.125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3cwe8DQqQImazfDkGlMaqBvA96lTA5E { top:10.75rem;left:35.25rem;width:12.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh70ttnwcMpUA6FfcgUE5VzTM5dnh4vJ { top:9.0625rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk6NRii3e2DWP7eBsUShkJb6xTK6OPIG { top:20rem;left:36.0625rem;width:11.6875rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBmNtnn8LWLGsv9lqua9Ce5vvtVHbfhg { top:3.3125rem;left:8.0625rem;width:31.625rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryuc4JZxQxFkz0eGDZTCotNM5LIJR6y2 { display:block; }#Ryuc4JZxQxFkz0eGDZTCotNM5LIJR6y2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrGyDgsTfTOe0EJZfFQ8uw1efRA7BpP6 { top:3.4375rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZh0y3JwQJM5t5NpTw1LsiInbgXlN9vQ { top:3.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlQLxMKI3GyZtOTzGoihEumh0aeSru66 { display:block; }#AlQLxMKI3GyZtOTzGoihEumh0aeSru66 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8DiHhOwkXkcCRDHtBEegSDF94xwDrPH { width:22.8125rem;height:4rem;top:0rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnN9LcoBsmz0ZcoitHGtSmn9OygWCazt { display:block; }
 }@media only screen and (max-width: 763px) { #o1NTqHEx0pmAIXTihWN5oa9kL7aHXw91 { display:block; }#o1NTqHEx0pmAIXTihWN5oa9kL7aHXw91 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBT96Fro0nMH9WWkAC55Atd9g1P4mfTk { top:2.1875rem;left:0rem;width:26.1875rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVQKMTQ77S3dMRBpmocH962v5MtgPHcd { top:13.875rem;left:0rem;width:7.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d50Mb03M7epV0SSgmqSwoTUoEDECswOm { top:1.1875rem;left:13.406251907349rem;width:20.9375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4iGRFPw2UCraU1XfhVb1HBFDsEUf4e7 { top:2.5625rem;left:15.40625rem;width:16.9375rem;height:12.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJSw6v54Do9RdMqBrlRvN5PtKWl6Ntxd { top:0rem;left:0rem;width:14.625rem;height:9.375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXcceuTzCdcT1aJgscBQwRQRyuRqgETO { top:14.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfgvNCNtoMd44FJdlgsSzEaePWyIfAXZ { top:1.6875rem;left:21.9375rem;width:25.8125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul1K5WilfnQH6CZCgMZDS0AgKkBH8eFn { top:1.1875rem;left:14.59375rem;width:18.5625rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJOfWeeQXoP6iw5TqN9M8oUvT89XovLV { top:4.875rem;left:0rem;width:16.1875rem;height:12.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZHTJuKOfXSyWl7ccS20znB8L67OK48P { top:1.125rem;left:22rem;width:25.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC6UbSe3AfGVoDzo46O2CX2yU8lZ6kL9 { display:block; }#GC6UbSe3AfGVoDzo46O2CX2yU8lZ6kL9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rmr2UBdKRJiU4uBNinlwK97VU2Ul2mus { top:3.8125rem;left:0rem;width:26.1875rem;height:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKP6X5WJ2LEpNrytp1kx6TSdZtwkuJya { top:13.875rem;left:0rem;width:7.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKybl9cgwOO0TZORiZWoz14T7T3zm22T { top:1.1875rem;left:13.406251907349rem;width:20.9375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsd07K6rtZKsZUk7LxMSqdF97IaLimrh { top:4.375rem;left:15.40625rem;width:16.9375rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1hS59TAaHwJs4o62d5wbVmfaxusR8O8 { top:0rem;left:0rem;width:14.625rem;height:9.375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQdRurLmQPd7fFmNDN7PJeSMCm9evKVy { top:14.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZLaIUeQMgh97TbUOcCR9iH2pQPMJIvU { top:1.6875rem;left:21.9375rem;width:25.8125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9WOCzhV0Fp2QT2HQH5aRIXDQJTFh250 { top:1.1875rem;left:14.59375rem;width:18.5625rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #unA0ydxvoPnQbH0H5H7iF3tSNQ7FiTme { top:4.875rem;left:0rem;width:16.1875rem;height:12.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6iK9XGCpBnGqKbImfi950cr6rtw5wPX { top:1.125rem;left:22rem;width:25.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhLRK5ulbQ3HtOiptTU9woyDMyGeCxUt { display:block; }#xhLRK5ulbQ3HtOiptTU9woyDMyGeCxUt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7icvKgmTqKRtRupkBz8FXTmod2dZwql { top:3.8125rem;left:0rem;width:26.1875rem;height:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEW43By8iQw0QNVm0TPt3NCvlsatkiuf { top:13.875rem;left:0rem;width:7.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG7Dl6qdVTePNLo6Pi09OdwVSo9KGT2q { top:1.1875rem;left:13.406251907349rem;width:20.9375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG6RdKBDqMQOetbd8eVXgDNbx9TLv7fP { top:5.8125rem;left:15.40625rem;width:16.9375rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNV36A7OACE5zHL5cDW3lPNMABKuKsvx { top:0rem;left:0rem;width:14.625rem;height:9.375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlxlsZmPkdOTTsi4XGatAHAEUcnuM1HV { top:14.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgWrvB8BNmEqQX7ihPzFcxZ2Q9uTvoWD { top:1.6875rem;left:21.9375rem;width:25.8125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdQIXZnInAbsT6lRUQmc42WXgGlknBQK { top:1.1875rem;left:14.59375rem;width:18.5625rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3VzyFbCIKfN4e2WF5sTCA38Oy1cLWeM { top:4.875rem;left:0rem;width:16.1875rem;height:12.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNEkKUJMKtfgXp1qLzgX2g13ftx9GoLL { top:1.125rem;left:22rem;width:25.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6ZaisW5AF5yT7sNOcxCdZnPKoEdwSGe { display:block; }#E6ZaisW5AF5yT7sNOcxCdZnPKoEdwSGe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZOLT0N3hzTiTxhkaN2GWD0Nt527Cpmz { top:3.3125rem;left:8.0625rem;width:31.625rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWqC6CSsypNvbilgqxsQSz2nLQk0F4Vx { top:11.1875rem;left:0rem;width:24.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxP1aebTyPNJvMeQtknANF68pXe2bXOp { top:8.8125rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLrWHTL5EU6NgPz0aWmLvJf4XlyaSmu2 { top:14.6875rem;left:0rem;width:21rem;height:16rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpEC5T4zsewi2EvIFZ1DsNHTK4ATICo8 { top:9.5rem;left:0rem;width:4.625rem;height:0;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ180nUCGDGwOo50wwvfUZURPgvVmLbv { top:11.1875rem;left:11.6875rem;width:24.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVSTBcU3PNn8m9Q2tIaTK7xaHvqRbSXe { top:8.8125rem;left:21.5rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AroxmOGO4pcLDK7heppPVQwPlEtqvwtd { top:14.6875rem;left:13.375rem;width:21rem;height:16rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTXTL3V6UcKcQpSbXgKyy2OoECqa13RT { top:9.5rem;left:21.5625rem;width:4.625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS7Gk55Ke89S9woZQEqJv52TCsI1MNf9 { top:11.1875rem;left:23.375rem;width:24.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABeWAk6BEiJ88cS5KA9DakaLKuTOZM2N { top:8.8125rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCGMNPvDcMkStyKkTkk5gp3CzX4d6208 { top:14.6875rem;left:28.1875rem;width:19.5625rem;height:16rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDr4ee4t9n1Wx2TOXwbsXtn3lRJ2Osn5 { top:9.5rem;left:43.125rem;width:4.625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT35THQm1f27mfT57yHSB1QdH56CZ3kH { display:block; }#hT35THQm1f27mfT57yHSB1QdH56CZ3kH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U97QomhQlkTO5S8rheKDxuhtaxBnpTyd { top:0.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWTdQtm6FuugAO0tG4eHp7gsOANIka45 { top:6.875rem;left:7.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7DbLeyK5p83vCgEcOX2EpCQcZnBr3Je { top:8.9375rem;left:7.53125rem;width:8.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5ARSpq1nHTpiTWFwSVZJNvJJvl23kDN { top:8.125rem;left:0rem;width:18.875rem;height:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUOTriCSKyVVT4HZDZcHWslIAHZvJAlc { top:13.625rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpdllZLI7fLDZ9TsA2UHqSvODK421ZZR { top:13.625rem;left:31.0625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeuT4EVR0s3w2xtbrQdNXKMlnFN3eeGb { top:20.375rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIxu211AVLVvhryViRvcVLezFGQ0ROIk { top:16rem;left:31.375rem;width:8.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDRXLoLCMZADOzzMciK9eHUbCmvOUtOO { top:13.0625rem;left:28.875rem;width:18.875rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EouWQEc4k44WxxTNbomLvIzwtyMUPhCK { top:24.9375rem;left:14.9375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhEhoKTmObXaIKD1g3LtPxP3tcPJZLAb { top:31.6875rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwrPbRNHiqTDpZ0pylwZgVTauUgaTa4z { top:27.0625rem;left:15.21875rem;width:8.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyVAs2Jxeh7OLUBoLHT7sCeT5aaCvTW3 { top:23rem;left:0rem;width:18.25rem;height:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NieFGDbqzBlUInytf1qhEcTatwSnTGSn { top:10.1875rem;left:17.21875rem;width:13.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGALhUrpZR08ArTA1shOXHnHOD1aSaH4 { top:23.8125rem;left:25.1875rem;width:9.9375rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V68Uxl9U7yDVNOMxfnMvyqxEEEz8UwtQ { top:43.125rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfl78MTg7MfE9ba8wtS9SEmARm31ZrCP { top:31.8125rem;left:28.875rem;width:18.875rem;height:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJs0eDpU8C6EMGKZNQEinW7FqwdhsnJ9 { top:36.375rem;left:32.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M71eLza1MdbDfk88N1BePBGfJe2VHIWW { top:38.1875rem;left:32.78125rem;width:8.8125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htRI6XwoRCCxius5xz8VtMvSV3kNImor { top:42.5625rem;left:5.3125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCKAbSySzNnxoWJo3eMg89HkE1EV9DDZ { top:49.3125rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9IlTTVFAcowXaF7DczGf1QCcwk5fdal { top:43.5625rem;left:5.625rem;width:8.8125rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dufdbAiNvtuCz6AyJqcATS0CfwTd8RZd { top:39.5rem;left:0rem;width:18.25rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV5nVcHZLKCOqR1SThXkq4UoaUZzJfZA { top:35.125rem;left:19.125rem;width:12.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tax2SMB8AkPmq6bKUq1NhRZiS6SKqD8C { top:43.75rem;left:14.9375rem;width:20.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsPJasQ5STM7qOrv4cepUVhVPqECff9Z { top:50.8125rem;left:28.875rem;width:18.875rem;height:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUkcgyhuv5oNc5TebK24FobUgRPMZw1r { top:53.875rem;left:25.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7tJsqmpTLGW0qwbKy8ZES4iTTPar8aW { top:56.125rem;left:25.4375rem;width:8.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo1a2C7GwlFQPCCJCCoQdJEwvLsUbJne { top:60.625rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDaQhdzDkmWC0OTuqfqrwlqmwZqWPWHz { top:63.0625rem;left:9.9375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtS2MIT8XqLJeg848THh4yQ0J6xFHqab { top:69.8125rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzIkQXyPwUuGIaXp14Zn0dpN2cRTvpxT { top:64.25rem;left:10.1875rem;width:8.8125rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuN4QQ1Hxwnu5af0Q7QleqwgNxbg8J4K { top:62.625rem;left:0rem;width:18.25rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2gqMV0DZUDtSLQEEQXpVLhGyguE8Tmg { top:50.75rem;left:10.1875rem;width:14.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFzFyucntE0pEDFibiCITgPbz50UL5vd { top:63.8125rem;left:19.8125rem;width:11.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTGF3yNwzDVWHJmFvfZbrmh0qxDtn5y2 { top:73.75rem;left:30.625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyhV1xTnFOtOn6wMEITQsUmiPyDFbDAb { top:73.625rem;left:30.9375rem;width:8.8125rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f90ipaEITBER9SwhZ8TDtN9IcSEgL0BW { top:80.5rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF3ITJTzSwQdAGBJoh6RFBcyR3rxMyfi { top:74.5625rem;left:28.875rem;width:18.875rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERrepetFKwUsychBRaZgHX5DK59KkIXJ { top:80.9375rem;left:7.3125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3qDw3QVsLdHiqVlnkkoFXmFtTxmLJsM { top:82.375rem;left:7.53125rem;width:8.8125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ5B47W7xu0GzlN342JR8BDcr6f3rCco { top:87.6875rem;left:0rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaIRFRzF1c6c16M2SsFMk33fWnWot3W3 { top:77.8125rem;left:0rem;width:18.25rem;height:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8cmTW87ZSouAhcTyrEvFEvMR0dcyhvQ { top:72.125rem;left:16.21875rem;width:14.5625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zURnciyLzPytyPms1WbPGy6kU1sUa8eV { top:83.0625rem;left:16.9375rem;width:16.875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4MEwpZFpHv5So8s50VmaxXpyXvrLM7k { top:90.1875rem;left:30.1875rem;width:17.5625rem;height:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNyCPRlGqkpH2DJOg26rw9xWN55apxcH { top:91.75rem;left:33.8125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn8cBWhFA88H7mrN1UuJz3XTc1o9gkZ1 { top:93.375rem;left:34.09375rem;width:8.8125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upay8z3TskrXogcVMqS7WCftvgQJLV6x { top:98.5rem;left:23.375rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #niWGHpBeMRhsDRnP5iLEtmw5o0ZxavPQ { top:101.4375rem;left:19rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKaiAyMP9MSrhcpKnzULE73xCWwEKQXk { top:103.4375rem;left:19.28125rem;width:8.8125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBUnU7uZI54HFhAHLXuyNWLmROQcLGep { top:108.1875rem;left:0.0625rem;width:24.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLsiipRCEeiPsL4EGFKIO8FHdD6LD5Bk { top:97.625rem;left:0rem;width:19.6875rem;height:11.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0mtKuUHSdNRqHJreZU7sNQsy38v4i7c { top:90.6875rem;left:13.3125rem;width:20.6875rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUvbu0xTNLXRVVRlOuTFRESLcqDQ594c { top:101.1875rem;left:28.8125rem;width:12.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8qz4qTnghJTwpT0SSSBEPgZInikZoaR { display:none; }
 }@media only screen and (max-width: 763px) { #gft5nTMbkKa3HTgKeg5ZKCzFQPrelurR { top:8.9375rem;left:11.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muggN38GVqeTT2wdKkZd39QFg19ec0i0 { top:15.9375rem;left:35.03125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLrELezqAFTcAyrquNLEzgoL6mHwOr5T { top:27.0625rem;left:18.90625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1Rp2q1UJ9ICIwVXTchPN9TE2UImfsCV { top:38.125rem;left:36.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuWw3gyuN0kAAF4u9OKegEQ1qzozRVGo { top:43.5625rem;left:9.28125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWfGT3OmkQ3tTOue38DBf0BVXgaH8UCk { top:56.0625rem;left:29.09375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDS19HXTWSDdRUxLZc2KHz4XI5HZUbFb { top:64.1875rem;left:13.84375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7aPXX33eRsxX6Q0fD2eLA9H1NLUW80v { top:73.5rem;left:34.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO9uRZLxcZVASflXz2Q821oaZcUxlJFk { top:82.3125rem;left:11.15625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8TADL2AMNrqhIAo76ZAkP1GTpZPio9Q { top:93.3125rem;left:37.78125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAIEcAT18SrDadxR7B8NIthw6TnN20Ux { top:103.375rem;left:22.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5bB6W2Wce3e002ufJiNoafsyDuNmsCF { display:block; }#O5bB6W2Wce3e002ufJiNoafsyDuNmsCF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEI8O0xFsLZ9HqkfOHydPVuXlLUdJ53U { width:22.8125rem;height:4rem;top:0rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz3nD679dVabibtxLRwaM0NZEHlosIyD { display:block; }
 }@media only screen and (max-width: 763px) { #G7hOpCqTBFTAGxhf59cfOcRnrDTP7Fgp { display:block; }#G7hOpCqTBFTAGxhf59cfOcRnrDTP7Fgp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdWZB1O6ue1ktfGgEqGSCVOOmrIh2NwL { top:3.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usGblr4ixGJgahyUtAqJWFRnSlELdEUs { top:8.1875rem;left:2.21875rem;width:43.3125rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnUOId2stD49TMqmqpz1cR6tUW3RRSM7 { top:18.5rem;left:5.125rem;width:37.5rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4opiWsg5A4E3v5pHEz62aApd4erysvq { top:15.875rem;left:5.125rem;width:37.5rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3406iPifEgZgeShaLImXDq7C1X24Bl7 { top:25rem;left:7.375rem;width:33rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpAu1DQkTt5ANwkwyOuSVxwx2nqTQFOC { top:17.3125rem;left:11.0625rem;width:29.875rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KafgcHIIZFhHGdsf2Qaiz0VE9x6PB8lq { top:18.125rem;left:5.125rem;width:4.625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytblRXIZJoLzS509lTu5KiTXK8qs57HF { top:39.8125rem;left:5.125rem;width:37.5rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcOLAWQaZi51ND66vArrRCxR0F2gIQl1 { top:37.1875rem;left:5.125rem;width:37.5rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeK59m1cANBaIViQe9Rp8yk4prt87D93 { top:38.6875rem;left:11.0625rem;width:28.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymZE7E1iCUSUI59AW2oaIOOE7bk2ixqL { top:44.75rem;left:7.5625rem;width:32.625rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDoDVEyGTrQaiMopgbpCaXpTOpFidvbn { top:38.5625rem;left:5.125rem;width:4.625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpl1rLAsa9h15JTyT66kZdzVoQsBAKlA { display:block; }#fpl1rLAsa9h15JTyT66kZdzVoQsBAKlA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuZpBCoy9T6KF7HSbCBeTClp6IIw8x6H { top:0.9375rem;left:5.125rem;width:37.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbUWUFtZJabmMKPXGHyy4KhuX1AR1GPl { top:0rem;left:5.125rem;width:37.5rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLuwt9dKVLb7gwJcz47mCfuLFoT3JaLQ { top:7.5rem;left:7.3125rem;width:33rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vapp9cGVkb47A7s66J49vGLsU02M4nc7 { top:2.1875rem;left:11.0625rem;width:27.6875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRIXtH0TSKF0J9pkpVDW1J2fVbkFNzCD { top:1.4375rem;left:5.125rem;width:4.625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCsZZz2kyeJeyaZ0UPgcQrw3yNW8J7q4 { top:20.6875rem;left:5.125rem;width:37.5rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ2Ws3UikM3wXlafiudMxnEOwogoDHCc { top:19.75rem;left:5.125rem;width:37.5rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auOfTvuPyLO4FO9ybZuWBqwx4GhxXmoN { top:21.9375rem;left:11.000001907349rem;width:28rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQxetFEPH4gh7pPLHMPBao83x0yfioPo { top:27.25rem;left:7.3125rem;width:33rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8dGUy6n47I39IH6TIc0khULr7JaOixH { top:21.1875rem;left:5.125rem;width:4.625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlNeMTwTGAFtouoTim37waNkIoTQMw4x { display:block; }#tlNeMTwTGAFtouoTim37waNkIoTQMw4x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUZlT1O87iiL7PyDqguZ2NkptrloocsU { top:0.9375rem;left:5.125rem;width:37.5rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7BhNyNftVuCFKy2kcTxH0cZLxLGyQVk { top:0rem;left:5.125rem;width:37.5rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxD6UeCWsvbrUCc9B1MyQL8aRPGHNsKh { top:7.5rem;left:7.3125rem;width:33.1875rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2Wf8gNa58vK0FixsKxvJR3SdaPXW1iC { top:2.1875rem;left:11.0625rem;width:27.6875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHupphtufCGC8ZombWsUMNorSXxE0Xaz { top:1.4375rem;left:5.125rem;width:4.625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN7Z0KWr6PP9ZyJMARwIAhMOFQVeJ7wa { top:23.1875rem;left:5.125rem;width:37.5rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBUH7RBZbJ1iRmGoMUiFuwmpKJdilpRR { width:22.8125rem;height:4rem;top:33.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT9hOKHyxJ5FvAdHe88cLIHKiJhbQmDO { display:block; }
 }@media only screen and (max-width: 763px) { #ZZAqgg53nAMIGvDR0IhphdLmE65hJnHE { top:25.3125rem;left:8rem;width:31.8125rem;height:6.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3TBuOqGqE44qhOyaBwHK8neQA2k3Sne { display:block; }#r3TBuOqGqE44qhOyaBwHK8neQA2k3Sne > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brNIrsfZE0Uobh1Gg86GgWs95gJoIuM2 { top:3.3125rem;left:8.0625rem;width:31.625rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuuAoOPHqXWWHQo7TMhLLUZM0oQaaOc4 { display:block; }#iuuAoOPHqXWWHQo7TMhLLUZM0oQaaOc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXf2F4MFLTaroxIDIUJ9WqP5auqJt1TE { top:1.9375rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUJNezmBXaFbzk7HHzWN4qcLNmnbmUyE { top:1.75rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqMShtXMDZRLNRlU1Lc0afPIJ8MkQpxf { top:12.8125rem;left:0rem;width:10.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roBL6XlFBw3KF7pofFroJ3eGnU67pPJG { top:13.0625rem;left:18.0625rem;width:10.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6ItyigxiSUi2G02G9vH0nhrlxmE7fsf { top:1.9375rem;left:18.25rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQTwNpHCcxz962vMTTSxguJy6Oql3cln { top:14.75rem;left:0rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFfAALiimaTx39DAcZCJRAOZktvesr8f { top:2.0625rem;left:18.4375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ62dAg2NAeiBLv5Wr0JkMAmRpUhyIwg { top:15.25rem;left:0rem;width:10.3125rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5OQtVdDy5co2XEEGxvZ3gULTnC8dc0w { top:15.5rem;left:18.0625rem;width:10.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoscyCBMptabcMUQrrTEvkHn712lOGAy { top:15rem;left:21.375rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtToLe5DoaWaEZ8HkffApxwJbeP6HABt { top:15.4375rem;left:37.125rem;width:10.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyXRIA95t1tAdByZ4T5laTAwQE7nCy16 { top:13rem;left:36.75rem;width:11rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh4PiQxIfeqdar08Bcz8ymBEbtl9gQlu { top:2.125rem;left:37.4375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2KrLeN0lyaTw62qTO600KCi5KL9qu6y { top:1.9375rem;left:37.4375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbwx4n0KZ2N44Te6BItyksA232q6Mhwl { top:14.9375rem;left:44rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKnbyH8qoxbas4kO2swruN4y7fpLkOv { top:18.0625rem;left:25.875rem;width:21.875rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9fMHAXzK1vwJirpFDReLTPZA7G6v1HL { top:18.0625rem;left:12.9375rem;width:21.875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrZry2JEu7K2P9q7cAGsbCThbV6ErgcT { top:18.0625rem;left:0rem;width:21.875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRXrq81Jtn2AT8qWrPnhffWwBIPGtBqJ { width:15.625rem;height:2.8125rem;top:23.75rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhXrTQWanEMV3MKqGyXZxtF3VPSp2mil { display:block; }
 }@media only screen and (max-width: 763px) { #iIlS6xqtwp2R8XXT4AvsFoBHNhV3RsVm { display:block; }#iIlS6xqtwp2R8XXT4AvsFoBHNhV3RsVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PV0TRp8bs1xNReP0yZZz5ma1QUhXuKlf { top:1.8125rem;left:0rem;width:21.875rem;height:10.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBlowbI2ZFHaV4Jq6aOwoJDKp3NxU1We { top:1.8125rem;left:9.875rem;width:21.875rem;height:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKVA2PGExPLNgTkcwSqdPemdnKB93BWh { top:1.8125rem;left:25.75rem;width:21.875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXAG01se7bhTzMvgiyKfdANXsuc5G1AG { top:7.875rem;left:25.75rem;width:21.875rem;height:18rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEMPR7IvCiNwCrDEPC9wQSZF2v2iZvlK { display:none; }#WEMPR7IvCiNwCrDEPC9wQSZF2v2iZvlK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rlDT3lITfO9i92cnLnSvn0k0AlvL9fkV { top:1.9375rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9LDbRzEwgTXExwzuXIiN1lcvswPklLr { top:1.75rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2C2OGT9MfECnrDZ3vEbpP8TL5NVuQQy { top:12.8125rem;left:0rem;width:10.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSQBDxVlsViuztGg0H90aq2REUGoncz7 { top:13.0625rem;left:18.0625rem;width:10.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHs1vGgDvFf2FB8n8W2Wzs4PIkByXdWz { top:1.9375rem;left:18.25rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1GBBiwOuuclNkgEGlQdcOvS6rTnulQB { top:14.75rem;left:0rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSumkWexufe8BT1nro97EBadFzlLhma0 { top:2.0625rem;left:18.4375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgC7voyVtx1CIGPTiNQ4z714RmTsgqOA { top:15.25rem;left:0rem;width:10.3125rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqWCvIBOhO5cOl42vKEDCi4MPxnZCADV { top:15.5rem;left:18.0625rem;width:10.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSLXwI1JPxkGx9QM11K5yGblvCLBb9lI { top:15rem;left:21.375rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vduc7bgWNCbkVnqiBTzo3cNPhSvM9UAk { top:15.4375rem;left:37.125rem;width:10.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6X7Hy1yc41R2hqyteBLUcl8EhTTJfPG { top:13rem;left:36.75rem;width:11rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4tFmCgIQtTpbA7DBMP5kP7RDQGBLQVa { top:2.125rem;left:37.4375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5OGM8s2ZqVPVerVf8xaGTXUHeZVGUAX { top:1.9375rem;left:37.4375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG0SQHyVuqHfmkQ3ne6fZgqaBVkVRsKX { top:14.9375rem;left:44rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcpQFQsWDSsx85J9B4WOGKE3uqntmM { top:18.0625rem;left:25.875rem;width:21.875rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #siuXDNrVqECwTOHQCHVlKkJC235HTG9o { top:18.0625rem;left:12.9375rem;width:21.875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls2y3wry5dkBFaXBLEfPA8Zt788BqelK { top:17.4375rem;left:0rem;width:18.75rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBaePP3cM4baS4n9WttQaZZ5EREbHIFb { width:15.625rem;height:2.8125rem;top:23.75rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AirfmFODTXhK2PF0v9sbDz40CBQiEcXg { display:block; }
 }@media only screen and (max-width: 763px) { #FkeZwiKNTmR8TTTS3m5ITHoVF4RqgwiU { top:1.8125rem;left:0rem;width:21.875rem;height:10.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHDGmEVstQmv5dQhgq3A1Q4lFrKmdBNm { top:1.8125rem;left:9.875rem;width:21.875rem;height:24.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWaBC2ohvgS0hndL4ETtdxK01JhX6A24 { top:15.4375rem;left:37.125rem;width:10.625rem;height:1rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cdsplk4VrLktEVsFOAAWNeybqszTyo7K { top:13rem;left:36.75rem;width:11rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDXvlp8FaxAri3WzyNKXcUcFe8GhoBiS { top:2.125rem;left:37.4375rem;width:10.3125rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #maSJIDbv0i2QC4bH4JxlflHpTZQklnSu { top:1.9375rem;left:37.4375rem;width:10.3125rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9Bx51cgDxKGdvAS4HNxNn3FylD3w8in { top:14.9375rem;left:44rem;width:3.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgHFudIHacAzt8TJidBvg5kVDl4F9XP6 { top:103.875rem;left:0rem;width:10.75rem;height:1rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5JLavn1UqoJ0gyBZp5rCnQoEHgsmn1G { top:15.5rem;left:18.0625rem;width:10.75rem;height:1rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kREMPWPlo19JGRPdlbfWTdDw6LiH1Lf7 { top:1.9375rem;left:18.25rem;width:10.3125rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkNwIc7ZWMWWce9ymqgAIVwxhhXtpaZ1 { top:2.0625rem;left:18.4375rem;width:10.3125rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dx27hUssp3VLkL7sTDZgcGfRWAueT9SA { top:15rem;left:21.375rem;width:3.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWGeKoVJy2lOvGuaBpSlnthMM4JJeTx3 { top:1.8125rem;left:25.75rem;width:21.875rem;height:4.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPfuH23R9OssMu80F9JdCAKiHtdEpq5B { top:122.0625rem;left:0rem;width:18.75rem;height:15.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkgvo0ch9W5ZtyMVXQ3LlyJfW1vr2pOw { display:block; }#xkgvo0ch9W5ZtyMVXQ3LlyJfW1vr2pOw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9Mxyn5IkiXrq5PBrKetQaGJJHcoGR74 { top:23.6875rem;left:25.875rem;width:21.875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2vRpXhCrwGCsBtIlVbUldETNvARVcxm { top:20.375rem;left:37rem;width:10.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #shtEJ8AUAMLQAAfC6NFeTyS7wqUtB4Ck { top:19.875rem;left:44rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztrrSSC322UL3odOZsCyqlvGgGJ6clBJ { top:17.9375rem;left:37rem;width:10.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8NO6sEWqMEPU2EuJdRfJ9KIsGZISF2u { top:6.875rem;left:37.4375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOBXTWwNu3F59VSAt8pihKAi8MaNDWRp { top:7.0625rem;left:37.4375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqIXJ191z2PNGnfJmn9Z4In1dWi64zuH { top:23.6875rem;left:12.9375rem;width:21.875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsdttQ8VnTpTMaWgG8e66FNrT01C5Q1I { top:17.9375rem;left:16.9375rem;width:10.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMl45Xfg3vvJkhMO4ZllccdqN7aauTvH { top:20.375rem;left:16.9375rem;width:10.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU4a9mNxKDb5RL11fmaiFHOGiuPGkeFt { top:7.0625rem;left:17.1875rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1FbMpvdN3WuibTnJpCspx21nRE9xRuG { top:6.875rem;left:17rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwT51WpnOf6TrNPIaXP9drKWEOMgBO9l { top:19.875rem;left:20.25rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkUJSPkxFtBVVOAllXsExINwTU6C7Rsv { top:23.6875rem;left:0rem;width:21.875rem;height:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXeWmhFr8z0is36XXtiqKZ4zWRMOlveO { top:6.875rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXwTG45ZUCK4W60KBT76OpkVRlLm12UT { top:17.75rem;left:0rem;width:10.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvPJ0kn6sVc84wrzuouEWux12JrWa1xk { top:20.1875rem;left:0rem;width:10.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CulqXTNbdqigafOvF66yZTum0TTHcEbJ { top:6.6875rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFxUshV79dMpXOp16TGW6mLEw0CuXLTn { top:19.6875rem;left:0rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKoh7qP8phHRCluXxyqWpiQtUWINwoB2 { width:15.625rem;height:2.8125rem;top:32.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #igyL0fEbbNFeIRQDfTMpA5zH5wdDkr0o { display:block; }
 }@media only screen and (max-width: 763px) { #dqs4g85woBSq9dQ7tEvrpp2ewRlQJmAv { top:3.0625rem;left:0rem;width:21.875rem;height:19.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FO5yInUzkSO3aIy11dCAfGLFl8iDw8Tx { top:3.0625rem;left:9.875rem;width:21.875rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZ2Gr5gW2acPpWMNTyFH156zUbK2QiIi { top:75.8125rem;left:0rem;width:18.75rem;height:14.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLrdaA1zZ57oNbmfZBxern0SqxGWfued { top:3.0625rem;left:25.75rem;width:21.875rem;height:4.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #avR7OSmLfqTCVT5dAtSBxS0Vznrxo8x1 { display:block; }#avR7OSmLfqTCVT5dAtSBxS0Vznrxo8x1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWeLXV9xL0Hw2ukMpXBfOSg3AcmlEQL0 { top:3.0625rem;left:25.75rem;width:21.875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddv0adksh0kMDWvfNP1DQTCrzgKoiZVH { top:3.0625rem;left:0rem;width:21.875rem;height:19.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGZZPGeCAJMwqo6dyyhge1HRTRE31p08 { top:3.0625rem;left:9.875rem;width:21.875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO1nWP4h8gdlDBE2bG5tNiuRVG1C7Tb9 { top:6.375rem;left:9.875rem;width:21.875rem;height:13.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9BS7XdRxLvbIUg9KBE66ygVWiNNBMai { display:block; }#P9BS7XdRxLvbIUg9KBE66ygVWiNNBMai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRm0GfTokBm9AbcRz2kKqOZTxlT5JPlV { display:none; }#QRm0GfTokBm9AbcRz2kKqOZTxlT5JPlV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JQEHyG1vstHfAWc1ueQqhFk8MenGpqWV { top:1.9375rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvRVnnSXc9ZHT2b0a9pSk9EDXLnoTdyL { top:1.75rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTaUp4n15sv3SIemnCN7lQBGBrlUUe3q { top:12.8125rem;left:0rem;width:10.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdtFxhTb44k35wFqmIGhf5py85Zb5qkH { top:13.0625rem;left:18.0625rem;width:10.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh4BXzTXZck3eexcQmzSTiZGUbxQFRdt { top:1.9375rem;left:18.25rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fto71410ZigJrdN7lF1XViRUf1ElLE0G { top:14.75rem;left:0rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL6OvsBC1MiTfF4d0hTVcfoT32onwvSE { top:2.0625rem;left:18.4375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCoCZALvuUee7xaa7Jg7RsSJ3V1Fq58e { top:15.25rem;left:0rem;width:10.3125rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrokWogdkTJCihrUHM6VxqOqk5HrWEo8 { top:15.5rem;left:18.0625rem;width:10.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Rkr3yo7PsQDR9KQBJxvg4ToaCce4qQ { top:15rem;left:21.375rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7uULvJy83ZDat7an1cre5aTnZHvpv2E { top:15.4375rem;left:37.125rem;width:10.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7vs6kmd6yNHJHiLcPwT4XrAzKzLdk3k { top:13rem;left:36.75rem;width:11rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzTzGXC37DPqhfXzET4QldqZQeHFxW5F { top:2.125rem;left:37.4375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdhZCFoeVXpwWEDKkKXApk5cTWTrV6Qe { top:1.9375rem;left:37.4375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX9OyltWK8brbzERIm2MWpgbU69Ict2o { top:14.9375rem;left:44rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STsUCFQDa9p3z1rLQWfwLz4PWltn57fo { top:18.0625rem;left:25.875rem;width:21.875rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRMrdJg6L8ntocHWX5PNu7xTX1NndkOq { top:18.0625rem;left:12.9375rem;width:21.875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsaeRBFDcWAIy3AIfPMxiZZMaQNBgmxv { top:17.4375rem;left:0rem;width:18.75rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #if3FfnCMdFGf44XRpvfVskKANz9ZcqM4 { width:15.625rem;height:2.8125rem;top:23.75rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1iyOdVJnR7Ehl0TfloQBF7M3OGhTkxa { display:block; }
 }@media only screen and (max-width: 763px) { #HvCKIiXt2Ba6B1EtgrzgrA14Q7UA13xs { top:1.8125rem;left:0rem;width:21.875rem;height:10.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NdI2sb5arMzcA4kPo2rURBBHIHiNqb4V { top:1.8125rem;left:9.875rem;width:21.875rem;height:24.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHWvFZyfykx5JmQh0AWL6tD7hOU90sWq { top:15.4375rem;left:37.125rem;width:10.625rem;height:1rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIikGUqCp5lvrZNEFXwUHXtTxxUFiODg { top:13rem;left:36.75rem;width:11rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKVNl0Fkw9HWTbdnk8WyOBHzfSUZ4id1 { top:2.125rem;left:37.4375rem;width:10.3125rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #upfR9fL8iaB25LmwTwMH6uDa8yNVCheV { top:1.9375rem;left:37.4375rem;width:10.3125rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MiSWqemlu7ocVGFIA0QOxdFexQEOEXdQ { top:14.9375rem;left:44rem;width:3.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4NAWak5cAUFG9EeXcMswQgpaM8Q5H2l { top:103.875rem;left:0rem;width:10.75rem;height:1rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldZxWRAlIxtdg313JAQdF2u7GeHBydzC { top:15.5rem;left:18.0625rem;width:10.75rem;height:1rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PwZ71mD8TXIyaTKGCaNBeIJrCmNLCIl7 { top:1.9375rem;left:18.25rem;width:10.3125rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7zgnT5SDB2uBuCyEm9V8xVpJlmHnLQZ { top:2.0625rem;left:18.4375rem;width:10.3125rem;height:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WObwJfTCFdIKKJe23iHi4eEHf49XD1ew { top:15rem;left:21.375rem;width:3.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNPpmJ24S1y1goAWAlZxlnyJBV8QvCdI { top:1.8125rem;left:25.75rem;width:21.875rem;height:4.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMgTlIThB3C4b9krTcImVuKvMhXzfk0I { top:122.0625rem;left:0rem;width:18.75rem;height:15.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsuXJ9TCCEyggL5cudrr9JtIBBPLDkXy { display:block; }#VsuXJ9TCCEyggL5cudrr9JtIBBPLDkXy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMcRhuXPH6sP1TrnJbWHBVLDucmo2VOP { top:13.1875rem;left:36.40625rem;width:10.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg7iIJIeXKVB33DsVUpcRLomvOGrgkaq { top:15.625rem;left:36.40625rem;width:10.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #erThttkgse6pQW64ZzayZpvS9uHaPle7 { top:2.3125rem;left:36.65625rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B84qb1RHmc4gEiETZontsodRp3bldLCz { top:2.125rem;left:36.46875rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq5au2hPbabvrOyACCmMMfPTohNCWGFz { top:15.125rem;left:39.71875rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALp3IKFzuiyJAH3nuAc382tMmSHZaZCT { top:2.125rem;left:24.53125rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3IXfySyKJgIfkaJZwGywQg9DdyorQTK { top:2.3125rem;left:24.71875rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1tx4sydzaLs7I3i71TGD99FJmMuUTNk { top:13.1875rem;left:24.46875rem;width:10.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3CGgcvgO7J5xMCNeyorWm766P06a1RQ { top:15.625rem;left:24.46875rem;width:10.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTJZTdWTOsU0vEn9u0n4UVCThOQ9vack { top:15.125rem;left:27.78125rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdGKzqWxT0WMOJO5lAk3cMOi56b39Fyb { top:2.3125rem;left:24.78125rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ociQKr2icJZbdym4EaZenvENkTR9XnTk { top:13.1875rem;left:12.40625rem;width:11rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daDgWaas76slGqU76hnC0SFk6S2zI5kW { top:15.625rem;left:12.46875rem;width:10.9375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT1Zg12F3nEr7zyPePvGgr61sDL8gwGn { top:2.3125rem;left:12.65625rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQHvr015bX8KbQ2A20nZV4awsqyJewN2 { top:2.125rem;left:12.46875rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdHVC2pcmexXmgDUSuCpEZbemdcKASTX { top:15.125rem;left:15.90625rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVgSQFsuStPdwP9c8iLTy7Z9M9KZcMfa { top:15.625rem;left:0.65625rem;width:10.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDbTErNdQIotrCMUyxeHM3EUATphAUFf { top:13.1875rem;left:0.65625rem;width:10.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrkADn309lq49MiTrRbmTxke2GV873U0 { top:15.125rem;left:4.09375rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8OtvuppmlBPdW1fzXuBSfiNeTKW8wdB { top:2.3125rem;left:0.90625rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir62UrEqS1ZPyUSbzzTLVSEzxoCpMQIW { top:2.125rem;left:0.71875rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM4OelTG9nsCzcaK0c9CfDHu9t71PURr { display:block; }#uM4OelTG9nsCzcaK0c9CfDHu9t71PURr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWwZeLdGgx4KIC7a4mOzTMVdrAlf6f1b { top:13.1875rem;left:12.53125rem;width:10.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWF9g65ddThWZmfIhTFaclrzQxkeqigo { top:15.625rem;left:12.53125rem;width:10.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfS8zfUuIuI6CqwgHT6QfMaGLwQoBFze { top:2.3125rem;left:12.78125rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu0o7XTEoEJVeTT6JQB7lPM7KXlG35Ec { top:2.125rem;left:12.59375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcDP574V9nOUXoSSkRD4BsSoWbaa8qPm { top:15.125rem;left:15.84375rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUP45nO9Ata81Ft9e2wAVpWrSz3eyxxQ { top:15.625rem;left:24.53125rem;width:10.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKre5xeCOslF83uE6PneueR6hmemJQJK { top:15.125rem;left:27.90625rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acAU0D0vvTLsPn156PTKokmZiwNAzbBa { top:13.1875rem;left:24.53125rem;width:10.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5nNNqengTx5266WlS4uXFfrmBHMHaBs { top:2.125rem;left:24.59375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N74ZhzWHsXFZMLdzvR7BJ753pTiHpUQH { top:2.3125rem;left:24.84375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xECTq1zW0c86A5mTm52omf7yuv4XD3DO { top:13.1875rem;left:36.46875rem;width:10.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgXdFFGhSfnXupd6Whefxba9WqxH9Iy3 { top:15.125rem;left:39.84375rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPGWe3CLn22ks2BIgK0HNXxvn9SMVrPz { top:15.625rem;left:36.46875rem;width:10.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgxGyI7o2FSJMMIcoiVQsNixJRNhIEge { top:2.3125rem;left:36.71875rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4TZsmZ3scG5UvbhLrTT0qh2FqLoDVeh { top:2.125rem;left:36.53125rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5gwXoAXqIsChVKTUqw8oXTrMuBxso58 { top:15.625rem;left:0.59375rem;width:10.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ1DIf4PokqbGhXd1M9SBNR08b81h04K { top:13.1875rem;left:0.59375rem;width:10.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd3RPRRWgCaa4ezhCp4XhbWhdvaG7e3J { top:15.125rem;left:3.90625rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha3QuTc9svELQNsM0heCZhFV7pNKvlak { top:2.125rem;left:0.65625rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChuQ98JmRsDABCvn7vSXAqaDwhaIQSdX { top:2.3125rem;left:0.84375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIJXIDFpEzD05T2mABHQTqVp2aZ40Odx { top:2.3125rem;left:0.90625rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzL8iswmD5hb5HCRpX7R8gwdB9SQmonT { display:block; }#CzL8iswmD5hb5HCRpX7R8gwdB9SQmonT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOCT7kG6hFGVvG0Ol6CElciP3qUV5roc { top:3.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnOnPLyDTHmNFr06G8QcyNRcJQTRfAET { top:6.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkein75r8dQ59h1NGVpHOHGP3MMmU3Fg { top:13.25rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EByk1AdBLerD9oggWh1CqxrVPl4k45XI { top:11.6875rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVzpwLa3V1gAC8f2dH5ACufoQpQNOIPr { top:19.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQSO6OMGtyhaIfX4DMCIZeNdUdddzSu4 { top:24.875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsC7ONirrbhWgX3Bi1RcbxuXFp3C35Va { top:25.375rem;left:0rem;width:3rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzNKxp0Jw235ipxmqRLeILJoS6PDmaLx { top:24.75rem;left:0rem;width:20.375rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmikbrIbGfz0FKLxCn3BDTBw1czA1Frk { top:29.4375rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTSoppr8rVtZaEZP36LlasOFGDin7mCN { top:29.9375rem;left:0rem;width:3rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4nN7cCH7AGszoXtBG1hX0HH0xFFHE1s { top:29.3125rem;left:0rem;width:22.3125rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu9158onlTJ5n8wZoKBK6lTXotfHxPHu { top:35.625rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vykMVLumTzWZ2nw0Mctx98tERwnX8axg { top:36.125rem;left:0rem;width:3rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyz0a5O1EPm4PcEPVoFEO9eOBHaugP2L { top:35.5rem;left:0rem;width:19.9375rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFZrRfaVw6pXIZWeZtbTB4TLdhPv26IF { top:40.1875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPu8oBhXDtPkapk9as1JR5LC4rmC79UQ { top:40.6875rem;left:0rem;width:3rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAiCbPuHmJ5mz8uNyk0O4TwvHfaR1RcT { top:40.0625rem;left:0rem;width:24.5625rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6yfM1taVbDNkROLtxy6A6N4qJAOAKdX { top:24.875rem;left:25.125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #maMBL4fefpK03BRfMw0s5ghCsBmAu9Eq { top:25.375rem;left:25.125rem;width:3rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux2haJASrqEGT4CzETbDNH9MnhzR3Qfm { top:24.75rem;left:23.1875rem;width:24.5625rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2h523IRLVRKZHkutwdX5XT5n48ms6a3 { top:32.75rem;left:25.125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCTfJLWnkkLwSC1ttESTn0wVuIfGpqtt { top:33.25rem;left:25.125rem;width:3rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db40QVRcTZystotnOXdl5cIFvJF0HaNt { top:32.625rem;left:26.5rem;width:21.25rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpsQ9fXgU9Z89NFeaCqib6f34qbdflGd { top:21.75rem;left:0rem;width:12.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brwVPTffboHZyXI8dMQCeRMBfAADlHJ7 { top:32.5625rem;left:1.375rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh9UFXTM1wWd4AoDFhDCT7c9hTt2niiC { top:21.5rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATCmab0k5hKTP7Ar3TeFSc2SLi2I3dgu { top:24.875rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TavClSO1GU8KdhOeezDAQPkIpi6g2BUo { top:32rem;left:40.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMoITwCy7vOgCpi2PlqZ976d8Ix12LoZ { width:22.8125rem;height:3.75rem;top:38.625rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukJwAFT4p2h7OKq3B8WnrNQnq1MAZmKz { display:block; }
 }@media only screen and (max-width: 763px) { #zkLtuF1vKfwvh6TFPx84la7cBhoDAu7e { display:block; }#zkLtuF1vKfwvh6TFPx84la7cBhoDAu7e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toMJ83fqvy1WgLyrdpUJoabEu70JKQ62 { width:22.8125rem;height:4rem;top:12.0625rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMa3mAvkbRqhBJlMnVGPKiOnx6UFXxsv { display:block; }
 }@media only screen and (max-width: 763px) { #UEaoCvT8TNsmyUnWv4rheo0iqOMpQ9bP { top:3.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdlDntC8evAoz3GMvLRWJqPuwT8aMU7v { top:6.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS { display:block; }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdIKEXWeSNqn6G0Fmirk8VoC6qtRv9aC { top:5.8125rem;left:0rem;width:22.9375rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXbSwLA84nyKZ12sQRcT0JJ8auJ0ic41 { top:3.125rem;left:0rem;width:27.5rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf8sxz7V1Qb7z4RmLHWpER3f7UQSqGlo { top:5.8125rem;left:17.437496185302rem;width:16rem;height:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcIbcPmiQWGhP35QneqHn1J5h4oyfFfu { top:5.75rem;left:36.375rem;width:11.375rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv9DDq9KeRVZF59bkUSWOAtB48wlFw60 { top:3.125rem;left:17.4375rem;width:12.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXRFqAGfqFXK0XKrlunZfdMUPFHEI6Gt { top:3.125rem;left:35.125rem;width:12.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC56mCgO5Tw3iDXQlKIMzTE7oGw7MCtS { top:15.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIg3rFgJx7b5H2miqgMmiNJc6gpRvfy2 { top:17.3125rem;left:5.9101524353028rem;width:33rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg { background-color:rgba(255,255,255,0.74);background-image:none;display:block; }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg > .row .container { background-color: transparent; background-image: none; }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg > .row .container > .video-iframe-container { display: none; }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg > .row > .video-iframe-container { display: none; }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg > .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); }#ikMO3IwJVMpemuZGElOZH5aKaA7AEdwg > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTqugcHaV9NTyDCsJQgrTddpqrzWJyKq { width:20rem;height:5.84911875rem;top:6.3125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ESbEEolQ9v2KcILwvJCiWbZ0M8xuCmHq { width:9.1875rem;height:3.4375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5W9hqgXDM0rXzp8b0mZL0gFZh8NBMQ9 { width:20rem;height:9.1875rem;top:13.1875rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #npgJXwDigiFNnON8BxFmix1HE4fEhCW7 { width:14.8125rem;height:11.8125rem;top:33.385417938233rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH8ZRznifEDRqUmEFP4S4cieITgX5aJd { width:20rem;height:18.458781362007rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNopPrEeLrovgLDUS6SD6JmpKPRStLmr { width:13.25rem;height:21.4375rem;top:29.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9I6MtwqL87vt7zGqDfHmZdILbJJcvee { width:20rem;height:8.9708737864075rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKRn6cqHmaVqKRCztoLHoJUsg3G6Hd7Z { display:block; }#NKRn6cqHmaVqKRCztoLHoJUsg3G6Hd7Z > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgvdkT9suifSkLN0xRBdQMkEffHUBsPK { width:14.375rem;height:11.8125rem;top:1.8125rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoEyTa21w3b7oHTrlNziJPd6e74F9acI { width:2.5rem;height:2.125rem;top:7.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsX8pLh5y7QFPqeWGpvhtIylSeBx0mQ6 { width:2.5rem;height:2.125rem;top:1.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoAnaXbURQ6PvlXFRcVmypbEA2yDflXK { display:block; }#JoAnaXbURQ6PvlXFRcVmypbEA2yDflXK > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQlvwwrpqT02TSfO1de2vSXITOrpg8bR { width:19rem;height:3.75rem;top:0.75rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLt1v1r76dNVAlmq0AXvkp4euUzMpeH7 { display:block; }
 }@media only screen and (max-width: 763px) { #WDgwaHwaBRu80ZA1RMQMGnUJO8GvhSRM { display:block; }#WDgwaHwaBRu80ZA1RMQMGnUJO8GvhSRM > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghv37bUbNxupHTvViEXnIVfkEPhhyVey { width:16.1875rem;height:12.8rem;top:4.3125rem;left:2.5000001192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttyREPNVglO9J2U0Br220rFfogzREf3H { width:9.375rem;height:1.5996125rem;top:1.5rem;left:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf2D6LnR5dNoyqr1O6UeXPVEpFglP4u7 { width:20rem;height:11.5625rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D42uBBzp6S56RBmdUtneTDbCAn1CgT2b { width:17.625rem;height:9rem;top:19.53125rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvwzu33CINDlQ9IhTEwgrMnRpAgbAmxy { width:3rem;height:5.3625rem;top:3.0625rem;left:0.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmRVOongCyoM1q2TEiSG6l6SLZ8JnF2L { display:flex;width:1.25rem;height:1.25rem;top:1.6875rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #TZsGJgEW94eoFcfc5IAktOJloxZp66rK { width:20rem;height:11.5625rem;top:29.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ti6EM2zOJEbmuoi1MwDOQZOZFehRhiFX { width:20rem;height:20.5rem;top:0rem;left:0rem;z-index:14998;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #E5N4mcxlMS9lenFpQVQa7wMTNGsxGyQJ { width:16.1875rem;height:12.7968625rem;top:4.3833332061767rem;left:1.9062501192093rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #vkHTHeV2eiwL99cIiFLigXgmSrW0lVZw { width:20rem;height:14.375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTxMKBIwqc0MHq1qrsafeuexqyOsFuGT { display:block; }#pTxMKBIwqc0MHq1qrsafeuexqyOsFuGT > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fk41gLOARvCApDTs2M4RtGGutBADQi5l { width:16.1875rem;height:12.8rem;top:4.3125rem;left:2.5000001192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwbSSbTXmVfSDgG4sPSMlDeZKbmETT8x { width:9.375rem;height:1.5996125rem;top:1.5rem;left:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9lAdy3eFmDIB4Ln13SgQCMotrHfU8Ws { width:20rem;height:12.75rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaWWfNQZhDmGicecBgLPefmDxW73AmfR { width:17.625rem;height:11.25rem;top:18.9375rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9DfSVO8NbDmhJllklkJedfzxQ3Q9a26 { width:3rem;height:5.3625rem;top:3.0625rem;left:0.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEhe8py6XFerRD39tUClcqr3cE31EEUB { display:flex;width:1.25rem;height:1.25rem;top:1.6875rem;left:6.375rem; }
 }@media only screen and (max-width: 763px) { #UFBsT15fgh7wQprmFtynmuMnEbwBHB1h { width:20rem;height:11.5625rem;top:31.0625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #gTCKUHr1uiExgQQZSFmC9sTsJEUUZ8oc { width:20rem;height:20.5rem;top:0rem;left:0rem;z-index:14998;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DzEtrbzcmZvQvK3iD5ZCutdy2KTJM2W2 { width:16.1875rem;height:12.7968625rem;top:4.3833332061767rem;left:1.9062501192093rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #xGyuOXVvkRAvT4UCCyX2y2NOaHI3QZn9 { width:20rem;height:14.375rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPisMJ1BXbOGmbT4fNCPkpooN8U6xPf4 { display:block; }#FPisMJ1BXbOGmbT4fNCPkpooN8U6xPf4 > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpbUqCE0o7WdR8DgbM4foqvs5erssIlP { width:16.1875rem;height:12.8rem;top:4.3125rem;left:2.5000001192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABgeoqTT8QfbMGseRdfTD31EZWnBbWpP { width:9.375rem;height:1.5996125rem;top:1.5rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azD8T0dgHTpVNv1bX4FJsIfcpkDG8ZyK { width:20rem;height:11.5625rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6C4u1297JbnrkXxPPxr5ATJIwPNx84m { width:17.625rem;height:10.125rem;top:18.9375rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSOPtRoQPxQKtX382NVyA8NEIKvnTT9n { width:3rem;height:5.3625rem;top:3.0625rem;left:0.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzuDCDne0amuInpuID7tJaMthMVtp4tP { display:flex;width:1.25rem;height:1.25rem;top:1.6875rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #TqzyQNDuQuteT0PyPkTJWatWQzTnkdZn { width:20rem;height:11.5625rem;top:29.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZdEFLl5IsZ1F9ZSJMr7kCHPWikdidVK8 { width:20rem;height:20.5rem;top:0rem;left:0rem;z-index:14998;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #weH4nBRgTyVfhJUByDOnq6DmVKFemt1T { width:16.1875rem;height:12.7968625rem;top:4.3833332061767rem;left:1.9062501192093rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Ck0oTpIU1TSmZ3zuIayhCmlbNVXRGIJy { width:20rem;height:14.375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbV6eTEuxpW67TzT87EppRH5fpV8UV4Z { display:block; }#BbV6eTEuxpW67TzT87EppRH5fpV8UV4Z > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOwko7I5TZZab7TKwGRXmE4z52MUTZel { width:16.1875rem;height:12.8rem;top:4.3125rem;left:2.5000001192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QiqKh23MpyWoObubuCTU8kaiP92IRbfJ { width:9.375rem;height:1.5996125rem;top:1.5rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKC7BUEyf7EGq1n13TfhB2KHgTe5XRSF { width:20rem;height:11.5625rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2Ps3c8aGSUeDe4iH3FakZqnA1mTQDxc { width:17.625rem;height:10.125rem;top:18.9375rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #biMFJZec2TuKtUF0ZNlOgL1xqf5CKzay { width:3rem;height:5.3625rem;top:3.0625rem;left:0.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJdK6tmXQ90frNGMtwdoQEmHi5DVaPOS { display:flex;width:1.25rem;height:1.25rem;top:1.6875rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #yl7WR1Ek3KIoPrZfGSgCLqO8MuDUx7mu { width:20rem;height:11.5625rem;top:29.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #IPAXXkrzcretAoWMCpAgwXk06ARTKZFQ { width:20rem;height:20.5rem;top:0rem;left:0rem;z-index:14998;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gmp0s7eHgwJfzrPpV1vlGr0CgfvCKbMq { width:16.1875rem;height:12.7968625rem;top:4.3833332061767rem;left:1.9062501192093rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #zOa75pCvS7tuzmnf5Rq07zGMlKC20c7t { width:20rem;height:14.375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ { background-color:#ffffff;background-image:none;display:block; }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ > .row .container { background-color: transparent; background-image: none; }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ > .row .container > .video-iframe-container { display: none; }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ > .row > .video-iframe-container { display: none; }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ > .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); }#BsFkE3UTTfAT2Pc3RP3mBzRkXQFXZxhQ > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2IfUttlWfxbNM6dotSIyNvVIGCXLPt7 { width:14.8125rem;height:4.798825rem;top:58.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFPJvSOxPJMeRSBGESX4cSB5fXeh5ZXx { width:16.4375rem;height:4.798825rem;top:28.5625rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkPhXFW34TIeeoT0QuPtfSoUrbpoo8e2 { width:14.4375rem;height:4.798825rem;top:18.8125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt75AmaJ8wnbtiE4mS8TDPwbnb4dofeE { width:16.4375rem;height:4.798825rem;top:38.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLStymOPpQ2P9227zuGzmnaRTLGGPmIR { width:15.5625rem;height:4.798825rem;top:8.875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0vxhNRryfS2vHprDhg8QOuvvDrT6gy0 { width:20rem;height:2.4375rem;top:2.578125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKozZBZLByZB2vKu0bwqGbGJx4SRCQps { width:20rem;height:8.25rem;top:7rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #M3CIVqmd7Myel6mHlA5anmW58VI9mSuD { width:20rem;height:9.9375rem;top:49.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCaDUW6mdi4EShT6VTTPUaZqB945aG3J { width:15.5rem;height:6.3984375rem;top:47.625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpvqT6TtZPvcdFI4q1z5eVrPfIdTuKtZ { width:18.125rem;height:9.9375rem;top:21.625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F05afhuaQvshx4rt4sPfsl7m3TXS6nWV { width:18.125rem;height:9.9375rem;top:21.625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P66nEIPzIM85k6t7RS9W1rThw67Fn63e { width:18.125rem;height:9.9375rem;top:9.5rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8U1NezXgLTt3pRtAUWzZdAwZVgQeIBW { width:18.125rem;height:9.9375rem;top:9.5rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4lsIBg5wJbuJIHKgQ994aKp3Tq5z7Rf { width:20rem;height:8.25rem;top:16.9375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #XmxqRA9H6rSE8edJGnzJLswtV5NEowf6 { width:20rem;height:8.25rem;top:26.75rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ewCRu0fSuAODcyX588yQSw4HLCaznsgT { width:20rem;height:8.25rem;top:36.6875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #xazK97K7FxV5tWzuHBx1q0mP0TQWS77D { width:20rem;height:8.25rem;top:46.5625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #nWShdJwrMEgWe2eaMFJQ8COdID5cCTmy { width:20rem;height:8.25rem;top:56.3125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv { background-color:#ffffff;background-image:none;display:block; }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv > .row .container { background-color: transparent; background-image: none; }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv > .row .container > .video-iframe-container { display: none; }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv > .row > .video-iframe-container { display: none; }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv > .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); }#Fun4PlOX7TdDcfQT8QMTUmu1F5VGdGuv > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLvourfdWywkWQg8qzv3GSbb29r5aWNS { width:20rem;height:2.2rem;top:4.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ktPp6s2WfdgxLbeykyN2fhB8ne8b50 { width:20rem;height:1.625rem;top:8.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfUtbAxPWedaEi0A8qzU0QgFCpT5v2mA { width:20rem;height:31.921875rem;top:11.125rem;left:0rem;font-size:1rem;display:block; }#NfUtbAxPWedaEi0A8qzU0QgFCpT5v2mA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fc56d20e-fdde-4af9-8e4f-7be369c5a10e/Vector.svg); }
 }@media only screen and (max-width: 763px) { #fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d279df5-bdad-4a16-ab22-27a57dc14977/opinie_bg.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx.adaptive-delivery-prevent-bg, #fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx.lazyload, #fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx.lazyloading { background-image: none; }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx > .row .container { background-color: transparent; background-image: none; }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx > .row .container > .video-iframe-container { display: none; }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx > .row > .video-iframe-container { display: none; }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx > .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); }#fcgm5RJ1zn47GRNW0PKUpbkIUL1TtkCx > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDPAEHzRDQFcnXOWNqCQZvzvOdRc1yWX { width:20rem;height:10.3984375rem;top:5.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmUmDC9sfxao1lRB4wAK4sMqIJ0cFPbL { width:20rem;height:13.19825rem;top:16.48593711853rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RWDcLTSC0Va9iNoWfyxIS5s28Msku25h { width:19rem;height:4rem;top:31.960159301757rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN0IT6ruFc9kCNqXR9imMbEyLxKCTSd8 { display:block; }
 }@media only screen and (max-width: 763px) { #UxT8IXrA5G5uTtcyMFxbI6zATulezzf7 { display:block; }#UxT8IXrA5G5uTtcyMFxbI6zATulezzf7 > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C45lLewDpoLacxH9VGnmVk4pb81ql0eT { width:20rem;height:4.35rem;top:7.96249961853rem;left:0rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AaXx3KiBmARgO8kTGVG0LJzs6TT2ngkc { width:13.9375rem;height:3.7375rem;top:3.1375007629394rem;left:3.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5rT6IRzMqeDLSdB9mcOq8vd96x0TuNK { display:block; }#S5rT6IRzMqeDLSdB9mcOq8vd96x0TuNK > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdtQy7fXwpUvrl8K2r2slaVXfKkxcaNs { width:16.1875rem;height:12.8rem;top:4.3125rem;left:2.5000001192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHA9xHhfXZLsJe41WkseRKefZQg7ma6w { width:9.375rem;height:1.5996125rem;top:1.5rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDaaJCcksc5AQoypIqwqDM5hWcug84OQ { width:20rem;height:11.5625rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc7uchoVgB6ZZCzaR0D43NLyvkGcZ93H { width:17.625rem;height:10.125rem;top:18.9375rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsAxuoMZFkKQgH9hqV3XmBdGZdeLIqUc { width:3rem;height:5.3625rem;top:3.0625rem;left:0.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi2u6UsfWpQ5NkU5VsbEhHu6yNtIDTK0 { display:flex;width:1.25rem;height:1.25rem;top:1.6875rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #cNZssZ3mOts6A0Ooqr4Qyiu2cQiKxiTi { width:20rem;height:11.5625rem;top:29.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OUickMcEdPTh6cZHM3m5ZstiHH2vwi33 { width:20rem;height:20.5rem;top:0rem;left:0rem;z-index:14998;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JzVbWz1R7igprrT1z5CP3dXo822xZs7G { width:16.1875rem;height:12.7968625rem;top:4.3833332061767rem;left:1.9062501192093rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #BVmBZAdzQBzgCh7Ik34pc1gykAQsgaKo { width:20rem;height:14.375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4wPNukEQKxlkdk4MJktaSJfx71T1CBv { display:block; }#b4wPNukEQKxlkdk4MJktaSJfx71T1CBv > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zrfg9CJRf6axaLmfLXwcUf6Mc1qDIuH6 { width:16.1875rem;height:12.8rem;top:4.3125rem;left:2.5000001192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWm4JcAnS4ruoJ22R97chmeNIoJkDotF { width:9.375rem;height:1.5996125rem;top:1.5rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EONNiTZJZQgpW6FFEPJdgIgCP5MazJnC { width:20rem;height:11.5625rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO7UbphEdKr3yMTzbHwUn1ZlNRxuXwDF { width:17.625rem;height:10.125rem;top:18.9375rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w31wZLKDsspUT3nKD6enyuJQ95xVcZlc { width:3rem;height:5.3625rem;top:3.0625rem;left:0.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPs7oosOFBZCqmRItwIKahe8fwGOPAPQ { display:flex;width:1.25rem;height:1.25rem;top:1.6875rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #HrQcQ41IdsckeuTOXXsJu6Dw0B67HKrB { width:20rem;height:11.5625rem;top:29.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XLNwTdziV8QVeM1MeAxCSuy7bGCaC8e0 { width:20rem;height:20.5rem;top:0rem;left:0rem;z-index:14998;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FKvxMy9xPLndTvBiREIzZ4DQQCpTS5SO { width:16.1875rem;height:12.7968625rem;top:4.3833332061767rem;left:1.9062501192093rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #rQgQovX9sJrCZ2BwBwab7n5N8LvVLqfr { width:20rem;height:14.375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODGDgeUkNH6l6KaeQvT5PuPF7ApiyMN7 { display:block; }#ODGDgeUkNH6l6KaeQvT5PuPF7ApiyMN7 > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnw2uwu1I9EV73lXvbWuIvNz3J9F0MZ1 { width:16.1875rem;height:12.8rem;top:4.3125rem;left:2.5000001192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PrF35ykeKcCTlnRtprB4WtEUXWueyMfM { width:9.375rem;height:1.5996125rem;top:1.5rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuFa0gtzDBnUAFq7OmEOFZdiW26gFWyG { width:20rem;height:11.5625rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #At6bsHZQ1s6Ti4tJE1vL4ncJCxg1qAEc { width:17.625rem;height:10.125rem;top:18.9375rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwfpdPTswlNyt0fSpV3VKyzDdvczgzBB { width:3rem;height:5.3625rem;top:3.0625rem;left:0.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfdP5EZpHwHZCCsqIsopEapZ7duOunAV { display:flex;width:1.25rem;height:1.25rem;top:1.6875rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #oQl9Gc0wmrFFwsQ8SokUDfs4OOvxznKQ { width:20rem;height:11.5625rem;top:29.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #irS0rRuzR1fwUrmnaFnFTD2nA24wSIyT { width:20rem;height:20.5rem;top:0rem;left:0rem;z-index:14998;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #THzUm1zo0xoG2PB6AtRJRDhXPOSRqbIy { width:16.1875rem;height:12.7968625rem;top:4.3833332061767rem;left:1.9062501192093rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #MPS4LF1U0eDT6HLG9whXhS9OLCJJoZ0x { width:20rem;height:14.375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqG6yT3a3NmGqedvSrRzTDJT2NGx4mnV { display:block; }#vqG6yT3a3NmGqedvSrRzTDJT2NGx4mnV > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xW7toBoUNkgU41LcyRZ1iV5Zzl3RlSs8 { width:16.1875rem;height:12.8rem;top:4.3125rem;left:2.5000001192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybst8xWX6FmffpPH3BslZBJI2EQ83wyf { width:9.375rem;height:1.5996125rem;top:1.5rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkNUwvWZArK1dNcV7HMDc2NNvLe0eCKm { width:20rem;height:11.5625rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZcgbIImMBxZInzi28fU2b0eQhx6nD2B { width:17.625rem;height:10.125rem;top:18.9375rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #af74qrfrTX0d9RLiu0r0ezZCAHr4dtsA { width:3rem;height:5.3625rem;top:3.0625rem;left:0.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdI7hJhFumxbea9OVo2otEyqqfRVvT7V { display:flex;width:1.25rem;height:1.25rem;top:1.6875rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #BAZoQa9WOgGzCrTmCev05a115OV9FBeK { width:20rem;height:11.5625rem;top:29.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EauSXMTqznvfZOEHZe0opnwkIMIiJhGs { width:20rem;height:20.5rem;top:0rem;left:0rem;z-index:14998;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dBvEz60zZkbTspO91F2AUrFJoVHJ4EoQ { width:16.1875rem;height:12.7968625rem;top:4.3833332061767rem;left:1.9062501192093rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ye0XtO4udRfwP9Tz10oyM1fmluFUMKnk { width:20rem;height:14.375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZVEmoPy0k0ts6FtTzVndrVpOodK04cl { display:block; }#tZVEmoPy0k0ts6FtTzVndrVpOodK04cl > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MT8cWVeqrRNHQwES09w1nf79Ze8JOXxC { width:19rem;height:3.75rem;top:0rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHuVeW8tKXO2JcUkraMIMTObMm1OKWpr { display:block; }
 }@media only screen and (max-width: 763px) { #HOXz5TesuLCbfnVuxMspRHs7tRuxCnTf { display:block; }#HOXz5TesuLCbfnVuxMspRHs7tRuxCnTf > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTJQfwoNvMSI97D9LcihbezWTHBz5kwK { width:20rem;height:4.875rem;top:1.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azKFbTli5czR1DO2JG5ablx7qdTZxy4F { width:2.6875rem;height:2.6875rem;top:8.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFgyRBK7RQ4GkqTaKarAV5sMebmMwGE0 { width:2.6875rem;height:2.6875rem;top:19.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfpaueUWEe0AR28S42OOpvNsmnPJL1Kl { width:2.6875rem;height:2.6875rem;top:28.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRm9enlqWhqt7TGT1OryNcuQXvWlbwJE { width:17.5625rem;height:9.7993125rem;top:8.25rem;left:2.4375rem;font-size:0.875rem;display:block; }#NRm9enlqWhqt7TGT1OryNcuQXvWlbwJE li:before{  }
 }@media only screen and (max-width: 763px) { #rO1Q5LI179QcKcFRGaWxEhKK2t1FS5tt { width:17.4375rem;height:8.3994375rem;top:19rem;left:2.4375rem;font-size:0.875rem;display:block; }#rO1Q5LI179QcKcFRGaWxEhKK2t1FS5tt li:before{  }
 }@media only screen and (max-width: 763px) { #THm9sAhKALTlhrs02PSZM9srnn7wApG7 { width:17.5625rem;height:8.3994375rem;top:28.674999237061rem;left:2.4375rem;font-size:0.875rem;display:block; }#THm9sAhKALTlhrs02PSZM9srnn7wApG7 li:before{  }
 }@media only screen and (max-width: 763px) { #VlRRala3i1OqRhuvyG8yg3kT3pELqFBv { display:block; }#VlRRala3i1OqRhuvyG8yg3kT3pELqFBv > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfhncZcTRqbigOzBs39mR167CD0VVpuQ { width:17.8125rem;height:4.875rem;top:2.875rem;left:1.09375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXy7oATTqXu1ogGU6xUaXrSWGLBLK3CE { width:20rem;height:4.798825rem;top:8.9500007629394rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wS9hkAWWMdpoamML9y7dzw3IdhqC3shv { width:20rem;height:3.5625rem;top:14.89999961853rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #m6iT0hpfz4rWiFcKFMTzHQ2l3WiDBgZI { width:18.125rem;height:14.875rem;top:23.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7a5K6pEuTtAycQkT1cmlrvLqT0TiOS8 { width:16.25rem;height:9.79930625rem;top:26.4375rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAMKRfZTRiISzmwvQ0NpzhvsDne5VTBm { width:4.8125rem;height:4.8125rem;top:20.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABiSPBW80FUarC6IBKRPeRrrXdZDEfN1 { width:2.9375rem;height:2.9375rem;top:21.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf48gNyAE1butBEBaBhoECfDDxN7whw9 { width:18.125rem;height:13.5rem;top:41.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T22TdrpLoR3RcnNrPo4DqcLSAeXppCI8 { width:15.9375rem;height:8.3994125rem;top:44.5rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJII6fLT6RL9It3vGQhJta4CymhJqsaX { width:4.8125rem;height:4.8125rem;top:38.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaQIpA3A8WAuoWteG50IMC2M6ZwTpwLB { width:2.9375rem;height:2.9375rem;top:39.6875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIkH5paFvFcykRsPsXd5WlNTTT6VbsJK { width:18.125rem;height:13.4375rem;top:71.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb7XkRL2Cgn3yC8VoFiTTnRl732QxNRC { width:4.8125rem;height:4.8125rem;top:68.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxZuPtGVwmUQ56eRUthnEzU9RiqQnoTC { width:2.9375rem;height:2.9375rem;top:69.875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgSwXkflecf5ikT0pOSuJKvrQUzQpTxT { width:14.25rem;height:8.3994rem;top:74.6875rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECv5Js544t1X9xJFEHhHy8q9Qsb0fSuU { width:18.125rem;height:10.625rem;top:57.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZx5xxax3MiDoqcCOnfqPklNJl9mTaIJ { width:13.5625rem;height:5.5996rem;top:61.0625rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSOJThZ61A6TPCrv3dFx9MuLEwTWrI5D { width:4.8125rem;height:4.8125rem;top:55.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovm31wnZTRCu8XNmxgFf9wnpVC0iAyly { width:2.9375rem;height:2.9375rem;top:56.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai { background-color:#ffffff;background-image:none;display:block; }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai > .row .container { background-color: transparent; background-image: none; }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai > .row .container > .video-iframe-container { display: none; }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai > .row > .video-iframe-container { display: none; }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai > .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); }#kSFWuklbdN9dLl3R3Xw09DAXgfLHy5ai > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTP2NP3Zrudgy6hDuFOeNhaQ3nNsHq7x { width:15.75rem;height:14.5rem;top:30.737500190735rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmbkmdU9g5yyFytNDf59u4JCA9tplV19 { width:20rem;height:7.3125rem;top:2.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlH7qrEm3uA9mvGX1cwGLApM69SxSv3x { width:19.0625rem;height:17.1865rem;top:11.55rem;left:0.9375rem;font-size:0.875rem;display:block; }#RlH7qrEm3uA9mvGX1cwGLApM69SxSv3x li:before{  }
 }@media only screen and (max-width: 763px) { #xVPIoqWUlATDr4twHwJKVilGzxXxipF5 { display:flex;width:1.25rem;height:1.25rem;top:11.674999237061rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #peJPhF5ryxUOgTRGGrWN4IbxnZxTpD1J { display:flex;width:1.25rem;height:1.25rem;top:17.049999237061rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #Ty5OsaJGhzFZuWNQrn4TC0cZitRiNBt7 { display:flex;width:1.25rem;height:1.25rem;top:20.799999237061rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #NMPOkWpvTclEPr75mcflqVUXuvHSb6Tw { display:flex;width:1.25rem;height:1.25rem;top:24.697917938233rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs { background-color:#ffffff;background-image:none;display:block; }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs > .row .container { background-color: transparent; background-image: none; }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs > .row .container > .video-iframe-container { display: none; }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs > .row > .video-iframe-container { display: none; }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs > .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); }#gVBqhTyZXZTMumJVc54OBuTsAmcw2wNs > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ml7ObD8w1bQ2S5959gua83tDZoKaRvCy { width:20rem;height:4.875rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6m7crrWFzPW97mHqVpJodrMonTH8ST7 { width:19.0625rem;height:47.647rem;top:6.371874809265rem;left:0.9375rem;font-size:0.875rem;display:block; }#E6m7crrWFzPW97mHqVpJodrMonTH8ST7 li:before{  }
 }@media only screen and (max-width: 763px) { #AEHBSWAKUUw1ZJXf2PJzZmBWgLvRXEdp { display:flex;width:1.25rem;height:1.25rem;top:6.434374809265rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #zBkl3XcZ8J9CUXZNNkIrlIUXu0OCcATP { display:flex;width:1.25rem;height:1.25rem;top:17.309375762939rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #LNxQ81nVmHcNCELokc50miC5HOt6ZEnm { display:flex;width:1.25rem;height:1.25rem;top:26.809375762939rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #s54QBkWlWsbJG4nIRwGbd1BcIlJoRKV2 { display:flex;width:1.25rem;height:1.25rem;top:34.934375762939rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #uvaLB7pvZVXswZ3AcRTl0ASBieuRccx4 { display:flex;width:1.25rem;height:1.25rem;top:44.309375762939rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #e0Qqc4z1roJzCBDdGoHQxHJh27LE1bTN { width:17.5625rem;height:16.0625rem;top:56.27187538147rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV { background-color:#ffffff;background-image:none;display:block; }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV > .row .container { background-color: transparent; background-image: none; }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV > .row .container > .video-iframe-container { display: none; }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV > .row > .video-iframe-container { display: none; }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV > .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); }#yJpHOETA8QxGEgbVTS5n5bIVz2PWEppV > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kn2lshgpNlFWJdoi2ea9DyMHTHKWU0Zy { width:20rem;height:4.875rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV86HsDgeTtDoVrTU7QU9W7Q2kml29sI { width:19.0625rem;height:39.2475625rem;top:6.449999809265rem;left:0.9375rem;font-size:0.875rem;display:block; }#eV86HsDgeTtDoVrTU7QU9W7Q2kml29sI li:before{  }
 }@media only screen and (max-width: 763px) { #eyzJHtLgywdZGIbKzlzIaTGx2QIkrrvh { display:flex;width:1.375rem;height:1.375rem;top:6.449999809265rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #UhKThXUTMf7TNVEuO7sTHm5yeTq5Coi0 { display:flex;width:1.375rem;height:1.375rem;top:15.950000762939rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #AIcikBZRBzyp5A42Lb3pIcsSS3uCfZOd { display:flex;width:1.375rem;height:1.375rem;top:25.387500762939rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #PuiH05695P2oM4NEMUqMu4Hl96iqFyXN { display:flex;width:1.375rem;height:1.375rem;top:32rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #deFC3SbtTFpt6ZvC0AQBrafwU1XvkkBq { display:flex;width:1.375rem;height:1.375rem;top:41.5rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #igWapwDdBhFb8a9nBxE2C9TKAXzdrECB { width:19rem;height:3.75rem;top:62.748958587644rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW9bJHt3GhBUWAzKCt6d4fd0GTxv7C7K { display:block; }
 }@media only screen and (max-width: 763px) { #SLQ7gs5UwrUufQniGCvxEtzITn4gUnVf { width:16.5625rem;height:12.8125rem;top:47.824999809265rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agx3VBXQDDFv6wtfNrpeeuhWyBJJUVF6 { display:block; }#agx3VBXQDDFv6wtfNrpeeuhWyBJJUVF6 > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmWAsnB0L8lJOhPqKRrcLFOy62REnWqL { width:18.125rem;height:9.6875rem;top:9.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8HbAF7ExUwsoz1qlzMcFa5UbPQtVcXv { width:12.5rem;height:3.9rem;top:7.8125rem;left:3.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1wnsXm1ppZH3GPQx61Jl6tiAFoMTUDa { width:15rem;height:4.5rem;top:13.5rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnl4TDCidib2MhCJbl1d54MciFQ6K2rX { width:5.6875rem;height:5.6875rem;top:6.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJriTWO0TmuesJ6XvWhitkqfsrS4OSkn { width:18.125rem;height:8.25rem;top:22.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMLfnfyDshunwQATSRxm8pIuXu4svlhH { width:12.5rem;height:2.11263125rem;top:22rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJF7qZoL0FMeQGoTkZO5Fci1VGuGNcNR { width:5.6875rem;height:5.6875rem;top:20.1875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1dqZAhfDRZOlJ7cWACqhJRW6CaPzF0i { width:15rem;height:3rem;top:26.8125rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM9qCKQ7dfHtDsxN8IkVHDLvznPZ8P5G { width:18.125rem;height:8.0625rem;top:34.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gblc4HldxMszDIpA4cteKxcTMZHQ1UT0 { width:12.5rem;height:2.6rem;top:33.4375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPI2rLTTQ3p4HPT82M02XNoLfZpFktRG { width:5.6875rem;height:5.6875rem;top:31.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWsW1WOqV1UIzIhJUhPWD0FdJNluSm3W { width:15rem;height:3rem;top:38.4375rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmwm1doCcXzJ0pnokt4IvawR8NgX5SG9 { width:18.125rem;height:6.5rem;top:46.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3cwe8DQqQImazfDkGlMaqBvA96lTA5E { width:12.5rem;height:2.6rem;top:45.125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh70ttnwcMpUA6FfcgUE5VzTM5dnh4vJ { width:5.6875rem;height:5.6875rem;top:43.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk6NRii3e2DWP7eBsUShkJb6xTK6OPIG { width:15.5625rem;height:1.5rem;top:50.0625rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBmNtnn8LWLGsv9lqua9Ce5vvtVHbfhg { width:20rem;height:2.4375rem;top:2.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryuc4JZxQxFkz0eGDZTCotNM5LIJR6y2 { display:block; }#Ryuc4JZxQxFkz0eGDZTCotNM5LIJR6y2 > .row .container { width:20rem;height:14.46240234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrGyDgsTfTOe0EJZfFQ8uw1efRA7BpP6 { width:20rem;height:6.5244375rem;top:7.96249961853rem;left:0rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OZh0y3JwQJM5t5NpTw1LsiInbgXlN9vQ { width:13.9375rem;height:1.86875rem;top:3.1375007629394rem;left:3.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlQLxMKI3GyZtOTzGoihEumh0aeSru66 { display:block; }#AlQLxMKI3GyZtOTzGoihEumh0aeSru66 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8DiHhOwkXkcCRDHtBEegSDF94xwDrPH { width:19rem;height:3.75rem;top:0rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnN9LcoBsmz0ZcoitHGtSmn9OygWCazt { display:block; }
 }@media only screen and (max-width: 763px) { #o1NTqHEx0pmAIXTihWN5oa9kL7aHXw91 { display:block; }#o1NTqHEx0pmAIXTihWN5oa9kL7aHXw91 > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBT96Fro0nMH9WWkAC55Atd9g1P4mfTk { width:16.1875rem;height:12.8rem;top:4.3125rem;left:2.5000001192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVQKMTQ77S3dMRBpmocH962v5MtgPHcd { width:9.375rem;height:1.5996125rem;top:1.5rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d50Mb03M7epV0SSgmqSwoTUoEDECswOm { width:20rem;height:11.5625rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4iGRFPw2UCraU1XfhVb1HBFDsEUf4e7 { width:17.625rem;height:10.125rem;top:18.9375rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJSw6v54Do9RdMqBrlRvN5PtKWl6Ntxd { width:3rem;height:5.3625rem;top:3.0625rem;left:0.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXcceuTzCdcT1aJgscBQwRQRyuRqgETO { display:flex;width:1.25rem;height:1.25rem;top:1.6875rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #kfgvNCNtoMd44FJdlgsSzEaePWyIfAXZ { width:20rem;height:11.5625rem;top:29.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ul1K5WilfnQH6CZCgMZDS0AgKkBH8eFn { width:20rem;height:20.5rem;top:0rem;left:0rem;z-index:14998;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yJOfWeeQXoP6iw5TqN9M8oUvT89XovLV { width:16.1875rem;height:12.7968625rem;top:4.3833332061767rem;left:1.9062501192093rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #hZHTJuKOfXSyWl7ccS20znB8L67OK48P { width:20rem;height:14.375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC6UbSe3AfGVoDzo46O2CX2yU8lZ6kL9 { display:block; }#GC6UbSe3AfGVoDzo46O2CX2yU8lZ6kL9 > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rmr2UBdKRJiU4uBNinlwK97VU2Ul2mus { width:16.1875rem;height:12.8rem;top:4.3125rem;left:2.5000001192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKP6X5WJ2LEpNrytp1kx6TSdZtwkuJya { width:9.375rem;height:1.5996125rem;top:1.5rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKybl9cgwOO0TZORiZWoz14T7T3zm22T { width:20rem;height:11.5625rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsd07K6rtZKsZUk7LxMSqdF97IaLimrh { width:17.625rem;height:10.125rem;top:18.9375rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1hS59TAaHwJs4o62d5wbVmfaxusR8O8 { width:3rem;height:5.3625rem;top:3.0625rem;left:0.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQdRurLmQPd7fFmNDN7PJeSMCm9evKVy { display:flex;width:1.25rem;height:1.25rem;top:1.6875rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #uZLaIUeQMgh97TbUOcCR9iH2pQPMJIvU { width:20rem;height:11.5625rem;top:29.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #o9WOCzhV0Fp2QT2HQH5aRIXDQJTFh250 { width:20rem;height:20.5rem;top:0rem;left:0rem;z-index:14998;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #unA0ydxvoPnQbH0H5H7iF3tSNQ7FiTme { width:16.1875rem;height:12.7968625rem;top:4.3833332061767rem;left:1.9062501192093rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #o6iK9XGCpBnGqKbImfi950cr6rtw5wPX { width:20rem;height:14.375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhLRK5ulbQ3HtOiptTU9woyDMyGeCxUt { display:block; }#xhLRK5ulbQ3HtOiptTU9woyDMyGeCxUt > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7icvKgmTqKRtRupkBz8FXTmod2dZwql { width:16.1875rem;height:12.8rem;top:4.3125rem;left:2.5000001192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEW43By8iQw0QNVm0TPt3NCvlsatkiuf { width:9.375rem;height:1.5996125rem;top:1.5rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG7Dl6qdVTePNLo6Pi09OdwVSo9KGT2q { width:20rem;height:11.5625rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG6RdKBDqMQOetbd8eVXgDNbx9TLv7fP { width:17.625rem;height:10.125rem;top:18.9375rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNV36A7OACE5zHL5cDW3lPNMABKuKsvx { width:3rem;height:5.3625rem;top:3.0625rem;left:0.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlxlsZmPkdOTTsi4XGatAHAEUcnuM1HV { display:flex;width:1.25rem;height:1.25rem;top:1.6875rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #MgWrvB8BNmEqQX7ihPzFcxZ2Q9uTvoWD { width:20rem;height:11.5625rem;top:29.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DdQIXZnInAbsT6lRUQmc42WXgGlknBQK { width:20rem;height:20.5rem;top:0rem;left:0rem;z-index:14998;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #t3VzyFbCIKfN4e2WF5sTCA38Oy1cLWeM { width:16.1875rem;height:12.7968625rem;top:4.3833332061767rem;left:1.9062501192093rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #NNEkKUJMKtfgXp1qLzgX2g13ftx9GoLL { width:20rem;height:14.375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6ZaisW5AF5yT7sNOcxCdZnPKoEdwSGe { display:block; }#E6ZaisW5AF5yT7sNOcxCdZnPKoEdwSGe > .row .container { width:20rem;height:74.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cZOLT0N3hzTiTxhkaN2GWD0Nt527Cpmz { width:20rem;height:4.875rem;top:1.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWqC6CSsypNvbilgqxsQSz2nLQk0F4Vx { width:20rem;height:19.1875rem;top:10.199996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxP1aebTyPNJvMeQtknANF68pXe2bXOp { width:4.8125rem;height:4.8125rem;top:7.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLrWHTL5EU6NgPz0aWmLvJf4XlyaSmu2 { width:18.3125rem;height:13.99905rem;top:13.512500762939rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpEC5T4zsewi2EvIFZ1DsNHTK4ATICo8 { width:4.625rem;height:2.6rem;top:8.8125rem;left:7.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ180nUCGDGwOo50wwvfUZURPgvVmLbv { width:20rem;height:18.9375rem;top:32.512496948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVSTBcU3PNn8m9Q2tIaTK7xaHvqRbSXe { width:4.8125rem;height:4.8125rem;top:30.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AroxmOGO4pcLDK7heppPVQwPlEtqvwtd { width:19rem;height:13.99905rem;top:35.762500762939rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTXTL3V6UcKcQpSbXgKyy2OoECqa13RT { width:4.625rem;height:2.6rem;top:31.1875rem;left:7.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS7Gk55Ke89S9woZQEqJv52TCsI1MNf9 { width:20rem;height:17.5625rem;top:54.449996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABeWAk6BEiJ88cS5KA9DakaLKuTOZM2N { width:4.8125rem;height:4.8125rem;top:52.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCGMNPvDcMkStyKkTkk5gp3CzX4d6208 { width:18.0625rem;height:12.5991125rem;top:57.825000762939rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDr4ee4t9n1Wx2TOXwbsXtn3lRJ2Osn5 { width:4.625rem;height:2.6rem;top:53.1875rem;left:7.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT35THQm1f27mfT57yHSB1QdH56CZ3kH { display:block; }#hT35THQm1f27mfT57yHSB1QdH56CZ3kH > .row .container { width:20rem;height:167rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U97QomhQlkTO5S8rheKDxuhtaxBnpTyd { width:20rem;height:7.3125rem;top:1.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWTdQtm6FuugAO0tG4eHp7gsOANIka45 { width:9.375rem;height:9.375rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7DbLeyK5p83vCgEcOX2EpCQcZnBr3Je { width:8.8125rem;height:4.21875rem;top:13.140625rem;left:0.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5ARSpq1nHTpiTWFwSVZJNvJJvl23kDN { width:10rem;height:6.09375rem;top:13.4375rem;left:10rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yUOTriCSKyVVT4HZDZcHWslIAHZvJAlc { width:12.5rem;height:0.0625rem;top:13rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpdllZLI7fLDZ9TsA2UHqSvODK421ZZR { width:9.375rem;height:9.375rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeuT4EVR0s3w2xtbrQdNXKMlnFN3eeGb { width:12.5rem;height:0.0625rem;top:23.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIxu211AVLVvhryViRvcVLezFGQ0ROIk { width:8.8125rem;height:4.21875rem;top:24.140625rem;left:0.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDRXLoLCMZADOzzMciK9eHUbCmvOUtOO { width:10.8125rem;height:7.875rem;top:24.4375rem;left:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EouWQEc4k44WxxTNbomLvIzwtyMUPhCK { width:9.375rem;height:9.375rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhEhoKTmObXaIKD1g3LtPxP3tcPJZLAb { width:12.5rem;height:0.0625rem;top:35.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwrPbRNHiqTDpZ0pylwZgVTauUgaTa4z { width:8.8125rem;height:4.21875rem;top:35.5rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyVAs2Jxeh7OLUBoLHT7sCeT5aaCvTW3 { width:11.1875rem;height:10.125rem;top:35.6875rem;left:10rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NieFGDbqzBlUInytf1qhEcTatwSnTGSn { width:13.3125rem;height:7.25rem;top:44.2875rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGALhUrpZR08ArTA1shOXHnHOD1aSaH4 { width:9.9375rem;height:7.3125rem;top:95.7875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V68Uxl9U7yDVNOMxfnMvyqxEEEz8UwtQ { width:12.5rem;height:0.0625rem;top:48.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfl78MTg7MfE9ba8wtS9SEmARm31ZrCP { width:10.75rem;height:13.5rem;top:49.3125rem;left:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJs0eDpU8C6EMGKZNQEinW7FqwdhsnJ9 { width:9.375rem;height:9.375rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M71eLza1MdbDfk88N1BePBGfJe2VHIWW { width:8.8125rem;height:5.625rem;top:48.4375rem;left:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htRI6XwoRCCxius5xz8VtMvSV3kNImor { width:9.375rem;height:9.375rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCKAbSySzNnxoWJo3eMg89HkE1EV9DDZ { width:12.5rem;height:0.0625rem;top:65.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9IlTTVFAcowXaF7DczGf1QCcwk5fdal { width:8.8125rem;height:7.03125rem;top:64.875rem;left:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dufdbAiNvtuCz6AyJqcATS0CfwTd8RZd { width:10.375rem;height:7.875rem;top:66.287500381469rem;left:10rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LV5nVcHZLKCOqR1SThXkq4UoaUZzJfZA { width:12.6875rem;height:6.625rem;top:115.4125rem;left:6.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tax2SMB8AkPmq6bKUq1NhRZiS6SKqD8C { width:20rem;height:5.1807228915663rem;top:146.6rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsPJasQ5STM7qOrv4cepUVhVPqECff9Z { width:10.3125rem;height:12.375rem;top:81.25rem;left:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUkcgyhuv5oNc5TebK24FobUgRPMZw1r { width:9.375rem;height:9.375rem;top:78.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7tJsqmpTLGW0qwbKy8ZES4iTTPar8aW { width:8.8125rem;height:4.21875rem;top:80.5625rem;left:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo1a2C7GwlFQPCCJCCoQdJEwvLsUbJne { width:12.5rem;height:0.0625rem;top:80.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDaQhdzDkmWC0OTuqfqrwlqmwZqWPWHz { width:9.375rem;height:9.375rem;top:94.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtS2MIT8XqLJeg848THh4yQ0J6xFHqab { width:12.5rem;height:0.0625rem;top:96.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzIkQXyPwUuGIaXp14Zn0dpN2cRTvpxT { width:8.8125rem;height:7.03125rem;top:95.8125rem;left:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuN4QQ1Hxwnu5af0Q7QleqwgNxbg8J4K { width:10rem;height:9rem;top:97.092708587644rem;left:10rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T2gqMV0DZUDtSLQEEQXpVLhGyguE8Tmg { width:14.5rem;height:8.5625rem;top:167.53020625rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFzFyucntE0pEDFibiCITgPbz50UL5vd { width:11.125rem;height:5.75rem;top:238.63958125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTGF3yNwzDVWHJmFvfZbrmh0qxDtn5y2 { width:9.375rem;height:9.375rem;top:107.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyhV1xTnFOtOn6wMEITQsUmiPyDFbDAb { width:8.8125rem;height:8.4375rem;top:107.5rem;left:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f90ipaEITBER9SwhZ8TDtN9IcSEgL0BW { width:12.5rem;height:0.0625rem;top:109.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF3ITJTzSwQdAGBJoh6RFBcyR3rxMyfi { width:11.3125rem;height:6.75rem;top:110.25rem;left:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERrepetFKwUsychBRaZgHX5DK59KkIXJ { width:9.375rem;height:9.375rem;top:118.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3qDw3QVsLdHiqVlnkkoFXmFtTxmLJsM { width:8.8125rem;height:5.625rem;top:120.0625rem;left:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ5B47W7xu0GzlN342JR8BDcr6f3rCco { width:12.4375rem;height:0.0625rem;top:120.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaIRFRzF1c6c16M2SsFMk33fWnWot3W3 { width:10.9375rem;height:12.375rem;top:121.375rem;left:10rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x8cmTW87ZSouAhcTyrEvFEvMR0dcyhvQ { width:14.5625rem;height:7.6875rem;top:256.70208125rem;left:4.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zURnciyLzPytyPms1WbPGy6kU1sUa8eV { width:16.875rem;height:5.0625rem;top:297.88958125rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4MEwpZFpHv5So8s50VmaxXpyXvrLM7k { width:10rem;height:10.125rem;top:137.4375rem;left:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNyCPRlGqkpH2DJOg26rw9xWN55apxcH { width:9.375rem;height:9.375rem;top:134.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn8cBWhFA88H7mrN1UuJz3XTc1o9gkZ1 { width:8.8125rem;height:5.625rem;top:136.5625rem;left:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upay8z3TskrXogcVMqS7WCftvgQJLV6x { width:12.5rem;height:0.0625rem;top:136.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #niWGHpBeMRhsDRnP5iLEtmw5o0ZxavPQ { width:9.375rem;height:9.375rem;top:148.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKaiAyMP9MSrhcpKnzULE73xCWwEKQXk { width:8.8125rem;height:5.0625rem;top:150.625rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBUnU7uZI54HFhAHLXuyNWLmROQcLGep { width:12.5rem;height:0.0625rem;top:150.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLsiipRCEeiPsL4EGFKIO8FHdD6LD5Bk { width:11.0625rem;height:13.40625rem;top:151.625rem;left:10rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I0mtKuUHSdNRqHJreZU7sNQsy38v4i7c { width:20rem;height:6.2235649546828rem;top:304.51458125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUvbu0xTNLXRVVRlOuTFRESLcqDQ594c { width:12.5625rem;height:7.5625rem;top:358.2697875rem;left:3.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8qz4qTnghJTwpT0SSSBEPgZInikZoaR { top:19rem;left:4.65625rem;width:0.5625rem;height:137.5rem;z-index:15002;background-color:rgba(0,0,0,0);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.125rem dashed #c20081;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #gft5nTMbkKa3HTgKeg5ZKCzFQPrelurR { width:1.5625rem;height:1.5625rem;top:13.140625rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muggN38GVqeTT2wdKkZd39QFg19ec0i0 { width:1.5625rem;height:1.5625rem;top:24.0625rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLrELezqAFTcAyrquNLEzgoL6mHwOr5T { width:1.5625rem;height:1.5625rem;top:35.375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1Rp2q1UJ9ICIwVXTchPN9TE2UImfsCV { width:1.5625rem;height:1.5625rem;top:48.375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuWw3gyuN0kAAF4u9OKegEQ1qzozRVGo { width:1.5625rem;height:1.5625rem;top:64.8125rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWfGT3OmkQ3tTOue38DBf0BVXgaH8UCk { width:1.5625rem;height:1.5625rem;top:80.5rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDS19HXTWSDdRUxLZc2KHz4XI5HZUbFb { width:1.5625rem;height:1.5625rem;top:95.75rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7aPXX33eRsxX6Q0fD2eLA9H1NLUW80v { width:1.5625rem;height:1.5625rem;top:107.4375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO9uRZLxcZVASflXz2Q821oaZcUxlJFk { width:1.5625rem;height:1.5625rem;top:120rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8TADL2AMNrqhIAo76ZAkP1GTpZPio9Q { width:1.5625rem;height:1.5625rem;top:136.5rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAIEcAT18SrDadxR7B8NIthw6TnN20Ux { width:1.875rem;height:1.875rem;top:150.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5bB6W2Wce3e002ufJiNoafsyDuNmsCF { display:block; }#O5bB6W2Wce3e002ufJiNoafsyDuNmsCF > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEI8O0xFsLZ9HqkfOHydPVuXlLUdJ53U { width:19rem;height:3.75rem;top:1.5625rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz3nD679dVabibtxLRwaM0NZEHlosIyD { display:block; }
 }@media only screen and (max-width: 763px) { #G7hOpCqTBFTAGxhf59cfOcRnrDTP7Fgp { display:block; }#G7hOpCqTBFTAGxhf59cfOcRnrDTP7Fgp > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdWZB1O6ue1ktfGgEqGSCVOOmrIh2NwL { width:20rem;height:4.7119125rem;top:2.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usGblr4ixGJgahyUtAqJWFRnSlELdEUs { width:18.4375rem;height:9rem;top:8.6124992370606rem;left:0.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnUOId2stD49TMqmqpz1cR6tUW3RRSM7 { width:20rem;height:13.5625rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4opiWsg5A4E3v5pHEz62aApd4erysvq { width:20rem;height:7.875rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3406iPifEgZgeShaLImXDq7C1X24Bl7 { width:18.6875rem;height:11.19925rem;top:28.86874961853rem;left:0.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpAu1DQkTt5ANwkwyOuSVxwx2nqTQFOC { width:16.25rem;height:5.25rem;top:21.125rem;left:3.25rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KafgcHIIZFhHGdsf2Qaiz0VE9x6PB8lq { width:2.5625rem;height:2.6rem;top:22.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytblRXIZJoLzS509lTu5KiTXK8qs57HF { width:20rem;height:12.1875rem;top:49.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcOLAWQaZi51ND66vArrRCxR0F2gIQl1 { width:20rem;height:6.875rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeK59m1cANBaIViQe9Rp8yk4prt87D93 { width:16.25rem;height:3.9375rem;top:43.71875rem;left:3.75rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ymZE7E1iCUSUI59AW2oaIOOE7bk2ixqL { width:17.8125rem;height:9.7993125rem;top:50.3125rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDoDVEyGTrQaiMopgbpCaXpTOpFidvbn { width:2.5625rem;height:2.6rem;top:44.387500762939rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpl1rLAsa9h15JTyT66kZdzVoQsBAKlA { display:block; }#fpl1rLAsa9h15JTyT66kZdzVoQsBAKlA > .row .container { width:20rem;height:39.4248046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuZpBCoy9T6KF7HSbCBeTClp6IIw8x6H { width:20rem;height:12.3125rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbUWUFtZJabmMKPXGHyy4KhuX1AR1GPl { width:20rem;height:5.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLuwt9dKVLb7gwJcz47mCfuLFoT3JaLQ { width:18.3125rem;height:9.7993125rem;top:6.5625rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vapp9cGVkb47A7s66J49vGLsU02M4nc7 { width:14.375rem;height:2.625rem;top:1.3125rem;left:3.75rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MRIXtH0TSKF0J9pkpVDW1J2fVbkFNzCD { width:2.5625rem;height:2.6rem;top:1.3562507629394rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCsZZz2kyeJeyaZ0UPgcQrw3yNW8J7q4 { width:20rem;height:15.125rem;top:24.300000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ2Ws3UikM3wXlafiudMxnEOwogoDHCc { width:20rem;height:5.4375rem;top:18.862499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #auOfTvuPyLO4FO9ybZuWBqwx4GhxXmoN { width:13.5625rem;height:2.625rem;top:20.268749237061rem;left:3.71875rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BQxetFEPH4gh7pPLHMPBao83x0yfioPo { width:18.3125rem;height:12.599125rem;top:25.487500190735rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8dGUy6n47I39IH6TIc0khULr7JaOixH { width:2.5625rem;height:2.6rem;top:20.21875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlNeMTwTGAFtouoTim37waNkIoTQMw4x { display:block; }#tlNeMTwTGAFtouoTim37waNkIoTQMw4x > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUZlT1O87iiL7PyDqguZ2NkptrloocsU { width:20rem;height:17.875rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7BhNyNftVuCFKy2kcTxH0cZLxLGyQVk { width:20rem;height:4.25rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxD6UeCWsvbrUCc9B1MyQL8aRPGHNsKh { width:18.0625rem;height:15.3989375rem;top:6.5rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2Wf8gNa58vK0FixsKxvJR3SdaPXW1iC { width:16.25rem;height:1.3125rem;top:2.4187498092651rem;left:3.75rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VHupphtufCGC8ZombWsUMNorSXxE0Xaz { width:2.5625rem;height:2.6rem;top:1.8250007629394rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN7Z0KWr6PP9ZyJMARwIAhMOFQVeJ7wa { width:20rem;height:14.25rem;top:24.22500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBUH7RBZbJ1iRmGoMUiFuwmpKJdilpRR { width:19rem;height:3.75rem;top:31.72500038147rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT9hOKHyxJ5FvAdHe88cLIHKiJhbQmDO { display:block; }
 }@media only screen and (max-width: 763px) { #ZZAqgg53nAMIGvDR0IhphdLmE65hJnHE { width:20rem;height:4.0625rem;top:26.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3TBuOqGqE44qhOyaBwHK8neQA2k3Sne { display:block; }#r3TBuOqGqE44qhOyaBwHK8neQA2k3Sne > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brNIrsfZE0Uobh1Gg86GgWs95gJoIuM2 { width:20rem;height:2.4375rem;top:0.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuuAoOPHqXWWHQo7TMhLLUZM0oQaaOc4 { display:none; }#iuuAoOPHqXWWHQo7TMhLLUZM0oQaaOc4 > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dXf2F4MFLTaroxIDIUJ9WqP5auqJt1TE { width:9.375rem;height:9.375rem;top:8.4375rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUJNezmBXaFbzk7HHzWN4qcLNmnbmUyE { width:9.375rem;height:9.375rem;top:9.125rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqMShtXMDZRLNRlU1Lc0afPIJ8MkQpxf { width:9.5rem;height:1.04980625rem;top:18.4375rem;left:5.25rem;font-size:0.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #roBL6XlFBw3KF7pofFroJ3eGnU67pPJG { width:10.75rem;height:1.04980625rem;top:61.625rem;left:4.625rem;font-size:0.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #S6ItyigxiSUi2G02G9vH0nhrlxmE7fsf { width:10.3125rem;height:10.3125rem;top:35.6875rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQTwNpHCcxz962vMTTSxguJy6Oql3cln { width:3.75rem;height:0.0625rem;top:20.1875rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFfAALiimaTx39DAcZCJRAOZktvesr8f { width:10.3125rem;height:10.3125rem;top:50.0625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZ62dAg2NAeiBLv5Wr0JkMAmRpUhyIwg { width:9.5rem;height:2.0996125rem;top:20.6875rem;left:5.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5OQtVdDy5co2XEEGxvZ3gULTnC8dc0w { width:10.75rem;height:1.04980625rem;top:63.875rem;left:4.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KoscyCBMptabcMUQrrTEvkHn712lOGAy { width:3.75rem;height:0.0625rem;top:48.75rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtToLe5DoaWaEZ8HkffApxwJbeP6HABt { width:10.625rem;height:0;top:16.4rem;left:4.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyXRIA95t1tAdByZ4T5laTAwQE7nCy16 { width:11rem;height:0;top:13.4375rem;left:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yh4PiQxIfeqdar08Bcz8ymBEbtl9gQlu { width:9.375rem;height:9.375rem;top:19.0125rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2KrLeN0lyaTw62qTO600KCi5KL9qu6y { width:9.375rem;height:9.375rem;top:1.5625rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbwx4n0KZ2N44Te6BItyksA232q6Mhwl { width:3.75rem;height:0.0625rem;top:31.825rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsKnbyH8qoxbas4kO2swruN4y7fpLkOv { width:18.75rem;height:9.84375rem;top:24.5625rem;left:0.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9fMHAXzK1vwJirpFDReLTPZA7G6v1HL { width:20rem;height:4.5rem;top:66.1875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KrZry2JEu7K2P9q7cAGsbCThbV6ErgcT { width:18.75rem;height:5.625rem;top:2.0625rem;left:0.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRXrq81Jtn2AT8qWrPnhffWwBIPGtBqJ { width:17.5rem;height:3.4375rem;top:71.9375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhXrTQWanEMV3MKqGyXZxtF3VPSp2mil { display:block; }
 }@media only screen and (max-width: 763px) { #iIlS6xqtwp2R8XXT4AvsFoBHNhV3RsVm { display:none; }#iIlS6xqtwp2R8XXT4AvsFoBHNhV3RsVm > .row .container { width:20rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PV0TRp8bs1xNReP0yZZz5ma1QUhXuKlf { width:18.75rem;height:16.875rem;top:26.375001192093rem;left:0.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBlowbI2ZFHaV4Jq6aOwoJDKp3NxU1We { width:18.75rem;height:43.59375rem;top:235.25rem;left:0.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKVA2PGExPLNgTkcwSqdPemdnKB93BWh { width:18.75rem;height:7.03125rem;top:123.1875rem;left:0.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXAG01se7bhTzMvgiyKfdANXsuc5G1AG { width:18.75rem;height:25.3125rem;top:131.8125rem;left:0.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WEMPR7IvCiNwCrDEPC9wQSZF2v2iZvlK { display:block; }#WEMPR7IvCiNwCrDEPC9wQSZF2v2iZvlK > .row .container { width:20rem;height:137.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlDT3lITfO9i92cnLnSvn0k0AlvL9fkV { width:9.375rem;height:9.375rem;top:1.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9LDbRzEwgTXExwzuXIiN1lcvswPklLr { width:9.375rem;height:9.375rem;top:1.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2C2OGT9MfECnrDZ3vEbpP8TL5NVuQQy { width:9.5rem;height:1.04980625rem;top:11.6875rem;left:5.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XSQBDxVlsViuztGg0H90aq2REUGoncz7 { width:10.75rem;height:1.04980625rem;top:48.75rem;left:4.625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zHs1vGgDvFf2FB8n8W2Wzs4PIkByXdWz { width:9.375rem;height:9.375rem;top:38.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1GBBiwOuuclNkgEGlQdcOvS6rTnulQB { width:3.75rem;height:0.0625rem;top:13.4375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSumkWexufe8BT1nro97EBadFzlLhma0 { width:9.375rem;height:9.375rem;top:38.5rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgC7voyVtx1CIGPTiNQ4z714RmTsgqOA { width:9.5rem;height:2.0996125rem;top:13.9375rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqWCvIBOhO5cOl42vKEDCi4MPxnZCADV { width:10.75rem;height:1.04980625rem;top:51.25rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSLXwI1JPxkGx9QM11K5yGblvCLBb9lI { width:3.75rem;height:0.0625rem;top:50.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vduc7bgWNCbkVnqiBTzo3cNPhSvM9UAk { width:10.625rem;height:0;top:16.4rem;left:4.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6X7Hy1yc41R2hqyteBLUcl8EhTTJfPG { width:11rem;height:0;top:13.4375rem;left:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4tFmCgIQtTpbA7DBMP5kP7RDQGBLQVa { width:9.375rem;height:9.375rem;top:19.0125rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5OGM8s2ZqVPVerVf8xaGTXUHeZVGUAX { width:9.375rem;height:9.375rem;top:1.5625rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NG0SQHyVuqHfmkQ3ne6fZgqaBVkVRsKX { width:3.75rem;height:0.0625rem;top:31.825rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTIcpQFQsWDSsx85J9B4WOGKE3uqntmM { width:20rem;height:5.625rem;top:107.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #siuXDNrVqECwTOHQCHVlKkJC235HTG9o { width:20rem;height:4.5rem;top:53.505859375rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Ls2y3wry5dkBFaXBLEfPA8Zt788BqelK { width:20rem;height:5.625rem;top:16.5625rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WBaePP3cM4baS4n9WttQaZZ5EREbHIFb { width:17.5rem;height:3.4375rem;top:158.9433625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AirfmFODTXhK2PF0v9sbDz40CBQiEcXg { display:block; }
 }@media only screen and (max-width: 763px) { #FkeZwiKNTmR8TTTS3m5ITHoVF4RqgwiU { width:20rem;height:11.25rem;top:23.0625rem;left:0rem;font-size:0.75rem;z-index:15022;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #lHDGmEVstQmv5dQhgq3A1Q4lFrKmdBNm { width:20rem;height:28.125rem;top:59.375rem;left:0rem;font-size:0.75rem;z-index:15034;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CWaBC2ohvgS0hndL4ETtdxK01JhX6A24 { width:10.625rem;height:0;top:110.1875rem;left:10.90625rem;font-size:0.75rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #Cdsplk4VrLktEVsFOAAWNeybqszTyo7K { width:11rem;height:0;top:107.75rem;left:10.53125rem;font-size:0.875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #dDXvlp8FaxAri3WzyNKXcUcFe8GhoBiS { width:9.375rem;height:9.375rem;top:96.875rem;left:11.53125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #maSJIDbv0i2QC4bH4JxlflHpTZQklnSu { width:9.375rem;height:9.375rem;top:96.6875rem;left:11.34375rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #q9Bx51cgDxKGdvAS4HNxNn3FylD3w8in { width:3.75rem;height:0.0625rem;top:109.6875rem;left:14.84375rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #EgHFudIHacAzt8TJidBvg5kVDl4F9XP6 { width:10.75rem;height:1.04980625rem;top:103.125rem;left:4.625rem;font-size:0.875rem;line-height:1.2;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #e5JLavn1UqoJ0gyBZp5rCnQoEHgsmn1G { width:10.75rem;height:1.04980625rem;top:105.5rem;left:4.625rem;font-size:0.75rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #kREMPWPlo19JGRPdlbfWTdDw6LiH1Lf7 { width:9.375rem;height:9.375rem;top:92.75rem;left:4.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #UkNwIc7ZWMWWce9ymqgAIVwxhhXtpaZ1 { width:9.375rem;height:9.375rem;top:92.875rem;left:5rem;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d5e15ae3-5e3b-4ee4-98b4-ea37eb4668d6/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UkNwIc7ZWMWWce9ymqgAIVwxhhXtpaZ1.adaptive-delivery-prevent-bg, #UkNwIc7ZWMWWce9ymqgAIVwxhhXtpaZ1.lazyload, #UkNwIc7ZWMWWce9ymqgAIVwxhhXtpaZ1.lazyloading { background-image: none; }
#UkNwIc7ZWMWWce9ymqgAIVwxhhXtpaZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); } }@media only screen and (max-width: 763px) { #dx27hUssp3VLkL7sTDZgcGfRWAueT9SA { width:3.75rem;height:0.0625rem;top:105rem;left:7.9375rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #QWGeKoVJy2lOvGuaBpSlnthMM4JJeTx3 { width:20rem;height:4.5rem;top:113.5rem;left:0rem;font-size:0.75rem;z-index:15030;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VPfuH23R9OssMu80F9JdCAKiHtdEpq5B { width:20rem;height:15.75rem;top:119rem;left:0rem;font-size:0.75rem;z-index:15025;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xkgvo0ch9W5ZtyMVXQ3LlyJfW1vr2pOw { display:block; }#xkgvo0ch9W5ZtyMVXQ3LlyJfW1vr2pOw > .row .container { width:20rem;height:119.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9Mxyn5IkiXrq5PBrKetQaGJJHcoGR74 { width:20rem;height:2.25rem;top:107.875rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #l2vRpXhCrwGCsBtIlVbUldETNvARVcxm { width:9.5rem;height:2.0996125rem;top:104.875rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #shtEJ8AUAMLQAAfC6NFeTyS7wqUtB4Ck { width:3.75rem;height:0.0625rem;top:104.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztrrSSC322UL3odOZsCyqlvGgGJ6clBJ { width:9.5rem;height:1.06738125rem;top:102.5rem;left:5.25rem;font-size:0.875rem;line-height:1.22;display:block; }
 }@media only screen and (max-width: 763px) { #F8NO6sEWqMEPU2EuJdRfJ9KIsGZISF2u { width:9.375rem;height:9.375rem;top:92.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOBXTWwNu3F59VSAt8pihKAi8MaNDWRp { width:9.375rem;height:9.375rem;top:92.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqIXJ191z2PNGnfJmn9Z4In1dWi64zuH { width:20rem;height:5.625rem;top:64.90625rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #AsdttQ8VnTpTMaWgG8e66FNrT01C5Q1I { width:9.5rem;height:1.04980625rem;top:59.4375rem;left:5.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aMl45Xfg3vvJkhMO4ZllccdqN7aauTvH { width:9.5rem;height:2.0996125rem;top:61.75rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU4a9mNxKDb5RL11fmaiFHOGiuPGkeFt { width:9.375rem;height:9.375rem;top:49.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1FbMpvdN3WuibTnJpCspx21nRE9xRuG { width:9.375rem;height:9.375rem;top:49.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwT51WpnOf6TrNPIaXP9drKWEOMgBO9l { width:3.75rem;height:0.0625rem;top:61.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkUJSPkxFtBVVOAllXsExINwTU6C7Rsv { width:20rem;height:6.75rem;top:16.0625rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZXeWmhFr8z0is36XXtiqKZ4zWRMOlveO { width:9.375rem;height:9.375rem;top:0.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXwTG45ZUCK4W60KBT76OpkVRlLm12UT { width:9.5rem;height:1.04980625rem;top:10.8125rem;left:5.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CvPJ0kn6sVc84wrzuouEWux12JrWa1xk { width:9.5rem;height:2.0996125rem;top:13.1875rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CulqXTNbdqigafOvF66yZTum0TTHcEbJ { width:9.375rem;height:9.375rem;top:0.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFxUshV79dMpXOp16TGW6mLEw0CuXLTn { width:3.75rem;height:0.0625rem;top:12.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKoh7qP8phHRCluXxyqWpiQtUWINwoB2 { width:17.5rem;height:3.4375rem;top:314.46875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #igyL0fEbbNFeIRQDfTMpA5zH5wdDkr0o { display:block; }
 }@media only screen and (max-width: 763px) { #dqs4g85woBSq9dQ7tEvrpp2ewRlQJmAv { width:20rem;height:21.375rem;top:24rem;left:0rem;font-size:0.75rem;z-index:15031;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #FO5yInUzkSO3aIy11dCAfGLFl8iDw8Tx { width:20rem;height:2.25rem;top:71.5rem;left:0rem;font-size:0.75rem;z-index:15028;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #dZ2Gr5gW2acPpWMNTyFH156zUbK2QiIi { width:20rem;height:12.375rem;top:74.75rem;left:0rem;font-size:0.75rem;z-index:15030;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #fLrdaA1zZ57oNbmfZBxern0SqxGWfued { width:20rem;height:4.5rem;top:111.21875rem;left:0rem;font-size:0.75rem;z-index:15049;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #avR7OSmLfqTCVT5dAtSBxS0Vznrxo8x1 { display:none; }#avR7OSmLfqTCVT5dAtSBxS0Vznrxo8x1 > .row .container { width:20rem;height:242rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yWeLXV9xL0Hw2ukMpXBfOSg3AcmlEQL0 { width:20rem;height:7.03125rem;top:218.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddv0adksh0kMDWvfNP1DQTCrzgKoiZVH { width:18.75rem;height:33.75rem;top:183.75rem;left:0.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGZZPGeCAJMwqo6dyyhge1HRTRE31p08 { width:18.75rem;height:4.21875rem;top:62.9375rem;left:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pO1nWP4h8gdlDBE2bG5tNiuRVG1C7Tb9 { width:18.75rem;height:22.5rem;top:74.6875rem;left:0.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9BS7XdRxLvbIUg9KBE66ygVWiNNBMai { display:none; }#P9BS7XdRxLvbIUg9KBE66ygVWiNNBMai > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QRm0GfTokBm9AbcRz2kKqOZTxlT5JPlV { display:none; }#QRm0GfTokBm9AbcRz2kKqOZTxlT5JPlV > .row .container { width:20rem;height:138.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JQEHyG1vstHfAWc1ueQqhFk8MenGpqWV { width:9.375rem;height:9.375rem;top:1.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvRVnnSXc9ZHT2b0a9pSk9EDXLnoTdyL { width:9.375rem;height:9.375rem;top:1.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTaUp4n15sv3SIemnCN7lQBGBrlUUe3q { width:9.5rem;height:1.04980625rem;top:11.6875rem;left:5.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WdtFxhTb44k35wFqmIGhf5py85Zb5qkH { width:10.75rem;height:1.04980625rem;top:48.75rem;left:4.625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eh4BXzTXZck3eexcQmzSTiZGUbxQFRdt { width:9.375rem;height:9.375rem;top:38.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fto71410ZigJrdN7lF1XViRUf1ElLE0G { width:3.75rem;height:0.0625rem;top:13.4375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL6OvsBC1MiTfF4d0hTVcfoT32onwvSE { width:9.375rem;height:9.375rem;top:38.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCoCZALvuUee7xaa7Jg7RsSJ3V1Fq58e { width:9.5rem;height:2.0996125rem;top:13.9375rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrokWogdkTJCihrUHM6VxqOqk5HrWEo8 { width:10.75rem;height:1.04980625rem;top:51.25rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Rkr3yo7PsQDR9KQBJxvg4ToaCce4qQ { width:3.75rem;height:0.0625rem;top:50.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7uULvJy83ZDat7an1cre5aTnZHvpv2E { width:10.625rem;height:0;top:16.4rem;left:4.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7vs6kmd6yNHJHiLcPwT4XrAzKzLdk3k { width:11rem;height:0;top:13.4375rem;left:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzTzGXC37DPqhfXzET4QldqZQeHFxW5F { width:9.375rem;height:9.375rem;top:19.0125rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdhZCFoeVXpwWEDKkKXApk5cTWTrV6Qe { width:9.375rem;height:9.375rem;top:1.5625rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kX9OyltWK8brbzERIm2MWpgbU69Ict2o { width:3.75rem;height:0.0625rem;top:31.825rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #STsUCFQDa9p3z1rLQWfwLz4PWltn57fo { width:18.75rem;height:6.75rem;top:107.4375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRMrdJg6L8ntocHWX5PNu7xTX1NndkOq { width:18.75rem;height:4.5rem;top:53.505859375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsaeRBFDcWAIy3AIfPMxiZZMaQNBgmxv { width:18.75rem;height:5.625rem;top:17.4375rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #if3FfnCMdFGf44XRpvfVskKANz9ZcqM4 { width:17.5rem;height:3.4375rem;top:158.9433625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1iyOdVJnR7Ehl0TfloQBF7M3OGhTkxa { display:block; }
 }@media only screen and (max-width: 763px) { #HvCKIiXt2Ba6B1EtgrzgrA14Q7UA13xs { width:18.75rem;height:11.25rem;top:23.6875rem;left:0.625rem;font-size:0.75rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #NdI2sb5arMzcA4kPo2rURBBHIHiNqb4V { width:18.75rem;height:30.375rem;top:59.5625rem;left:0.625rem;font-size:0.75rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #aHWvFZyfykx5JmQh0AWL6tD7hOU90sWq { width:10.625rem;height:0;top:110.1875rem;left:10.90625rem;font-size:0.75rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #TIikGUqCp5lvrZNEFXwUHXtTxxUFiODg { width:11rem;height:0;top:107.75rem;left:10.53125rem;font-size:0.875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #sKVNl0Fkw9HWTbdnk8WyOBHzfSUZ4id1 { width:9.375rem;height:9.375rem;top:96.875rem;left:11.53125rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #upfR9fL8iaB25LmwTwMH6uDa8yNVCheV { width:9.375rem;height:9.375rem;top:96.6875rem;left:11.34375rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #MiSWqemlu7ocVGFIA0QOxdFexQEOEXdQ { width:3.75rem;height:0.0625rem;top:109.6875rem;left:14.84375rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #s4NAWak5cAUFG9EeXcMswQgpaM8Q5H2l { width:10.75rem;height:1.04980625rem;top:103.125rem;left:4.625rem;font-size:0.875rem;line-height:1.2;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ldZxWRAlIxtdg313JAQdF2u7GeHBydzC { width:10.75rem;height:1.04980625rem;top:105.5rem;left:4.625rem;font-size:0.75rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #PwZ71mD8TXIyaTKGCaNBeIJrCmNLCIl7 { width:9.375rem;height:9.375rem;top:92.75rem;left:4.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #J7zgnT5SDB2uBuCyEm9V8xVpJlmHnLQZ { width:9.375rem;height:9.375rem;top:92.875rem;left:5rem;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d5e15ae3-5e3b-4ee4-98b4-ea37eb4668d6/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J7zgnT5SDB2uBuCyEm9V8xVpJlmHnLQZ.adaptive-delivery-prevent-bg, #J7zgnT5SDB2uBuCyEm9V8xVpJlmHnLQZ.lazyload, #J7zgnT5SDB2uBuCyEm9V8xVpJlmHnLQZ.lazyloading { background-image: none; }
#J7zgnT5SDB2uBuCyEm9V8xVpJlmHnLQZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); } }@media only screen and (max-width: 763px) { #WObwJfTCFdIKKJe23iHi4eEHf49XD1ew { width:3.75rem;height:0.0625rem;top:105rem;left:7.9375rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #gNPpmJ24S1y1goAWAlZxlnyJBV8QvCdI { width:18.75rem;height:5.625rem;top:114.875rem;left:0.625rem;font-size:0.75rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #ZMgTlIThB3C4b9krTcImVuKvMhXzfk0I { width:18.75rem;height:15.75rem;top:121.125rem;left:0.625rem;font-size:0.75rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #VsuXJ9TCCEyggL5cudrr9JtIBBPLDkXy { display:block; }#VsuXJ9TCCEyggL5cudrr9JtIBBPLDkXy > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMcRhuXPH6sP1TrnJbWHBVLDucmo2VOP { width:9.5rem;height:1.04980625rem;top:28.5625rem;left:0rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Bg7iIJIeXKVB33DsVUpcRLomvOGrgkaq { width:9.5rem;height:1.04980625rem;top:30.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #erThttkgse6pQW64ZzayZpvS9uHaPle7 { width:9.375rem;height:9.375rem;top:18.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B84qb1RHmc4gEiETZontsodRp3bldLCz { width:9.375rem;height:9.375rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq5au2hPbabvrOyACCmMMfPTohNCWGFz { width:3.75rem;height:0.0625rem;top:30.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALp3IKFzuiyJAH3nuAc382tMmSHZaZCT { width:9.375rem;height:9.375rem;top:2.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3IXfySyKJgIfkaJZwGywQg9DdyorQTK { width:9.375rem;height:9.375rem;top:2.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1tx4sydzaLs7I3i71TGD99FJmMuUTNk { width:9.5625rem;height:1.04980625rem;top:12.375rem;left:10.4375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C3CGgcvgO7J5xMCNeyorWm766P06a1RQ { width:9.5625rem;height:1.04980625rem;top:15.5625rem;left:10.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTJZTdWTOsU0vEn9u0n4UVCThOQ9vack { width:3.75rem;height:0.0625rem;top:15.0625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdGKzqWxT0WMOJO5lAk3cMOi56b39Fyb { width:9.375rem;height:9.375rem;top:2.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ociQKr2icJZbdym4EaZenvENkTR9XnTk { width:9.5rem;height:2.0996125rem;top:12.375rem;left:0rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #daDgWaas76slGqU76hnC0SFk6S2zI5kW { width:9.5rem;height:1.04980625rem;top:15.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT1Zg12F3nEr7zyPePvGgr61sDL8gwGn { width:9.375rem;height:9.375rem;top:2.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQHvr015bX8KbQ2A20nZV4awsqyJewN2 { width:9.375rem;height:9.375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdHVC2pcmexXmgDUSuCpEZbemdcKASTX { width:3.75rem;height:0.0625rem;top:15.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVgSQFsuStPdwP9c8iLTy7Z9M9KZcMfa { width:9.5rem;height:1.04980625rem;top:30.9375rem;left:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDbTErNdQIotrCMUyxeHM3EUATphAUFf { width:9.5rem;height:1.04980625rem;top:28.625rem;left:10.5rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VrkADn309lq49MiTrRbmTxke2GV873U0 { width:3.75rem;height:0.0625rem;top:30.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8OtvuppmlBPdW1fzXuBSfiNeTKW8wdB { width:9.375rem;height:9.375rem;top:18.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir62UrEqS1ZPyUSbzzTLVSEzxoCpMQIW { width:9.375rem;height:9.375rem;top:18.4375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM4OelTG9nsCzcaK0c9CfDHu9t71PURr { display:block; }#uM4OelTG9nsCzcaK0c9CfDHu9t71PURr > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWwZeLdGgx4KIC7a4mOzTMVdrAlf6f1b { width:10.75rem;height:1.04980625rem;top:11.5625rem;left:9.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bWF9g65ddThWZmfIhTFaclrzQxkeqigo { width:10.75rem;height:1.04980625rem;top:13.8125rem;left:9.25rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kfS8zfUuIuI6CqwgHT6QfMaGLwQoBFze { width:9.375rem;height:9.375rem;top:1.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu0o7XTEoEJVeTT6JQB7lPM7KXlG35Ec { width:9.375rem;height:9.375rem;top:1.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcDP574V9nOUXoSSkRD4BsSoWbaa8qPm { width:3.75rem;height:0.0625rem;top:13.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUP45nO9Ata81Ft9e2wAVpWrSz3eyxxQ { width:9.375rem;height:1.04980625rem;top:29.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKre5xeCOslF83uE6PneueR6hmemJQJK { width:3.75rem;height:0.0625rem;top:13.1875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acAU0D0vvTLsPn156PTKokmZiwNAzbBa { width:10.625rem;height:1.04980625rem;top:27.25rem;left:0rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m5nNNqengTx5266WlS4uXFfrmBHMHaBs { width:9.375rem;height:9.375rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N74ZhzWHsXFZMLdzvR7BJ753pTiHpUQH { width:9.375rem;height:9.375rem;top:16.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xECTq1zW0c86A5mTm52omf7yuv4XD3DO { width:9.5rem;height:1.04980625rem;top:27.25rem;left:10.5rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hgXdFFGhSfnXupd6Whefxba9WqxH9Iy3 { width:3.75rem;height:0.0625rem;top:28.9375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPGWe3CLn22ks2BIgK0HNXxvn9SMVrPz { width:9.5rem;height:1.04980625rem;top:29.5rem;left:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgxGyI7o2FSJMMIcoiVQsNixJRNhIEge { width:9.375rem;height:9.375rem;top:16.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4TZsmZ3scG5UvbhLrTT0qh2FqLoDVeh { width:9.375rem;height:9.375rem;top:16.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5gwXoAXqIsChVKTUqw8oXTrMuBxso58 { width:10.75rem;height:1.04980625rem;top:13.6875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IJ1DIf4PokqbGhXd1M9SBNR08b81h04K { width:10.1875rem;height:1.04980625rem;top:11.5625rem;left:0rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Zd3RPRRWgCaa4ezhCp4XhbWhdvaG7e3J { width:3.75rem;height:0.0625rem;top:28.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha3QuTc9svELQNsM0heCZhFV7pNKvlak { width:9.375rem;height:9.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChuQ98JmRsDABCvn7vSXAqaDwhaIQSdX { width:10.3125rem;height:10.3125rem;top:45.23730625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIJXIDFpEzD05T2mABHQTqVp2aZ40Odx { width:9.375rem;height:9.375rem;top:1.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzL8iswmD5hb5HCRpX7R8gwdB9SQmonT { display:none; }#CzL8iswmD5hb5HCRpX7R8gwdB9SQmonT > .row .container { width:20rem;height:75.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OOCT7kG6hFGVvG0Ol6CElciP3qUV5roc { width:20rem;height:4.19921875rem;top:2.75rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RnOnPLyDTHmNFr06G8QcyNRcJQTRfAET { width:20rem;height:5.03645625rem;top:8.125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkein75r8dQ59h1NGVpHOHGP3MMmU3Fg { width:20rem;height:8.4375rem;top:16.89999961853rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EByk1AdBLerD9oggWh1CqxrVPl4k45XI { width:13.75rem;height:0.0625rem;top:15.14999961853rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVzpwLa3V1gAC8f2dH5ACufoQpQNOIPr { width:20rem;height:2.0625rem;top:27.08749961853rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQSO6OMGtyhaIfX4DMCIZeNdUdddzSu4 { width:3rem;height:3rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsC7ONirrbhWgX3Bi1RcbxuXFp3C35Va { width:3rem;height:1.86875rem;top:31.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzNKxp0Jw235ipxmqRLeILJoS6PDmaLx { width:17.0625rem;height:2.625rem;top:31.5rem;left:3.9375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vmikbrIbGfz0FKLxCn3BDTBw1czA1Frk { width:3rem;height:3rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTSoppr8rVtZaEZP36LlasOFGDin7mCN { width:3rem;height:1.86875rem;top:36.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4nN7cCH7AGszoXtBG1hX0HH0xFFHE1s { width:16.0625rem;height:5.25rem;top:35.75rem;left:3.9375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Zu9158onlTJ5n8wZoKBK6lTXotfHxPHu { width:3rem;height:3rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vykMVLumTzWZ2nw0Mctx98tERwnX8axg { width:3rem;height:1.86875rem;top:42.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyz0a5O1EPm4PcEPVoFEO9eOBHaugP2L { width:16.6875rem;height:2.625rem;top:42.59375rem;left:3.9375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UFZrRfaVw6pXIZWeZtbTB4TLdhPv26IF { width:3rem;height:3rem;top:66.059374809262rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPu8oBhXDtPkapk9as1JR5LC4rmC79UQ { width:3rem;height:1.86875rem;top:47.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAiCbPuHmJ5mz8uNyk0O4TwvHfaR1RcT { width:16.0625rem;height:7.875rem;top:47.10000038147rem;left:3.9375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #V6yfM1taVbDNkROLtxy6A6N4qJAOAKdX { width:3rem;height:3rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maMBL4fefpK03BRfMw0s5ghCsBmAu9Eq { width:3rem;height:1.86875rem;top:56.984375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux2haJASrqEGT4CzETbDNH9MnhzR3Qfm { width:16.5rem;height:7.875rem;top:56.6875rem;left:3.9375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #h2h523IRLVRKZHkutwdX5XT5n48ms6a3 { width:3rem;height:3rem;top:56.418749809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCTfJLWnkkLwSC1ttESTn0wVuIfGpqtt { width:3rem;height:1.86875rem;top:66.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db40QVRcTZystotnOXdl5cIFvJF0HaNt { width:16.0625rem;height:2.625rem;top:66.246874809262rem;left:3.9375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TpsQ9fXgU9Z89NFeaCqib6f34qbdflGd { width:12.875rem;height:12.875rem;top:21.68124961853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #brwVPTffboHZyXI8dMQCeRMBfAADlHJ7 { width:6.1875rem;height:6.1875rem;top:86.2625rem;left:5.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uh9UFXTM1wWd4AoDFhDCT7c9hTt2niiC { width:4.375rem;height:4.375rem;top:53.475rem;left:7.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATCmab0k5hKTP7Ar3TeFSc2SLi2I3dgu { width:3.1875rem;height:3.1875rem;top:54.06875rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TavClSO1GU8KdhOeezDAQPkIpi6g2BUo { width:7.25rem;height:7.25rem;top:98.775rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMoITwCy7vOgCpi2PlqZ976d8Ix12LoZ { width:19rem;height:3.75rem;top:70.621887207031rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukJwAFT4p2h7OKq3B8WnrNQnq1MAZmKz { display:block; }
 }@media only screen and (max-width: 763px) { #zkLtuF1vKfwvh6TFPx84la7cBhoDAu7e { display:block; }#zkLtuF1vKfwvh6TFPx84la7cBhoDAu7e > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toMJ83fqvy1WgLyrdpUJoabEu70JKQ62 { width:19rem;height:3.75rem;top:14.5625rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMa3mAvkbRqhBJlMnVGPKiOnx6UFXxsv { display:block; }
 }@media only screen and (max-width: 763px) { #UEaoCvT8TNsmyUnWv4rheo0iqOMpQ9bP { width:16.5rem;height:6.3369375rem;top:1.9375rem;left:1.7500000596046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdlDntC8evAoz3GMvLRWJqPuwT8aMU7v { width:18.875rem;height:3.4125rem;top:9.693359375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS { background-color:rgba(0,0,0,0);background-image:none;display:block; }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS > .row .container { background-color: transparent; background-image: none; }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS > .row .container > .video-iframe-container { display: none; }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS > .row > .video-iframe-container { display: none; }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS > .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); }#uOzx3lEHJFOLS2gg2w755Ebf6iFl5SCS > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdIKEXWeSNqn6G0Fmirk8VoC6qtRv9aC { width:20rem;height:7.4365rem;top:3.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXbSwLA84nyKZ12sQRcT0JJ8auJ0ic41 { width:20rem;height:1.375rem;top:0.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nf8sxz7V1Qb7z4RmLHWpER3f7UQSqGlo { width:15.999375rem;height:7.43653125rem;top:15rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qcIbcPmiQWGhP35QneqHn1J5h4oyfFfu { width:11.311875rem;height:7.43653125rem;top:26.4375rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sv9DDq9KeRVZF59bkUSWOAtB48wlFw60 { width:12.6248125rem;height:1.0996125rem;top:12.5rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OXRFqAGfqFXK0XKrlunZfdMUPFHEI6Gt { width:12.6248125rem;height:1.0996125rem;top:24.3125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tC56mCgO5Tw3iDXQlKIMzTE7oGw7MCtS { width:20rem;height:0.0625rem;top:36.82505rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIg3rFgJx7b5H2miqgMmiNJc6gpRvfy2 { width:20rem;height:1.4875rem;top:38.45005rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }