.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:217,240,251;--color-primary-1:141,211,242;--color-primary-2:65,182,233;--color-primary-3:39,109,140;--color-primary-4:27,45,74;--color-secondary-0:250,214,215;--color-secondary-1:239,132,135;--color-secondary-2:228,50,55;--color-secondary-3:229,53,67;--color-secondary-4:46,10,11;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:112,112,112;--color-tertiary-4:0,0,0;--headlines-font-family:Poppins;--paragraphs-font-family:Poppins; }@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:#f8f8f8;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); }#c3NsiqJNX9dTDdqzrsbnHbHckAL2Mo9X { position:relative;display:block; }#c3NsiqJNX9dTDdqzrsbnHbHckAL2Mo9X { background-color: transparent; background-image: none; }#c3NsiqJNX9dTDdqzrsbnHbHckAL2Mo9X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3NsiqJNX9dTDdqzrsbnHbHckAL2Mo9X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3NsiqJNX9dTDdqzrsbnHbHckAL2Mo9X > .row .container > .video-iframe-container { display: none; }#c3NsiqJNX9dTDdqzrsbnHbHckAL2Mo9X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3NsiqJNX9dTDdqzrsbnHbHckAL2Mo9X > .row > .video-iframe-container { display: none; }#c3NsiqJNX9dTDdqzrsbnHbHckAL2Mo9X > .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); }#c3NsiqJNX9dTDdqzrsbnHbHckAL2Mo9X { border-width: 0; border-radius: 0; }#c3NsiqJNX9dTDdqzrsbnHbHckAL2Mo9X > .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; }#c3NsiqJNX9dTDdqzrsbnHbHckAL2Mo9X > .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:5rem;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; }#JZdoTzeevonVEA6L0bKi5sXGTK3tID38 { 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:3.9375rem;width:9.5625rem;top:0.53125rem;left:61.849609375rem;overflow:hidden;display:block; }
#BCOtnn5cQhuzNCCJ0idtRzSFxMVnlE1Z { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:6.5625rem;top:2.1875rem;left:3.125rem;overflow:hidden;display:none; }
#K6SM110hDT6FXgxKTk6LI3LDanQAzE49 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:13.875rem;top:1.46875rem;left:46.46826171875rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/173c7b0d-80cb-41e2-8d0e-1f364dfb487c/TeczowyCanvasBaner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;overflow:visible;position:relative;display:block; }#noyge0e3zzXgGzTnaxbID86NQyclRG8I { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:3.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:24.6875rem;left:43.625rem;display:block; }
#tbpubP10q1UXc58z4tRvPTD4M4CMU9zm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hx6rLCgCzFweZ3PCftVa9PEXbrrXdo9a { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4rem;left:28.25rem;height:17.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HsB1405INpKH4LcmwZ3C7696Xol4xM8C { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14.28125rem;left:30.9375rem;height:8.125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vVxDeJn80rVu27IfE98B4ZBu4bCCcqWX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:55.1875rem;top:9.1875rem;left:-13.750580495356rem;overflow:hidden;display:block; }
#nWTJ6fWPRM9qGvfJGH1kUZPW1P21bNCP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.03);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; }#nWTJ6fWPRM9qGvfJGH1kUZPW1P21bNCP > .row .container { background-color: transparent; background-image: none; }#nWTJ6fWPRM9qGvfJGH1kUZPW1P21bNCP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWTJ6fWPRM9qGvfJGH1kUZPW1P21bNCP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWTJ6fWPRM9qGvfJGH1kUZPW1P21bNCP > .row .container > .video-iframe-container { display: none; }#nWTJ6fWPRM9qGvfJGH1kUZPW1P21bNCP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWTJ6fWPRM9qGvfJGH1kUZPW1P21bNCP > .row > .video-iframe-container { display: none; }#nWTJ6fWPRM9qGvfJGH1kUZPW1P21bNCP > .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); }#nWTJ6fWPRM9qGvfJGH1kUZPW1P21bNCP > .row .container { border-width: 0; border-radius: 0; }#nWTJ6fWPRM9qGvfJGH1kUZPW1P21bNCP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nWTJ6fWPRM9qGvfJGH1kUZPW1P21bNCP > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#LQrieal5pSTw2NzCCL7xmpzWncb4qHqC { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.59033203125rem;left:3.74853515625rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W0NKaavqOynS0wKCSZJxf4dtd1qUmUxr { color:rgba(var(--color-tertiary-3),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.37158203125rem;left:3.74853515625rem;height:8.3359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#W0NKaavqOynS0wKCSZJxf4dtd1qUmUxr li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#W0NKaavqOynS0wKCSZJxf4dtd1qUmUxr li:before{  }
#BBna3MIsIppaeT1ng6wNmDimeTLEGEbi { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VdGxizc0M8VfD5oJv5T1DmUfZAUGwAIt { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sMFXRnBTkTBiou5VgZtdLiXJ2E9eRT0C { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:25.8125rem;top:10.88330078125rem;left:45.04736328125rem;overflow:hidden;display:block; }
#VQxAEOIRThWicfs7xLbkLLBh01I6BIkI { position:absolute;display:block;z-index:15006;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:13.75rem;top:7.3187942504881rem;left:31.297744750976rem;display:block; }
#VQb6wbOrDyTHUVl7rT4f5DT1I3wvXD7x { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:31.125rem;left:3.74853515625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lwZQmHPV1OVLJlWx4UppDoMCZqHifc84 { 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; }#lwZQmHPV1OVLJlWx4UppDoMCZqHifc84 > .row .container { background-color: transparent; background-image: none; }#lwZQmHPV1OVLJlWx4UppDoMCZqHifc84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwZQmHPV1OVLJlWx4UppDoMCZqHifc84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwZQmHPV1OVLJlWx4UppDoMCZqHifc84 > .row .container > .video-iframe-container { display: none; }#lwZQmHPV1OVLJlWx4UppDoMCZqHifc84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwZQmHPV1OVLJlWx4UppDoMCZqHifc84 > .row > .video-iframe-container { display: none; }#lwZQmHPV1OVLJlWx4UppDoMCZqHifc84 > .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); }#lwZQmHPV1OVLJlWx4UppDoMCZqHifc84 > .row .container { border-width: 0; border-radius: 0; }#lwZQmHPV1OVLJlWx4UppDoMCZqHifc84 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwZQmHPV1OVLJlWx4UppDoMCZqHifc84 > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#KR7li7OfLqiMiyMpK5FIdGD4mrqVSR2a { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.1226119995119rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SE3HnrcEBSMPekB6mfqlUI8teow4iKXt { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J69BX1BJFAGzNJApXV0bkEb1l7kTQZbU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.1875rem;left:0.75rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1BdPXX7y58UWiCXZLvR0EpKbwNX7UGg { 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:300;z-index:15005;line-height:1.3;letter-spacing:0;top:27.8740234375rem;left:3.3125rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oN9oQeBm0giGhGKas2Zsc7Av50ITnMO1 { 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:6.9375rem;width:8.3125rem;top:12.96875rem;left:6.5625rem;overflow:hidden;display:block; }
#RV3ImL1xdx5xqI6FarneMxNg87w3zLEz { color:rgba(var(--color-tertiary-3),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:27.8740234375rem;left:23.875rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k46V1q08JqMWHRi21DLaxgZ1lwef8cuX { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.1875rem;left:20.6875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EC9tISokGQ9ScVTFVK5KXEWEaTU0ioIN { 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:6.6875rem;width:8rem;top:13.09375rem;left:26.65625rem;overflow:hidden;display:block; }
#di9zc73tc6pPFgVHRcwt2vxyvKtW7uUV { color:rgba(var(--color-tertiary-3),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:27.8740234375rem;left:43.375rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XiVat5DOxTRJZHeW2P5c4x3sryRNg3WK { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AiGVA7iBJ8qBTmOyNn1ZLuah5o5Gxnzu { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:7.5rem;top:13.3125rem;left:47.46875rem;overflow:hidden;display:block; }
#Elh9m5TWSRJhWawnuGd7i9kaedde4t5E { 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:5.6875rem;width:6.875rem;top:13.59375rem;left:63.9375rem;overflow:hidden;display:block; }
#PlJXhHEFUpiRWAiAC1rAVTph2o9Eg9wF { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.1875rem;left:59.75rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ylgaOZuMmAuO9Krz3i4vPtsRMgcydWGS { color:rgba(var(--color-tertiary-3),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:27.8740234375rem;left:60.5625rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LsUI56vb8bf1gsJnkcJWbfzl7g4GTGHD { position:absolute;display:block;z-index:15007;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:13.75rem;top:6.9431381225588rem;left:30.625003814698rem;display:block; }
#TJxoCV0Kkvw160E0erA6cKCaze59Pfau { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dOG0z4-gqp0/unsplash/debora-pilati-dOG0z4-gqp0-photo-1585854467604-cf2080ccef31.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau.adaptive-delivery-prevent-bg, #TJxoCV0Kkvw160E0erA6cKCaze59Pfau.lazyload, #TJxoCV0Kkvw160E0erA6cKCaze59Pfau.lazyloading { background-image: none; }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau > .row .container { background-color: transparent; background-image: none; }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau > .row .container > .video-iframe-container { display: none; }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau > .row > .video-iframe-container { display: none; }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau > .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); }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau > .row .container { border-width: 0; border-radius: 0; }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau > .row .container { font-size:0.875rem;font-family:arial;height:111.3125rem;width:75rem;position:relative;display:block; }#hpXz4L7TTNCMt39bWUWVacg17vHDz2bV { position:absolute;display:block;z-index:15004;background-color:#ffffff;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: 0rem 0.0625rem 1.875rem rgba(0,0,0,0.12) ;height:89.875rem;width:16.9375rem;top:10.4375rem;left:0rem;display:block; }
#GmMzqtq6PahOAOHE0KoZIorJDeFxx3dm { color:#41b6e9;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.3125rem;left:2.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PRTqbE6uzRrJed9plIBhs2pmAmgoVCTK { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.8720703125rem;left:1.875rem;height:5.9057625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PRTqbE6uzRrJed9plIBhs2pmAmgoVCTK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PRTqbE6uzRrJed9plIBhs2pmAmgoVCTK li:before{  }
#sCAr4TZ3pkn24wRlgdINW7AZsveMK8ey { color:#000000;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.64013671875rem;left:2rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BlIbagOkrLdsMzqDCSWsrTxUI2IFXUE0 { position:absolute;display:block;z-index:15009;background-color:#000000;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.125rem;width:8.75rem;top:15.25rem;left:2.6875rem;display:block; }
#IwXDavrd4KTkeL8hSUZCaxxTFldSO8Ie { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMboIme6mACzPstw82rfQNrTfzTDDlha { color:#000000;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:39.75rem;left:2.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UXCK7UrmdUE2f4sXBJdVxm4UdaRcnOWG { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:42.5185546875rem;left:1.875rem;height:9.38675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#UXCK7UrmdUE2f4sXBJdVxm4UdaRcnOWG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UXCK7UrmdUE2f4sXBJdVxm4UdaRcnOWG li:before{  }
#K96FKGeL76lBqkDdx86GZC8Zm1CCFsM5 { color:#000000;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:59.9375rem;left:2.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nnXO1iRkPlHVwCn1QaEMRGGBBJitfD3m { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:62.04931640625rem;left:1.875rem;height:4.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#nnXO1iRkPlHVwCn1QaEMRGGBBJitfD3m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nnXO1iRkPlHVwCn1QaEMRGGBBJitfD3m li:before{  }
#TzxXCEnIxMUUtPDHKFr5AZqgSxMvUnMs { color:#000000;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:68.1875rem;left:2.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xTZSXtT0MCCNxVlBIs71HZGcbdvc9s1P { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:70.26806640625rem;left:1.875rem;height:8.3305625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#xTZSXtT0MCCNxVlBIs71HZGcbdvc9s1P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xTZSXtT0MCCNxVlBIs71HZGcbdvc9s1P li:before{  }
#NMgCQqyfQgzfJmenGK3BMNkicx7w0QBF { position:absolute;display:block;z-index:15015;background-color:#ffffff;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: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:89.875rem;width:16.9375rem;top:10.4375rem;left:19.8125rem;display:block; }
#t4W5fKUklz3BE7JD7UaN6GQKlbAxD7zx { color:#000000;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:68.1875rem;left:20.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yMTnIh9yApSRoFZGFaMM4vsWSBJ0nuuR { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:21.8720703125rem;left:20.8125rem;height:10.130375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#yMTnIh9yApSRoFZGFaMM4vsWSBJ0nuuR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yMTnIh9yApSRoFZGFaMM4vsWSBJ0nuuR li:before{  }
#Nd8qt2tHGyU9o7MxJTZPZS1fLsSgHmk4 { color:#000000;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:19.64013671875rem;left:20.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f4xR8kEdPcFMNn8KLEA9KJtCDhL6DE71 { position:absolute;display:block;z-index:15020;background-color:#000000;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.125rem;width:8.75rem;top:15.25rem;left:21.3125rem;display:block; }
#VSIbG36qKMK7XrNwS3ymMvTRfZo55ECt { color:#41b6e9;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:12.3125rem;left:21.3125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HvQbF7HxWVzOIpJen2COXTlxJQECT9Lc { color:#000000;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:39.75rem;left:20.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EPzH9phC9cI9TIPUHqFWwEvs9lxN6m6A { color:#41b6e9;display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:16.0625rem;left:21.3125rem;height:2.9248rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M5TFP0skpTIStfx1v5ZklOBqsLw0HPcN { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:42.5185546875rem;left:20.8125rem;height:3.16845625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#M5TFP0skpTIStfx1v5ZklOBqsLw0HPcN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M5TFP0skpTIStfx1v5ZklOBqsLw0HPcN li:before{  }
#DQU7PfTsTwGEsRLTFT6rV87VlsboQtcB { color:#000000;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:59.9375rem;left:20.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nz4zr66XXoXlBZa5tBVE3RGVTlTGlbc2 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:62.04931640625rem;left:20.8125rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Nz4zr66XXoXlBZa5tBVE3RGVTlTGlbc2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Nz4zr66XXoXlBZa5tBVE3RGVTlTGlbc2 li:before{  }
#WWeTAiwwFMi33kuzkw08nlKy1vMHVW4p { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:70.26806640625rem;left:20.8125rem;height:4.5371125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#WWeTAiwwFMi33kuzkw08nlKy1vMHVW4p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WWeTAiwwFMi33kuzkw08nlKy1vMHVW4p li:before{  }
#mc95144WiHdmTL44XPlzhgRNI5ETEinZ { position:absolute;display:block;z-index:15026;background-color:#ffffff;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: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:90rem;width:16.9375rem;top:10.375rem;left:38.5625rem;display:block; }
#Fr4qmBG4iF1iSqZFLBTrPUJ6hWhaIh36 { color:#41b6e9;display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39.6875rem;height:2.9248rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fHA3ucS6zAfiA1c4grRAhLUI5Etp1rf5 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:22.1845703125rem;left:39.5625rem;height:4.5371125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#fHA3ucS6zAfiA1c4grRAhLUI5Etp1rf5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fHA3ucS6zAfiA1c4grRAhLUI5Etp1rf5 li:before{  }
#d9s1wqJTRV3mlnrK8DcbvBpLi24yP1J0 { color:#000000;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:19.64013671875rem;left:39.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fSAJdKHSL72d0cprGqpryV7KXIVvXXfP { color:#41b6e9;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:12.3125rem;left:40.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u2wJ791FLkgyMcaNlQgiaqaAO9rbOcHb { color:#000000;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:39.75rem;left:39.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gpyRGMONJbUENpTRA16qvEUqwFiRaBnH { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:42.5185546875rem;left:39.5625rem;height:15.411125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#gpyRGMONJbUENpTRA16qvEUqwFiRaBnH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gpyRGMONJbUENpTRA16qvEUqwFiRaBnH li:before{  }
#wOVKD4499ZqvE4bazC0oXvvNZ53AWCwa { color:#000000;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:59.9375rem;left:39.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AgT0NMTS2Do9ckQptkHPcZOccPQ5Si75 { color:#000000;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:68.1875rem;left:39.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gAnZggKfDgmtUfcDDL8JIQ8dqzScIN5L { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:70.26806640625rem;left:39.5625rem;height:10.442875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#gAnZggKfDgmtUfcDDL8JIQ8dqzScIN5L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gAnZggKfDgmtUfcDDL8JIQ8dqzScIN5L li:before{  }
#tozCmd9r3W4sDR5LOerDNF2xdDhrt1Jz { position:absolute;display:block;z-index:15021;background-color:#d81819;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.125rem;width:8.75rem;top:15.25rem;left:40.0625rem;display:block; }
#zdyWrOOvyKoJV7uZCMVvMDUuLJkm2FQk { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:62.04931640625rem;left:39.5625rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#zdyWrOOvyKoJV7uZCMVvMDUuLJkm2FQk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zdyWrOOvyKoJV7uZCMVvMDUuLJkm2FQk li:before{  }
#Bf22FmH1iU9hJiBpMkAPOlIbXytaxnTF { position:absolute;display:block;z-index:15039;background-color:#ffffff;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: 0rem 0.0625rem 1.875rem rgba(51,59,76,0.12) ;height:89.9375rem;width:16.9375rem;top:10.375rem;left:58.0625rem;display:block; }
#PkRHcC8IHeJvrf2t5QSNx6TETVK22RDm { color:#41b6e9;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:12.3125rem;left:59.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xTODQtFZDZTRWlKg732GuOCvqZ4IUvgr { color:#41b6e9;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:16.0625rem;left:59.375rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BLVs9iPZdIhNJQKJJXdJ2polnzFylF0m { color:#000000;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:19.64013671875rem;left:59.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yDXip1atZqAbvqcJpAiekGRkabzhfz64 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:21.8720703125rem;left:59.0625rem;height:17.4048125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#yDXip1atZqAbvqcJpAiekGRkabzhfz64 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yDXip1atZqAbvqcJpAiekGRkabzhfz64 li:before{  }
#yN7R5lm0gig8PvDwQUcsJW9Km7FImHWT { color:#000000;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:39.75rem;left:59.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WSZKqVqBcJQ9tt0o0hOwK3nQTGIAikg0 { color:#000000;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:68.1875rem;left:59.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HaIDEFycCkGTziqKFfGZlw4SACvnzKXZ { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:62.20556640625rem;left:59.0625rem;height:4.5371125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#HaIDEFycCkGTziqKFfGZlw4SACvnzKXZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HaIDEFycCkGTziqKFfGZlw4SACvnzKXZ li:before{  }
#sniDqA72eHlgcf8l6LIQk6HB5MzT80k8 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:42.1533203125rem;left:59.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#sniDqA72eHlgcf8l6LIQk6HB5MzT80k8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sniDqA72eHlgcf8l6LIQk6HB5MzT80k8 li:before{  }
#ZHyAakUdR9qmNNiLkaSdIV99wSarxKKS { color:#000000;display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:59.875rem;left:59.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pww0mVxzS2oCmWgxZaEsMOO4CVeAQiXy { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:70.26806640625rem;left:59.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#pww0mVxzS2oCmWgxZaEsMOO4CVeAQiXy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pww0mVxzS2oCmWgxZaEsMOO4CVeAQiXy li:before{  }
#BmR7zIX7kCtoRrqlPz4vNzT4wtvFDeVT { color:#41b6e9;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:93.3125rem;left:60.28125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ciuxoyyOdnzTHDwA4z6ZScSFpEZ1Kiyy { color:#41b6e9;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:93.3125rem;left:40.78125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LRhkNloA8eSXSV0quDnf7H3tAzRF3uKi { color:#41b6e9;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:93.3125rem;left:22.03125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a26KkwbPigxFCp2F4H4R6wpVRvzwDtTb { color:#41b6e9;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:93.375rem;left:3.09375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TGcSflJADkOF2MbJUnv9gVy125p3kFh2 { background-color:#d81819;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:5.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:103rem;left:0rem;display:block; }
#SH16eugAIqtyFFaXuipg1KPpVrfMgGq0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#khmRwbz0o2Qxc8XVf2GLlO3rkT2uJxhl { position:absolute;display:block;z-index:15021;background-color:#000000;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.125rem;width:8.75rem;top:15.25rem;left:40.0625rem;display:block; }
#vgXOru9AAS9xFxdsPsifzyJg3xosr8yn { position:absolute;display:block;z-index:15022;background-color:#000000;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.125rem;width:8.75rem;top:15.25rem;left:59.5625rem;display:block; }
#GpGW0mn2EfZC4Tf0H646LHl9aud0DFgy { position:absolute;display:block;z-index:15055;background-color:#000000;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.125rem;width:8.75rem;top:15.25rem;left:39.6875rem;display:block; }
#E9VTnGOg0cvmeTqN2UR3TSwgLpwAKyFM { position:absolute;display:block;z-index:15056;background-color:#000000;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.125rem;width:8.75rem;top:15.25rem;left:59.5625rem;display:block; }
#WyNEWdOVH2sRtqosFNTDZftwViZGa2BC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.03);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; }#WyNEWdOVH2sRtqosFNTDZftwViZGa2BC > .row .container { background-color: transparent; background-image: none; }#WyNEWdOVH2sRtqosFNTDZftwViZGa2BC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyNEWdOVH2sRtqosFNTDZftwViZGa2BC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyNEWdOVH2sRtqosFNTDZftwViZGa2BC > .row .container > .video-iframe-container { display: none; }#WyNEWdOVH2sRtqosFNTDZftwViZGa2BC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyNEWdOVH2sRtqosFNTDZftwViZGa2BC > .row > .video-iframe-container { display: none; }#WyNEWdOVH2sRtqosFNTDZftwViZGa2BC > .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); }#WyNEWdOVH2sRtqosFNTDZftwViZGa2BC > .row .container { border-width: 0; border-radius: 0; }#WyNEWdOVH2sRtqosFNTDZftwViZGa2BC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyNEWdOVH2sRtqosFNTDZftwViZGa2BC > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#pLnVHGPuhXqxLNlSnqcoatqJnPPWCeLX { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.25rem;width:13.5rem;top:10.4375rem;left:1.8750019073486rem;display:block; }
#E9iaMi47euZUoFZCBlu8z1sn91TGItMC { color:rgba(var(--color-tertiary-3),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:20.048828125rem;left:2.5625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#grzmeCZeG0wUeO01LZcbAVTSbX4nCEKw { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.25rem;width:13.5rem;top:10.4375rem;left:21.062286376953rem;display:block; }
#sAI4ExzzkEFdZxHGMFkpcVXDQGqCHt2N { color:rgba(var(--color-tertiary-3),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:19.986328125rem;left:21.99951171875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iel5pUrO7wkdBpMhgsuvU57RETgEpOBb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.436847686767rem;left:21.124134063721rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWDODuyOe8LGwIxRkHmpNh6BRhAtZk2I { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.25rem;width:13.5rem;top:10.4375rem;left:40.249568939209rem;display:block; }
#M2Ooq0Nm5OpcPy8JFmv1nNPV4WGcyXmN { color:rgba(var(--color-tertiary-3),1);display:block;width:12.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:19.986328125rem;left:40.84423828125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zUu03yZUXHBvUVVxTUJTviQdZymob0Dd { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.436847686767rem;left:40.312503814698rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bEZophCiuJALPgfI2Xd8VPGf4hgOBG60 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.25rem;width:13.5rem;top:10.4375rem;left:59.249134063721rem;display:block; }
#zfPi62T9KNyaSoeBbnzlD4x3qT7NRFlW { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.436847686767rem;left:59.249134063721rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5qD7yfQFncHw99eWW8bpcmga516lFvg { background-color:#d81819;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.37451171875rem;left:28.90576171875rem;display:block; }
#GJP2kTbf8nMGQptlu29JoRKySV5K9dfI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PHgQKRvVhyiDvCJCXFfDTLwoTvkSi1el { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.87451171875rem;left:17.93701171875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y7cpIVDx42DzxoAEnsKt4GIqWDxOoTUy { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.43603515625rem;left:1.90625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nfwkxctaz0AmiqOwS2cVRrK60ND88sJu { position:absolute;display:block;z-index:15008;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:13.75rem;top:7.8107643127444rem;left:30.717231750488rem;display:block; }
#xqVZBwtFfXiMD7fSuT6mWlyNQSZE84Eu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:12.28125rem;left:6.5rem; }
#FUE6hs75nOWLe4qHVRQtTNelm5iZC4n3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.28076171875rem;left:26.24951171875rem; }
#N2VBMWOow5E7TnzpA4r7zNehrT9wTIg4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.28125rem;left:45.3125rem; }
#Jsu8uOdFS8WkfvRxC6bTxXSODchFvnh1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:12.28125rem;left:64.0625rem; }
#qSTbUbbFW4dkNTVFTd5tUafZIQOdQMqw { 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; }#qSTbUbbFW4dkNTVFTd5tUafZIQOdQMqw > .row .container { background-color: transparent; background-image: none; }#qSTbUbbFW4dkNTVFTd5tUafZIQOdQMqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSTbUbbFW4dkNTVFTd5tUafZIQOdQMqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSTbUbbFW4dkNTVFTd5tUafZIQOdQMqw > .row .container > .video-iframe-container { display: none; }#qSTbUbbFW4dkNTVFTd5tUafZIQOdQMqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSTbUbbFW4dkNTVFTd5tUafZIQOdQMqw > .row > .video-iframe-container { display: none; }#qSTbUbbFW4dkNTVFTd5tUafZIQOdQMqw > .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); }#qSTbUbbFW4dkNTVFTd5tUafZIQOdQMqw > .row .container { border-width: 0; border-radius: 0; }#qSTbUbbFW4dkNTVFTd5tUafZIQOdQMqw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qSTbUbbFW4dkNTVFTd5tUafZIQOdQMqw > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:block; }#vTRsT6Gw87gkJOU8CAyeRhsesVwANQzN { position:absolute;display:block;z-index:15005;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.75rem;top:6.375rem;left:30.625rem;display:block; }
#CrCv2lQHkMA0cuFRpxstaNK1KAnqV1Hr { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wMbhN54Hfy8rToaNm8PGPmuOv0Qbl2xC { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.68017578125rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MXXcToHQvKMimwVrCFB4bF9le1UHWZXN { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.75rem;left:1rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gaXeQhRKWWLOINTBFF2bd81MySBygXwa { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.75rem;left:20.125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTkLiNnwDOZMK8BVDdu37ILywqSD691c { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.75rem;left:57.625rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h6XVXya4lggELcJx9CdzseXb123umtTe { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.75rem;left:36.0625rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QmnCrhcviShI95k2lFPHvv1puZtfapsZ { color:rgba(var(--color-tertiary-3),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:31.4375rem;left:2.5rem;height:15.1894875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NXQ8lKdtQg9u0kiTsSAfKsHzsdshiUte { color:rgba(var(--color-tertiary-3),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:31.4375rem;left:20.375rem;height:15.189475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HH3i5nCfoBeRvQDfhlrnng4kuyyfdBLy { color:rgba(var(--color-tertiary-3),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:31.4375rem;left:58.375rem;height:15.1894875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X1RcJNdTvihMK2R8WUVqIrAloiH1d98q { color:rgba(var(--color-tertiary-3),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:31.4375rem;left:39.4375rem;height:15.18944375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z8fTTWOfzqmzMEEFJI324l56eU81fXgn { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:12rem;top:12.8125rem;left:2.6875rem;overflow:hidden;display:block; }
#i9G0HGJzFbLTxrnJtTRtwKHy3pwIURKq { 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:10rem;width:12rem;top:12.875rem;left:20.71875rem;overflow:hidden;display:block; }
#f8EnwitMtqzJDquG8ye2cGucD7C1lfuS { 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:10rem;width:12rem;top:12.875rem;left:39.4375rem;overflow:hidden;display:block; }
#Tiv3k7ZLqcoh8n46KrgqzorV4TNotaa1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:12rem;top:12.84375rem;left:58.9375rem;overflow:hidden;display:block; }
#FurDe1CnahLX0Q5eFz6ulDfKXhrZvVyE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.03);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; }#FurDe1CnahLX0Q5eFz6ulDfKXhrZvVyE > .row .container { background-color: transparent; background-image: none; }#FurDe1CnahLX0Q5eFz6ulDfKXhrZvVyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FurDe1CnahLX0Q5eFz6ulDfKXhrZvVyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FurDe1CnahLX0Q5eFz6ulDfKXhrZvVyE > .row .container > .video-iframe-container { display: none; }#FurDe1CnahLX0Q5eFz6ulDfKXhrZvVyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FurDe1CnahLX0Q5eFz6ulDfKXhrZvVyE > .row > .video-iframe-container { display: none; }#FurDe1CnahLX0Q5eFz6ulDfKXhrZvVyE > .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); }#FurDe1CnahLX0Q5eFz6ulDfKXhrZvVyE > .row .container { border-width: 0; border-radius: 0; }#FurDe1CnahLX0Q5eFz6ulDfKXhrZvVyE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FurDe1CnahLX0Q5eFz6ulDfKXhrZvVyE > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#QW3uQhPsn5IafFnvTcBuuqi7odDf16B9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.7485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:7.623291015625rem;left:57.139892578125rem;height:1.2749rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qbgsXgXDqOW4TXNA1eST5XJwXcZiZrr4 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-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:0.124511875rem;width:21.875rem;top:6.999267578125rem;left:49.9365234375rem;display:block; }
#TlV7nhBS9mRUSQbN3ihDPVvN4QTtB6gg { color:rgba(var(--color-tertiary-4),1);display:block;width:22.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:2.625rem;left:48.9375rem;height:3.8247rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VK69tzTZG39WzqkeSA3JMbs9zyAOEzLS { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:5.5625rem;top:2.9375rem;left:1.95654296875rem;overflow:hidden;display:block; }
#kt1pHfBVhskMw7X88UhMiRVhkJXn46kh { background-color:rgba(var(--color-primary-4),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;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:5rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:2.75rem;left:8.3115234375rem;display:block; }
#EIFPWtwBVpKep7v0Mp4QPafqxWaOUcbn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QUZyIes3QSkskTWTuK5WTpx43qFDkX3U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0e0e;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; }#QUZyIes3QSkskTWTuK5WTpx43qFDkX3U > .row .container { background-color: transparent; background-image: none; }#QUZyIes3QSkskTWTuK5WTpx43qFDkX3U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUZyIes3QSkskTWTuK5WTpx43qFDkX3U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUZyIes3QSkskTWTuK5WTpx43qFDkX3U > .row .container > .video-iframe-container { display: none; }#QUZyIes3QSkskTWTuK5WTpx43qFDkX3U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUZyIes3QSkskTWTuK5WTpx43qFDkX3U > .row > .video-iframe-container { display: none; }#QUZyIes3QSkskTWTuK5WTpx43qFDkX3U > .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); }#QUZyIes3QSkskTWTuK5WTpx43qFDkX3U > .row .container { border-width: 0; border-radius: 0; }#QUZyIes3QSkskTWTuK5WTpx43qFDkX3U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QUZyIes3QSkskTWTuK5WTpx43qFDkX3U > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#vk6QCxbvlzyFQn4BFfTMSA0CbUJ371FF { color:rgba(var(--color-tertiary-0),1);display:block;width:68.9975rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:7.623291015625rem;left:2.999267578125rem;height:5.625rem;text-align:justify;text-align-last:initial;display:block; }
#A3clKSTsyXurT3dXwF0fayCeMgObr5rp { 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: 0.625rem 0.9375rem 4.375rem rgba(21,24,36,0.2) ;height:3.125rem;width:10rem;top:2.061767578125rem;left:2.998046875rem;overflow:hidden;display:block; }
#rnU87nZVrWhOiO3mnVRcmTUrLDlQozwI { color:rgba(var(--color-tertiary-0),1);display:block;width:19.87425rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:2.87353515625rem;left:14.81201171875rem;height:1.5rem;display:block; }
#Hn3y2ENNXiTUo5IwSEF4kmv7XWHaQaNS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.9375rem 4.375rem rgba(21,24,36,0.2) ;height:2.1875rem;width:14.5rem;top:2.530517578125rem;left:57.574462890625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c3NsiqJNX9dTDdqzrsbnHbHckAL2Mo9X { display:block; }#c3NsiqJNX9dTDdqzrsbnHbHckAL2Mo9X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZdoTzeevonVEA6L0bKi5sXGTK3tID38 { top:0.5rem;left:38.1875rem;width:9.5625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCOtnn5cQhuzNCCJ0idtRzSFxMVnlE1Z { top:2.1875rem;left:0rem;width:6.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6SM110hDT6FXgxKTk6LI3LDanQAzE49 { top:1.4375rem;left:32.84326171875rem;width:13.875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noyge0e3zzXgGzTnaxbID86NQyclRG8I { width:27.125rem;height:3.5625rem;top:24.6875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbpubP10q1UXc58z4tRvPTD4M4CMU9zm { display:block; }
 }@media only screen and (max-width: 763px) { #Hx6rLCgCzFweZ3PCftVa9PEXbrrXdo9a { top:4rem;left:5.3125rem;width:42.4375rem;height:17.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsB1405INpKH4LcmwZ3C7696Xol4xM8C { top:14.25rem;left:7.875rem;width:39.875rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVxDeJn80rVu27IfE98B4ZBu4bCCcqWX { top:9.1875rem;left:0rem;width:47.75rem;height:19.900339750849rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWTJ6fWPRM9qGvfJGH1kUZPW1P21bNCP { display:block; }#nWTJ6fWPRM9qGvfJGH1kUZPW1P21bNCP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQrieal5pSTw2NzCCL7xmpzWncb4qHqC { top:12.5625rem;left:0rem;width:40rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0NKaavqOynS0wKCSZJxf4dtd1qUmUxr { top:20.3125rem;left:0rem;width:34.75rem;height:;font-size:1.0625rem;display:block; }#W0NKaavqOynS0wKCSZJxf4dtd1qUmUxr li:before{  }
 }@media only screen and (max-width: 763px) { #BBna3MIsIppaeT1ng6wNmDimeTLEGEbi { width:47.75rem;height:4.0625rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdGxizc0M8VfD5oJv5T1DmUfZAUGwAIt { width:47.75rem;height:1.375rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMFXRnBTkTBiou5VgZtdLiXJ2E9eRT0C { top:10.875rem;left:20.25rem;width:25.8125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQxAEOIRThWicfs7xLbkLLBh01I6BIkI { top:7.3125rem;left:17.672744750976rem;width:13.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQb6wbOrDyTHUVl7rT4f5DT1I3wvXD7x { top:31.125rem;left:0rem;width:40rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwZQmHPV1OVLJlWx4UppDoMCZqHifc84 { display:block; }#lwZQmHPV1OVLJlWx4UppDoMCZqHifc84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KR7li7OfLqiMiyMpK5FIdGD4mrqVSR2a { width:47.75rem;height:1.375rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE3HnrcEBSMPekB6mfqlUI8teow4iKXt { width:47.75rem;height:4.0625rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J69BX1BJFAGzNJApXV0bkEb1l7kTQZbU { width:19.9375rem;height:4.0625rem;top:22.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1BdPXX7y58UWiCXZLvR0EpKbwNX7UGg { width:14.8125rem;height:5.5rem;top:27.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN9oQeBm0giGhGKas2Zsc7Av50ITnMO1 { width:8.3125rem;height:6.9375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV3ImL1xdx5xqI6FarneMxNg87w3zLEz { width:13.5625rem;height:5.5rem;top:27.8125rem;left:10.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k46V1q08JqMWHRi21DLaxgZ1lwef8cuX { width:19.9375rem;height:4.0625rem;top:22.1875rem;left:7.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC9tISokGQ9ScVTFVK5KXEWEaTU0ioIN { width:8rem;height:6.6875rem;top:13.0625rem;left:13.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #di9zc73tc6pPFgVHRcwt2vxyvKtW7uUV { width:14.4375rem;height:5.5rem;top:27.8125rem;left:29.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiVat5DOxTRJZHeW2P5c4x3sryRNg3WK { width:19.9375rem;height:4.0625rem;top:22.1875rem;left:27rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiGVA7iBJ8qBTmOyNn1ZLuah5o5Gxnzu { width:7.5rem;height:6.1875rem;top:13.3125rem;left:33.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elh9m5TWSRJhWawnuGd7i9kaedde4t5E { width:6.875rem;height:5.6875rem;top:13.5625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlJXhHEFUpiRWAiAC1rAVTph2o9Eg9wF { width:15.25rem;height:4.0625rem;top:22.1875rem;left:32.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylgaOZuMmAuO9Krz3i4vPtsRMgcydWGS { width:13.1875rem;height:6.875rem;top:27.8125rem;left:34.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsUI56vb8bf1gsJnkcJWbfzl7g4GTGHD { top:6.9375rem;left:17.000003814698rem;width:13.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJxoCV0Kkvw160E0erA6cKCaze59Pfau { display:block; }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpXz4L7TTNCMt39bWUWVacg17vHDz2bV { top:10.4375rem;left:0rem;width:16.9375rem;height:89.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmMzqtq6PahOAOHE0KoZIorJDeFxx3dm { top:12.3125rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRTqbE6uzRrJed9plIBhs2pmAmgoVCTK { top:21.8125rem;left:0rem;width:14.9375rem;height:5.875rem;font-size:0.8125rem;display:block; }#PRTqbE6uzRrJed9plIBhs2pmAmgoVCTK li:before{  }
 }@media only screen and (max-width: 763px) { #sCAr4TZ3pkn24wRlgdINW7AZsveMK8ey { top:19.625rem;left:0rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlIbagOkrLdsMzqDCSWsrTxUI2IFXUE0 { top:15.25rem;left:0rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwXDavrd4KTkeL8hSUZCaxxTFldSO8Ie { width:47.75rem;height:4.0625rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMboIme6mACzPstw82rfQNrTfzTDDlha { top:39.75rem;left:0rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXCK7UrmdUE2f4sXBJdVxm4UdaRcnOWG { top:42.5rem;left:0rem;width:14.9375rem;height:9.375rem;font-size:0.8125rem;display:block; }#UXCK7UrmdUE2f4sXBJdVxm4UdaRcnOWG li:before{  }
 }@media only screen and (max-width: 763px) { #K96FKGeL76lBqkDdx86GZC8Zm1CCFsM5 { top:59.9375rem;left:0rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnXO1iRkPlHVwCn1QaEMRGGBBJitfD3m { top:62rem;left:0rem;width:14.9375rem;height:4.8125rem;font-size:0.8125rem;display:block; }#nnXO1iRkPlHVwCn1QaEMRGGBBJitfD3m li:before{  }
 }@media only screen and (max-width: 763px) { #TzxXCEnIxMUUtPDHKFr5AZqgSxMvUnMs { top:68.1875rem;left:0rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTZSXtT0MCCNxVlBIs71HZGcbdvc9s1P { top:70.25rem;left:0rem;width:14.9375rem;height:8.3125rem;font-size:0.8125rem;display:block; }#xTZSXtT0MCCNxVlBIs71HZGcbdvc9s1P li:before{  }
 }@media only screen and (max-width: 763px) { #NMgCQqyfQgzfJmenGK3BMNkicx7w0QBF { top:10.4375rem;left:0rem;width:16.9375rem;height:89.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4W5fKUklz3BE7JD7UaN6GQKlbAxD7zx { top:68.1875rem;left:0rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMTnIh9yApSRoFZGFaMM4vsWSBJ0nuuR { top:21.8125rem;left:0.9375rem;width:14.9375rem;height:10.125rem;font-size:0.8125rem;display:block; }#yMTnIh9yApSRoFZGFaMM4vsWSBJ0nuuR li:before{  }
 }@media only screen and (max-width: 763px) { #Nd8qt2tHGyU9o7MxJTZPZS1fLsSgHmk4 { top:19.625rem;left:0rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4xR8kEdPcFMNn8KLEA9KJtCDhL6DE71 { top:15.25rem;left:7.125rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSIbG36qKMK7XrNwS3ymMvTRfZo55ECt { top:12.3125rem;left:3.375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvQbF7HxWVzOIpJen2COXTlxJQECT9Lc { top:39.75rem;left:0rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPzH9phC9cI9TIPUHqFWwEvs9lxN6m6A { top:16.0625rem;left:0rem;width:19.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5TFP0skpTIStfx1v5ZklOBqsLw0HPcN { top:42.5rem;left:0.9375rem;width:14.9375rem;height:3.125rem;font-size:0.8125rem;display:block; }#M5TFP0skpTIStfx1v5ZklOBqsLw0HPcN li:before{  }
 }@media only screen and (max-width: 763px) { #DQU7PfTsTwGEsRLTFT6rV87VlsboQtcB { top:59.9375rem;left:0rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz4zr66XXoXlBZa5tBVE3RGVTlTGlbc2 { top:62rem;left:0.9375rem;width:14.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }#Nz4zr66XXoXlBZa5tBVE3RGVTlTGlbc2 li:before{  }
 }@media only screen and (max-width: 763px) { #WWeTAiwwFMi33kuzkw08nlKy1vMHVW4p { top:70.25rem;left:0.9375rem;width:14.9375rem;height:4.5rem;font-size:0.8125rem;display:block; }#WWeTAiwwFMi33kuzkw08nlKy1vMHVW4p li:before{  }
 }@media only screen and (max-width: 763px) { #mc95144WiHdmTL44XPlzhgRNI5ETEinZ { top:10.375rem;left:14.8125rem;width:16.9375rem;height:90rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr4qmBG4iF1iSqZFLBTrPUJ6hWhaIh36 { top:16.0625rem;left:11.875rem;width:19.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHA3ucS6zAfiA1c4grRAhLUI5Etp1rf5 { top:22.125rem;left:16.8125rem;width:14.9375rem;height:;font-size:0.8125rem;display:block; }#fHA3ucS6zAfiA1c4grRAhLUI5Etp1rf5 li:before{  }
 }@media only screen and (max-width: 763px) { #d9s1wqJTRV3mlnrK8DcbvBpLi24yP1J0 { top:19.625rem;left:15.875rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSAJdKHSL72d0cprGqpryV7KXIVvXXfP { top:12.3125rem;left:19.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2wJ791FLkgyMcaNlQgiaqaAO9rbOcHb { top:39.75rem;left:15.875rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpyRGMONJbUENpTRA16qvEUqwFiRaBnH { top:42.5rem;left:16.8125rem;width:14.9375rem;height:15.375rem;font-size:0.8125rem;display:block; }#gpyRGMONJbUENpTRA16qvEUqwFiRaBnH li:before{  }
 }@media only screen and (max-width: 763px) { #wOVKD4499ZqvE4bazC0oXvvNZ53AWCwa { top:59.9375rem;left:15.875rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgT0NMTS2Do9ckQptkHPcZOccPQ5Si75 { top:68.1875rem;left:15.875rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAnZggKfDgmtUfcDDL8JIQ8dqzScIN5L { top:70.25rem;left:16.8125rem;width:14.9375rem;height:10.4375rem;font-size:0.8125rem;display:block; }#gAnZggKfDgmtUfcDDL8JIQ8dqzScIN5L li:before{  }
 }@media only screen and (max-width: 763px) { #tozCmd9r3W4sDR5LOerDNF2xdDhrt1Jz { top:15.25rem;left:23rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdyWrOOvyKoJV7uZCMVvMDUuLJkm2FQk { top:62rem;left:16.8125rem;width:14.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }#zdyWrOOvyKoJV7uZCMVvMDUuLJkm2FQk li:before{  }
 }@media only screen and (max-width: 763px) { #Bf22FmH1iU9hJiBpMkAPOlIbXytaxnTF { top:10.375rem;left:30.6875rem;width:16.9375rem;height:89.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkRHcC8IHeJvrf2t5QSNx6TETVK22RDm { top:12.3125rem;left:35.125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTODQtFZDZTRWlKg732GuOCvqZ4IUvgr { top:16.0625rem;left:32rem;width:15.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLVs9iPZdIhNJQKJJXdJ2polnzFylF0m { top:19.625rem;left:31.75rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDXip1atZqAbvqcJpAiekGRkabzhfz64 { top:21.8125rem;left:32.6875rem;width:14.9375rem;height:;font-size:0.8125rem;display:block; }#yDXip1atZqAbvqcJpAiekGRkabzhfz64 li:before{  }
 }@media only screen and (max-width: 763px) { #yN7R5lm0gig8PvDwQUcsJW9Km7FImHWT { top:39.75rem;left:31.75rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSZKqVqBcJQ9tt0o0hOwK3nQTGIAikg0 { top:68.1875rem;left:31.75rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaIDEFycCkGTziqKFfGZlw4SACvnzKXZ { top:62.1875rem;left:32.6875rem;width:14.9375rem;height:;font-size:0.8125rem;display:block; }#HaIDEFycCkGTziqKFfGZlw4SACvnzKXZ li:before{  }
 }@media only screen and (max-width: 763px) { #sniDqA72eHlgcf8l6LIQk6HB5MzT80k8 { top:42.125rem;left:32.6875rem;width:14.9375rem;height:;font-size:0.8125rem;display:block; }#sniDqA72eHlgcf8l6LIQk6HB5MzT80k8 li:before{  }
 }@media only screen and (max-width: 763px) { #ZHyAakUdR9qmNNiLkaSdIV99wSarxKKS { top:59.875rem;left:31.75rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pww0mVxzS2oCmWgxZaEsMOO4CVeAQiXy { top:70.25rem;left:32.6875rem;width:14.9375rem;height:;font-size:0.8125rem;display:block; }#pww0mVxzS2oCmWgxZaEsMOO4CVeAQiXy li:before{  }
 }@media only screen and (max-width: 763px) { #BmR7zIX7kCtoRrqlPz4vNzT4wtvFDeVT { top:93.3125rem;left:35.125rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciuxoyyOdnzTHDwA4z6ZScSFpEZ1Kiyy { top:93.3125rem;left:19.25rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRhkNloA8eSXSV0quDnf7H3tAzRF3uKi { top:93.3125rem;left:3.375rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a26KkwbPigxFCp2F4H4R6wpVRvzwDtTb { top:93.375rem;left:0rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGcSflJADkOF2MbJUnv9gVy125p3kFh2 { width:46.75rem;height:5.4375rem;top:103rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH16eugAIqtyFFaXuipg1KPpVrfMgGq0 { display:block; }
 }@media only screen and (max-width: 763px) { #khmRwbz0o2Qxc8XVf2GLlO3rkT2uJxhl { top:15.25rem;left:23rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgXOru9AAS9xFxdsPsifzyJg3xosr8yn { top:15.25rem;left:36.75rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpGW0mn2EfZC4Tf0H646LHl9aud0DFgy { top:15.25rem;left:23rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9VTnGOg0cvmeTqN2UR3TSwgLpwAKyFM { top:15.25rem;left:36.75rem;width:8.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyNEWdOVH2sRtqosFNTDZftwViZGa2BC { display:block; }#WyNEWdOVH2sRtqosFNTDZftwViZGa2BC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLnVHGPuhXqxLNlSnqcoatqJnPPWCeLX { width:13.5rem;height:15.25rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9iaMi47euZUoFZCBlu8z1sn91TGItMC { width:12.125rem;height:4.5rem;top:20rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grzmeCZeG0wUeO01LZcbAVTSbX4nCEKw { width:13.5rem;height:15.25rem;top:10.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAI4ExzzkEFdZxHGMFkpcVXDQGqCHt2N { width:11.625rem;height:4.5rem;top:19.9375rem;left:11.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iel5pUrO7wkdBpMhgsuvU57RETgEpOBb { width:13.5625rem;height:1.4375rem;top:16.375rem;left:10.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWDODuyOe8LGwIxRkHmpNh6BRhAtZk2I { width:13.5rem;height:15.25rem;top:10.4375rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2Ooq0Nm5OpcPy8JFmv1nNPV4WGcyXmN { width:12rem;height:4.5rem;top:19.9375rem;left:23.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUu03yZUXHBvUVVxTUJTviQdZymob0Dd { width:13.5rem;height:1.4375rem;top:16.375rem;left:22.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEZophCiuJALPgfI2Xd8VPGf4hgOBG60 { width:13.5rem;height:15.25rem;top:10.4375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfPi62T9KNyaSoeBbnzlD4x3qT7NRFlW { width:13.5625rem;height:4.375rem;top:16.375rem;left:34.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5qD7yfQFncHw99eWW8bpcmga516lFvg { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJP2kTbf8nMGQptlu29JoRKySV5K9dfI { display:block; }
 }@media only screen and (max-width: 763px) { #PHgQKRvVhyiDvCJCXFfDTLwoTvkSi1el { top:2.8125rem;left:0rem;width:39rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7cpIVDx42DzxoAEnsKt4GIqWDxOoTUy { width:13.4375rem;height:1.4375rem;top:16.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfwkxctaz0AmiqOwS2cVRrK60ND88sJu { top:7.75rem;left:10.125rem;width:13.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqVZBwtFfXiMD7fSuT6mWlyNQSZE84Eu { top:12.25rem;left:3.09375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUE6hs75nOWLe4qHVRQtTNelm5iZC4n3 { top:12.25rem;left:16.03076171875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2VBMWOow5E7TnzpA4r7zNehrT9wTIg4 { top:12.25rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jsu8uOdFS8WkfvRxC6bTxXSODchFvnh1 { top:12.25rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSTbUbbFW4dkNTVFTd5tUafZIQOdQMqw { display:block; }#qSTbUbbFW4dkNTVFTd5tUafZIQOdQMqw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTRsT6Gw87gkJOU8CAyeRhsesVwANQzN { top:6.375rem;left:17rem;width:13.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrCv2lQHkMA0cuFRpxstaNK1KAnqV1Hr { width:47.75rem;height:4.0625rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMbhN54Hfy8rToaNm8PGPmuOv0Qbl2xC { width:47.75rem;height:1.375rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXXcToHQvKMimwVrCFB4bF9le1UHWZXN { width:15.375rem;height:4.0625rem;top:24.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaXeQhRKWWLOINTBFF2bd81MySBygXwa { width:13.1875rem;height:4.0625rem;top:24.75rem;left:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTkLiNnwDOZMK8BVDdu37ILywqSD691c { width:14.625rem;height:6.0625rem;top:23.75rem;left:33.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6XVXya4lggELcJx9CdzseXb123umtTe { width:19.9375rem;height:6.0625rem;top:23.75rem;left:22.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmnCrhcviShI95k2lFPHvv1puZtfapsZ { width:12.375rem;height:15.1875rem;top:31.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXQ8lKdtQg9u0kiTsSAfKsHzsdshiUte { width:12.75rem;height:15.1875rem;top:31.4375rem;left:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH3i5nCfoBeRvQDfhlrnng4kuyyfdBLy { width:13.125rem;height:15.1875rem;top:31.4375rem;left:34.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1RcJNdTvihMK2R8WUVqIrAloiH1d98q { width:13.125rem;height:15.1875rem;top:31.4375rem;left:25.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8fTTWOfzqmzMEEFJI324l56eU81fXgn { top:12.8125rem;left:0rem;width:12rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9G0HGJzFbLTxrnJtTRtwKHy3pwIURKq { top:12.875rem;left:7.09375rem;width:12rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8EnwitMtqzJDquG8ye2cGucD7C1lfuS { top:12.875rem;left:25.8125rem;width:12rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tiv3k7ZLqcoh8n46KrgqzorV4TNotaa1 { top:12.8125rem;left:35.75rem;width:12rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #FurDe1CnahLX0Q5eFz6ulDfKXhrZvVyE { display:block; }#FurDe1CnahLX0Q5eFz6ulDfKXhrZvVyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QW3uQhPsn5IafFnvTcBuuqi7odDf16B9 { top:7.5625rem;left:33.0625rem;width:14.6875rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbgsXgXDqOW4TXNA1eST5XJwXcZiZrr4 { top:6.9375rem;left:25.875rem;width:21.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlV7nhBS9mRUSQbN3ihDPVvN4QTtB6gg { top:2.5625rem;left:24.9375rem;width:22.8125rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK69tzTZG39WzqkeSA3JMbs9zyAOEzLS { top:2.9375rem;left:0rem;width:5.5625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt1pHfBVhskMw7X88UhMiRVhkJXn46kh { width:13.125rem;height:5rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIFPWtwBVpKep7v0Mp4QPafqxWaOUcbn { display:block; }
 }@media only screen and (max-width: 763px) { #QUZyIes3QSkskTWTuK5WTpx43qFDkX3U { display:block; }#QUZyIes3QSkskTWTuK5WTpx43qFDkX3U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vk6QCxbvlzyFQn4BFfTMSA0CbUJ371FF { width:47.75rem;height:5.625rem;top:7.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3clKSTsyXurT3dXwF0fayCeMgObr5rp { width:10rem;height:3.125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnU87nZVrWhOiO3mnVRcmTUrLDlQozwI { top:2.8125rem;left:1.18701171875rem;width:19.8125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn3y2ENNXiTUo5IwSEF4kmv7XWHaQaNS { width:14.5rem;height:2.1875rem;top:2.5rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c3NsiqJNX9dTDdqzrsbnHbHckAL2Mo9X { display:block; }#c3NsiqJNX9dTDdqzrsbnHbHckAL2Mo9X > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZdoTzeevonVEA6L0bKi5sXGTK3tID38 { width:5.375rem;height:2.1875rem;top:1.4995660781861rem;left:11.378038465977rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCOtnn5cQhuzNCCJ0idtRzSFxMVnlE1Z { width:6.5625rem;height:1.5rem;top:3.4375rem;left:-2.734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K6SM110hDT6FXgxKTk6LI3LDanQAzE49 { width:7.999125rem;height:1.25rem;top:1.9683160781861rem;left:1.5972223877907rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/173c7b0d-80cb-41e2-8d0e-1f364dfb487c/TeczowyCanvasBaner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noyge0e3zzXgGzTnaxbID86NQyclRG8I { width:18.6855625rem;height:3.5610375rem;top:13.568359375rem;left:0.65673828125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbpubP10q1UXc58z4tRvPTD4M4CMU9zm { display:block; }
 }@media only screen and (max-width: 763px) { #Hx6rLCgCzFweZ3PCftVa9PEXbrrXdo9a { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HsB1405INpKH4LcmwZ3C7696Xol4xM8C { width:20rem;height:7.31200625rem;top:5.1943359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vVxDeJn80rVu27IfE98B4ZBu4bCCcqWX { width:20rem;height:8.3349375rem;top:18.62939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWTJ6fWPRM9qGvfJGH1kUZPW1P21bNCP { display:block; }#nWTJ6fWPRM9qGvfJGH1kUZPW1P21bNCP > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQrieal5pSTw2NzCCL7xmpzWncb4qHqC { width:20rem;height:11.69825rem;top:10.10498046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0NKaavqOynS0wKCSZJxf4dtd1qUmUxr { width:19.9375rem;height:8.01175rem;top:23.165149688721rem;left:0.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#W0NKaavqOynS0wKCSZJxf4dtd1qUmUxr li:before{  }
 }@media only screen and (max-width: 763px) { #BBna3MIsIppaeT1ng6wNmDimeTLEGEbi { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdGxizc0M8VfD5oJv5T1DmUfZAUGwAIt { width:20rem;height:3.8994125rem;top:4.93706875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMFXRnBTkTBiou5VgZtdLiXJ2E9eRT0C { width:20rem;height:16.75rem;top:33.14111328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQxAEOIRThWicfs7xLbkLLBh01I6BIkI { width:13.75rem;height:0.0625rem;top:50.125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQb6wbOrDyTHUVl7rT4f5DT1I3wvXD7x { width:20rem;height:1.29980625rem;top:51.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwZQmHPV1OVLJlWx4UppDoMCZqHifc84 { display:block; }#lwZQmHPV1OVLJlWx4UppDoMCZqHifc84 > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KR7li7OfLqiMiyMpK5FIdGD4mrqVSR2a { width:20rem;height:1.13720625rem;top:6.873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE3HnrcEBSMPekB6mfqlUI8teow4iKXt { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J69BX1BJFAGzNJApXV0bkEb1l7kTQZbU { width:19.936rem;height:4.0625rem;top:16.625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1BdPXX7y58UWiCXZLvR0EpKbwNX7UGg { width:19.936rem;height:5.5234375rem;top:21.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN9oQeBm0giGhGKas2Zsc7Av50ITnMO1 { width:5.0625rem;height:4.1875rem;top:10.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV3ImL1xdx5xqI6FarneMxNg87w3zLEz { width:19.936rem;height:4.142575rem;top:40.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k46V1q08JqMWHRi21DLaxgZ1lwef8cuX { width:19.936rem;height:4.0625rem;top:34.9375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC9tISokGQ9ScVTFVK5KXEWEaTU0ioIN { width:5.125rem;height:4.25rem;top:28.875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #di9zc73tc6pPFgVHRcwt2vxyvKtW7uUV { width:19.936rem;height:5.5234375rem;top:57.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiVat5DOxTRJZHeW2P5c4x3sryRNg3WK { width:19.936rem;height:4.0625rem;top:52.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiGVA7iBJ8qBTmOyNn1ZLuah5o5Gxnzu { width:5rem;height:4.1875rem;top:46.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elh9m5TWSRJhWawnuGd7i9kaedde4t5E { width:5rem;height:4.1875rem;top:64.3681640625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlJXhHEFUpiRWAiAC1rAVTph2o9Eg9wF { width:19.9355625rem;height:4.0625rem;top:70.36669921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylgaOZuMmAuO9Krz3i4vPtsRMgcydWGS { width:13.186875rem;height:6.9043125rem;top:75.991756439206rem;left:3.4060330986977rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsUI56vb8bf1gsJnkcJWbfzl7g4GTGHD { width:13.75rem;height:0.0625rem;top:90.125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJxoCV0Kkvw160E0erA6cKCaze59Pfau { background-color:transparent;background-image:url("https://images.assets-landingi.com/slxmrfef/Mask_Group_4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau.adaptive-delivery-prevent-bg, #TJxoCV0Kkvw160E0erA6cKCaze59Pfau.lazyload, #TJxoCV0Kkvw160E0erA6cKCaze59Pfau.lazyloading { background-image: none; }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau > .row .container { background-color: transparent; background-image: none; }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau > .row .container > .video-iframe-container { display: none; }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau > .row > .video-iframe-container { display: none; }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau > .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); }#TJxoCV0Kkvw160E0erA6cKCaze59Pfau > .row .container { width:20rem;height:329.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpXz4L7TTNCMt39bWUWVacg17vHDz2bV { width:16.9375rem;height:62.9375rem;top:4.625rem;left:1.53125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #GmMzqtq6PahOAOHE0KoZIorJDeFxx3dm { width:12.5rem;height:1.625rem;top:6.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRTqbE6uzRrJed9plIBhs2pmAmgoVCTK { width:14.75rem;height:8.4238125rem;top:11.75rem;left:2.625rem;font-size:1rem;display:block; }#PRTqbE6uzRrJed9plIBhs2pmAmgoVCTK li:before{  }
 }@media only screen and (max-width: 763px) { #sCAr4TZ3pkn24wRlgdINW7AZsveMK8ey { width:15.75rem;height:1.625rem;top:9.8125rem;left:2.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlIbagOkrLdsMzqDCSWsrTxUI2IFXUE0 { width:12.5rem;height:0.125rem;top:8.875rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwXDavrd4KTkeL8hSUZCaxxTFldSO8Ie { width:20rem;height:2.4375rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMboIme6mACzPstw82rfQNrTfzTDDlha { width:15.875rem;height:1.625rem;top:20.48681640625rem;left:2.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXCK7UrmdUE2f4sXBJdVxm4UdaRcnOWG { width:15.25rem;height:15.235375rem;top:22.79931640625rem;left:2.53125rem;font-size:1rem;display:block; }#UXCK7UrmdUE2f4sXBJdVxm4UdaRcnOWG li:before{  }
 }@media only screen and (max-width: 763px) { #K96FKGeL76lBqkDdx86GZC8Zm1CCFsM5 { width:15.875rem;height:1.625rem;top:38.65966796875rem;left:2.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnXO1iRkPlHVwCn1QaEMRGGBBJitfD3m { width:14.9375rem;height:5.82421875rem;top:41.09716796875rem;left:2.53125rem;font-size:1rem;display:block; }#nnXO1iRkPlHVwCn1QaEMRGGBBJitfD3m li:before{  }
 }@media only screen and (max-width: 763px) { #TzxXCEnIxMUUtPDHKFr5AZqgSxMvUnMs { width:15.875rem;height:1.625rem;top:47.54638671875rem;left:2.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTZSXtT0MCCNxVlBIs71HZGcbdvc9s1P { width:14.9375rem;height:11.3359375rem;top:49.79638671875rem;left:2.53125rem;font-size:1rem;display:block; }#xTZSXtT0MCCNxVlBIs71HZGcbdvc9s1P li:before{  }
 }@media only screen and (max-width: 763px) { #NMgCQqyfQgzfJmenGK3BMNkicx7w0QBF { width:16.9375rem;height:57.5rem;top:69.81982421875rem;left:1.53125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #t4W5fKUklz3BE7JD7UaN6GQKlbAxD7zx { width:15.875rem;height:1.625rem;top:111.25732421875rem;left:2.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMTnIh9yApSRoFZGFaMM4vsWSBJ0nuuR { width:14.9375rem;height:16.222625rem;top:80.19189453125rem;left:2.53125rem;font-size:1rem;display:block; }#yMTnIh9yApSRoFZGFaMM4vsWSBJ0nuuR li:before{  }
 }@media only screen and (max-width: 763px) { #Nd8qt2tHGyU9o7MxJTZPZS1fLsSgHmk4 { width:15.875rem;height:1.625rem;top:77.8974609375rem;left:2.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4xR8kEdPcFMNn8KLEA9KJtCDhL6DE71 { width:8.75rem;height:0.125rem;top:73.44482421875rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSIbG36qKMK7XrNwS3ymMvTRfZo55ECt { width:12.5rem;height:1.625rem;top:71.13232421875rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvQbF7HxWVzOIpJen2COXTlxJQECT9Lc { width:15.875rem;height:1.625rem;top:97.13232421875rem;left:2.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPzH9phC9cI9TIPUHqFWwEvs9lxN6m6A { width:17.5625rem;height:2.9248rem;top:74.625rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5TFP0skpTIStfx1v5ZklOBqsLw0HPcN { width:14.9375rem;height:5.19921875rem;top:99.77587890625rem;left:2.53125rem;font-size:1rem;display:block; }#M5TFP0skpTIStfx1v5ZklOBqsLw0HPcN li:before{  }
 }@media only screen and (max-width: 763px) { #DQU7PfTsTwGEsRLTFT6rV87VlsboQtcB { width:15.875rem;height:1.625rem;top:105.50732421875rem;left:2.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz4zr66XXoXlBZa5tBVE3RGVTlTGlbc2 { width:14.9375rem;height:2.5996125rem;top:107.681640625rem;left:2.53125rem;font-size:1rem;display:block; }#Nz4zr66XXoXlBZa5tBVE3RGVTlTGlbc2 li:before{  }
 }@media only screen and (max-width: 763px) { #WWeTAiwwFMi33kuzkw08nlKy1vMHVW4p { width:14.9375rem;height:8.1113125rem;top:113.462890625rem;left:2.53125rem;font-size:1rem;display:block; }#WWeTAiwwFMi33kuzkw08nlKy1vMHVW4p li:before{  }
 }@media only screen and (max-width: 763px) { #mc95144WiHdmTL44XPlzhgRNI5ETEinZ { width:16.9375rem;height:73.375rem;top:129.13232421875rem;left:1.53125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Fr4qmBG4iF1iSqZFLBTrPUJ6hWhaIh36 { width:17.5rem;height:2.9248rem;top:133.88232421875rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHA3ucS6zAfiA1c4grRAhLUI5Etp1rf5 { width:14.9375rem;height:8.1113125rem;top:140.37939453125rem;left:2.53125rem;font-size:1rem;display:block; }#fHA3ucS6zAfiA1c4grRAhLUI5Etp1rf5 li:before{  }
 }@media only screen and (max-width: 763px) { #d9s1wqJTRV3mlnrK8DcbvBpLi24yP1J0 { width:15.875rem;height:1.625rem;top:137.8349609375rem;left:2.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSAJdKHSL72d0cprGqpryV7KXIVvXXfP { width:12.5rem;height:1.625rem;top:130.13232421875rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2wJ791FLkgyMcaNlQgiaqaAO9rbOcHb { width:15.875rem;height:1.625rem;top:149.13232421875rem;left:2.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpyRGMONJbUENpTRA16qvEUqwFiRaBnH { width:14.9375rem;height:21.421875rem;top:151.58837890625rem;left:2.53125rem;font-size:1rem;display:block; }#gpyRGMONJbUENpTRA16qvEUqwFiRaBnH li:before{  }
 }@media only screen and (max-width: 763px) { #wOVKD4499ZqvE4bazC0oXvvNZ53AWCwa { width:15.875rem;height:1.625rem;top:173.6875rem;left:2.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgT0NMTS2Do9ckQptkHPcZOccPQ5Si75 { width:15.875rem;height:1.625rem;top:179.5625rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAnZggKfDgmtUfcDDL8JIQ8dqzScIN5L { width:14.9375rem;height:13.9355625rem;top:181.625rem;left:2.5625rem;font-size:1rem;display:block; }#gAnZggKfDgmtUfcDDL8JIQ8dqzScIN5L li:before{  }
 }@media only screen and (max-width: 763px) { #tozCmd9r3W4sDR5LOerDNF2xdDhrt1Jz { width:8.75rem;height:0.125rem;top:199.50735rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdyWrOOvyKoJV7uZCMVvMDUuLJkm2FQk { width:14.9375rem;height:2.5996125rem;top:176.25rem;left:2.53125rem;font-size:1rem;display:block; }#zdyWrOOvyKoJV7uZCMVvMDUuLJkm2FQk li:before{  }
 }@media only screen and (max-width: 763px) { #Bf22FmH1iU9hJiBpMkAPOlIbXytaxnTF { width:16.9375rem;height:115.3125rem;top:204.375rem;left:1.53125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #PkRHcC8IHeJvrf2t5QSNx6TETVK22RDm { width:12.5rem;height:1.625rem;top:205.125rem;left:2.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTODQtFZDZTRWlKg732GuOCvqZ4IUvgr { width:15.625rem;height:2.92480625rem;top:208.125rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLVs9iPZdIhNJQKJJXdJ2polnzFylF0m { width:15.875rem;height:1.625rem;top:211.6875rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDXip1atZqAbvqcJpAiekGRkabzhfz64 { width:14.9375rem;height:23.6591875rem;top:213.9375rem;left:2.625rem;font-size:1rem;display:block; }#yDXip1atZqAbvqcJpAiekGRkabzhfz64 li:before{  }
 }@media only screen and (max-width: 763px) { #yN7R5lm0gig8PvDwQUcsJW9Km7FImHWT { width:15.875rem;height:1.625rem;top:238.3125rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSZKqVqBcJQ9tt0o0hOwK3nQTGIAikg0 { width:15.875rem;height:1.625rem;top:278.3125rem;left:2.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaIDEFycCkGTziqKFfGZlw4SACvnzKXZ { width:14.9375rem;height:6.8115rem;top:271rem;left:2.625rem;font-size:1rem;display:block; }#HaIDEFycCkGTziqKFfGZlw4SACvnzKXZ li:before{  }
 }@media only screen and (max-width: 763px) { #sniDqA72eHlgcf8l6LIQk6HB5MzT80k8 { width:14.9375rem;height:27.246125rem;top:240.6875rem;left:2.625rem;font-size:1rem;display:block; }#sniDqA72eHlgcf8l6LIQk6HB5MzT80k8 li:before{  }
 }@media only screen and (max-width: 763px) { #ZHyAakUdR9qmNNiLkaSdIV99wSarxKKS { width:15.875rem;height:1.625rem;top:268.6875rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pww0mVxzS2oCmWgxZaEsMOO4CVeAQiXy { width:14.9375rem;height:32.083rem;top:281.1875rem;left:2.53125rem;font-size:1rem;display:block; }#pww0mVxzS2oCmWgxZaEsMOO4CVeAQiXy li:before{  }
 }@media only screen and (max-width: 763px) { #BmR7zIX7kCtoRrqlPz4vNzT4wtvFDeVT { width:12.5rem;height:3.25rem;top:314.681640625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciuxoyyOdnzTHDwA4z6ZScSFpEZ1Kiyy { width:12.5rem;height:3.25rem;top:197.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRhkNloA8eSXSV0quDnf7H3tAzRF3uKi { width:12.5rem;height:3.25rem;top:122.63232421875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a26KkwbPigxFCp2F4H4R6wpVRvzwDtTb { width:12.5rem;height:3.25rem;top:62.75732421875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGcSflJADkOF2MbJUnv9gVy125p3kFh2 { width:20rem;height:5.4375rem;top:321.44482421875rem;left:0.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH16eugAIqtyFFaXuipg1KPpVrfMgGq0 { display:block; }
 }@media only screen and (max-width: 763px) { #khmRwbz0o2Qxc8XVf2GLlO3rkT2uJxhl { width:8.75rem;height:0.125rem;top:199.50735rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgXOru9AAS9xFxdsPsifzyJg3xosr8yn { width:8.75rem;height:0.125rem;top:294.93166875rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpGW0mn2EfZC4Tf0H646LHl9aud0DFgy { width:8.75rem;height:0.125rem;top:132.44482421875rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9VTnGOg0cvmeTqN2UR3TSwgLpwAKyFM { width:8.75rem;height:0.125rem;top:207.3125rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyNEWdOVH2sRtqosFNTDZftwViZGa2BC { display:block; }#WyNEWdOVH2sRtqosFNTDZftwViZGa2BC > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLnVHGPuhXqxLNlSnqcoatqJnPPWCeLX { width:13.499375rem;height:15.2495625rem;top:5.09874375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9iaMi47euZUoFZCBlu8z1sn91TGItMC { width:13.125rem;height:4.19970625rem;top:14.10986328125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grzmeCZeG0wUeO01LZcbAVTSbX4nCEKw { width:13.499375rem;height:15.2495625rem;top:21.597005963326rem;left:3.2497830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAI4ExzzkEFdZxHGMFkpcVXDQGqCHt2N { width:13.125rem;height:4.19970625rem;top:30.79443359375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iel5pUrO7wkdBpMhgsuvU57RETgEpOBb { width:13.125rem;height:1.462675rem;top:27.595488548279rem;left:3.4375000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWDODuyOe8LGwIxRkHmpNh6BRhAtZk2I { width:13.499375rem;height:15.2495625rem;top:38.093534469604rem;left:3.2497830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2Ooq0Nm5OpcPy8JFmv1nNPV4WGcyXmN { width:13.125rem;height:4.19970625rem;top:47.10400390625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUu03yZUXHBvUVVxTUJTviQdZymob0Dd { width:13.125rem;height:1.4624rem;top:44.253475189209rem;left:3.4375000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEZophCiuJALPgfI2Xd8VPGf4hgOBG60 { width:13.499375rem;height:15.2495625rem;top:54.592018127441rem;left:3.2497830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfPi62T9KNyaSoeBbnzlD4x3qT7NRFlW { width:13.125rem;height:4.38720625rem;top:60.751955032349rem;left:3.4375000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5qD7yfQFncHw99eWW8bpcmga516lFvg { width:16.0623125rem;height:3.62305rem;top:71.904297828675rem;left:1.9683161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJP2kTbf8nMGQptlu29JoRKySV5K9dfI { display:block; }
 }@media only screen and (max-width: 763px) { #PHgQKRvVhyiDvCJCXFfDTLwoTvkSi1el { width:20rem;height:2.5996125rem;top:1.2630214691162rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7cpIVDx42DzxoAEnsKt4GIqWDxOoTUy { width:13.4375rem;height:1.4624rem;top:11.259766578674rem;left:3.3810763955116rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfwkxctaz0AmiqOwS2cVRrK60ND88sJu { width:13.75rem;height:0.0625rem;top:76.7773506897rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqVZBwtFfXiMD7fSuT6mWlyNQSZE84Eu { display:flex;width:3.125rem;height:3.125rem;top:6.75341796875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #FUE6hs75nOWLe4qHVRQtTNelm5iZC4n3 { display:flex;width:3.125rem;height:3.125rem;top:23.21484375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #N2VBMWOow5E7TnzpA4r7zNehrT9wTIg4 { display:flex;width:3.125rem;height:3.125rem;top:39.65234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Jsu8uOdFS8WkfvRxC6bTxXSODchFvnh1 { display:flex;width:3.125rem;height:3.125rem;top:56.27734375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #qSTbUbbFW4dkNTVFTd5tUafZIQOdQMqw { display:block; }#qSTbUbbFW4dkNTVFTd5tUafZIQOdQMqw > .row .container { width:20rem;height:149.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTRsT6Gw87gkJOU8CAyeRhsesVwANQzN { width:13.75rem;height:0.124783125rem;top:2.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrCv2lQHkMA0cuFRpxstaNK1KAnqV1Hr { width:20rem;height:4.875rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMbhN54Hfy8rToaNm8PGPmuOv0Qbl2xC { width:20rem;height:1.13720625rem;top:9.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXXcToHQvKMimwVrCFB4bF9le1UHWZXN { width:15.375rem;height:4.0625rem;top:23.3095703125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaXeQhRKWWLOINTBFF2bd81MySBygXwa { width:13.1875rem;height:4.0625rem;top:56.1845703125rem;left:3.40625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTkLiNnwDOZMK8BVDdu37ILywqSD691c { width:14.625rem;height:6.09375rem;top:124.4658203125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6XVXya4lggELcJx9CdzseXb123umtTe { width:19.9375rem;height:6.09375rem;top:89.0908203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmnCrhcviShI95k2lFPHvv1puZtfapsZ { width:12.375rem;height:15.1894875rem;top:28.2470703125rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXQ8lKdtQg9u0kiTsSAfKsHzsdshiUte { width:12.75rem;height:15.189475rem;top:61.5576171875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH3i5nCfoBeRvQDfhlrnng4kuyyfdBLy { width:13.125rem;height:15.1894875rem;top:131.814453125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1RcJNdTvihMK2R8WUVqIrAloiH1d98q { width:13.125rem;height:15.18944375rem;top:96.31298828125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8fTTWOfzqmzMEEFJI324l56eU81fXgn { width:12rem;height:10.0625rem;top:12.6220703125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9G0HGJzFbLTxrnJtTRtwKHy3pwIURKq { width:12rem;height:10rem;top:45.3720703125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8EnwitMtqzJDquG8ye2cGucD7C1lfuS { width:12rem;height:10rem;top:78.5283203125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tiv3k7ZLqcoh8n46KrgqzorV4TNotaa1 { width:12rem;height:10rem;top:113.3720703125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FurDe1CnahLX0Q5eFz6ulDfKXhrZvVyE { display:block; }#FurDe1CnahLX0Q5eFz6ulDfKXhrZvVyE > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QW3uQhPsn5IafFnvTcBuuqi7odDf16B9 { width:12.249rem;height:1.125rem;top:16.7861328125rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbgsXgXDqOW4TXNA1eST5XJwXcZiZrr4 { width:20rem;height:0.124783125rem;top:15.786675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlV7nhBS9mRUSQbN3ihDPVvN4QTtB6gg { width:20rem;height:3.375rem;top:11.1653625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VK69tzTZG39WzqkeSA3JMbs9zyAOEzLS { width:4.5rem;height:3.75rem;top:1.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt1pHfBVhskMw7X88UhMiRVhkJXn46kh { width:13.125rem;height:3.4375rem;top:6.1176223754883rem;left:3.4375000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EIFPWtwBVpKep7v0Mp4QPafqxWaOUcbn { display:block; }
 }@media only screen and (max-width: 763px) { #QUZyIes3QSkskTWTuK5WTpx43qFDkX3U { display:block; }#QUZyIes3QSkskTWTuK5WTpx43qFDkX3U > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vk6QCxbvlzyFQn4BFfTMSA0CbUJ371FF { width:20rem;height:18.75rem;top:8.74675rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3clKSTsyXurT3dXwF0fayCeMgObr5rp { width:8.125rem;height:2.56185rem;top:0.81163215637206rem;left:5.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnU87nZVrWhOiO3mnVRcmTUrLDlQozwI { width:20rem;height:1.125rem;top:3.8737rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hn3y2ENNXiTUo5IwSEF4kmv7XWHaQaNS { width:8.311625rem;height:1.25rem;top:6.24675rem;left:5.8125rem;display:block; }
 }