.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:252,244,219;--color-primary-1:247,223,148;--color-primary-2:242,201,76;--color-primary-3:255,198,21;--color-primary-4:185,122,60;--color-secondary-0:228,233,230;--color-secondary-1:174,189,181;--color-secondary-2:120,145,131;--color-secondary-3:72,87,79;--color-secondary-4:30,71,49;--color-tertiary-0:255,255,255;--color-tertiary-1:255,245,248;--color-tertiary-2:184,184,184;--color-tertiary-3:78,78,78;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r { 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;z-index:auto;display:block; }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r > .row .container { background-color: transparent; background-image: none; }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r > .row .container > .video-iframe-container { display: none; }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r > .row > .video-iframe-container { display: none; }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r > .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); }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r > .row .container { border-width: 0; border-radius: 0; }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#GBhztnTFlRuzTHasT8UNDkBTIv5Wi8pe { display:block;width:19rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.96875rem;left:1.875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#rlO2MeQcTS2wOzPCbW42DaisBCrGpfSN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.3125rem;left:39.3125rem;display:block; }
#XsMIrdZ4W44yoUnTfDdEXWtmKwKpCpu5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cwrz4y015AVWRMWQewe8tGVudHqMfMpn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.25rem;left:34.75rem;display:block; }
#DJ0sqSSB9t8ZGMnRuWtLVFvR24xL5T1a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tRbIBdgnRPP1AbIkz57XnkHgz8V3rgtV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.3125rem;left:44.5625rem;display:block; }
#KdECp7rS0XP78nFIcDy3BhP0y7SIbydu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JwNrJHac4P9I2EqqX8TfLxwmBT0OVd2I { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.25rem;left:49.875rem;display:block; }
#uPgOa6oqlPcf3gyJyZa3rMFBypWKM2iV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wao8QGMIN8r2ZtWACgHl9bnFwEnsypC3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.28125rem;left:54.625rem;display:block; }
#MHcavW5cFBx7TA0BLwq8M5d2g215AkU9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-secondary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:52.125rem;width:60rem;overflow:visible;position:relative;display:block; }#ndsh39lVqnpRo6zSNP0Z3LM8tXHiOO3F { display:block;width:38.9985rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:18.5625rem;left:10.5rem;height:1.8681625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#rqcuwxrMDA6v7KylAwmZMNFBGX2T2Vrx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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;height:35.125rem;width:29.0625rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:none; }
#vnNtA1R26To0nmvutvHZg9xpIbtoIKvp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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;height:35.125rem;width:29.0625rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:none; }
#butMB25RwfUgBbuC02WzGbFmDAh3i5ub { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.624375rem;width:45.9375rem;top:6rem;left:7.0625rem;display:block; }
#i6b0iQ2kOsmUgALWhZsAkl0rQWEZtfrb { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8125rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:7.4375rem;left:8.1875rem;height:13.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kFTGyzudn0gvntUs9yGckgEdU51nWd2X { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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;height:20.375rem;width:60rem;position:absolute;display:block;z-index:14999;top:5rem;left:0rem;display:block; }
#XoGusCCZa89TwnfudpUNVS8M4POUFLnA { background-color:rgba(var(--color-secondary-4),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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#e3e3e3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.45792375rem;height:2.159505rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.375rem;left:16.4375rem;display:block; }
#v9LSei4dnWBKKxJOFgvxNrQJn5ATWAT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cfCUwLlAJorCHke4t5qFcl8MeVHD66Cg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.375rem;left:31.375rem;display:block; }
#T05zbowErrVUnrX1EaBoTd0WSlwPr8PX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GtiUIN89AtuTJTvuRUUSgmWTneBaRDfF { position:absolute;display:block;z-index:14999;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.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:20.3125rem;width:33.311625rem;top:28.5rem;left:13.25rem;display:block; }
#vLnG4eW5wwIEF1kxeVL2m1TkevNcgQOt { color:#101010;display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:30.25rem;left:14.6875rem;height:5.60449375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tXdwxhTxHoWDLMrOA6RUqTQDetaxf6N1 { color:#395b47;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:37rem;left:15.3125rem;height:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mW02mt0uGk9xbRlLmwJA5fHgRu9Hk3sv { color:rgba(var(--color-primary-2),1);display:block;width:5.06185rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:39.875rem;left:16.375rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bOU7nD01t2u9Niy0AM5kZZ5CWytooe5A { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.62435rem;top:39.6875rem;left:14.5rem;overflow:hidden;display:block; }
#HQQ2aKl1eSNrJx5TMaIECsbc92DaoGzu { color:rgba(16,16,16,0.7);display:block;width:1.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:39.875rem;left:24.75rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XA9z7LBeir9iwLR1JM9bI1EqRnUTGCvk { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.62435rem;top:39.6875rem;left:22.8125rem;overflow:hidden;display:block; }
#bC9WhLtNs5LRaJv87uD7e2o04twaKDJk { 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:1.5625rem;width:1.62435rem;top:39.6875rem;left:27.0625rem;overflow:hidden;display:block; }
#rAPHhQtcWIauoL09ipUBfzQCTIVZmHpV { color:rgba(16,16,16,0.7);display:block;width:1.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:39.875rem;left:29rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rNWllEJlp44x8UOmErTu2pZnAi0287XE { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.62435rem;top:39.6875rem;left:31.375rem;overflow:hidden;display:block; }
#a4yvuG3zviOfTBv1TXTMgN3teRnl8aBn { color:rgba(16,16,16,0.7);display:block;width:1.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:39.875rem;left:33.3125rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UBhM0oy8faHkD02EkOon1CM7ZJowoeeP { position:absolute;display:block;z-index:15012;background-color:rgba(16,16,16,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:20rem;top:41.6875rem;left:14.5rem;display:block; }
#ObB5k0aytqTeHm2bEsZeAZUotZu5AVQl { color:#101010;display:block;width:29.8123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:43.125rem;left:15.0625rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#W0lgdyKp5FqKkkbfpn8n3R43ufArNqMu { 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; }#W0lgdyKp5FqKkkbfpn8n3R43ufArNqMu > .row .container { background-color: transparent; background-image: none; }#W0lgdyKp5FqKkkbfpn8n3R43ufArNqMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0lgdyKp5FqKkkbfpn8n3R43ufArNqMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0lgdyKp5FqKkkbfpn8n3R43ufArNqMu > .row .container > .video-iframe-container { display: none; }#W0lgdyKp5FqKkkbfpn8n3R43ufArNqMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0lgdyKp5FqKkkbfpn8n3R43ufArNqMu > .row > .video-iframe-container { display: none; }#W0lgdyKp5FqKkkbfpn8n3R43ufArNqMu > .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); }#W0lgdyKp5FqKkkbfpn8n3R43ufArNqMu > .row .container { border-width: 0; border-radius: 0; }#W0lgdyKp5FqKkkbfpn8n3R43ufArNqMu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W0lgdyKp5FqKkkbfpn8n3R43ufArNqMu > .row .container { font-size:0.875rem;font-family:arial;height:247.8125rem;width:60rem;position:relative;display:block; }#MDvDN1TsfEmDqH3FnvaIGIFivhnKG01P { position:absolute;display:block;z-index:15005;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.875rem solid #9c9c9c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:39.375rem;width:18.8125rem;top:14.8125rem;left:0.625rem;display:block; }
#qEJxVn3SRBwzXT34JmgLXHLHfuH3CyrZ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:39.375rem;left:1rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KQH2hv5QP7QTW8N8DwncBpHcvu5tTic9 { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:36.5rem;left:0rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tgZI65wd8xMrXu7zawBFl675vb5GznSI { position:absolute;display:block;z-index:15006;background-color:#9c9c9c;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:31.25rem;left:8.8125rem;display:block; }
#aqrcCSgko5UdkSxxu86DzBhDPnKm8uWo { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4d70df86-70db-4a1b-bcf5-a6308a30e8af/raport.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:18.8125rem;top:14.8125rem;left:0.625rem;display:block; }#aqrcCSgko5UdkSxxu86DzBhDPnKm8uWo.adaptive-delivery-prevent-bg, #aqrcCSgko5UdkSxxu86DzBhDPnKm8uWo.lazyload, #aqrcCSgko5UdkSxxu86DzBhDPnKm8uWo.lazyloading { background-image: none; }
#dKku1tUs7PE46g3u4hn72bb4wXIzG21S { color:#2c3459;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:32.6875rem;left:0.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yy84bWT1JWOMfCsR8D8tOSXtkJQFfqPs { background-color:#9c9c9c;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:49.875rem;left:3.5625rem;display:block; }
#TwssTLJM7E22P2NnfkUrVkUL8Vy6vfQx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y6ezpcuTuvGd21alPFtq5N2R9QGrxAMk { background-color:rgba(var(--color-secondary-4),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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:49.875rem;left:23.625rem;display:block; }
#TxgsGtva2fy6ZMqTrzvaTPBa212NSlPg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDhxxGg095XFPaqx7KiA3TlWFkSctzeq { color:rgba(var(--color-tertiary-3),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:39.375rem;left:19.9375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pwEy3Tr0Z7BWDrBrfflcQoefpfynz9Ir { color:#395b47;display:block;width:20rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:36.5rem;left:19.9375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lil39xAop1JoUNPB0q9kNGZTTbpyu1f3 { color:rgba(var(--color-secondary-4),1);display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:32.6875rem;left:20rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yp7zHx3koMBlHETddzKo1uAgbsJcuVQ0 { position:absolute;display:block;z-index:15014;background-color:#395b47;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:31.25rem;left:28.75rem;display:block; }
#TOWEO92r9RuP5KTU7iyIe1Dwh2ofGzDa { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1cdd7cac-c944-451c-9c2e-4c7e73ca120c/analizachlonnoscioferta.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:18.8125rem;top:14.8125rem;left:20.5625rem;display:block; }#TOWEO92r9RuP5KTU7iyIe1Dwh2ofGzDa.adaptive-delivery-prevent-bg, #TOWEO92r9RuP5KTU7iyIe1Dwh2ofGzDa.lazyload, #TOWEO92r9RuP5KTU7iyIe1Dwh2ofGzDa.lazyloading { background-image: none; }
#DC528PrMlCU5TeJJQoe57pc5sT8WXUrN { position:absolute;display:block;z-index:15021;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.875rem solid #9c9c9c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:39.3125rem;width:18.8125rem;top:14.8125rem;left:40.5rem;display:block; }
#keMc8A1pDK3Dg3ECOG7Ottb6EsHRJ8zZ { background-color:#9c9c9c;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:49.875rem;left:43.3125rem;display:block; }
#wgGOHUGTgXuTbG7sb7qURhP5OIS1mv29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bVzdVfkoLgwEFpI4KkMuSNn7Ee854Z5d { color:rgba(var(--color-tertiary-3),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:39.375rem;left:40.4375rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kigZc8ZLObRVOtKeR6Kd5Iq5t5sUMvbe { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:36.5rem;left:39.875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bBNPkPnZqQLms717WkFn58L169mZ7BwJ { color:#2c3459;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:32.6875rem;left:39.9375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cUUCPzUZvJR5oiDuJ5t58lQvuCfZdJF3 { position:absolute;display:block;z-index:15022;background-color:#9c9c9c;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:31.25rem;left:48.6875rem;display:block; }
#Zv4miNuELOEdpDSutBTd5CWHhEPwT035 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/be1c952e-09d6-4ec1-9ddf-017e8e351f18/koncepcja.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:18.8125rem;top:14.8125rem;left:40.5rem;display:block; }#Zv4miNuELOEdpDSutBTd5CWHhEPwT035.adaptive-delivery-prevent-bg, #Zv4miNuELOEdpDSutBTd5CWHhEPwT035.lazyload, #Zv4miNuELOEdpDSutBTd5CWHhEPwT035.lazyloading { background-image: none; }
#Q7Rv208bkRqW235m7l0tU00UhXNAcEXn { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-4),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:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.75rem;width:4.0625rem;top:16.5625rem;left:20.5625rem;display:block; }
#yITZfOqeWTAbK0he9E1fVTv6NZLh9gDr { color:rgba(var(--color-tertiary-0),1);display:block;width:4.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:16.8125rem;left:20.5625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTLZlMv8r7BfMJQ5F8m6b6kKg6zLOcuT { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8acf0fcf-bafa-40f9-b011-c5de7291f4bb/pztraport.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:18.8125rem;top:96.5rem;left:0rem;display:block; }#FTLZlMv8r7BfMJQ5F8m6b6kKg6zLOcuT.adaptive-delivery-prevent-bg, #FTLZlMv8r7BfMJQ5F8m6b6kKg6zLOcuT.lazyload, #FTLZlMv8r7BfMJQ5F8m6b6kKg6zLOcuT.lazyloading { background-image: none; }
#nGLzfpzbFtUkubpWn6ptTGF5ELRGApx4 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/455c9245-7471-43ff-a0c1-c09d850718ff/pztanaliza.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:18.8125rem;top:96.5rem;left:19.9375rem;display:block; }#nGLzfpzbFtUkubpWn6ptTGF5ELRGApx4.adaptive-delivery-prevent-bg, #nGLzfpzbFtUkubpWn6ptTGF5ELRGApx4.lazyload, #nGLzfpzbFtUkubpWn6ptTGF5ELRGApx4.lazyloading { background-image: none; }
#TQElgrcV6idPS9HxJ6gpkTfycEIhXmd9 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6d8d0b2f-ed26-4fc0-9f36-95b857f85261/pztkoncepcja.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.9995625rem;width:18.811875rem;top:96.5rem;left:39.9375rem;display:block; }#TQElgrcV6idPS9HxJ6gpkTfycEIhXmd9.adaptive-delivery-prevent-bg, #TQElgrcV6idPS9HxJ6gpkTfycEIhXmd9.lazyload, #TQElgrcV6idPS9HxJ6gpkTfycEIhXmd9.lazyloading { background-image: none; }
#w2ZJaOnqA1DLR9GcS8alcBZWXXRJEEqG { position:absolute;display:block;z-index:15011;background-color:#ececec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:18.8125rem;top:116.5rem;left:0rem;display:block; }
#kWzRX9gS7lk8ZEzC5FxG3moXzlUfQHTm { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/20919a4f-c04a-4c2c-8a47-eabc49d1db75/model0.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:18.8125rem;top:116.5rem;left:19.9375rem;display:block; }#kWzRX9gS7lk8ZEzC5FxG3moXzlUfQHTm.adaptive-delivery-prevent-bg, #kWzRX9gS7lk8ZEzC5FxG3moXzlUfQHTm.lazyload, #kWzRX9gS7lk8ZEzC5FxG3moXzlUfQHTm.lazyloading { background-image: none; }
#O2p4WxQZF327R3KLB93xMQvU2gVAmP1f { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e96c3667-fd7f-4e8d-a312-5cb4c7826eae/ujcie1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.9995625rem;width:18.811875rem;top:116.5rem;left:39.9375rem;display:block; }#O2p4WxQZF327R3KLB93xMQvU2gVAmP1f.adaptive-delivery-prevent-bg, #O2p4WxQZF327R3KLB93xMQvU2gVAmP1f.lazyload, #O2p4WxQZF327R3KLB93xMQvU2gVAmP1f.lazyloading { background-image: none; }
#EpkdAPKtNnQG065GvKyBorDu6AcMmeEf { box-sizing:content-box;height:2.1875rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#395b47;background-image:none;top:92.625rem;left:0rem;display:block; }
#tAcwohrrxrIRfa31uhTXKvc3mHf8cuPM { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:92.75rem;left:19.375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbDEzw9IESIqoEKyS2fd4Cf43gyKZokZ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:110.5rem;left:0.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WssKml10EtgptChLcU0a7ps5Q3GlCr49 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:110.5rem;left:20.0625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yy1MQWimKSvxlzMsahTt7SaRJcPbLViH { color:rgba(var(--color-tertiary-3),1);display:block;width:18.686rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:110.5rem;left:40.0625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PruVSpIPvgAcLmDsTgaERwbZtXpArQW8 { color:rgba(var(--color-tertiary-1),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:113.625rem;left:19.5rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JGH50s4ndGBEO8bJnUqxiueBn72EWTIU { box-sizing:content-box;height:2.1875rem;width:60rem;position:absolute;display:block;z-index:15005;background-color:#395b47;background-image:none;top:113.4375rem;left:0.0625rem;display:block; }
#ia1BUWzTLs7xHQH6HvkwT4Uq2SZOy1mA { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:131.0625rem;left:0.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zl6xTHgoUTlP9IrG5vJoa6Ls0m4TyQh3 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:131.0625rem;left:20.0625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gAMGrbwCdDWGcfHtVs7wT5ga9AkFT5xq { color:rgba(var(--color-tertiary-3),1);display:block;width:18.686rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:131.0625rem;left:40rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vhsbh6XmTaNINVeQVylkIhFTsJzq0zFr { color:rgba(var(--color-tertiary-3),1);display:block;width:18.686rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:148.0625rem;left:40.0625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JMKComP9c2X4WOmxGwNNWSlMM0PyiGDo { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7f0e4767-14d8-44ae-a124-684871a958f2/ujcie2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.9995625rem;width:18.811875rem;top:133.25rem;left:39.9375rem;display:block; }#JMKComP9c2X4WOmxGwNNWSlMM0PyiGDo.adaptive-delivery-prevent-bg, #JMKComP9c2X4WOmxGwNNWSlMM0PyiGDo.lazyload, #JMKComP9c2X4WOmxGwNNWSlMM0PyiGDo.lazyloading { background-image: none; }
#yGlDE7ABzb2VZNPIPPaeck3qZJl8ILP1 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/62b26a65-0ebd-4097-96c7-0f73f087f72f/model1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:18.8125rem;top:133.25rem;left:19.9375rem;display:block; }#yGlDE7ABzb2VZNPIPPaeck3qZJl8ILP1.adaptive-delivery-prevent-bg, #yGlDE7ABzb2VZNPIPPaeck3qZJl8ILP1.lazyload, #yGlDE7ABzb2VZNPIPPaeck3qZJl8ILP1.lazyloading { background-image: none; }
#NO0Zme0uorOqtJQ65GAIxeQPyP9GV0ID { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a23b8f65-ec90-4678-989e-1d240a5910a1/wizualizacja1.jfif");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.9985rem;width:18.811875rem;top:149.5rem;left:40rem;display:block; }#NO0Zme0uorOqtJQ65GAIxeQPyP9GV0ID.adaptive-delivery-prevent-bg, #NO0Zme0uorOqtJQ65GAIxeQPyP9GV0ID.lazyload, #NO0Zme0uorOqtJQ65GAIxeQPyP9GV0ID.lazyloading { background-image: none; }
#RHV83aBxywLOmSb5OeXFexpMF3yIaEMb { color:rgba(var(--color-tertiary-3),1);display:block;width:18.686rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:133.3125rem;left:40.0625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uGMWI9hhFhIBkGV74bcbX9EOfTRUoiTp { box-sizing:content-box;height:2.1875rem;width:60rem;position:absolute;display:block;z-index:15007;background-color:#395b47;background-image:none;top:164.75rem;left:0.0625rem;display:block; }
#ydJ3NMd10BMzFdir6udHf3VSkO1SUqAv { color:rgba(var(--color-tertiary-1),1);display:block;width:32.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:164.9375rem;left:12.125rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XwtgwUWgZHITtpbpzrPL5TtpUa03JyLU { position:absolute;display:block;z-index:15017;background-color:#ececec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:18.8125rem;top:168.25rem;left:0rem;display:block; }
#rQiFOqhtDuQdesloNvlNU2wThsVx1kL5 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:182.8125rem;left:0.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JHG13uC1DoXOvOabnQdiKltCHhLe1Deq { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f343f202-df76-4e2a-be50-26933c4d1f39/spranalizyprzeslaniania.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:18.8125rem;top:168.25rem;left:19.9375rem;display:block; }#JHG13uC1DoXOvOabnQdiKltCHhLe1Deq.adaptive-delivery-prevent-bg, #JHG13uC1DoXOvOabnQdiKltCHhLe1Deq.lazyload, #JHG13uC1DoXOvOabnQdiKltCHhLe1Deq.lazyloading { background-image: none; }
#lAOTM12LgWTBNTyfun6maSdw2zFuP53Z { color:rgba(var(--color-tertiary-3),1);display:block;width:19.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:182.8125rem;left:19.625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mo43STF2Gwb8vf7d7lIwTwgwy8C4uvQL { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/207e310d-1d29-4eed-94f8-46d0c0abf0c7/analizaprzesaniania.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.9995625rem;width:18.811875rem;top:168.25rem;left:39.9375rem;display:block; }#Mo43STF2Gwb8vf7d7lIwTwgwy8C4uvQL.adaptive-delivery-prevent-bg, #Mo43STF2Gwb8vf7d7lIwTwgwy8C4uvQL.lazyload, #Mo43STF2Gwb8vf7d7lIwTwgwy8C4uvQL.lazyloading { background-image: none; }
#cpKPfLCTW5rDZTNZIZbkCD8TfN7RRxZe { color:rgba(var(--color-tertiary-3),1);display:block;width:18.686rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:182.8125rem;left:40rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HdHFCbMJOsx2PyGwdUKTKIwT7BJy0tBU { color:rgba(var(--color-tertiary-3),1);display:block;width:18.686rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:201.375rem;left:40.125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ODJO8JZlCXJI77RTW2eIQUhyi6LeBiep { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/41fb9b7c-7349-44a8-b304-347f65d50e13/analizanaslonecznienia.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.9995625rem;width:18.811875rem;top:186.8125rem;left:39.9375rem;display:block; }#ODJO8JZlCXJI77RTW2eIQUhyi6LeBiep.adaptive-delivery-prevent-bg, #ODJO8JZlCXJI77RTW2eIQUhyi6LeBiep.lazyload, #ODJO8JZlCXJI77RTW2eIQUhyi6LeBiep.lazyloading { background-image: none; }
#nnoTLgFdLsn5uZP9JvrD46PZfu2FBCXq { color:rgba(var(--color-tertiary-1),1);display:block;width:32.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:205.5625rem;left:12.9375rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#traJFNenRqCFClzAGiQ4A8VqAixWmcr2 { box-sizing:content-box;height:2.1875rem;width:60rem;position:absolute;display:block;z-index:15009;background-color:#395b47;background-image:none;top:205.375rem;left:0.0625rem;display:block; }
#Fub6rKAgvVv9nfAJfvbKMguoF2cWChCf { color:rgba(var(--color-tertiary-3),1);display:block;width:18.686rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:222.8125rem;left:40rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#no7WQG0wKqqbTNIp9Jn0niv0G3vOKzWX { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f50594ba-63b3-4852-871c-005da71a1059/rzuty.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.9995625rem;width:18.811875rem;top:208.25rem;left:39.9375rem;display:block; }#no7WQG0wKqqbTNIp9Jn0niv0G3vOKzWX.adaptive-delivery-prevent-bg, #no7WQG0wKqqbTNIp9Jn0niv0G3vOKzWX.lazyload, #no7WQG0wKqqbTNIp9Jn0niv0G3vOKzWX.lazyloading { background-image: none; }
#bhBV9UFPLCaIuCKibOTnQ7zgoXz65GH8 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.686rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:237.6875rem;left:40.0625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M7v1TzMNz2lFAgQAS7Gqcm8l2nPNOIw0 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b44c7407-3ad6-49b0-ac0f-a45e5503dcfa/przekrj.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.9995625rem;width:18.811875rem;top:225.0625rem;left:39.9375rem;display:block; }#M7v1TzMNz2lFAgQAS7Gqcm8l2nPNOIw0.adaptive-delivery-prevent-bg, #M7v1TzMNz2lFAgQAS7Gqcm8l2nPNOIw0.lazyload, #M7v1TzMNz2lFAgQAS7Gqcm8l2nPNOIw0.lazyloading { background-image: none; }
#NX175BUQqiGJ1JRsd9rfWpRRqP02U5TB { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:222.9375rem;left:0.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTQdXfiGhmbafy9i6hVV2M4FQtp6aSph { position:absolute;display:block;z-index:15019;background-color:#ececec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:18.8125rem;top:208.3125rem;left:0rem;display:block; }
#pTDdRNS1V0oooOquRmKOfVlH6r8HIaZf { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:222.9375rem;left:20.125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DPRTXLHR8BFHVVrblwueIE1AVJubVA8H { position:absolute;display:block;z-index:15021;background-color:#ececec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:18.8125rem;top:208.3125rem;left:19.9375rem;display:block; }
#r0CAXqx8qeuHq1bRgzDPbAtoAMqS4Dx4 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.25rem;left:1.125rem;height:2.4375rem;font-style:normal;display:block; }
#HgUeHGWq0OVGJPX9GEtbNJioyynFP35K { color:#101010;display:block;width:24.4365rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:3.375rem;left:1.810546875rem;height:10.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uo3b2VmEQuPQ56OnKJL4BC4r4fh7oOmP { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:83.748046875rem;left:20.654296875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UBpt0Wo7wWTn90ohck92arpVty1Fvf4V { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:83.748046875rem;left:20.654296875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#V0AeD3OaifCLVAiZZ6kpyyzPdKpTeREw { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8669ae8f-0a92-452a-a0b9-494f2d194b83/pzt.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:18.8125rem;top:69.75rem;left:20.560546875rem;display:none; }#V0AeD3OaifCLVAiZZ6kpyyzPdKpTeREw.adaptive-delivery-prevent-bg, #V0AeD3OaifCLVAiZZ6kpyyzPdKpTeREw.lazyload, #V0AeD3OaifCLVAiZZ6kpyyzPdKpTeREw.lazyloading { background-image: none; }
#T4ocniyynySHGLDp5sTT9KfffHUVKCIU { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:83.748046875rem;left:20.654296875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#n10cMsTXTd1IFklRIWRDBsPrTfy81zKl { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:83.748046875rem;left:20.654296875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xc6wuhkInkIPt78ByimDnLig1TETHrLT { position:absolute;display:block;z-index:15006;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.875rem solid #9c9c9c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem #395b47 ;height:39.375rem;width:18.8125rem;top:14.8125rem;left:20.625rem;display:block; }
#eQt7qhPTMphbDQEKrbpx6vBWCROAB21W { position:absolute;display:block;z-index:15006;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.875rem solid #9c9c9c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:16.875rem;width:52.125rem;top:63.4375rem;left:3.8125rem;display:block; }
#Hfrmv1T2aLeMwl8cWPHznJinGaRa8kpU { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4d70df86-70db-4a1b-bcf5-a6308a30e8af/raport.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14rem;width:18.8125rem;top:64.4375rem;left:8.75rem;display:block; }#Hfrmv1T2aLeMwl8cWPHznJinGaRa8kpU.adaptive-delivery-prevent-bg, #Hfrmv1T2aLeMwl8cWPHznJinGaRa8kpU.lazyload, #Hfrmv1T2aLeMwl8cWPHznJinGaRa8kpU.lazyloading { background-image: none; }
#dFEpJ0E4eKJMHz9zxsK2y3mtXB6nlAfk { color:#2c3459;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:64.4375rem;left:31.1875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gANm2SW1Zkq4LggkkNSphGW2vP23nvnp { color:#5a3e8e;display:block;width:24.9375rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:67.28125rem;left:28.75rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHMQdMqIeBtHeLrJZLgJfT9tpb6qpclA { color:rgba(var(--color-tertiary-3),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:70.0625rem;left:29.8125rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c51zIDwEWDTf8xdHXZEE3VEFyMVQwfDT { background-color:#5a3e8e;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:1.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:77.65625rem;left:35.875rem;display:block; }
#ZfB9iuo98PLwS8LXSWkCZyRza7MkTK4C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iEdl2xPfTW7MZEkJJIMkTqoGC475MJgt { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-4),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:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.75rem;width:5.75rem;top:64.984375rem;left:3.8125rem;display:block; }
#MdJaI65ALI1wELXbeqlt3ckehS2CfTq3 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:65.271484375rem;left:4.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KSvBsJfR1twaOuWiwoMTLwSoVxTu1kOX { box-sizing:content-box;height:5.375rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:#395b47;background-image:none;top:86.75rem;left:0rem;display:block; }
#DrThqFhqhW1BqxyTBr5J1qMTxopGFDeQ { color:rgba(var(--color-tertiary-1),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:87.3125rem;left:17.1875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AQGA2XGItu8lehsX8cb5xo7gikuVZfmo { color:rgba(var(--color-tertiary-1),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:89.75rem;left:4.1875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HVZSQchdA8l5FWHdLTJUhCPZs8XW5PSu { color:rgba(var(--color-tertiary-1),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:89.75rem;left:23.625rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EaBUKvyRM8LdTv8mNwdxKdT6cvTiwRn7 { color:rgba(var(--color-tertiary-1),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:89.75rem;left:43.1875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sHGm9zhcm9ThacsrnA5sMVWwHUhdgQby { position:absolute;display:block;z-index:15022;background-color:#9c9c9c;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:0.3125rem;width:2.4375rem;top:31.25rem;left:48.6875rem;display:none; }
#ML3rMcpUC19rSGdrTOPyZWDUPGUS3fF5 { 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; }#ML3rMcpUC19rSGdrTOPyZWDUPGUS3fF5 > .row .container { background-color: transparent; background-image: none; }#ML3rMcpUC19rSGdrTOPyZWDUPGUS3fF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3rMcpUC19rSGdrTOPyZWDUPGUS3fF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3rMcpUC19rSGdrTOPyZWDUPGUS3fF5 > .row .container > .video-iframe-container { display: none; }#ML3rMcpUC19rSGdrTOPyZWDUPGUS3fF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML3rMcpUC19rSGdrTOPyZWDUPGUS3fF5 > .row > .video-iframe-container { display: none; }#ML3rMcpUC19rSGdrTOPyZWDUPGUS3fF5 > .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); }#ML3rMcpUC19rSGdrTOPyZWDUPGUS3fF5 > .row .container { border-width: 0; border-radius: 0; }#ML3rMcpUC19rSGdrTOPyZWDUPGUS3fF5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ML3rMcpUC19rSGdrTOPyZWDUPGUS3fF5 > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:60rem;position:relative;display:block; }#yURtZMKQTTx6PAJS6isw6WTlyTuZL06B { color:#101010;display:block;width:36.436625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:2.3125rem;left:2.8125rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gd14GXw3Akh41mTueVTSEIT6MNnPlZO3 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:12.5rem;top:7.4375rem;left:2.9375rem;display:block; }
#B5kKhvgdu3HxhUe5MmuW9G0OhVVbMWJU { color:rgba(16,16,16,0.7);display:block;width:31.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:9.625rem;left:2.8125rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Ed60MQ5v3CerL2ItABpRay9koiJ98qZ2 { color:rgba(16,16,16,0.7);display:block;width:31.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:11.75rem;left:2.8125rem;height:7.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ed60MQ5v3CerL2ItABpRay9koiJ98qZ2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ed60MQ5v3CerL2ItABpRay9koiJ98qZ2 li:before{  }
#iRidFBXLOLwRxSwCdcrHgHWh4dmLaJuO { 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; }#iRidFBXLOLwRxSwCdcrHgHWh4dmLaJuO > .row .container { background-color: transparent; background-image: none; }#iRidFBXLOLwRxSwCdcrHgHWh4dmLaJuO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRidFBXLOLwRxSwCdcrHgHWh4dmLaJuO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRidFBXLOLwRxSwCdcrHgHWh4dmLaJuO > .row .container > .video-iframe-container { display: none; }#iRidFBXLOLwRxSwCdcrHgHWh4dmLaJuO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRidFBXLOLwRxSwCdcrHgHWh4dmLaJuO > .row > .video-iframe-container { display: none; }#iRidFBXLOLwRxSwCdcrHgHWh4dmLaJuO > .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); }#iRidFBXLOLwRxSwCdcrHgHWh4dmLaJuO > .row .container { border-width: 0; border-radius: 0; }#iRidFBXLOLwRxSwCdcrHgHWh4dmLaJuO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iRidFBXLOLwRxSwCdcrHgHWh4dmLaJuO > .row .container { font-size:0.875rem;font-family:arial;height:54.4375rem;width:60rem;position:relative;display:block; }#faUx3vrN2OOrkbNNtxDth6ZZPdcZRdwe { 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:17.061625rem;width:25rem;top:1.4052734375rem;left:34.5283203125rem;overflow:hidden;display:block; }
#Tqa9tfGlB3F1GTZ9bNp9VauBWL9uT2uD { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:9.875rem;left:1.3125rem;display:block; }
#eoK8STJinJqT5RtEm1JFpTNbBiuODeec { color:#101010;display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8740234375rem;left:1.3115234375rem;height:6.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UZw34zOcS878V6GTwsvqZLZVMDcEecE5 { color:rgba(16,16,16,0.7);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:12.1875rem;left:1.3125rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 .accordion-trigger.adaptive-delivery-prevent-bg, #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 .accordion-trigger.lazyload, #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 .accordion-trigger.lazyloading { background-image: none; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:17.74609375rem;left:0rem; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #aTZGLWITZo0fru8oeD8kv2ZFJayM9q7X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #iGEfeORbyTJ4cS6hU3ceOaVJ4zdkTRMg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #Zv1EIbArPI5SQ9myfK4ia0FNrdDP4DmS { display:block;position:relative; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #vxLTqbdCfQZkTRdXLvIx3K0BpJXO8pRa {  }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #lWctiLvvUsrCNlKA3nGApuQQTGdw3SIv {  }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #nIoswRfVcIsdE0bIcsA8BIH7k5quBpaX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #AB9lMd87n7aWSccZTP6ps0Da9dr9LyGL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #MDfpsnDUNI0h63k1h6q4rMPyEk0lzLV2 { display:block;position:relative; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #zNCg2SKXuMIAuAxl8UqxDAaLmtNGRiLL {  }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #V46dTcffM8cxXL74vHM23Kfvu5TuAhXs { display:none; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #skS5xIptcr4oTbfHplEWkKrpKtiaOaPD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #l8qraL3Xfv7ExazvPCONsB0sZTgAB4V3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #kmvsHQeoRkU9RdVkCib2NJlKn4puNqD2 { display:block;position:relative; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #QQpoMnz8dJW222kucxDRekRtNstynInC {  }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #NXasemzhcBgFsTdZJVnhZxV4V2t6QD2V { display:none; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #hAZzvwIkfuo6WmZWU0P72kenqXGTep8v { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #QmTwt20ud59k5CWkqeMcdgKW0uoKZ7Or { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #ez26hAt4TME0gcIT0mb9rdgIOKkxxfVT { display:block;position:relative; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #ReGWH0r4suROpisx511ACU7yQJ4G6c4c {  }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #uZ2qQLoXmwNGAkbDkCp6Fb68b0kl6rXN { display:none; }
#pJROCTVk0sQFsTE23FXszoUTvlp0HSip { 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:29.2480625rem;width:20.374375rem;top:24.998046875rem;left:36.1845703125rem;overflow:hidden;display:block; }
#U0MNR10RBWXnL7xrV1Q6R79vdPQK67V8 { 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; }#U0MNR10RBWXnL7xrV1Q6R79vdPQK67V8 > .row .container { background-color: transparent; background-image: none; }#U0MNR10RBWXnL7xrV1Q6R79vdPQK67V8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0MNR10RBWXnL7xrV1Q6R79vdPQK67V8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0MNR10RBWXnL7xrV1Q6R79vdPQK67V8 > .row .container > .video-iframe-container { display: none; }#U0MNR10RBWXnL7xrV1Q6R79vdPQK67V8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0MNR10RBWXnL7xrV1Q6R79vdPQK67V8 > .row > .video-iframe-container { display: none; }#U0MNR10RBWXnL7xrV1Q6R79vdPQK67V8 > .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); }#U0MNR10RBWXnL7xrV1Q6R79vdPQK67V8 > .row .container { border-width: 0; border-radius: 0; }#U0MNR10RBWXnL7xrV1Q6R79vdPQK67V8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U0MNR10RBWXnL7xrV1Q6R79vdPQK67V8 > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:60rem;position:relative;display:block; }#TCXcbFgaooyvJ45IN4ROPnPiLz6pPoVn { 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:19rem;width:25.875rem;top:3.875rem;left:32.9375rem;overflow:hidden;display:block; }
#xiiBDOqaktiCkpxmTtP1oMX3LkWs5stq { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:13.25rem;left:1.3125rem;display:block; }
#LeSaq5eEfZD34ciymKwqTM0ozzXnXAGt { color:#101010;display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:5.25rem;left:1.3125rem;height:6.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rCPALkwSkGRaO60CDcW2TtZ5DeykVqyc { color:rgba(16,16,16,0.7);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:15.5625rem;left:1.3125rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 .accordion-trigger.adaptive-delivery-prevent-bg, #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 .accordion-trigger.lazyload, #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 .accordion-trigger.lazyloading { background-image: none; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:21.125rem;left:0rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #icoZ1TAHwDZEIq6w8fFBrtMGJLwuTANP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #wXgAQGPvclC7IqdflPViET4EJVdSwSPL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #VPJRuotTaiedqImkBiKxB1yCqaCZEKCW { display:block;position:relative; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #HTTpe7t7SWx9pAvlTpKC6pxRrUZfViPy {  }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #AfgMpaZWZyqGbyIT1tsyiuuP2ueCvflD {  }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #aTZGLWITZo0fru8oeD8kv2ZFJayM9q7X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #iGEfeORbyTJ4cS6hU3ceOaVJ4zdkTRMg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #Zv1EIbArPI5SQ9myfK4ia0FNrdDP4DmS { display:block;position:relative; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #vxLTqbdCfQZkTRdXLvIx3K0BpJXO8pRa {  }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #lWctiLvvUsrCNlKA3nGApuQQTGdw3SIv { display:none; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #NTowpXMl8Rs6torBql3Zqdagn7CJPP8L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #XuFId3ETZpzTAdQWoia2EAylaBQAN2qk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #iZQyLMe1guv7km4pRzdIL4xs6WAaIX4T { display:block;position:relative; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #LXoKTWru42ArsA267dEsPNpkdqJHvfJh {  }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #gr6PUMihimJcdnAkfRAqPu8myTZPz8Ng { display:none; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #nIoswRfVcIsdE0bIcsA8BIH7k5quBpaX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #AB9lMd87n7aWSccZTP6ps0Da9dr9LyGL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #MDfpsnDUNI0h63k1h6q4rMPyEk0lzLV2 { display:block;position:relative; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #zNCg2SKXuMIAuAxl8UqxDAaLmtNGRiLL {  }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #V46dTcffM8cxXL74vHM23Kfvu5TuAhXs { display:none; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #skS5xIptcr4oTbfHplEWkKrpKtiaOaPD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #l8qraL3Xfv7ExazvPCONsB0sZTgAB4V3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #kmvsHQeoRkU9RdVkCib2NJlKn4puNqD2 { display:block;position:relative; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #QQpoMnz8dJW222kucxDRekRtNstynInC {  }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #NXasemzhcBgFsTdZJVnhZxV4V2t6QD2V { display:none; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #CMt3MbwmEzz6nKaf3tBfZ3VtoVnXtnu1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #T8yu6W2GaVi2r8Ux1UcUeZ1dWDkDlZzT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #E4RiBalh6L9RNSmfc4GtRVhErJD6mq0H { display:block;position:relative; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #Jlo21HqsV71MF4810sTWJW7LwFUSKbk2 {  }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #hEhQcOfJEHzoxvCyzC4dLVdUomdN7US7 { display:none; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #DwsWO77y4zEuQn9XhD9KqESaXTn7G988 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #xI2hNXn5Nrlw257XAVpMFythb3aZKZRo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #LuL9yIMkTd6hhBlxXrS1OKAPTCXAQrNO { display:block;position:relative; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #a2e44I7dgZ5p7oyAwlQ61eR9mP8uWEQH {  }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #EKdQlXgBmiB5CJTHOkt3oPsEw5ewZpnd { display:none; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #hAZzvwIkfuo6WmZWU0P72kenqXGTep8v { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #QmTwt20ud59k5CWkqeMcdgKW0uoKZ7Or { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #ez26hAt4TME0gcIT0mb9rdgIOKkxxfVT { display:block;position:relative; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #ReGWH0r4suROpisx511ACU7yQJ4G6c4c {  }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #uZ2qQLoXmwNGAkbDkCp6Fb68b0kl6rXN { display:none; }
#Q4eUubuA19vtF7J1NdWRWghhr2IeJTGb { 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:28.6875rem;width:20.1875rem;top:24.1875rem;left:35.25rem;overflow:hidden;display:block; }
#oEhzuhGgeAvbqE21FcImCHMJJbMrZBcG { 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; }#oEhzuhGgeAvbqE21FcImCHMJJbMrZBcG > .row .container { background-color: transparent; background-image: none; }#oEhzuhGgeAvbqE21FcImCHMJJbMrZBcG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEhzuhGgeAvbqE21FcImCHMJJbMrZBcG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEhzuhGgeAvbqE21FcImCHMJJbMrZBcG > .row .container > .video-iframe-container { display: none; }#oEhzuhGgeAvbqE21FcImCHMJJbMrZBcG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEhzuhGgeAvbqE21FcImCHMJJbMrZBcG > .row > .video-iframe-container { display: none; }#oEhzuhGgeAvbqE21FcImCHMJJbMrZBcG > .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); }#oEhzuhGgeAvbqE21FcImCHMJJbMrZBcG > .row .container { border-width: 0; border-radius: 0; }#oEhzuhGgeAvbqE21FcImCHMJJbMrZBcG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oEhzuhGgeAvbqE21FcImCHMJJbMrZBcG > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:60rem;position:relative;display:block; }#rmGcUWMviz0E4lewLFlPDcO0sABGP89V { 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:20.4373125rem;width:27.4370625rem;top:1.6875rem;left:31.5rem;overflow:hidden;display:block; }
#M1STFLgLe5xGkE1uGiOGJaHsegmdvvMd { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:11.3125rem;left:1.3125rem;display:block; }
#vT095TvCa1XpoNZmFuXwsSoSbu3V0l1Z { color:#101010;display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:3.3125rem;left:1.3125rem;height:6.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KbgQnl3kdUWPy8KrP05qp1ItdAxtQcLW { color:rgba(16,16,16,0.7);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:13.625rem;left:1.3125rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc .accordion-trigger.adaptive-delivery-prevent-bg, #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc .accordion-trigger.lazyload, #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc .accordion-trigger.lazyloading { background-image: none; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:19.4375rem;left:0rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #aTZGLWITZo0fru8oeD8kv2ZFJayM9q7X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #iGEfeORbyTJ4cS6hU3ceOaVJ4zdkTRMg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #Zv1EIbArPI5SQ9myfK4ia0FNrdDP4DmS { display:block;position:relative; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #vxLTqbdCfQZkTRdXLvIx3K0BpJXO8pRa {  }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #lWctiLvvUsrCNlKA3nGApuQQTGdw3SIv {  }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #ef58dPylInqdm2fPqD405Nr6XUMQMkIp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #RJ8wqySLDPQrGZPbmUNIG7O9mhL4fZnk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #ckUXyTvGsgOxdzxIHANe7wqs8GiZCbOQ { display:block;position:relative; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #rxBR8ET4peiSrVOp4tAXTcvHzLVHeHUK {  }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #K0XfhJCf22Q8S8LxMn85fq0368n34uJU { display:none; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #NTowpXMl8Rs6torBql3Zqdagn7CJPP8L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #XuFId3ETZpzTAdQWoia2EAylaBQAN2qk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #iZQyLMe1guv7km4pRzdIL4xs6WAaIX4T { display:block;position:relative; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #LXoKTWru42ArsA267dEsPNpkdqJHvfJh {  }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #gr6PUMihimJcdnAkfRAqPu8myTZPz8Ng { display:none; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #nIoswRfVcIsdE0bIcsA8BIH7k5quBpaX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #AB9lMd87n7aWSccZTP6ps0Da9dr9LyGL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #MDfpsnDUNI0h63k1h6q4rMPyEk0lzLV2 { display:block;position:relative; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #zNCg2SKXuMIAuAxl8UqxDAaLmtNGRiLL {  }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #V46dTcffM8cxXL74vHM23Kfvu5TuAhXs { display:none; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #skS5xIptcr4oTbfHplEWkKrpKtiaOaPD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #l8qraL3Xfv7ExazvPCONsB0sZTgAB4V3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #kmvsHQeoRkU9RdVkCib2NJlKn4puNqD2 { display:block;position:relative; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #QQpoMnz8dJW222kucxDRekRtNstynInC {  }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #NXasemzhcBgFsTdZJVnhZxV4V2t6QD2V { display:none; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #CMt3MbwmEzz6nKaf3tBfZ3VtoVnXtnu1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #T8yu6W2GaVi2r8Ux1UcUeZ1dWDkDlZzT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #E4RiBalh6L9RNSmfc4GtRVhErJD6mq0H { display:block;position:relative; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #Jlo21HqsV71MF4810sTWJW7LwFUSKbk2 {  }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #hEhQcOfJEHzoxvCyzC4dLVdUomdN7US7 { display:none; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #hAZzvwIkfuo6WmZWU0P72kenqXGTep8v { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #QmTwt20ud59k5CWkqeMcdgKW0uoKZ7Or { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #ez26hAt4TME0gcIT0mb9rdgIOKkxxfVT { display:block;position:relative; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #ReGWH0r4suROpisx511ACU7yQJ4G6c4c {  }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #uZ2qQLoXmwNGAkbDkCp6Fb68b0kl6rXN { display:none; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #R9osorhad7kTmBqZoCdcxFhtmhrQvnhl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #askKQITrCDDL6ZauGsBO519e9ySpZm62 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #lGAAcKQSwkIrTG1JTDpNxAdOVPptVWop { display:block;position:relative; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #kWGgBHCInml1MrCiuGrTp1TWCrHuAEFT {  }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #JraTaQdSZfH5xRS0Vooklnmz6t8bl43A { display:none; }
#wzgzOQNANqMDX7NMDKCl9Da3BZn5QQk6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.936rem;width:18.3735rem;top:25.6865234375rem;left:36.7490234375rem;overflow:hidden;display:block; }
#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB { border-bottom:0;border-left:0;border-right:0;border-top: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; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { background-color: transparent; background-image: none; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container > .video-iframe-container { display: none; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row > .video-iframe-container { display: none; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .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); }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { border-width: 0; border-radius: 0; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { font-size:0.875rem;font-family:arial;height:134rem;width:60rem;position:relative;display:block; }#BUq3VWbpTWlwrk6VsBXNTkcV5vc9IIde { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1a420bc2-8336-428d-8d11-a7e3dc12e512/pzt.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:26.1875rem;width:30rem;position:absolute;display:block;z-index:15011;top:63.5625rem;left:30rem;display:block; }#BUq3VWbpTWlwrk6VsBXNTkcV5vc9IIde.adaptive-delivery-prevent-bg, #BUq3VWbpTWlwrk6VsBXNTkcV5vc9IIde.lazyload, #BUq3VWbpTWlwrk6VsBXNTkcV5vc9IIde.lazyloading { background-image: none; }
#KqlTGVGSRzAN3TsQh9uQ0QRPR8y8Xwad { display:block;width:29.6245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:61.375rem;left:0rem;height:4.063475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#A4MzHUhDZrgf4AZW6FOuSaDikWU80ksN { display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:66.5615234375rem;left:0rem;height:27.1934125rem;color:#09281a;font-style:normal;display:block; }
#DA8tQGagKMprr5L6yHlAPPlCpEwq7TpH { display:block;width:24.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:36.75rem;left:0rem;height:11.1972875rem;color:#09281a;font-style:normal;display:block; }
#b9EpKDadALUPMorDFKEJ3A9z3K87sBqV { display:block;width:24.124375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:33.6875rem;left:0rem;height:2.0317375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#zkqkSBu7svETbwFhQCmOT3Fmez04yWyy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/10051392-932a-4a67-9d75-fad7fb780654/raport.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:18.3745625rem;width:30rem;position:absolute;display:block;z-index:15012;top:33.6875rem;left:30rem;display:block; }#zkqkSBu7svETbwFhQCmOT3Fmez04yWyy.adaptive-delivery-prevent-bg, #zkqkSBu7svETbwFhQCmOT3Fmez04yWyy.lazyload, #zkqkSBu7svETbwFhQCmOT3Fmez04yWyy.lazyloading { background-image: none; }
#r2xeBU9m3lyO3qJdZWGK1oThAtA4PPu9 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.685546875rem;left:0rem;height:16.97265625rem;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; }
#bFqCULXHGUlT1wiP8yTWFlismPMicJLi { color:#101010;display:block;width:56.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:3.625rem;left:0rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#spN6qAAnom0J7QVQOSPMKv3Qg2JPPRkn { display:block;width:24.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:97.75rem;left:0rem;height:31.99224375rem;color:#09281a;font-style:normal;display:block; }
#AJcUMyLWJTALs3x4xrbEMet703OFrZi2 { display:block;width:29.6245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:95.375rem;left:0rem;height:2.0317375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#upqa6IheDWyUiTy8ZeCedfo3VZL37BK1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9d6802f3-9a78-4f46-8769-48cbc6a7cc01/unnamed7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:23.625rem;width:29.875rem;position:absolute;display:block;z-index:15014;top:96.625rem;left:30.125rem;display:block; }#upqa6IheDWyUiTy8ZeCedfo3VZL37BK1.adaptive-delivery-prevent-bg, #upqa6IheDWyUiTy8ZeCedfo3VZL37BK1.lazyload, #upqa6IheDWyUiTy8ZeCedfo3VZL37BK1.lazyloading { background-image: none; }
#iBi2xWX8mpPNWFIqwZCV7Jt9SoASLL8n { 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; }#iBi2xWX8mpPNWFIqwZCV7Jt9SoASLL8n > .row .container { background-color: transparent; background-image: none; }#iBi2xWX8mpPNWFIqwZCV7Jt9SoASLL8n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBi2xWX8mpPNWFIqwZCV7Jt9SoASLL8n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBi2xWX8mpPNWFIqwZCV7Jt9SoASLL8n > .row .container > .video-iframe-container { display: none; }#iBi2xWX8mpPNWFIqwZCV7Jt9SoASLL8n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBi2xWX8mpPNWFIqwZCV7Jt9SoASLL8n > .row > .video-iframe-container { display: none; }#iBi2xWX8mpPNWFIqwZCV7Jt9SoASLL8n > .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); }#iBi2xWX8mpPNWFIqwZCV7Jt9SoASLL8n > .row .container { border-width: 0; border-radius: 0; }#iBi2xWX8mpPNWFIqwZCV7Jt9SoASLL8n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iBi2xWX8mpPNWFIqwZCV7Jt9SoASLL8n > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#lrBNDJyJvPDohvH7wc4JQ3Ue9PlczEsT { color:#101010;display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:2.375rem;left:1.5625rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Rmmd4kq1epRECoDuTS4kG7OwJKf8odNr { color:rgba(16,16,16,0.7);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:8.625rem;left:1.5625rem;height:26.11325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mtDG0CK2nl2lxbIEIvvBoUJZieu72qhv { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:24rem;top:9.6806640625rem;left:36rem;overflow:hidden;display:block; }
#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e1b32;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; }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt > .row .container { background-color: transparent; background-image: none; }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt > .row .container > .video-iframe-container { display: none; }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt > .row > .video-iframe-container { display: none; }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt > .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); }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt > .row .container { border-width: 0; border-radius: 0; }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:block; }#KQpqFuKxSVkUOQHuPyRKvmxuJ1f94iFI { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:2.03125rem;height:6.5rem;display:block; }
#EvhnyXJm3ShpiVwVnq9GX2lB59MleOcs { color:rgba(var(--color-tertiary-4),1);display:block;width:24.875rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.75rem;left:2.9375rem;height:9.5009625rem;display:block; }
#w7a8estTd18OnlePTVv2aOuXTNz8ZKqE { color:#fe004f;display:block;width:5.6875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3rem;left:2rem;height:2.11230625rem;font-style:normal;display:block; }
#zHd56sR8vSDTcXoJKoEBwgC2fDfsAgC4 { background-color:#592c88;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:lato;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:2.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:27.25rem;left:2.9375rem;display:block; }
#lEsQhqenmbT78dHTMxIwfALWBqGlfPMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eycpRsneV1OiXDB6wATJ40tIv7GzWZpc { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:0.125rem;top:15.9375rem;left:2.1875rem;display:block; }
#p17DKNpAoIJWQAiruJlDsQT9Df4IaZZp { 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; }#p17DKNpAoIJWQAiruJlDsQT9Df4IaZZp > .row .container { background-color: transparent; background-image: none; }#p17DKNpAoIJWQAiruJlDsQT9Df4IaZZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p17DKNpAoIJWQAiruJlDsQT9Df4IaZZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p17DKNpAoIJWQAiruJlDsQT9Df4IaZZp > .row .container > .video-iframe-container { display: none; }#p17DKNpAoIJWQAiruJlDsQT9Df4IaZZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p17DKNpAoIJWQAiruJlDsQT9Df4IaZZp > .row > .video-iframe-container { display: none; }#p17DKNpAoIJWQAiruJlDsQT9Df4IaZZp > .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); }#p17DKNpAoIJWQAiruJlDsQT9Df4IaZZp > .row .container { border-width: 0; border-radius: 0; }#p17DKNpAoIJWQAiruJlDsQT9Df4IaZZp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p17DKNpAoIJWQAiruJlDsQT9Df4IaZZp > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:60rem;position:relative;display:block; }#AbFGgubC7vu4dV0MozU3iXZXN3duK7fr { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.625rem;left:1.3125rem;height:;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; }
#DhZzwt341y3gR0p5WAdfoCr1A0cmzc4P { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.1240234375rem;left:1.3125rem;height:48rem;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; }
#PxzOzZ6V9iRevKsZNiFUkQUagytuQnL0 { 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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:25rem;width:25rem;top:10.5rem;left:35rem;overflow:hidden;display:block; }
#PSVXO27ftVm4HQfSyZBeue1kym3wpUuw { position:absolute;display:block;z-index:15007;background-color:#5a3e8e;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.1875rem;width:27.1875rem;top:10.3125rem;left:1.3125rem;display:block; }
#Oxvh3J7Gczi6NDAEBInKVZIVFUykGMAT { 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; }#Oxvh3J7Gczi6NDAEBInKVZIVFUykGMAT > .row .container { background-color: transparent; background-image: none; }#Oxvh3J7Gczi6NDAEBInKVZIVFUykGMAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxvh3J7Gczi6NDAEBInKVZIVFUykGMAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxvh3J7Gczi6NDAEBInKVZIVFUykGMAT > .row .container > .video-iframe-container { display: none; }#Oxvh3J7Gczi6NDAEBInKVZIVFUykGMAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxvh3J7Gczi6NDAEBInKVZIVFUykGMAT > .row > .video-iframe-container { display: none; }#Oxvh3J7Gczi6NDAEBInKVZIVFUykGMAT > .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); }#Oxvh3J7Gczi6NDAEBInKVZIVFUykGMAT > .row .container { border-width: 0; border-radius: 0; }#Oxvh3J7Gczi6NDAEBInKVZIVFUykGMAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oxvh3J7Gczi6NDAEBInKVZIVFUykGMAT > .row .container { font-size:0.875rem;font-family:arial;height:60.75rem;width:60rem;position:relative;display:block; }#gyU57hEgNMU7Ugrs9hlFAoXZJWFABI4V { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:56.1875rem;top:25.125rem;left:2.375rem;display:block; }
#xm96FkOv8UPzzPiwvTkKo2RkMmWFTtoW { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid rgba(var(--color-secondary-4),1);border-left:0.375rem solid rgba(var(--color-secondary-4),1);border-right:0.375rem solid rgba(var(--color-secondary-4),1);border-bottom:0.375rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:24.1875rem;left:0.125rem;display:block; }
#XzqCoA8tIFamhrbbOUyPdhlyqyHlrlPp { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:24.1875rem;left:57.75rem;display:block; }
#PZSNokBQPgznaBnL1nptit9ayFfn9KTT { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.25rem;left:0.0625rem;height:5.199225rem;text-align:left;text-align-last:left;display:block; }
#Hy9JN3G4A7dohPWA4DJDkLwoT3qH1O1I { color:rgba(var(--color-tertiary-4),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:28.25rem;left:12.3125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#no4eK75ywE8QUE9MzEsIhuXW00Btk0LN { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.25rem;left:25.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#e2QH4oN2PguALZv2c6uE95d6iTgao580 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.25rem;left:39.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#bH3B8HOQuuPOTne3IG2eMGLqP4GHFMyE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.25rem;left:48.375rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#OdfsCi3g9JIwxoPTDJ6gAhWfLb7IQGVA { color:rgba(var(--color-tertiary-4),1);display:block;width:59.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.3740234375rem;left:0.4365234375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BAuedG1zUuH76WFsUQP68ZXoDq41CBln { color:rgba(var(--color-tertiary-4),1);display:block;width:59.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#XK5DXnIFRieZrokCBhcvPTEFTHRp2TI7 { box-sizing:content-box;height:3.125rem;width:0.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:23.75rem;left:15rem;display:block; }
#o8ebW2W5fB7u8tPotJ7RsIUB6AmbaVzh { box-sizing:content-box;height:3.125rem;width:0.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:23.75rem;left:29.4375rem;display:block; }
#w446nlom40mN101E6dPpLncIVZF0H9TJ { box-sizing:content-box;height:3.125rem;width:0.3125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:23.75rem;left:44.3125rem;display:block; }
#tDaEWLuAcSHifirfaKKqHlcEGcRtARlq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20rem;left:0.0625rem; }
#FGn5LG1T083CU8zZTfk004ZE2A9qLM67 { 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:15021;opacity:1;top:19.625rem;left:13.625rem; }
#vBftf1stRTRZ3hKTc2KwgTJeFylhsVXI { 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:15022;opacity:1;top:19.625rem;left:28rem; }
#gkSCbPZUSsW49Xa7oRh1kVovFSnVyb1m { 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:15023;opacity:1;top:19.625rem;left:42.9375rem; }
#O83ShObthXk3zOMLcaOLIP8hG3aSR4yE { 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:15024;opacity:1;top:19.625rem;left:56.875rem; }
#m3ANVf3atJ6kuxTRTa09IPOt9OB53uEZ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:38.75rem;left:0.40625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#wAw7OZ3QSkUwPM9DR7BzM67792KzK9mO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:44rem;left:0.0625rem; }
#uPxVaWXTKrwz93JORJ4VgmId7emo0xHt { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:56.1875rem;top:49.125rem;left:2.375rem;display:block; }
#QK5EySqqzfLfRT5DqWLNM0QkEZyHoS94 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:48.1875rem;left:0.125rem;display:block; }
#vWT31ObffRZ8tzw6HotSt7GChMZhtzOq { box-sizing:content-box;height:3.125rem;width:0.3125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:47.8125rem;left:10.5rem;display:block; }
#AWXwqq2SrIH4PNW0R7VQcrmZyvL5RyC3 { 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:15038;opacity:1;top:43.6875rem;left:9.125rem; }
#hba4SEfX1uLrb2qE8A5nkkThhTuiLRzb { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:52.25rem;left:0.0625rem;height:5.199225rem;text-align:left;text-align-last:left;display:block; }
#IfyTbGFcgxFn69JvvxvWgiw2oWiayI7F { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:52.3125rem;left:5.5625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#zuW6fcTmN76VSkdp12LWZNLxz22fvDOG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:52.3125rem;left:24.5625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#Q3kpnF5l18nBtprGJpBsRaFLgV1u0eGf { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:52.25rem;left:35.375rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#plgCB7p9gK0qT5GF9It2LUoFJGSRrrx7 { box-sizing:content-box;height:3.125rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;top:47.8125rem;left:29.5rem;display:block; }
#CwcOETTRH9JUXMyc79IyuTvTX4hItdDW { 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:15039;opacity:1;top:43.625rem;left:38.6875rem; }
#ViZ2VMeV3hpt0TsAd44RAaDTktQPQgEE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:52.25rem;left:48.375rem;height:3.89941875rem;text-align:right;text-align-last:right;display:block; }
#RM93ssB8dNJQ15HK73TydXs84kCeTHPS { box-sizing:content-box;height:3.125rem;width:0.3125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;top:47.75rem;left:40.0625rem;display:block; }
#aTt6fRbGoD5QOBAAzf1nlfNfGJ6V3RPZ { 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:15040;opacity:1;top:43.625rem;left:56.875rem; }
#UBJqXDwvVrDoZ5msQXoU1RZRHGbIVCr5 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:48.125rem;left:57.75rem;display:block; }
#rzTaCmSCXggpVoKtN0B6RT5l2pPMkAON { 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:15039;opacity:1;top:43.4375rem;left:28.0625rem; }
#T2ysIZsb8FANoAsqNH89vqAsnckXAVFO { box-sizing:content-box;height:3.125rem;width:0.3125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;top:47.8125rem;left:19.9375rem;display:block; }
#VpRCcS2kzc0d4MRoawTScLuvlW5uTFNd { 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:15042;opacity:1;top:43.4375rem;left:18.5rem; }
#nTaRp9ZCOWfbx9STmbNZPWo74MBqJtpN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:52.3125rem;left:15rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#aBn4WG4MuJo7OQCeGVEnzSUlR1VT1gBh { 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:15042;opacity:1;top:43.6875rem;left:48.75rem; }
#yOenZA5AqysbOC3fl6CO0VH9uMMFqyP5 { box-sizing:content-box;height:3.125rem;width:0.3125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:47.75rem;left:50.125rem;display:block; }
#nVwS93CD34Hkiipd5uC5dfnVW3ALGy8o { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:52.25rem;left:45.5625rem;height:5.199225rem;text-align:center;text-align-last:center;display:block; }
#cDv62qpkTVJgqAsQHy2R4lxX9fsHMT7V { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:56.1875rem;top:44.375rem;left:2.3125rem;display:none; }
#ZDAlHeUgRO7zN0qSBA21dOpfSnPImUNv { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:56.1875rem;top:44.375rem;left:2.3125rem;display:none; }
#L4epuQEc7pnXHAcKa46cf03RybTRdwVh { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:56.1875rem;top:44.375rem;left:2.3125rem;display:none; }
#OaSyupRIfLOlJNPh9dV8T4pJk7aPb1kx { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:56.1875rem;top:44.375rem;left:2.3125rem;display:none; }
#w6pRscX7uC39sU4S1k1TvgmLh0KSXfbw { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:56.1875rem;top:44.375rem;left:2.3125rem;display:none; }
#LK0fBPktuAD7wktBqSaBlgxAmD614ihw { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:56.1875rem;top:44.375rem;left:2.3125rem;display:none; }
#phyTPv3BPEvOnnaf6DqkAeWX0lKi7Uw0 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:56.1875rem;top:44.375rem;left:2.3125rem;display:none; }
#iwxE1DJuvHgqJsKAMuyhs6sVJvIkQKc3 { 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; }#iwxE1DJuvHgqJsKAMuyhs6sVJvIkQKc3 > .row .container { background-color: transparent; background-image: none; }#iwxE1DJuvHgqJsKAMuyhs6sVJvIkQKc3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwxE1DJuvHgqJsKAMuyhs6sVJvIkQKc3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwxE1DJuvHgqJsKAMuyhs6sVJvIkQKc3 > .row .container > .video-iframe-container { display: none; }#iwxE1DJuvHgqJsKAMuyhs6sVJvIkQKc3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwxE1DJuvHgqJsKAMuyhs6sVJvIkQKc3 > .row > .video-iframe-container { display: none; }#iwxE1DJuvHgqJsKAMuyhs6sVJvIkQKc3 > .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); }#iwxE1DJuvHgqJsKAMuyhs6sVJvIkQKc3 > .row .container { border-width: 0; border-radius: 0; }#iwxE1DJuvHgqJsKAMuyhs6sVJvIkQKc3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwxE1DJuvHgqJsKAMuyhs6sVJvIkQKc3 > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#DFTeHSKDovTOqPmL2TkeW3GE05NJdvu9 { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.5rem;top:22.625rem;left:0rem;display:block; }
#hrlTyOMFFh8bAfJPSLHLeZXTT4HVSH3y { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:28.5rem;left:0.375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o54egoBy6sztQLrNQsyLb6P7gHPdqv4M { color:#333333;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:31.125rem;left:1.125rem;height:3.71191875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E7qqlPgf6LQgKXoTgxAuiPTUGie3phf8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:13.6875rem;top:8.25rem;left:0rem;overflow:hidden;display:block; }
#QL4taSUSFZkpJC3llTmnaWAwteqMvk6Z { position:absolute;display:block;z-index:15003;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.5rem;top:22.625rem;left:15.4375rem;display:block; }
#znF52aoItCqt9NBCKTBgBfdHZsrrwcEv { color:#333333;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:31.125rem;left:16.5625rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SClldgs2s9Gx3bXWmCOcubD8HW5g4IWl { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.5rem;left:15.8125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a220zZ3Bh6JsWJg1FkgX74DN9iy4uLT3 { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.5rem;top:22.625rem;left:30.875rem;display:block; }
#vKoEJmATvMOTsd0V29pAUJmZrAhGU1yK { color:#333333;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:31.125rem;left:30.875rem;height:3.71191875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cv0hVRiXSZr59OOPusMPcL8h3TATtKMe { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.5rem;left:31.25rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUXKgJOfOiTADQkmFxuNHuFftNsnX6u9 { position:absolute;display:block;z-index:14999;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:13.5rem;top:22.625rem;left:46.125rem;display:block; }
#UgKDvuUGzpTUEuU8er6WGvUT9XRKyCvC { color:#333333;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:31.125rem;left:47.25rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DLHzZ7f8S3biM5cCNLFNxFs1GrUC2lRA { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.5rem;left:46.5rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hLySLUOFaAe3xkzIw59wXw0MJTDyD3Ty { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8740234375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aV7SqE3PbADoTZTSIgqOobrsZWiWTrz7 { 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:19.625rem;width:13.875rem;top:8.25rem;left:15.5625rem;overflow:hidden;display:block; }
#Fp5uM2a3bmseZQpDoDnrG70a9dCqln8S { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:13.875rem;top:8.25rem;left:30.5625rem;overflow:hidden;display:block; }
#rkHa6KSZp8dw7ZFQAETOG7Xun2z29SMI { 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:19.625rem;width:13.75rem;top:8.25rem;left:46.125rem;overflow:hidden;display:block; }
#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K > .row .container { background-color: transparent; background-image: none; }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K > .row .container > .video-iframe-container { display: none; }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K > .row > .video-iframe-container { display: none; }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K > .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); }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K > .row .container { border-width: 0; border-radius: 0; }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:60rem;position:relative;display:block; }#BtfoCOfOCH47rxxqxMeAX4zwPTkJZ6wT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:1.375rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e6ToQAyay6vZ66KrvCaoOcMF0cokOIpf { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.1875rem;left:1.375rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SpOMmXbg80QV6FTHwaOgQ6Ih0u4HVDxS { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.1875rem;left:16.375rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CAozVHsgvCJQVMf3taT68evIzGm8TCeh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0625rem;left:16.375rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tv893whiK1TKbM9pGqSmQqAlMqfMa4sM { color:#585858;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.1875rem;left:38.875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e8S14ODGxX4CGnwNohhZ2achuXrIZL7k { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:31.375rem;height:4.95605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#emlp5G6tmxQr0ABBuCetwiKs7csJyy06 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:6.25rem;top:9.875rem;left:4.5rem;display:block; }
#WTBuDXpuD1ZbBJJDbhnK5Vo8kPzE0NZL { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.375rem;top:9.875rem;left:20.4375rem;display:block; }
#cSkM5LDRDiQXCpPa9PkWKQSxg5wLK7mu { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:15.625rem;top:9.875rem;left:37.3125rem;display:block; }
#Nc9kT31uIVG1kMQQwIw9OmeotkceVXtg { 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; }#Nc9kT31uIVG1kMQQwIw9OmeotkceVXtg > .row .container { background-color: transparent; background-image: none; }#Nc9kT31uIVG1kMQQwIw9OmeotkceVXtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nc9kT31uIVG1kMQQwIw9OmeotkceVXtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nc9kT31uIVG1kMQQwIw9OmeotkceVXtg > .row .container > .video-iframe-container { display: none; }#Nc9kT31uIVG1kMQQwIw9OmeotkceVXtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nc9kT31uIVG1kMQQwIw9OmeotkceVXtg > .row > .video-iframe-container { display: none; }#Nc9kT31uIVG1kMQQwIw9OmeotkceVXtg > .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); }#Nc9kT31uIVG1kMQQwIw9OmeotkceVXtg > .row .container { border-width: 0; border-radius: 0; }#Nc9kT31uIVG1kMQQwIw9OmeotkceVXtg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nc9kT31uIVG1kMQQwIw9OmeotkceVXtg > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:60rem;position:relative;display:block; }#gIXVpkTeewTidSaETybpCeMzI150DF07 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:18.5625rem;top:6.9444446563719rem;left:1.3107643127441rem;display:block; }
#WdrdxEr10GShcBRGrh3G80GAeEOqQi4K { color:rgba(var(--color-primary-2),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.6875rem;left:1.3125rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZBJMDd6T8SLQz5KKEgWzTpCqg0yJuDd7 { color:rgba(16,16,16,0.7);display:block;width:28.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:11.234375rem;left:1.3125rem;height:12.74413125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);line-height:1.4;overflow:hidden;height:auto; }
#beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM .accordion-trigger.adaptive-delivery-prevent-bg, #beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM .accordion-trigger.lazyload, #beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM .accordion-trigger.lazyloading { background-image: none; }
#beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM { box-sizing:content-box;height:auto;width:48.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15013;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:30.25rem;left:0rem; }
#beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM #MtmEXgxsGxEkER0FDDFXsW4yuK8Ie9aa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM #FqiCBT59h5mnGbmqNlNEPbru2oMDVvTp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM #q5yzfGs7uk1mRiA0SevubhH1cU7sWS2S { display:block;position:relative; }
#beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM #XtAh30rTUmoNMebJl8tND0gAKxkNydGd {  }
#beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM #g9TtkHC9Uhu6IRVQT7S25SQc15UCXNkw {  }
#Rk7K4CJw0aXAyvalI1uPTwfrDPyu562d { color:rgba(16,16,16,0.7);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:49.25rem;left:1.3125rem;height:5.699225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kT2lT6IpInERLyiwnbFdVX8W5qWi8T8z { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:23rem;top:6.13671875rem;left:32.75rem;overflow:hidden;display:block; }
#zfhgMTNiwLv43HEdSiHTkD1BlJRnGXCm { 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; }#zfhgMTNiwLv43HEdSiHTkD1BlJRnGXCm > .row .container { background-color: transparent; background-image: none; }#zfhgMTNiwLv43HEdSiHTkD1BlJRnGXCm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfhgMTNiwLv43HEdSiHTkD1BlJRnGXCm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfhgMTNiwLv43HEdSiHTkD1BlJRnGXCm > .row .container > .video-iframe-container { display: none; }#zfhgMTNiwLv43HEdSiHTkD1BlJRnGXCm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfhgMTNiwLv43HEdSiHTkD1BlJRnGXCm > .row > .video-iframe-container { display: none; }#zfhgMTNiwLv43HEdSiHTkD1BlJRnGXCm > .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); }#zfhgMTNiwLv43HEdSiHTkD1BlJRnGXCm > .row .container { border-width: 0; border-radius: 0; }#zfhgMTNiwLv43HEdSiHTkD1BlJRnGXCm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zfhgMTNiwLv43HEdSiHTkD1BlJRnGXCm > .row .container { font-size:0.875rem;font-family:arial;height:55.75rem;width:60rem;position:relative;display:block; }#r33USchQq5izrTPyTnO4CbUVTVfiZFgz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.375rem;width:54.25rem;top:4.375rem;left:2.875rem;display:block; }
#AsVFfA1fbgwRHBycvzlcPNLVeFcq0JRC { display:block;width:27.749rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15011;line-height:1.2;top:43.625rem;left:1.25rem;background-color:transparent;background-image:none;height:2.92480625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#zw5eCUE2mSh2TE9XQam6dk0hiCBQOFfX { display:block;width:27.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;top:47.375rem;left:1.1875rem;background-color:transparent;background-image:none;height:3.1494125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#qxU8etDJX6ESednEzMHMTHAQGpxCQ7WM { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15013;top:40.0625rem;left:30rem;display:block; }
#d7wSQrwzTfkOr5b4623yGrhGI58QbSic { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.2;top:44.3125rem;left:31.0625rem;background-color:transparent;background-image:none;height:1.79980625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#gRRd1Tv2T8cDWRt1lNkrywDVTn0XIouW { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;top:40.0625rem;left:13.8125rem; }
#of3JX8L0yoIZH8SOGiWikfxnZAKUNbRo { display:block;width:20.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.4;top:47.375rem;left:34.8125rem;background-color:transparent;background-image:none;height:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#FZ78I7MRJBZZEm1c0zpQHfHIqCHdGHTK { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;top:40.0625rem;left:43.625rem; }
#Cu3fx6ZUA2cTyay7TG3xy2Uvm9ey5p2g { border-bottom:0;border-left:0;border-right:0;border-top: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; }#Cu3fx6ZUA2cTyay7TG3xy2Uvm9ey5p2g > .row .container { background-color: transparent; background-image: none; }#Cu3fx6ZUA2cTyay7TG3xy2Uvm9ey5p2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu3fx6ZUA2cTyay7TG3xy2Uvm9ey5p2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu3fx6ZUA2cTyay7TG3xy2Uvm9ey5p2g > .row .container > .video-iframe-container { display: none; }#Cu3fx6ZUA2cTyay7TG3xy2Uvm9ey5p2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu3fx6ZUA2cTyay7TG3xy2Uvm9ey5p2g > .row > .video-iframe-container { display: none; }#Cu3fx6ZUA2cTyay7TG3xy2Uvm9ey5p2g > .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); }#Cu3fx6ZUA2cTyay7TG3xy2Uvm9ey5p2g > .row .container { border-width: 0; border-radius: 0; }#Cu3fx6ZUA2cTyay7TG3xy2Uvm9ey5p2g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cu3fx6ZUA2cTyay7TG3xy2Uvm9ey5p2g > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:60rem;position:relative;display:block; }#yuN75XSdrIEgaU4IhoHpt0nc0qt5St3L { display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:9.25rem;left:3.4375rem;height:2.20019375rem;color:#09281a;font-style:normal;display:block; }
#gp2Qyo11cfS6hS2aB6qTQPia2tb37fkJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e04c2c01-896e-43a2-bf4e-47541e310b25/fotocv.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:14.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15017;top:12.625rem;left:3.4375rem;display:block; }#gp2Qyo11cfS6hS2aB6qTQPia2tb37fkJ.adaptive-delivery-prevent-bg, #gp2Qyo11cfS6hS2aB6qTQPia2tb37fkJ.lazyload, #gp2Qyo11cfS6hS2aB6qTQPia2tb37fkJ.lazyloading { background-image: none; }
#dWNUFvMS1tCXC8zSpBLvohVQ2pUCbHVm { display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:27.375rem;left:3.4375rem;height:2rem;color:#09281a;font-style:normal;display:block; }
#fgkuXfa0zdB7hf1x7iTPMGJdZZuaLR6R { box-sizing:content-box;color:#5d92ff;font-size:2.6875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:30.9375rem;left:3.4375rem; }
#fgkuXfa0zdB7hf1x7iTPMGJdZZuaLR6R > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#blnyximTTnOdpkLksa18gVIVhQvKOQaq { display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:30.75rem;left:6.1875rem;height:2rem;color:#09281a;font-style:normal;display:block; }
#AFcbBHB5zCNpv5gTr63q7uqkT8JyfiyJ { display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:32.6865234375rem;left:6.1865234375rem;height:2rem;color:#09281a;font-style:normal;display:block; }
#sfShW2SX8pZMhDAlOLuVZrF1M405BuwT { box-sizing:content-box;color:#5d92ff;font-size:2.6875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:33.0625rem;left:3.625rem; }
#sfShW2SX8pZMhDAlOLuVZrF1M405BuwT > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#JuPw7fkAcgR2MiGqxBhJEteO6EAHHOcC { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1;letter-spacing:0;top:45.3125rem;left:0rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RqIfkPpRFAQwXfr9WzmHtKTnZK09W1QD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6237rem;width:2.6237rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:50.6875rem;left:6.3125rem; }
#RqIfkPpRFAQwXfr9WzmHtKTnZK09W1QD > img { max-width: 100%;max-height:100%; width:2.6237rem; height:2.6237rem; }#G9I5BTnT8OdwsaevRIJOA3zinzAk0Eg7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:50.875rem;left:11.6875rem; }
#G9I5BTnT8OdwsaevRIJOA3zinzAk0Eg7 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#QucS3AcsQzoqTTARHvOHuRf2JNaCHzVk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:50.8125rem;left:17.375rem; }
#QucS3AcsQzoqTTARHvOHuRf2JNaCHzVk > img { max-width: 100%;max-height:100%; width:2.37305rem; height:2.37305rem; }#heERdX60VRc3KkdSTT8KpTQ4Evromy5T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:50.8125rem;left:23.03125rem; }
#heERdX60VRc3KkdSTT8KpTQ4Evromy5T > img { max-width: 100%;max-height:100%; width:2.37305rem; height:2.37305rem; }#B2qwWCs0sL3NqmBbaqASI4Ww6ac1JF8z { display:block;width:20.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.4;top:47.375rem;left:34.8125rem;background-color:transparent;background-image:none;height:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:none; }
#LXPN6ln7bMShai0dozaz2efTsSARhOKP { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:55.3125rem;left:5.1875rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r { display:block; }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBhztnTFlRuzTHasT8UNDkBTIv5Wi8pe { width:18.9375rem;height:;top:0.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlO2MeQcTS2wOzPCbW42DaisBCrGpfSN { width:5.3125rem;height:2.4375rem;top:1.3125rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsMIrdZ4W44yoUnTfDdEXWtmKwKpCpu5 { display:block; }
 }@media only screen and (max-width: 763px) { #Cwrz4y015AVWRMWQewe8tGVudHqMfMpn { width:4.625rem;height:2.4375rem;top:1.25rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ0sqSSB9t8ZGMnRuWtLVFvR24xL5T1a { display:block; }
 }@media only screen and (max-width: 763px) { #tRbIBdgnRPP1AbIkz57XnkHgz8V3rgtV { width:5.3125rem;height:2.4375rem;top:1.3125rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdECp7rS0XP78nFIcDy3BhP0y7SIbydu { display:block; }
 }@media only screen and (max-width: 763px) { #JwNrJHac4P9I2EqqX8TfLxwmBT0OVd2I { width:4.8125rem;height:2.4375rem;top:1.25rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPgOa6oqlPcf3gyJyZa3rMFBypWKM2iV { display:block; }
 }@media only screen and (max-width: 763px) { #wao8QGMIN8r2ZtWACgHl9bnFwEnsypC3 { width:5.375rem;height:2.4375rem;top:1.25rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHcavW5cFBx7TA0BLwq8M5d2g215AkU9 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:41.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndsh39lVqnpRo6zSNP0Z3LM8tXHiOO3F { width:38.9375rem;height:1.8125rem;top:18.5625rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqcuwxrMDA6v7KylAwmZMNFBGX2T2Vrx { width:28.8125rem;height:44.3125rem;top:-2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnNtA1R26To0nmvutvHZg9xpIbtoIKvp { width:28.8125rem;height:44.3125rem;top:-2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #butMB25RwfUgBbuC02WzGbFmDAh3i5ub { width:45.9375rem;height:11.5625rem;top:6rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6b0iQ2kOsmUgALWhZsAkl0rQWEZtfrb { width:42.8125rem;height:8.75rem;top:7.4375rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFTGyzudn0gvntUs9yGckgEdU51nWd2X { width:28.8125rem;height:44.3125rem;top:-2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoGusCCZa89TwnfudpUNVS8M4POUFLnA { width:12.4375rem;height:2.125rem;top:22.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9LSei4dnWBKKxJOFgvxNrQJn5ATWAT3 { display:block; }
 }@media only screen and (max-width: 763px) { #cfCUwLlAJorCHke4t5qFcl8MeVHD66Cg { width:12.5rem;height:2.1875rem;top:22.375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T05zbowErrVUnrX1EaBoTd0WSlwPr8PX { display:block; }
 }@media only screen and (max-width: 763px) { #GtiUIN89AtuTJTvuRUUSgmWTneBaRDfF { width:33.25rem;height:20.3125rem;top:28.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLnG4eW5wwIEF1kxeVL2m1TkevNcgQOt { width:31.25rem;height:5.5625rem;top:30.25rem;left:8.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXdwxhTxHoWDLMrOA6RUqTQDetaxf6N1 { width:14.6875rem;height:1.25rem;top:37rem;left:9.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW02mt0uGk9xbRlLmwJA5fHgRu9Hk3sv { width:5rem;height:1.125rem;top:39.875rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOU7nD01t2u9Niy0AM5kZZ5CWytooe5A { width:1.5625rem;height:1.5033058296516rem;top:39.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQQ2aKl1eSNrJx5TMaIECsbc92DaoGzu { width:1.25rem;height:1.125rem;top:39.875rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA9z7LBeir9iwLR1JM9bI1EqRnUTGCvk { width:1.5625rem;height:1.5033058296516rem;top:39.6875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC9WhLtNs5LRaJv87uD7e2o04twaKDJk { width:1.5625rem;height:1.5033058296516rem;top:39.6875rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAPHhQtcWIauoL09ipUBfzQCTIVZmHpV { width:1.25rem;height:1.125rem;top:39.875rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNWllEJlp44x8UOmErTu2pZnAi0287XE { width:1.5625rem;height:1.5033058296516rem;top:39.6875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4yvuG3zviOfTBv1TXTMgN3teRnl8aBn { width:1.25rem;height:1.125rem;top:39.875rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBhM0oy8faHkD02EkOon1CM7ZJowoeeP { width:20rem;height:0;top:41.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObB5k0aytqTeHm2bEsZeAZUotZu5AVQl { width:29.75rem;height:4.5rem;top:43.125rem;left:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0lgdyKp5FqKkkbfpn8n3R43ufArNqMu { display:block; }#W0lgdyKp5FqKkkbfpn8n3R43ufArNqMu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDvDN1TsfEmDqH3FnvaIGIFivhnKG01P { width:18.8125rem;height:39.375rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEJxVn3SRBwzXT34JmgLXHLHfuH3CyrZ { width:18.0625rem;height:7.3125rem;top:39.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQH2hv5QP7QTW8N8DwncBpHcvu5tTic9 { width:20rem;height:1.8125rem;top:36.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgZI65wd8xMrXu7zawBFl675vb5GznSI { width:2.4375rem;height:0.3125rem;top:31.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqrcCSgko5UdkSxxu86DzBhDPnKm8uWo { width:18.8125rem;height:14rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKku1tUs7PE46g3u4hn72bb4wXIzG21S { width:19.9375rem;height:2.8125rem;top:32.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy84bWT1JWOMfCsR8D8tOSXtkJQFfqPs { width:12.8125rem;height:2.8125rem;top:49.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwssTLJM7E22P2NnfkUrVkUL8Vy6vfQx { display:block; }
 }@media only screen and (max-width: 763px) { #y6ezpcuTuvGd21alPFtq5N2R9QGrxAMk { width:12.8125rem;height:2.8125rem;top:49.875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxgsGtva2fy6ZMqTrzvaTPBa212NSlPg { display:block; }
 }@media only screen and (max-width: 763px) { #TDhxxGg095XFPaqx7KiA3TlWFkSctzeq { width:20.125rem;height:7.3125rem;top:39.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwEy3Tr0Z7BWDrBrfflcQoefpfynz9Ir { width:20rem;height:1.8125rem;top:36.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lil39xAop1JoUNPB0q9kNGZTTbpyu1f3 { width:19.9375rem;height:2.8125rem;top:32.6875rem;left:11.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp7zHx3koMBlHETddzKo1uAgbsJcuVQ0 { width:2.4375rem;height:0.3125rem;top:31.25rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOWEO92r9RuP5KTU7iyIe1Dwh2ofGzDa { width:18.8125rem;height:14rem;top:14.8125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC528PrMlCU5TeJJQoe57pc5sT8WXUrN { width:18.8125rem;height:39.3125rem;top:14.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keMc8A1pDK3Dg3ECOG7Ottb6EsHRJ8zZ { width:12.8125rem;height:2.8125rem;top:49.875rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgGOHUGTgXuTbG7sb7qURhP5OIS1mv29 { display:block; }
 }@media only screen and (max-width: 763px) { #bVzdVfkoLgwEFpI4KkMuSNn7Ee854Z5d { width:18.625rem;height:8.5rem;top:39.375rem;left:29rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kigZc8ZLObRVOtKeR6Kd5Iq5t5sUMvbe { width:20rem;height:1.8125rem;top:36.5rem;left:11.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBNPkPnZqQLms717WkFn58L169mZ7BwJ { width:19.9375rem;height:2.8125rem;top:32.6875rem;left:11.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUUCPzUZvJR5oiDuJ5t58lQvuCfZdJF3 { width:2.4375rem;height:0.3125rem;top:31.25rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv4miNuELOEdpDSutBTd5CWHhEPwT035 { width:18.8125rem;height:14rem;top:14.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7Rv208bkRqW235m7l0tU00UhXNAcEXn { width:4.0625rem;height:1.75rem;top:16.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yITZfOqeWTAbK0he9E1fVTv6NZLh9gDr { width:4.0625rem;height:1.25rem;top:16.8125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTLZlMv8r7BfMJQ5F8m6b6kKg6zLOcuT { width:18.8125rem;height:14rem;top:96.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGLzfpzbFtUkubpWn6ptTGF5ELRGApx4 { width:18.8125rem;height:14rem;top:96.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQElgrcV6idPS9HxJ6gpkTfycEIhXmd9 { width:18.75rem;height:13.9375rem;top:96.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2ZJaOnqA1DLR9GcS8alcBZWXXRJEEqG { width:18.8125rem;height:14rem;top:116.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWzRX9gS7lk8ZEzC5FxG3moXzlUfQHTm { width:18.8125rem;height:14rem;top:116.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2p4WxQZF327R3KLB93xMQvU2gVAmP1f { width:18.75rem;height:13.9375rem;top:116.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpkdAPKtNnQG065GvKyBorDu6AcMmeEf { top:92.625rem;left:0rem;width:47.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAcwohrrxrIRfa31uhTXKvc3mHf8cuPM { width:20rem;height:1.8125rem;top:92.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbDEzw9IESIqoEKyS2fd4Cf43gyKZokZ { width:18.6875rem;height:1.4375rem;top:110.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WssKml10EtgptChLcU0a7ps5Q3GlCr49 { width:18.625rem;height:1.4375rem;top:110.5rem;left:13.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy1MQWimKSvxlzMsahTt7SaRJcPbLViH { width:18.625rem;height:2.875rem;top:110.5rem;left:29rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PruVSpIPvgAcLmDsTgaERwbZtXpArQW8 { width:20rem;height:1.8125rem;top:113.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGH50s4ndGBEO8bJnUqxiueBn72EWTIU { top:113.4375rem;left:0rem;width:47.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia1BUWzTLs7xHQH6HvkwT4Uq2SZOy1mA { width:18.6875rem;height:1.4375rem;top:131.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl6xTHgoUTlP9IrG5vJoa6Ls0m4TyQh3 { width:18.625rem;height:1.4375rem;top:131.0625rem;left:13.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAMGrbwCdDWGcfHtVs7wT5ga9AkFT5xq { width:18.625rem;height:1.4375rem;top:131.0625rem;left:29rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhsbh6XmTaNINVeQVylkIhFTsJzq0zFr { width:18.625rem;height:1.4375rem;top:148.0625rem;left:29rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMKComP9c2X4WOmxGwNNWSlMM0PyiGDo { width:18.75rem;height:13.9375rem;top:133.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGlDE7ABzb2VZNPIPPaeck3qZJl8ILP1 { width:18.8125rem;height:14rem;top:133.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO0Zme0uorOqtJQ65GAIxeQPyP9GV0ID { width:18.75rem;height:13.9375rem;top:149.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHV83aBxywLOmSb5OeXFexpMF3yIaEMb { width:18.625rem;height:1.4375rem;top:133.3125rem;left:29rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGMWI9hhFhIBkGV74bcbX9EOfTRUoiTp { top:164.75rem;left:0rem;width:47.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydJ3NMd10BMzFdir6udHf3VSkO1SUqAv { width:32.8125rem;height:1.8125rem;top:164.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwtgwUWgZHITtpbpzrPL5TtpUa03JyLU { width:18.8125rem;height:14rem;top:168.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQiFOqhtDuQdesloNvlNU2wThsVx1kL5 { width:18.6875rem;height:1.4375rem;top:182.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHG13uC1DoXOvOabnQdiKltCHhLe1Deq { width:18.8125rem;height:14rem;top:168.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAOTM12LgWTBNTyfun6maSdw2zFuP53Z { width:19.4375rem;height:2.875rem;top:182.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo43STF2Gwb8vf7d7lIwTwgwy8C4uvQL { width:18.75rem;height:13.9375rem;top:168.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpKPfLCTW5rDZTNZIZbkCD8TfN7RRxZe { width:18.625rem;height:2.875rem;top:182.8125rem;left:29rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdHFCbMJOsx2PyGwdUKTKIwT7BJy0tBU { width:18.625rem;height:2.875rem;top:201.375rem;left:29rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODJO8JZlCXJI77RTW2eIQUhyi6LeBiep { width:18.75rem;height:13.9375rem;top:186.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnoTLgFdLsn5uZP9JvrD46PZfu2FBCXq { width:32.8125rem;height:1.8125rem;top:205.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #traJFNenRqCFClzAGiQ4A8VqAixWmcr2 { top:205.375rem;left:0rem;width:47.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fub6rKAgvVv9nfAJfvbKMguoF2cWChCf { width:18.625rem;height:1.4375rem;top:222.8125rem;left:29rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #no7WQG0wKqqbTNIp9Jn0niv0G3vOKzWX { width:18.75rem;height:13.9375rem;top:208.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhBV9UFPLCaIuCKibOTnQ7zgoXz65GH8 { width:18.625rem;height:1.4375rem;top:237.6875rem;left:29rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7v1TzMNz2lFAgQAS7Gqcm8l2nPNOIw0 { width:18.75rem;height:13.9375rem;top:225.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX175BUQqiGJ1JRsd9rfWpRRqP02U5TB { width:18.6875rem;height:1.4375rem;top:222.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQdXfiGhmbafy9i6hVV2M4FQtp6aSph { width:18.8125rem;height:14rem;top:208.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTDdRNS1V0oooOquRmKOfVlH6r8HIaZf { width:18.6875rem;height:1.4375rem;top:222.9375rem;left:13.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPRTXLHR8BFHVVrblwueIE1AVJubVA8H { width:18.8125rem;height:14rem;top:208.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0CAXqx8qeuHq1bRgzDPbAtoAMqS4Dx4 { top:11.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgUeHGWq0OVGJPX9GEtbNJioyynFP35K { width:24.375rem;height:6.875rem;top:3.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo3b2VmEQuPQ56OnKJL4BC4r4fh7oOmP { width:18.625rem;height:1.625rem;top:273.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBpt0Wo7wWTn90ohck92arpVty1Fvf4V { width:18.625rem;height:1.625rem;top:293.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0AeD3OaifCLVAiZZ6kpyyzPdKpTeREw { width:18.75rem;height:13.9375rem;top:69.75rem;left:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4ocniyynySHGLDp5sTT9KfffHUVKCIU { width:18.625rem;height:1.4375rem;top:209.8125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n10cMsTXTd1IFklRIWRDBsPrTfy81zKl { width:18.625rem;height:1.625rem;top:258.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xc6wuhkInkIPt78ByimDnLig1TETHrLT { width:18.8125rem;height:39.375rem;top:14.8125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQt7qhPTMphbDQEKrbpx6vBWCROAB21W { width:47.75rem;height:16.875rem;top:63.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfrmv1T2aLeMwl8cWPHznJinGaRa8kpU { width:18.8125rem;height:14rem;top:64.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFEpJ0E4eKJMHz9zxsK2y3mtXB6nlAfk { width:19.9375rem;height:2.8125rem;top:64.4375rem;left:11.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gANm2SW1Zkq4LggkkNSphGW2vP23nvnp { width:24.9375rem;height:2.1875rem;top:67.25rem;left:6.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHMQdMqIeBtHeLrJZLgJfT9tpb6qpclA { width:24.9375rem;height:6.0625rem;top:70.0625rem;left:6.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c51zIDwEWDTf8xdHXZEE3VEFyMVQwfDT { width:10.5625rem;height:1.75rem;top:77.625rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfB9iuo98PLwS8LXSWkCZyRza7MkTK4C { display:block; }
 }@media only screen and (max-width: 763px) { #iEdl2xPfTW7MZEkJJIMkTqoGC475MJgt { width:5.75rem;height:1.75rem;top:64.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdJaI65ALI1wELXbeqlt3ckehS2CfTq3 { width:4.0625rem;height:1.25rem;top:65.25rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSvBsJfR1twaOuWiwoMTLwSoVxTu1kOX { top:86.75rem;left:0rem;width:47.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrThqFhqhW1BqxyTBr5J1qMTxopGFDeQ { width:24.375rem;height:1.8125rem;top:87.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQGA2XGItu8lehsX8cb5xo7gikuVZfmo { width:11.625rem;height:1.8125rem;top:89.75rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVZSQchdA8l5FWHdLTJUhCPZs8XW5PSu { width:13.6875rem;height:1.8125rem;top:89.75rem;left:17.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaBUKvyRM8LdTv8mNwdxKdT6cvTiwRn7 { width:13.6875rem;height:1.8125rem;top:89.75rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHGm9zhcm9ThacsrnA5sMVWwHUhdgQby { width:2.4375rem;height:0.3125rem;top:31.25rem;left:38.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ML3rMcpUC19rSGdrTOPyZWDUPGUS3fF5 { display:block; }#ML3rMcpUC19rSGdrTOPyZWDUPGUS3fF5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yURtZMKQTTx6PAJS6isw6WTlyTuZL06B { width:36.375rem;height:4.125rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd14GXw3Akh41mTueVTSEIT6MNnPlZO3 { top:7.4375rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5kKhvgdu3HxhUe5MmuW9G0OhVVbMWJU { width:31.5625rem;height:1.375rem;top:9.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed60MQ5v3CerL2ItABpRay9koiJ98qZ2 { width:31.5625rem;height:7.8125rem;top:11.75rem;left:0rem;font-size:1.25rem;display:block; }#Ed60MQ5v3CerL2ItABpRay9koiJ98qZ2 li:before{  }
 }@media only screen and (max-width: 763px) { #iRidFBXLOLwRxSwCdcrHgHWh4dmLaJuO { display:block; }#iRidFBXLOLwRxSwCdcrHgHWh4dmLaJuO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faUx3vrN2OOrkbNNtxDth6ZZPdcZRdwe { top:1.375rem;left:22.75rem;width:25rem;height:17.0615rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqa9tfGlB3F1GTZ9bNp9VauBWL9uT2uD { top:9.875rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoK8STJinJqT5RtEm1JFpTNbBiuODeec { width:32.5625rem;height:6.875rem;top:1.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZw34zOcS878V6GTwsvqZLZVMDcEecE5 { width:31.5625rem;height:4.0625rem;top:12.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 { display:flex;height:auto;width:27.8125rem;top:26.875rem;left:1.46875rem; }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #aTZGLWITZo0fru8oeD8kv2ZFJayM9q7X {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #iGEfeORbyTJ4cS6hU3ceOaVJ4zdkTRMg {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #Zv1EIbArPI5SQ9myfK4ia0FNrdDP4DmS {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #vxLTqbdCfQZkTRdXLvIx3K0BpJXO8pRa {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #lWctiLvvUsrCNlKA3nGApuQQTGdw3SIv {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #nIoswRfVcIsdE0bIcsA8BIH7k5quBpaX {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #AB9lMd87n7aWSccZTP6ps0Da9dr9LyGL {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #MDfpsnDUNI0h63k1h6q4rMPyEk0lzLV2 {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #zNCg2SKXuMIAuAxl8UqxDAaLmtNGRiLL {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #V46dTcffM8cxXL74vHM23Kfvu5TuAhXs {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #skS5xIptcr4oTbfHplEWkKrpKtiaOaPD {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #l8qraL3Xfv7ExazvPCONsB0sZTgAB4V3 {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #kmvsHQeoRkU9RdVkCib2NJlKn4puNqD2 {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #QQpoMnz8dJW222kucxDRekRtNstynInC {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #NXasemzhcBgFsTdZJVnhZxV4V2t6QD2V {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #hAZzvwIkfuo6WmZWU0P72kenqXGTep8v {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #QmTwt20ud59k5CWkqeMcdgKW0uoKZ7Or {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #ez26hAt4TME0gcIT0mb9rdgIOKkxxfVT {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #ReGWH0r4suROpisx511ACU7yQJ4G6c4c {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #uZ2qQLoXmwNGAkbDkCp6Fb68b0kl6rXN {  }
 }@media only screen and (max-width: 763px) { #pJROCTVk0sQFsTE23FXszoUTvlp0HSip { width:20.3125rem;height:29.159775671505rem;top:24.9375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0MNR10RBWXnL7xrV1Q6R79vdPQK67V8 { display:block; }#U0MNR10RBWXnL7xrV1Q6R79vdPQK67V8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCXcbFgaooyvJ45IN4ROPnPiLz6pPoVn { top:3.875rem;left:21.875rem;width:25.875rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiiBDOqaktiCkpxmTtP1oMX3LkWs5stq { top:13.25rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeSaq5eEfZD34ciymKwqTM0ozzXnXAGt { width:31.4375rem;height:6.875rem;top:5.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCPALkwSkGRaO60CDcW2TtZ5DeykVqyc { width:31.625rem;height:4.125rem;top:15.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 { display:flex;height:auto;width:27.8125rem;top:26.875rem;left:1.46875rem; }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #icoZ1TAHwDZEIq6w8fFBrtMGJLwuTANP {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #wXgAQGPvclC7IqdflPViET4EJVdSwSPL {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #VPJRuotTaiedqImkBiKxB1yCqaCZEKCW {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #HTTpe7t7SWx9pAvlTpKC6pxRrUZfViPy {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #AfgMpaZWZyqGbyIT1tsyiuuP2ueCvflD {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #aTZGLWITZo0fru8oeD8kv2ZFJayM9q7X {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #iGEfeORbyTJ4cS6hU3ceOaVJ4zdkTRMg {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #Zv1EIbArPI5SQ9myfK4ia0FNrdDP4DmS {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #vxLTqbdCfQZkTRdXLvIx3K0BpJXO8pRa {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #lWctiLvvUsrCNlKA3nGApuQQTGdw3SIv {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #NTowpXMl8Rs6torBql3Zqdagn7CJPP8L {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #XuFId3ETZpzTAdQWoia2EAylaBQAN2qk {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #iZQyLMe1guv7km4pRzdIL4xs6WAaIX4T {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #LXoKTWru42ArsA267dEsPNpkdqJHvfJh {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #gr6PUMihimJcdnAkfRAqPu8myTZPz8Ng {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #nIoswRfVcIsdE0bIcsA8BIH7k5quBpaX {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #AB9lMd87n7aWSccZTP6ps0Da9dr9LyGL {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #MDfpsnDUNI0h63k1h6q4rMPyEk0lzLV2 {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #zNCg2SKXuMIAuAxl8UqxDAaLmtNGRiLL {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #V46dTcffM8cxXL74vHM23Kfvu5TuAhXs {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #skS5xIptcr4oTbfHplEWkKrpKtiaOaPD {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #l8qraL3Xfv7ExazvPCONsB0sZTgAB4V3 {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #kmvsHQeoRkU9RdVkCib2NJlKn4puNqD2 {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #QQpoMnz8dJW222kucxDRekRtNstynInC {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #NXasemzhcBgFsTdZJVnhZxV4V2t6QD2V {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #CMt3MbwmEzz6nKaf3tBfZ3VtoVnXtnu1 {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #T8yu6W2GaVi2r8Ux1UcUeZ1dWDkDlZzT {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #E4RiBalh6L9RNSmfc4GtRVhErJD6mq0H {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #Jlo21HqsV71MF4810sTWJW7LwFUSKbk2 {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #hEhQcOfJEHzoxvCyzC4dLVdUomdN7US7 {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #DwsWO77y4zEuQn9XhD9KqESaXTn7G988 {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #xI2hNXn5Nrlw257XAVpMFythb3aZKZRo {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #LuL9yIMkTd6hhBlxXrS1OKAPTCXAQrNO {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #a2e44I7dgZ5p7oyAwlQ61eR9mP8uWEQH {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #EKdQlXgBmiB5CJTHOkt3oPsEw5ewZpnd {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #hAZzvwIkfuo6WmZWU0P72kenqXGTep8v {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #QmTwt20ud59k5CWkqeMcdgKW0uoKZ7Or {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #ez26hAt4TME0gcIT0mb9rdgIOKkxxfVT {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #ReGWH0r4suROpisx511ACU7yQJ4G6c4c {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #uZ2qQLoXmwNGAkbDkCp6Fb68b0kl6rXN {  }
 }@media only screen and (max-width: 763px) { #Q4eUubuA19vtF7J1NdWRWghhr2IeJTGb { width:20.1875rem;height:28.6875rem;top:24.1875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEhzuhGgeAvbqE21FcImCHMJJbMrZBcG { display:block; }#oEhzuhGgeAvbqE21FcImCHMJJbMrZBcG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmGcUWMviz0E4lewLFlPDcO0sABGP89V { top:1.6875rem;left:20.375rem;width:27.375rem;height:20.390690776885rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1STFLgLe5xGkE1uGiOGJaHsegmdvvMd { top:11.3125rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT095TvCa1XpoNZmFuXwsSoSbu3V0l1Z { width:31.375rem;height:6.875rem;top:3.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbgQnl3kdUWPy8KrP05qp1ItdAxtQcLW { width:25.3125rem;height:4.0625rem;top:13.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc { display:flex;height:auto;width:27.8125rem;top:26.875rem;left:1.46875rem; }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #aTZGLWITZo0fru8oeD8kv2ZFJayM9q7X {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #iGEfeORbyTJ4cS6hU3ceOaVJ4zdkTRMg {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #Zv1EIbArPI5SQ9myfK4ia0FNrdDP4DmS {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #vxLTqbdCfQZkTRdXLvIx3K0BpJXO8pRa {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #lWctiLvvUsrCNlKA3nGApuQQTGdw3SIv {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #ef58dPylInqdm2fPqD405Nr6XUMQMkIp {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #RJ8wqySLDPQrGZPbmUNIG7O9mhL4fZnk {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #ckUXyTvGsgOxdzxIHANe7wqs8GiZCbOQ {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #rxBR8ET4peiSrVOp4tAXTcvHzLVHeHUK {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #K0XfhJCf22Q8S8LxMn85fq0368n34uJU {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #NTowpXMl8Rs6torBql3Zqdagn7CJPP8L {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #XuFId3ETZpzTAdQWoia2EAylaBQAN2qk {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #iZQyLMe1guv7km4pRzdIL4xs6WAaIX4T {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #LXoKTWru42ArsA267dEsPNpkdqJHvfJh {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #gr6PUMihimJcdnAkfRAqPu8myTZPz8Ng {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #nIoswRfVcIsdE0bIcsA8BIH7k5quBpaX {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #AB9lMd87n7aWSccZTP6ps0Da9dr9LyGL {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #MDfpsnDUNI0h63k1h6q4rMPyEk0lzLV2 {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #zNCg2SKXuMIAuAxl8UqxDAaLmtNGRiLL {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #V46dTcffM8cxXL74vHM23Kfvu5TuAhXs {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #skS5xIptcr4oTbfHplEWkKrpKtiaOaPD {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #l8qraL3Xfv7ExazvPCONsB0sZTgAB4V3 {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #kmvsHQeoRkU9RdVkCib2NJlKn4puNqD2 {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #QQpoMnz8dJW222kucxDRekRtNstynInC {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #NXasemzhcBgFsTdZJVnhZxV4V2t6QD2V {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #CMt3MbwmEzz6nKaf3tBfZ3VtoVnXtnu1 {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #T8yu6W2GaVi2r8Ux1UcUeZ1dWDkDlZzT {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #E4RiBalh6L9RNSmfc4GtRVhErJD6mq0H {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #Jlo21HqsV71MF4810sTWJW7LwFUSKbk2 {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #hEhQcOfJEHzoxvCyzC4dLVdUomdN7US7 {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #hAZzvwIkfuo6WmZWU0P72kenqXGTep8v {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #QmTwt20ud59k5CWkqeMcdgKW0uoKZ7Or {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #ez26hAt4TME0gcIT0mb9rdgIOKkxxfVT {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #ReGWH0r4suROpisx511ACU7yQJ4G6c4c {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #uZ2qQLoXmwNGAkbDkCp6Fb68b0kl6rXN {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #R9osorhad7kTmBqZoCdcxFhtmhrQvnhl {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #askKQITrCDDL6ZauGsBO519e9ySpZm62 {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #lGAAcKQSwkIrTG1JTDpNxAdOVPptVWop {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #kWGgBHCInml1MrCiuGrTp1TWCrHuAEFT {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #JraTaQdSZfH5xRS0Vooklnmz6t8bl43A {  }
 }@media only screen and (max-width: 763px) { #wzgzOQNANqMDX7NMDKCl9Da3BZn5QQk6 { width:18.3125rem;height:29.836886925152rem;top:25.625rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB { display:block; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { width:47.75rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUq3VWbpTWlwrk6VsBXNTkcV5vc9IIde { width:23.75rem;height:17.125rem;top:17.25rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqlTGVGSRzAN3TsQh9uQ0QRPR8y8Xwad { width:20.5625rem;height:2.0625rem;top:1.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4MzHUhDZrgf4AZW6FOuSaDikWU80ksN { width:20.875rem;height:10.9375rem;top:21.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA8tQGagKMprr5L6yHlAPPlCpEwq7TpH { width:20.875rem;height:10.9375rem;top:21.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9EpKDadALUPMorDFKEJ3A9z3K87sBqV { width:20.5625rem;height:2.0625rem;top:1.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkqkSBu7svETbwFhQCmOT3Fmez04yWyy { width:23.75rem;height:17.125rem;top:17.25rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2xeBU9m3lyO3qJdZWGK1oThAtA4PPu9 { top:11.625rem;left:0rem;width:47.75rem;height:16.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFqCULXHGUlT1wiP8yTWFlismPMicJLi { width:47.75rem;height:3.4375rem;top:3.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #spN6qAAnom0J7QVQOSPMKv3Qg2JPPRkn { width:20.875rem;height:10.9375rem;top:21.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJcUMyLWJTALs3x4xrbEMet703OFrZi2 { width:20.5625rem;height:2.0625rem;top:1.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upqa6IheDWyUiTy8ZeCedfo3VZL37BK1 { width:23.75rem;height:17.125rem;top:17.25rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBi2xWX8mpPNWFIqwZCV7Jt9SoASLL8n { display:block; }#iBi2xWX8mpPNWFIqwZCV7Jt9SoASLL8n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrBNDJyJvPDohvH7wc4JQ3Ue9PlczEsT { width:31.4375rem;height:3.4375rem;top:2.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmmd4kq1epRECoDuTS4kG7OwJKf8odNr { width:32.3125rem;height:26.0625rem;top:8.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtDG0CK2nl2lxbIEIvvBoUJZieu72qhv { width:24rem;height:24rem;top:9.625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt { display:block; }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQpqFuKxSVkUOQHuPyRKvmxuJ1f94iFI { top:6.8125rem;left:0rem;width:25.9375rem;height:6.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvhnyXJm3ShpiVwVnq9GX2lB59MleOcs { top:15.75rem;left:0rem;width:24.875rem;height:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7a8estTd18OnlePTVv2aOuXTNz8ZKqE { top:3rem;left:0rem;width:5.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHd56sR8vSDTcXoJKoEBwgC2fDfsAgC4 { width:20.75rem;height:2.9375rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEsQhqenmbT78dHTMxIwfALWBqGlfPMR { display:block; }
 }@media only screen and (max-width: 763px) { #eycpRsneV1OiXDB6wATJ40tIv7GzWZpc { top:15.9375rem;left:0rem;width:0.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p17DKNpAoIJWQAiruJlDsQT9Df4IaZZp { display:block; }#p17DKNpAoIJWQAiruJlDsQT9Df4IaZZp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbFGgubC7vu4dV0MozU3iXZXN3duK7fr { width:31.5rem;height:;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhZzwt341y3gR0p5WAdfoCr1A0cmzc4P { width:31.875rem;height:49.5rem;top:12.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxzOzZ6V9iRevKsZNiFUkQUagytuQnL0 { top:10.5rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSVXO27ftVm4HQfSyZBeue1kym3wpUuw { top:10.3125rem;left:0rem;width:27.1875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxvh3J7Gczi6NDAEBInKVZIVFUykGMAT { display:block; }#Oxvh3J7Gczi6NDAEBInKVZIVFUykGMAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyU57hEgNMU7Ugrs9hlFAoXZJWFABI4V { top:25.125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm96FkOv8UPzzPiwvTkKo2RkMmWFTtoW { top:24.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzqCoA8tIFamhrbbOUyPdhlyqyHlrlPp { top:24.1875rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZSNokBQPgznaBnL1nptit9ayFfn9KTT { top:28.25rem;left:0rem;width:5.4375rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy9JN3G4A7dohPWA4DJDkLwoT3qH1O1I { top:28.25rem;left:6.1875rem;width:5.6875rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #no4eK75ywE8QUE9MzEsIhuXW00Btk0LN { top:28.25rem;left:19.4375rem;width:7.9375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2QH4oN2PguALZv2c6uE95d6iTgao580 { top:28.25rem;left:33.5rem;width:9.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH3B8HOQuuPOTne3IG2eMGLqP4GHFMyE { top:28.25rem;left:36.125rem;width:11.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdfsCi3g9JIwxoPTDJ6gAhWfLb7IQGVA { top:7.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAuedG1zUuH76WFsUQP68ZXoDq41CBln { top:13.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK5DXnIFRieZrokCBhcvPTEFTHRp2TI7 { top:23.75rem;left:8.875rem;width:0.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8ebW2W5fB7u8tPotJ7RsIUB6AmbaVzh { top:23.75rem;left:23.3125rem;width:0.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w446nlom40mN101E6dPpLncIVZF0H9TJ { top:23.75rem;left:38.1875rem;width:0.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDaEWLuAcSHifirfaKKqHlcEGcRtARlq { top:20rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGn5LG1T083CU8zZTfk004ZE2A9qLM67 { top:19.625rem;left:7.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBftf1stRTRZ3hKTc2KwgTJeFylhsVXI { top:19.625rem;left:21.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkSCbPZUSsW49Xa7oRh1kVovFSnVyb1m { top:19.625rem;left:36.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O83ShObthXk3zOMLcaOLIP8hG3aSR4yE { top:19.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3ANVf3atJ6kuxTRTa09IPOt9OB53uEZ { top:38.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAw7OZ3QSkUwPM9DR7BzM67792KzK9mO { top:44rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPxVaWXTKrwz93JORJ4VgmId7emo0xHt { top:49.125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK5EySqqzfLfRT5DqWLNM0QkEZyHoS94 { top:48.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWT31ObffRZ8tzw6HotSt7GChMZhtzOq { top:47.8125rem;left:4.375rem;width:0.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWXwqq2SrIH4PNW0R7VQcrmZyvL5RyC3 { top:43.6875rem;left:3rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hba4SEfX1uLrb2qE8A5nkkThhTuiLRzb { top:52.25rem;left:0rem;width:5.4375rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfyTbGFcgxFn69JvvxvWgiw2oWiayI7F { top:52.3125rem;left:0rem;width:10.125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuW6fcTmN76VSkdp12LWZNLxz22fvDOG { top:52.3125rem;left:18.4375rem;width:10.0625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3kpnF5l18nBtprGJpBsRaFLgV1u0eGf { top:52.25rem;left:29.25rem;width:9.6875rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plgCB7p9gK0qT5GF9It2LUoFJGSRrrx7 { top:47.8125rem;left:23.375rem;width:0.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwcOETTRH9JUXMyc79IyuTvTX4hItdDW { top:43.625rem;left:32.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViZ2VMeV3hpt0TsAd44RAaDTktQPQgEE { top:52.25rem;left:36.125rem;width:11.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM93ssB8dNJQ15HK73TydXs84kCeTHPS { top:47.75rem;left:33.9375rem;width:0.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTt6fRbGoD5QOBAAzf1nlfNfGJ6V3RPZ { top:43.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBJqXDwvVrDoZ5msQXoU1RZRHGbIVCr5 { top:48.125rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzTaCmSCXggpVoKtN0B6RT5l2pPMkAON { top:43.4375rem;left:21.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ysIZsb8FANoAsqNH89vqAsnckXAVFO { top:47.8125rem;left:13.8125rem;width:0.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpRCcS2kzc0d4MRoawTScLuvlW5uTFNd { top:43.4375rem;left:12.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTaRp9ZCOWfbx9STmbNZPWo74MBqJtpN { top:52.3125rem;left:8.875rem;width:10.0625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBn4WG4MuJo7OQCeGVEnzSUlR1VT1gBh { top:43.6875rem;left:42.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOenZA5AqysbOC3fl6CO0VH9uMMFqyP5 { top:47.75rem;left:44rem;width:0.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVwS93CD34Hkiipd5uC5dfnVW3ALGy8o { top:52.25rem;left:38.0625rem;width:9.6875rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDv62qpkTVJgqAsQHy2R4lxX9fsHMT7V { top:44.375rem;left:0rem;width:47.75rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZDAlHeUgRO7zN0qSBA21dOpfSnPImUNv { top:44.375rem;left:0rem;width:47.75rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4epuQEc7pnXHAcKa46cf03RybTRdwVh { top:44.375rem;left:0rem;width:47.75rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OaSyupRIfLOlJNPh9dV8T4pJk7aPb1kx { top:44.375rem;left:0rem;width:47.75rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6pRscX7uC39sU4S1k1TvgmLh0KSXfbw { top:44.375rem;left:0rem;width:47.75rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LK0fBPktuAD7wktBqSaBlgxAmD614ihw { top:44.375rem;left:0rem;width:47.75rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #phyTPv3BPEvOnnaf6DqkAeWX0lKi7Uw0 { top:44.375rem;left:0rem;width:47.75rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iwxE1DJuvHgqJsKAMuyhs6sVJvIkQKc3 { display:block; }#iwxE1DJuvHgqJsKAMuyhs6sVJvIkQKc3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFTeHSKDovTOqPmL2TkeW3GE05NJdvu9 { width:13.4375rem;height:15.1875rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrlTyOMFFh8bAfJPSLHLeZXTT4HVSH3y { width:13.125rem;height:1.5rem;top:28.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o54egoBy6sztQLrNQsyLb6P7gHPdqv4M { width:11.5625rem;height:3.6875rem;top:31.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7qqlPgf6LQgKXoTgxAuiPTUGie3phf8 { width:13.625rem;height:19.473173515982rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL4taSUSFZkpJC3llTmnaWAwteqMvk6Z { width:13.4375rem;height:15.1875rem;top:22.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znF52aoItCqt9NBCKTBgBfdHZsrrwcEv { width:11.5625rem;height:3.6875rem;top:31.125rem;left:11.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SClldgs2s9Gx3bXWmCOcubD8HW5g4IWl { width:13.125rem;height:1.5rem;top:28.5rem;left:10.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a220zZ3Bh6JsWJg1FkgX74DN9iy4uLT3 { width:13.4375rem;height:15.1875rem;top:22.625rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKoEJmATvMOTsd0V29pAUJmZrAhGU1yK { width:13.1875rem;height:3.6875rem;top:31.125rem;left:22.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv0hVRiXSZr59OOPusMPcL8h3TATtKMe { width:13.125rem;height:1.5rem;top:28.5rem;left:22.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUXKgJOfOiTADQkmFxuNHuFftNsnX6u9 { width:13.4375rem;height:15.1875rem;top:22.625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgKDvuUGzpTUEuU8er6WGvUT9XRKyCvC { width:11.5625rem;height:3.6875rem;top:31.125rem;left:36.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLHzZ7f8S3biM5cCNLFNxFs1GrUC2lRA { width:13.125rem;height:1.5rem;top:28.5rem;left:34.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLySLUOFaAe3xkzIw59wXw0MJTDyD3Ty { width:47.75rem;height:4.0625rem;top:2.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV7SqE3PbADoTZTSIgqOobrsZWiWTrz7 { width:13.8125rem;height:19.536599099099rem;top:8.25rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp5uM2a3bmseZQpDoDnrG70a9dCqln8S { width:13.8125rem;height:19.536599099099rem;top:8.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkHa6KSZp8dw7ZFQAETOG7Xun2z29SMI { width:13.75rem;height:19.625rem;top:8.25rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K { display:block; }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtfoCOfOCH47rxxqxMeAX4zwPTkJZ6wT { width:12.5rem;height:4.9375rem;top:4.0625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6ToQAyay6vZ66KrvCaoOcMF0cokOIpf { width:12.5rem;height:2.875rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpOMmXbg80QV6FTHwaOgQ6Ih0u4HVDxS { width:12.5rem;height:2.875rem;top:11.1875rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAozVHsgvCJQVMf3taT68evIzGm8TCeh { width:12.5rem;height:4.9375rem;top:4.0625rem;left:11.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv893whiK1TKbM9pGqSmQqAlMqfMa4sM { width:12.5rem;height:2.875rem;top:11.1875rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8S14ODGxX4CGnwNohhZ2achuXrIZL7k { width:27.5rem;height:4.9375rem;top:4.0625rem;left:8.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emlp5G6tmxQr0ABBuCetwiKs7csJyy06 { top:9.875rem;left:2.96875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTBuDXpuD1ZbBJJDbhnK5Vo8kPzE0NZL { top:9.875rem;left:15.84375rem;width:4.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSkM5LDRDiQXCpPa9PkWKQSxg5wLK7mu { top:9.875rem;left:20.1875rem;width:15.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc9kT31uIVG1kMQQwIw9OmeotkceVXtg { display:block; }#Nc9kT31uIVG1kMQQwIw9OmeotkceVXtg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIXVpkTeewTidSaETybpCeMzI150DF07 { top:6.9375rem;left:0rem;width:18.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdrdxEr10GShcBRGrh3G80GAeEOqQi4K { width:31.375rem;height:3.4375rem;top:3.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBJMDd6T8SLQz5KKEgWzTpCqg0yJuDd7 { width:28.25rem;height:12.6875rem;top:11.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM { display:flex;height:auto;width:27.8125rem;top:26.875rem;left:1.46875rem; }
 }@media only screen and (max-width: 763px) { #beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM #MtmEXgxsGxEkER0FDDFXsW4yuK8Ie9aa {  }
 }@media only screen and (max-width: 763px) { #beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM #FqiCBT59h5mnGbmqNlNEPbru2oMDVvTp {  }
 }@media only screen and (max-width: 763px) { #beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM #q5yzfGs7uk1mRiA0SevubhH1cU7sWS2S {  }
 }@media only screen and (max-width: 763px) { #beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM #XtAh30rTUmoNMebJl8tND0gAKxkNydGd {  }
 }@media only screen and (max-width: 763px) { #beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM #g9TtkHC9Uhu6IRVQT7S25SQc15UCXNkw {  }
 }@media only screen and (max-width: 763px) { #Rk7K4CJw0aXAyvalI1uPTwfrDPyu562d { width:47.75rem;height:5.6875rem;top:49.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT2lT6IpInERLyiwnbFdVX8W5qWi8T8z { width:23rem;height:22.9375rem;top:6.125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfhgMTNiwLv43HEdSiHTkD1BlJRnGXCm { display:block; }#zfhgMTNiwLv43HEdSiHTkD1BlJRnGXCm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r33USchQq5izrTPyTnO4CbUVTVfiZFgz { width:47.75rem;height:29.376152073733rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsVFfA1fbgwRHBycvzlcPNLVeFcq0JRC { top:5.875rem;left:4.1875rem;width:12.5rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw5eCUE2mSh2TE9XQam6dk0hiCBQOFfX { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxU8etDJX6ESednEzMHMTHAQGpxCQ7WM { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7wSQrwzTfkOr5b4623yGrhGI58QbSic { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRRd1Tv2T8cDWRt1lNkrywDVTn0XIouW { top:40.0625rem;left:7.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #of3JX8L0yoIZH8SOGiWikfxnZAKUNbRo { top:9.0625rem;left:27.625rem;width:19.8125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ78I7MRJBZZEm1c0zpQHfHIqCHdGHTK { top:40.0625rem;left:37.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu3fx6ZUA2cTyay7TG3xy2Uvm9ey5p2g { display:block; }#Cu3fx6ZUA2cTyay7TG3xy2Uvm9ey5p2g > .row .container { width:47.75rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuN75XSdrIEgaU4IhoHpt0nc0qt5St3L { width:44.875rem;height:1.5625rem;top:1.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp2Qyo11cfS6hS2aB6qTQPia2tb37fkJ { width:23.75rem;height:17.0625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWNUFvMS1tCXC8zSpBLvohVQ2pUCbHVm { width:44.875rem;height:1.5625rem;top:1.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgkuXfa0zdB7hf1x7iTPMGJdZZuaLR6R { width:1.6875rem;height:1.6875rem;top:30.9375rem;left:0rem;display:block; }
#fgkuXfa0zdB7hf1x7iTPMGJdZZuaLR6R > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #blnyximTTnOdpkLksa18gVIVhQvKOQaq { width:44.875rem;height:1.5625rem;top:1.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFcbBHB5zCNpv5gTr63q7uqkT8JyfiyJ { width:44.875rem;height:1.5625rem;top:1.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfShW2SX8pZMhDAlOLuVZrF1M405BuwT { width:1.375rem;height:1.375rem;top:33.0625rem;left:0rem;display:block; }
#sfShW2SX8pZMhDAlOLuVZrF1M405BuwT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #JuPw7fkAcgR2MiGqxBhJEteO6EAHHOcC { width:27.625rem;height:2.5rem;top:45.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqIfkPpRFAQwXfr9WzmHtKTnZK09W1QD { top:50.6875rem;left:0.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
#RqIfkPpRFAQwXfr9WzmHtKTnZK09W1QD > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #G9I5BTnT8OdwsaevRIJOA3zinzAk0Eg7 { top:50.875rem;left:5.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#G9I5BTnT8OdwsaevRIJOA3zinzAk0Eg7 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #QucS3AcsQzoqTTARHvOHuRf2JNaCHzVk { top:50.8125rem;left:11.25rem;width:2.3125rem;height:2.3125rem;display:block; }
#QucS3AcsQzoqTTARHvOHuRf2JNaCHzVk > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #heERdX60VRc3KkdSTT8KpTQ4Evromy5T { top:50.8125rem;left:16.90625rem;width:2.3125rem;height:2.3125rem;display:block; }
#heERdX60VRc3KkdSTT8KpTQ4Evromy5T > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #B2qwWCs0sL3NqmBbaqASI4Ww6ac1JF8z { top:9.0625rem;left:27.625rem;width:19.8125rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXPN6ln7bMShai0dozaz2efTsSARhOKP { top:55.3125rem;left:0rem;width:30rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r > .row .container { background-color: transparent; background-image: none; }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r > .row .container > .video-iframe-container { display: none; }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r > .row > .video-iframe-container { display: none; }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r > .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); }#KibZaMT5fD0JWWJwFCM5VdTGgnbGHC7r > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBhztnTFlRuzTHasT8UNDkBTIv5Wi8pe { width:20rem;height:3.0869125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlO2MeQcTS2wOzPCbW42DaisBCrGpfSN { width:3.9375rem;height:1.625rem;top:3.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsMIrdZ4W44yoUnTfDdEXWtmKwKpCpu5 { display:block; }
 }@media only screen and (max-width: 763px) { #Cwrz4y015AVWRMWQewe8tGVudHqMfMpn { width:3.625rem;height:1.375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ0sqSSB9t8ZGMnRuWtLVFvR24xL5T1a { display:block; }
 }@media only screen and (max-width: 763px) { #tRbIBdgnRPP1AbIkz57XnkHgz8V3rgtV { width:4.625rem;height:1.375rem;top:3.6875rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdECp7rS0XP78nFIcDy3BhP0y7SIbydu { display:block; }
 }@media only screen and (max-width: 763px) { #JwNrJHac4P9I2EqqX8TfLxwmBT0OVd2I { width:3.3125rem;height:1.5rem;top:3.625rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPgOa6oqlPcf3gyJyZa3rMFBypWKM2iV { display:block; }
 }@media only screen and (max-width: 763px) { #wao8QGMIN8r2ZtWACgHl9bnFwEnsypC3 { width:4.8125rem;height:1.625rem;top:3.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHcavW5cFBx7TA0BLwq8M5d2g215AkU9 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#124a0e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 { height:38.875rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndsh39lVqnpRo6zSNP0Z3LM8tXHiOO3F { width:16.75rem;height:1.21875rem;top:5.75rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqcuwxrMDA6v7KylAwmZMNFBGX2T2Vrx { width:20rem;height:1.9375rem;top:19.5rem;left:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #vnNtA1R26To0nmvutvHZg9xpIbtoIKvp { width:20rem;height:2.875rem;top:4.9375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #butMB25RwfUgBbuC02WzGbFmDAh3i5ub { width:20rem;height:7.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6b0iQ2kOsmUgALWhZsAkl0rQWEZtfrb { width:18.75rem;height:3.1484375rem;top:0.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #kFTGyzudn0gvntUs9yGckgEdU51nWd2X { width:20rem;height:1.3125rem;top:0rem;left:0rem;background-color:rgba(255,255,255,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XoGusCCZa89TwnfudpUNVS8M4POUFLnA { width:12.5rem;height:2.374025rem;top:9.625rem;left:3.75rem;font-family:"open sans";border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9LSei4dnWBKKxJOFgvxNrQJn5ATWAT3 { display:block; }
 }@media only screen and (max-width: 763px) { #cfCUwLlAJorCHke4t5qFcl8MeVHD66Cg { width:12.5rem;height:2.374025rem;top:13.375rem;left:3.75rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #T05zbowErrVUnrX1EaBoTd0WSlwPr8PX { display:block; }
 }@media only screen and (max-width: 763px) { #GtiUIN89AtuTJTvuRUUSgmWTneBaRDfF { width:19.875rem;height:20.5rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLnG4eW5wwIEF1kxeVL2m1TkevNcgQOt { width:18.4375rem;height:6.171875rem;top:19rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXdwxhTxHoWDLMrOA6RUqTQDetaxf6N1 { width:14.6875rem;height:1.25rem;top:25.75rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW02mt0uGk9xbRlLmwJA5fHgRu9Hk3sv { width:5.0625rem;height:1rem;top:28.625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOU7nD01t2u9Niy0AM5kZZ5CWytooe5A { width:1.625rem;height:1.5625rem;top:28.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQQ2aKl1eSNrJx5TMaIECsbc92DaoGzu { width:1.25rem;height:1rem;top:28.625rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA9z7LBeir9iwLR1JM9bI1EqRnUTGCvk { width:1.625rem;height:1.5625rem;top:28.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC9WhLtNs5LRaJv87uD7e2o04twaKDJk { width:1.625rem;height:1.5625rem;top:28.4375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAPHhQtcWIauoL09ipUBfzQCTIVZmHpV { width:1.25rem;height:1rem;top:28.625rem;left:14.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNWllEJlp44x8UOmErTu2pZnAi0287XE { width:1.625rem;height:1.5625rem;top:28.375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4yvuG3zviOfTBv1TXTMgN3teRnl8aBn { width:1.25rem;height:1rem;top:28.6875rem;left:18.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBhM0oy8faHkD02EkOon1CM7ZJowoeeP { width:20rem;height:0.0615234375rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObB5k0aytqTeHm2bEsZeAZUotZu5AVQl { width:17.1875rem;height:4.796875rem;top:31.875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0lgdyKp5FqKkkbfpn8n3R43ufArNqMu { display:block; }#W0lgdyKp5FqKkkbfpn8n3R43ufArNqMu > .row .container { width:20rem;height:286.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDvDN1TsfEmDqH3FnvaIGIFivhnKG01P { width:18.8125rem;height:33.5625rem;top:19.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEJxVn3SRBwzXT34JmgLXHLHfuH3CyrZ { width:20rem;height:7.3125rem;top:38.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQH2hv5QP7QTW8N8DwncBpHcvu5tTic9 { width:20rem;height:2.4375rem;top:20.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgZI65wd8xMrXu7zawBFl675vb5GznSI { width:2.4375rem;height:0.3125rem;top:33.625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqrcCSgko5UdkSxxu86DzBhDPnKm8uWo { width:18.5rem;height:14rem;top:19.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKku1tUs7PE46g3u4hn72bb4wXIzG21S { width:19.9375rem;height:2.11230625rem;top:34.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy84bWT1JWOMfCsR8D8tOSXtkJQFfqPs { width:13.8125rem;height:2.8125rem;top:48.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwssTLJM7E22P2NnfkUrVkUL8Vy6vfQx { display:block; }
 }@media only screen and (max-width: 763px) { #y6ezpcuTuvGd21alPFtq5N2R9QGrxAMk { width:13.8125rem;height:2.8125rem;top:86.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxgsGtva2fy6ZMqTrzvaTPBa212NSlPg { display:block; }
 }@media only screen and (max-width: 763px) { #TDhxxGg095XFPaqx7KiA3TlWFkSctzeq { width:20rem;height:7.3125rem;top:78.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwEy3Tr0Z7BWDrBrfflcQoefpfynz9Ir { width:20rem;height:2.4375rem;top:58.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lil39xAop1JoUNPB0q9kNGZTTbpyu1f3 { width:19.9375rem;height:2.11230625rem;top:74.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp7zHx3koMBlHETddzKo1uAgbsJcuVQ0 { width:2.4375rem;height:0.3125rem;top:73.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOWEO92r9RuP5KTU7iyIe1Dwh2ofGzDa { width:18.8125rem;height:14rem;top:59.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC528PrMlCU5TeJJQoe57pc5sT8WXUrN { width:18.8125rem;height:37.25rem;top:94.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #keMc8A1pDK3Dg3ECOG7Ottb6EsHRJ8zZ { width:13.8125rem;height:2.8125rem;top:127.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgGOHUGTgXuTbG7sb7qURhP5OIS1mv29 { display:block; }
 }@media only screen and (max-width: 763px) { #bVzdVfkoLgwEFpI4KkMuSNn7Ee854Z5d { width:20rem;height:8.53125rem;top:117.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kigZc8ZLObRVOtKeR6Kd5Iq5t5sUMvbe { width:20rem;height:2.4375rem;top:96.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBNPkPnZqQLms717WkFn58L169mZ7BwJ { width:19.9375rem;height:2.11230625rem;top:114.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUUCPzUZvJR5oiDuJ5t58lQvuCfZdJF3 { width:2.4375rem;height:0.3125rem;top:112.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv4miNuELOEdpDSutBTd5CWHhEPwT035 { width:18.5625rem;height:14rem;top:98.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7Rv208bkRqW235m7l0tU00UhXNAcEXn { width:4.0625rem;height:1.75rem;top:56.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yITZfOqeWTAbK0he9E1fVTv6NZLh9gDr { width:4.0625rem;height:1.29980625rem;top:56.625rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTLZlMv8r7BfMJQ5F8m6b6kKg6zLOcuT { width:18.75rem;height:13.9375rem;top:160.9375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGLzfpzbFtUkubpWn6ptTGF5ELRGApx4 { width:8.0625rem;height:6rem;top:193.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQElgrcV6idPS9HxJ6gpkTfycEIhXmd9 { width:10.0625rem;height:5.375rem;top:215.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2ZJaOnqA1DLR9GcS8alcBZWXXRJEEqG { width:18.75rem;height:13.9375rem;top:179.5625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWzRX9gS7lk8ZEzC5FxG3moXzlUfQHTm { width:8.0625rem;height:6rem;top:201.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2p4WxQZF327R3KLB93xMQvU2gVAmP1f { width:9.9375rem;height:7.375rem;top:224.1875rem;left:5.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #EpkdAPKtNnQG065GvKyBorDu6AcMmeEf { width:20rem;height:2.1875rem;top:144.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAcwohrrxrIRfa31uhTXKvc3mHf8cuPM { width:20rem;height:0;top:144.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbDEzw9IESIqoEKyS2fd4Cf43gyKZokZ { width:18.625rem;height:0;top:173.1865234375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WssKml10EtgptChLcU0a7ps5Q3GlCr49 { width:18.625rem;height:0.9746125rem;top:199rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy1MQWimKSvxlzMsahTt7SaRJcPbLViH { width:20rem;height:0.9746125rem;top:222.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PruVSpIPvgAcLmDsTgaERwbZtXpArQW8 { width:20rem;height:0;top:176.283203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGH50s4ndGBEO8bJnUqxiueBn72EWTIU { width:20rem;height:2.1875rem;top:176.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ia1BUWzTLs7xHQH6HvkwT4Uq2SZOy1mA { width:18.625rem;height:0;top:194.75rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zl6xTHgoUTlP9IrG5vJoa6Ls0m4TyQh3 { width:18.625rem;height:0.9746125rem;top:207.6875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAMGrbwCdDWGcfHtVs7wT5ga9AkFT5xq { width:18.625rem;height:0.9746125rem;top:231.5625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhsbh6XmTaNINVeQVylkIhFTsJzq0zFr { width:18.625rem;height:0.9746125rem;top:249.3125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMKComP9c2X4WOmxGwNNWSlMM0PyiGDo { width:8.1875rem;height:6.0625rem;top:234rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGlDE7ABzb2VZNPIPPaeck3qZJl8ILP1 { width:8.5rem;height:6.3125rem;top:201.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO0Zme0uorOqtJQ65GAIxeQPyP9GV0ID { width:8.1875rem;height:6.0625rem;top:243.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHV83aBxywLOmSb5OeXFexpMF3yIaEMb { width:18.625rem;height:0.9746125rem;top:240.0625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGMWI9hhFhIBkGV74bcbX9EOfTRUoiTp { width:20rem;height:2.1875rem;top:197.4609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydJ3NMd10BMzFdir6udHf3VSkO1SUqAv { width:20rem;height:0;top:197.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwtgwUWgZHITtpbpzrPL5TtpUa03JyLU { width:18.75rem;height:13.9375rem;top:200.8984375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQiFOqhtDuQdesloNvlNU2wThsVx1kL5 { width:18.625rem;height:0;top:216.0859375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHG13uC1DoXOvOabnQdiKltCHhLe1Deq { width:18.75rem;height:13.9375rem;top:244.125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAOTM12LgWTBNTyfun6maSdw2zFuP53Z { width:19.4375rem;height:0;top:304.4912109375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mo43STF2Gwb8vf7d7lIwTwgwy8C4uvQL { width:8.4375rem;height:6.25rem;top:251.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpKPfLCTW5rDZTNZIZbkCD8TfN7RRxZe { width:20rem;height:0.9746125rem;top:257.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdHFCbMJOsx2PyGwdUKTKIwT7BJy0tBU { width:18.625rem;height:0.9746125rem;top:267rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODJO8JZlCXJI77RTW2eIQUhyi6LeBiep { width:8.3125rem;height:6.125rem;top:260.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnoTLgFdLsn5uZP9JvrD46PZfu2FBCXq { width:20rem;height:0;top:218.9580078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #traJFNenRqCFClzAGiQ4A8VqAixWmcr2 { width:20rem;height:2.1875rem;top:218.796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fub6rKAgvVv9nfAJfvbKMguoF2cWChCf { width:18.625rem;height:0.9746125rem;top:276.3125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #no7WQG0wKqqbTNIp9Jn0niv0G3vOKzWX { width:9.0625rem;height:6.5625rem;top:269.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhBV9UFPLCaIuCKibOTnQ7zgoXz65GH8 { width:18.625rem;height:0.9746125rem;top:284.625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7v1TzMNz2lFAgQAS7Gqcm8l2nPNOIw0 { width:9.375rem;height:6.875rem;top:278.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX175BUQqiGJ1JRsd9rfWpRRqP02U5TB { width:18.625rem;height:0;top:237.421875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTQdXfiGhmbafy9i6hVV2M4FQtp6aSph { width:18.75rem;height:13.9375rem;top:222.234375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTDdRNS1V0oooOquRmKOfVlH6r8HIaZf { width:18.625rem;height:0;top:323.8515609375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPRTXLHR8BFHVVrblwueIE1AVJubVA8H { width:18.75rem;height:13.9375rem;top:308.6640609375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0CAXqx8qeuHq1bRgzDPbAtoAMqS4Dx4 { width:18.4375rem;height:7.3125rem;top:9.9375rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HgUeHGWq0OVGJPX9GEtbNJioyynFP35K { width:20rem;height:4.125rem;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) { #uo3b2VmEQuPQ56OnKJL4BC4r4fh7oOmP { width:18.625rem;height:1.625rem;top:189.875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15021;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UBpt0Wo7wWTn90ohck92arpVty1Fvf4V { width:18.625rem;height:1.625rem;top:212.5625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15022;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #V0AeD3OaifCLVAiZZ6kpyyzPdKpTeREw { width:6.875rem;height:4.1875rem;top:179.8125rem;left:6.5625rem;z-index:15019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6e2f6c2c-8e6d-4c18-a62c-0a0e4a81651f/raport.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#V0AeD3OaifCLVAiZZ6kpyyzPdKpTeREw.adaptive-delivery-prevent-bg, #V0AeD3OaifCLVAiZZ6kpyyzPdKpTeREw.lazyload, #V0AeD3OaifCLVAiZZ6kpyyzPdKpTeREw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T4ocniyynySHGLDp5sTT9KfffHUVKCIU { width:18.625rem;height:0.9746125rem;top:184.75rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #n10cMsTXTd1IFklRIWRDBsPrTfy81zKl { width:18.625rem;height:1.625rem;top:177.0625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15024;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xc6wuhkInkIPt78ByimDnLig1TETHrLT { width:18.8125rem;height:39.375rem;top:133.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQt7qhPTMphbDQEKrbpx6vBWCROAB21W { width:18.9375rem;height:36.875rem;top:55.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfrmv1T2aLeMwl8cWPHznJinGaRa8kpU { width:17.875rem;height:13.25rem;top:138.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFEpJ0E4eKJMHz9zxsK2y3mtXB6nlAfk { width:18.5rem;height:2.11230625rem;top:153.5rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gANm2SW1Zkq4LggkkNSphGW2vP23nvnp { width:18.5rem;height:4.38671875rem;top:137rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHMQdMqIeBtHeLrJZLgJfT9tpb6qpclA { width:13.125rem;height:12.1875rem;top:156.9375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c51zIDwEWDTf8xdHXZEE3VEFyMVQwfDT { width:10.5625rem;height:1.75rem;top:170.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfB9iuo98PLwS8LXSWkCZyRza7MkTK4C { display:block; }
 }@media only screen and (max-width: 763px) { #iEdl2xPfTW7MZEkJJIMkTqoGC475MJgt { width:5.75rem;height:1.75rem;top:135.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdJaI65ALI1wELXbeqlt3ckehS2CfTq3 { width:4.0625rem;height:1.29980625rem;top:135.5rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSvBsJfR1twaOuWiwoMTLwSoVxTu1kOX { width:20rem;height:5.375rem;top:86.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DrThqFhqhW1BqxyTBr5J1qMTxopGFDeQ { width:20rem;height:auto;top:87.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQGA2XGItu8lehsX8cb5xo7gikuVZfmo { width:11.625rem;height:auto;top:89.75rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVZSQchdA8l5FWHdLTJUhCPZs8XW5PSu { width:13.6875rem;height:auto;top:89.75rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EaBUKvyRM8LdTv8mNwdxKdT6cvTiwRn7 { width:13.6875rem;height:auto;top:89.75rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHGm9zhcm9ThacsrnA5sMVWwHUhdgQby { width:2.4375rem;height:0.3125rem;top:151.5625rem;left:8.75rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ML3rMcpUC19rSGdrTOPyZWDUPGUS3fF5 { display:block; }#ML3rMcpUC19rSGdrTOPyZWDUPGUS3fF5 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yURtZMKQTTx6PAJS6isw6WTlyTuZL06B { width:20rem;height:6.1875rem;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) { #gd14GXw3Akh41mTueVTSEIT6MNnPlZO3 { width:12.5rem;height:0.125rem;top:8.2109375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5kKhvgdu3HxhUe5MmuW9G0OhVVbMWJU { width:16.625rem;height:1.3056625rem;top:9.8125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed60MQ5v3CerL2ItABpRay9koiJ98qZ2 { width:20rem;height:7.125rem;top:11.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }#Ed60MQ5v3CerL2ItABpRay9koiJ98qZ2 li:before{  }
 }@media only screen and (max-width: 763px) { #iRidFBXLOLwRxSwCdcrHgHWh4dmLaJuO { display:block; }#iRidFBXLOLwRxSwCdcrHgHWh4dmLaJuO > .row .container { width:20rem;height:68rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faUx3vrN2OOrkbNNtxDth6ZZPdcZRdwe { width:18.125rem;height:12.3125rem;top:6.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqa9tfGlB3F1GTZ9bNp9VauBWL9uT2uD { width:12.5rem;height:0.125rem;top:32.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoK8STJinJqT5RtEm1JFpTNbBiuODeec { width:20rem;height:4.125rem;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) { #UZw34zOcS878V6GTwsvqZLZVMDcEecE5 { width:19.5625rem;height:4.671875rem;top:33.375rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 .accordion-desc-text { font-size:0.9375rem;height:auto; }
#CwBUrU0vDupacORLB49ND3yXNVX7d4E1 { display:flex;height:auto;width:16.125rem;top:37.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #aTZGLWITZo0fru8oeD8kv2ZFJayM9q7X {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #iGEfeORbyTJ4cS6hU3ceOaVJ4zdkTRMg {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #Zv1EIbArPI5SQ9myfK4ia0FNrdDP4DmS {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #vxLTqbdCfQZkTRdXLvIx3K0BpJXO8pRa {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #lWctiLvvUsrCNlKA3nGApuQQTGdw3SIv {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #nIoswRfVcIsdE0bIcsA8BIH7k5quBpaX {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #AB9lMd87n7aWSccZTP6ps0Da9dr9LyGL {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #MDfpsnDUNI0h63k1h6q4rMPyEk0lzLV2 {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #zNCg2SKXuMIAuAxl8UqxDAaLmtNGRiLL {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #V46dTcffM8cxXL74vHM23Kfvu5TuAhXs {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #skS5xIptcr4oTbfHplEWkKrpKtiaOaPD {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #l8qraL3Xfv7ExazvPCONsB0sZTgAB4V3 {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #kmvsHQeoRkU9RdVkCib2NJlKn4puNqD2 {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #QQpoMnz8dJW222kucxDRekRtNstynInC {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #NXasemzhcBgFsTdZJVnhZxV4V2t6QD2V {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #hAZzvwIkfuo6WmZWU0P72kenqXGTep8v {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #QmTwt20ud59k5CWkqeMcdgKW0uoKZ7Or {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #ez26hAt4TME0gcIT0mb9rdgIOKkxxfVT {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #ReGWH0r4suROpisx511ACU7yQJ4G6c4c {  }
 }@media only screen and (max-width: 763px) { #CwBUrU0vDupacORLB49ND3yXNVX7d4E1 #uZ2qQLoXmwNGAkbDkCp6Fb68b0kl6rXN {  }
 }@media only screen and (max-width: 763px) { #pJROCTVk0sQFsTE23FXszoUTvlp0HSip { width:8.3125rem;height:12rem;top:18.8125rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0MNR10RBWXnL7xrV1Q6R79vdPQK67V8 { display:block; }#U0MNR10RBWXnL7xrV1Q6R79vdPQK67V8 > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCXcbFgaooyvJ45IN4ROPnPiLz6pPoVn { width:19.3125rem;height:14.1875rem;top:6rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiiBDOqaktiCkpxmTtP1oMX3LkWs5stq { width:12.5rem;height:0.125rem;top:31.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeSaq5eEfZD34ciymKwqTM0ozzXnXAGt { width:20rem;height:4.125rem;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) { #rCPALkwSkGRaO60CDcW2TtZ5DeykVqyc { width:20rem;height:4.671875rem;top:32.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 .accordion-desc-text { font-size:0.9375rem;height:auto; }
#dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 { display:flex;height:auto;width:16.125rem;top:36.5rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #icoZ1TAHwDZEIq6w8fFBrtMGJLwuTANP {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #wXgAQGPvclC7IqdflPViET4EJVdSwSPL {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #VPJRuotTaiedqImkBiKxB1yCqaCZEKCW {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #HTTpe7t7SWx9pAvlTpKC6pxRrUZfViPy {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #AfgMpaZWZyqGbyIT1tsyiuuP2ueCvflD {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #aTZGLWITZo0fru8oeD8kv2ZFJayM9q7X {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #iGEfeORbyTJ4cS6hU3ceOaVJ4zdkTRMg {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #Zv1EIbArPI5SQ9myfK4ia0FNrdDP4DmS {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #vxLTqbdCfQZkTRdXLvIx3K0BpJXO8pRa {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #lWctiLvvUsrCNlKA3nGApuQQTGdw3SIv {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #NTowpXMl8Rs6torBql3Zqdagn7CJPP8L {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #XuFId3ETZpzTAdQWoia2EAylaBQAN2qk {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #iZQyLMe1guv7km4pRzdIL4xs6WAaIX4T {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #LXoKTWru42ArsA267dEsPNpkdqJHvfJh {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #gr6PUMihimJcdnAkfRAqPu8myTZPz8Ng {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #nIoswRfVcIsdE0bIcsA8BIH7k5quBpaX {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #AB9lMd87n7aWSccZTP6ps0Da9dr9LyGL {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #MDfpsnDUNI0h63k1h6q4rMPyEk0lzLV2 {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #zNCg2SKXuMIAuAxl8UqxDAaLmtNGRiLL {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #V46dTcffM8cxXL74vHM23Kfvu5TuAhXs {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #skS5xIptcr4oTbfHplEWkKrpKtiaOaPD {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #l8qraL3Xfv7ExazvPCONsB0sZTgAB4V3 {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #kmvsHQeoRkU9RdVkCib2NJlKn4puNqD2 {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #QQpoMnz8dJW222kucxDRekRtNstynInC {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #NXasemzhcBgFsTdZJVnhZxV4V2t6QD2V {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #CMt3MbwmEzz6nKaf3tBfZ3VtoVnXtnu1 {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #T8yu6W2GaVi2r8Ux1UcUeZ1dWDkDlZzT {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #E4RiBalh6L9RNSmfc4GtRVhErJD6mq0H {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #Jlo21HqsV71MF4810sTWJW7LwFUSKbk2 {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #hEhQcOfJEHzoxvCyzC4dLVdUomdN7US7 {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #DwsWO77y4zEuQn9XhD9KqESaXTn7G988 {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #xI2hNXn5Nrlw257XAVpMFythb3aZKZRo {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #LuL9yIMkTd6hhBlxXrS1OKAPTCXAQrNO {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #a2e44I7dgZ5p7oyAwlQ61eR9mP8uWEQH {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #EKdQlXgBmiB5CJTHOkt3oPsEw5ewZpnd {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #hAZzvwIkfuo6WmZWU0P72kenqXGTep8v {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #QmTwt20ud59k5CWkqeMcdgKW0uoKZ7Or {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #ez26hAt4TME0gcIT0mb9rdgIOKkxxfVT {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #ReGWH0r4suROpisx511ACU7yQJ4G6c4c {  }
 }@media only screen and (max-width: 763px) { #dpFRE6v7EmtOxIVesElwFdvSr9XSGBT2 #uZ2qQLoXmwNGAkbDkCp6Fb68b0kl6rXN {  }
 }@media only screen and (max-width: 763px) { #Q4eUubuA19vtF7J1NdWRWghhr2IeJTGb { width:8.5625rem;height:12.5rem;top:17.875rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEhzuhGgeAvbqE21FcImCHMJJbMrZBcG { display:block; }#oEhzuhGgeAvbqE21FcImCHMJJbMrZBcG > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmGcUWMviz0E4lewLFlPDcO0sABGP89V { width:17rem;height:12.6875rem;top:5.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1STFLgLe5xGkE1uGiOGJaHsegmdvvMd { width:12.5rem;height:0.125rem;top:31.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT095TvCa1XpoNZmFuXwsSoSbu3V0l1Z { width:20rem;height:4.125rem;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) { #KbgQnl3kdUWPy8KrP05qp1ItdAxtQcLW { width:18.5605625rem;height:3.09375rem;top:32.5625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc .accordion-desc-text { font-size:0.9375rem;height:auto; }
#UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc { display:flex;height:auto;width:17.5rem;top:36.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #aTZGLWITZo0fru8oeD8kv2ZFJayM9q7X {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #iGEfeORbyTJ4cS6hU3ceOaVJ4zdkTRMg {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #Zv1EIbArPI5SQ9myfK4ia0FNrdDP4DmS {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #vxLTqbdCfQZkTRdXLvIx3K0BpJXO8pRa {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #lWctiLvvUsrCNlKA3nGApuQQTGdw3SIv {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #ef58dPylInqdm2fPqD405Nr6XUMQMkIp {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #RJ8wqySLDPQrGZPbmUNIG7O9mhL4fZnk {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #ckUXyTvGsgOxdzxIHANe7wqs8GiZCbOQ {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #rxBR8ET4peiSrVOp4tAXTcvHzLVHeHUK {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #K0XfhJCf22Q8S8LxMn85fq0368n34uJU {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #NTowpXMl8Rs6torBql3Zqdagn7CJPP8L {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #XuFId3ETZpzTAdQWoia2EAylaBQAN2qk {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #iZQyLMe1guv7km4pRzdIL4xs6WAaIX4T {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #LXoKTWru42ArsA267dEsPNpkdqJHvfJh {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #gr6PUMihimJcdnAkfRAqPu8myTZPz8Ng {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #nIoswRfVcIsdE0bIcsA8BIH7k5quBpaX {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #AB9lMd87n7aWSccZTP6ps0Da9dr9LyGL {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #MDfpsnDUNI0h63k1h6q4rMPyEk0lzLV2 {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #zNCg2SKXuMIAuAxl8UqxDAaLmtNGRiLL {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #V46dTcffM8cxXL74vHM23Kfvu5TuAhXs {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #skS5xIptcr4oTbfHplEWkKrpKtiaOaPD {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #l8qraL3Xfv7ExazvPCONsB0sZTgAB4V3 {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #kmvsHQeoRkU9RdVkCib2NJlKn4puNqD2 {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #QQpoMnz8dJW222kucxDRekRtNstynInC {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #NXasemzhcBgFsTdZJVnhZxV4V2t6QD2V {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #CMt3MbwmEzz6nKaf3tBfZ3VtoVnXtnu1 {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #T8yu6W2GaVi2r8Ux1UcUeZ1dWDkDlZzT {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #E4RiBalh6L9RNSmfc4GtRVhErJD6mq0H {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #Jlo21HqsV71MF4810sTWJW7LwFUSKbk2 {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #hEhQcOfJEHzoxvCyzC4dLVdUomdN7US7 {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #hAZzvwIkfuo6WmZWU0P72kenqXGTep8v {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #QmTwt20ud59k5CWkqeMcdgKW0uoKZ7Or {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #ez26hAt4TME0gcIT0mb9rdgIOKkxxfVT {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #ReGWH0r4suROpisx511ACU7yQJ4G6c4c {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #uZ2qQLoXmwNGAkbDkCp6Fb68b0kl6rXN {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #R9osorhad7kTmBqZoCdcxFhtmhrQvnhl {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #askKQITrCDDL6ZauGsBO519e9ySpZm62 {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #lGAAcKQSwkIrTG1JTDpNxAdOVPptVWop {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #kWGgBHCInml1MrCiuGrTp1TWCrHuAEFT {  }
 }@media only screen and (max-width: 763px) { #UUMeQuxNQ0lR42uPSQNd2PuVpSC49Avc #JraTaQdSZfH5xRS0Vooklnmz6t8bl43A {  }
 }@media only screen and (max-width: 763px) { #wzgzOQNANqMDX7NMDKCl9Da3BZn5QQk6 { width:8rem;height:13.1875rem;top:17.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB { display:block; }#IEIzgF5nP2XMA3u5nAfVzRduUkydK5dB > .row .container { width:20rem;height:149.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUq3VWbpTWlwrk6VsBXNTkcV5vc9IIde { width:20rem;height:12rem;top:89rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqlTGVGSRzAN3TsQh9uQ0QRPR8y8Xwad { width:18.3125rem;height:2.76171875rem;top:62.0625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4MzHUhDZrgf4AZW6FOuSaDikWU80ksN { width:19.125rem;height:23.3965125rem;top:65.625rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA8tQGagKMprr5L6yHlAPPlCpEwq7TpH { width:18.5625rem;height:9.09864375rem;top:38.125rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9EpKDadALUPMorDFKEJ3A9z3K87sBqV { width:20rem;height:1.3808625rem;top:35.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkqkSBu7svETbwFhQCmOT3Fmez04yWyy { width:20rem;height:10.5rem;top:47.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2xeBU9m3lyO3qJdZWGK1oThAtA4PPu9 { width:17.625rem;height:29.25rem;top:2.75rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFqCULXHGUlT1wiP8yTWFlismPMicJLi { width:20rem;height:1.375rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #spN6qAAnom0J7QVQOSPMKv3Qg2JPPRkn { width:20rem;height:25.996125rem;top:108.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJcUMyLWJTALs3x4xrbEMet703OFrZi2 { width:20rem;height:1.3808625rem;top:106.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upqa6IheDWyUiTy8ZeCedfo3VZL37BK1 { width:20rem;height:12.6875rem;top:134.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBi2xWX8mpPNWFIqwZCV7Jt9SoASLL8n { display:block; }#iBi2xWX8mpPNWFIqwZCV7Jt9SoASLL8n > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrBNDJyJvPDohvH7wc4JQ3Ue9PlczEsT { width:20rem;height:2.0625rem;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) { #Rmmd4kq1epRECoDuTS4kG7OwJKf8odNr { width:18.5605625rem;height:24.75rem;top:22.13671875rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtDG0CK2nl2lxbIEIvvBoUJZieu72qhv { width:16.5rem;height:16.5rem;top:4.54296875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt { background-color:transparent;background-image:url("https://images.assets-landingi.com/azutp3XB/bg_mob.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt.adaptive-delivery-prevent-bg, #akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt.lazyload, #akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt.lazyloading { background-image: none; }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt > .row .container { background-color: transparent; background-image: none; }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(73,72,88,0.75); }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt > .row .container > .video-iframe-container { display: none; }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(73,72,88,0.75); }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt > .row > .video-iframe-container { display: none; }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt > .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); }#akuqAgWWWK7z8EHv62tgwvdLdaoQ6QPt > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQpqFuKxSVkUOQHuPyRKvmxuJ1f94iFI { width:19.375rem;height:5.0371125rem;top:5.75rem;left:0.625rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EvhnyXJm3ShpiVwVnq9GX2lB59MleOcs { width:18.125rem;height:16.897475rem;top:12.375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w7a8estTd18OnlePTVv2aOuXTNz8ZKqE { width:5.6875rem;height:2.1125rem;top:1.5625rem;left:7.15625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHd56sR8vSDTcXoJKoEBwgC2fDfsAgC4 { width:19.4375rem;height:2.9375rem;top:29.896484375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEsQhqenmbT78dHTMxIwfALWBqGlfPMR { display:block; }
 }@media only screen and (max-width: 763px) { #eycpRsneV1OiXDB6wATJ40tIv7GzWZpc { width:0.125rem;height:7.0625rem;top:12.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p17DKNpAoIJWQAiruJlDsQT9Df4IaZZp { display:block; }#p17DKNpAoIJWQAiruJlDsQT9Df4IaZZp > .row .container { width:20rem;height:84.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbFGgubC7vu4dV0MozU3iXZXN3duK7fr { width:20rem;height:1.375rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhZzwt341y3gR0p5WAdfoCr1A0cmzc4P { width:20rem;height:57.75rem;top:24.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxzOzZ6V9iRevKsZNiFUkQUagytuQnL0 { width:18.125rem;height:18.125rem;top:5.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSVXO27ftVm4HQfSyZBeue1kym3wpUuw { width:12.5rem;height:0.125rem;top:3.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxvh3J7Gczi6NDAEBInKVZIVFUykGMAT { display:block; }#Oxvh3J7Gczi6NDAEBInKVZIVFUykGMAT > .row .container { width:20rem;height:104.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyU57hEgNMU7Ugrs9hlFAoXZJWFABI4V { width:0.375rem;height:30rem;top:14.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm96FkOv8UPzzPiwvTkKo2RkMmWFTtoW { width:1.25rem;height:1.25rem;top:12.3125rem;left:1.4375rem;border-top:0.3125rem solid #197831;border-left:0.3125rem solid #197831;border-right:0.3125rem solid #197831;border-bottom:0.3125rem solid #197831;display:block; }
 }@media only screen and (max-width: 763px) { #XzqCoA8tIFamhrbbOUyPdhlyqyHlrlPp { width:1.625rem;height:1.625rem;top:44.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZSNokBQPgznaBnL1nptit9ayFfn9KTT { width:9.875rem;height:2.2734375rem;top:11.4375rem;left:9.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hy9JN3G4A7dohPWA4DJDkLwoT3qH1O1I { width:9.375rem;height:2.2734375rem;top:20rem;left:9.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #no4eK75ywE8QUE9MzEsIhuXW00Btk0LN { width:7.625rem;height:3.41015625rem;top:26.5rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2QH4oN2PguALZv2c6uE95d6iTgao580 { width:9.375rem;height:2.2734375rem;top:34.875rem;left:9.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bH3B8HOQuuPOTne3IG2eMGLqP4GHFMyE { width:7.4375rem;height:3.41015625rem;top:43.25rem;left:10.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdfsCi3g9JIwxoPTDJ6gAhWfLb7IQGVA { width:19.0625rem;height:2.4375rem;top:1.25rem;left:0.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BAuedG1zUuH76WFsUQP68ZXoDq41CBln { width:18.9375rem;height:2.761725rem;top:7rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XK5DXnIFRieZrokCBhcvPTEFTHRp2TI7 { width:0.3125rem;height:3.125rem;top:19.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8ebW2W5fB7u8tPotJ7RsIUB6AmbaVzh { width:0.3125rem;height:3.125rem;top:27.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w446nlom40mN101E6dPpLncIVZF0H9TJ { width:0.3125rem;height:3.125rem;top:37.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDaEWLuAcSHifirfaKKqHlcEGcRtARlq { display:flex;width:3.125rem;height:3.125rem;top:11.4375rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #FGn5LG1T083CU8zZTfk004ZE2A9qLM67 { display:flex;width:3.125rem;height:3.125rem;top:19.6875rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #vBftf1stRTRZ3hKTc2KwgTJeFylhsVXI { display:flex;width:3.125rem;height:3.125rem;top:26.625rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #gkSCbPZUSsW49Xa7oRh1kVovFSnVyb1m { display:flex;width:3.125rem;height:3.125rem;top:34.4375rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #O83ShObthXk3zOMLcaOLIP8hG3aSR4yE { display:flex;width:3.125rem;height:3.125rem;top:43.5rem;left:5.25rem; }
 }@media only screen and (max-width: 763px) { #m3ANVf3atJ6kuxTRTa09IPOt9OB53uEZ { width:20rem;height:2.761725rem;top:53.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wAw7OZ3QSkUwPM9DR7BzM67792KzK9mO { display:flex;width:2.4375rem;height:2.4375rem;top:58.375rem;left:6.1875rem; }
 }@media only screen and (max-width: 763px) { #uPxVaWXTKrwz93JORJ4VgmId7emo0xHt { width:3.125rem;height:0.375rem;top:65.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK5EySqqzfLfRT5DqWLNM0QkEZyHoS94 { width:1.5625rem;height:1.5625rem;top:58.4375rem;left:1.375rem;border-top:0.3125rem solid #ffc615;border-left:0.3125rem solid #ffc615;border-right:0.3125rem solid #ffc615;border-bottom:0.3125rem solid #ffc615;display:block; }
 }@media only screen and (max-width: 763px) { #vWT31ObffRZ8tzw6HotSt7GChMZhtzOq { width:0.3125rem;height:3.125rem;top:64.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWXwqq2SrIH4PNW0R7VQcrmZyvL5RyC3 { display:flex;width:3.125rem;height:3.125rem;top:64.375rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #hba4SEfX1uLrb2qE8A5nkkThhTuiLRzb { width:8.375rem;height:3.41015625rem;top:57.875rem;left:10.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfyTbGFcgxFn69JvvxvWgiw2oWiayI7F { width:10.1875rem;height:4.546875rem;top:63.625rem;left:9.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zuW6fcTmN76VSkdp12LWZNLxz22fvDOG { width:10.125rem;height:4.546875rem;top:75.75rem;left:9.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3kpnF5l18nBtprGJpBsRaFLgV1u0eGf { width:9.75rem;height:5.68359375rem;top:81.75rem;left:9.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plgCB7p9gK0qT5GF9It2LUoFJGSRrrx7 { width:0.3125rem;height:3.125rem;top:76.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwcOETTRH9JUXMyc79IyuTvTX4hItdDW { display:flex;width:3.125rem;height:3.125rem;top:83rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #ViZ2VMeV3hpt0TsAd44RAaDTktQPQgEE { width:10.125rem;height:3.41015625rem;top:95.8125rem;left:9.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RM93ssB8dNJQ15HK73TydXs84kCeTHPS { width:0.3125rem;height:3.125rem;top:82.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTt6fRbGoD5QOBAAzf1nlfNfGJ6V3RPZ { display:flex;width:3.125rem;height:3.125rem;top:95.9375rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #UBJqXDwvVrDoZ5msQXoU1RZRHGbIVCr5 { width:2.3125rem;height:2.3125rem;top:96.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzTaCmSCXggpVoKtN0B6RT5l2pPMkAON { display:flex;width:3.125rem;height:3.125rem;top:75.9375rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #T2ysIZsb8FANoAsqNH89vqAsnckXAVFO { width:0.3125rem;height:3.125rem;top:70.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpRCcS2kzc0d4MRoawTScLuvlW5uTFNd { display:flex;width:3.125rem;height:3.125rem;top:70.5625rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #nTaRp9ZCOWfbx9STmbNZPWo74MBqJtpN { width:10.125rem;height:3.41015625rem;top:70.375rem;left:9.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aBn4WG4MuJo7OQCeGVEnzSUlR1VT1gBh { display:flex;width:3.125rem;height:3.125rem;top:90.1875rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #yOenZA5AqysbOC3fl6CO0VH9uMMFqyP5 { width:0.3125rem;height:3.125rem;top:90.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVwS93CD34Hkiipd5uC5dfnVW3ALGy8o { width:9.75rem;height:4.546875rem;top:89.5rem;left:9.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cDv62qpkTVJgqAsQHy2R4lxX9fsHMT7V { width:3.125rem;height:0.375rem;top:71.875rem;left:0.875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ZDAlHeUgRO7zN0qSBA21dOpfSnPImUNv { width:3.125rem;height:0.375rem;top:77.8125rem;left:0.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #L4epuQEc7pnXHAcKa46cf03RybTRdwVh { width:3.125rem;height:0.375rem;top:84.3125rem;left:0.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #OaSyupRIfLOlJNPh9dV8T4pJk7aPb1kx { width:3.125rem;height:0.375rem;top:91.5rem;left:0.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #w6pRscX7uC39sU4S1k1TvgmLh0KSXfbw { width:3.125rem;height:0.375rem;top:35.6875rem;left:0.8125rem;z-index:15023;background-color:#197831;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LK0fBPktuAD7wktBqSaBlgxAmD614ihw { width:3.125rem;height:0.375rem;top:27.875rem;left:0.8125rem;z-index:15024;background-color:#197831;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #phyTPv3BPEvOnnaf6DqkAeWX0lKi7Uw0 { width:3.125rem;height:0.375rem;top:20.9375rem;left:0.8125rem;z-index:15025;background-color:#197831;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iwxE1DJuvHgqJsKAMuyhs6sVJvIkQKc3 { display:block; }#iwxE1DJuvHgqJsKAMuyhs6sVJvIkQKc3 > .row .container { width:20rem;height:111.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFTeHSKDovTOqPmL2TkeW3GE05NJdvu9 { width:13.5rem;height:6.875rem;top:4.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrlTyOMFFh8bAfJPSLHLeZXTT4HVSH3y { width:13.125rem;height:1.625rem;top:5.5625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o54egoBy6sztQLrNQsyLb6P7gHPdqv4M { width:12.8125rem;height:3.09375rem;top:7.75rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7qqlPgf6LQgKXoTgxAuiPTUGie3phf8 { width:12.5625rem;height:18.3125rem;top:11.6875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL4taSUSFZkpJC3llTmnaWAwteqMvk6Z { width:12.5rem;height:6.125rem;top:31.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #znF52aoItCqt9NBCKTBgBfdHZsrrwcEv { width:13.125rem;height:2.0625rem;top:33.9375rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SClldgs2s9Gx3bXWmCOcubD8HW5g4IWl { width:13.125rem;height:1.625rem;top:31.6875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a220zZ3Bh6JsWJg1FkgX74DN9iy4uLT3 { width:13.5rem;height:5.3125rem;top:58.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKoEJmATvMOTsd0V29pAUJmZrAhGU1yK { width:14.6875rem;height:2.0625rem;top:61.375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv0hVRiXSZr59OOPusMPcL8h3TATtKMe { width:13.125rem;height:1.625rem;top:59.125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUXKgJOfOiTADQkmFxuNHuFftNsnX6u9 { width:13.5rem;height:5.875rem;top:85.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgKDvuUGzpTUEuU8er6WGvUT9XRKyCvC { width:13.125rem;height:2.0625rem;top:89rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLHzZ7f8S3biM5cCNLFNxFs1GrUC2lRA { width:13.125rem;height:1.625rem;top:86.75rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLySLUOFaAe3xkzIw59wXw0MJTDyD3Ty { 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) { #aV7SqE3PbADoTZTSIgqOobrsZWiWTrz7 { width:13.875rem;height:19.625rem;top:36.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp5uM2a3bmseZQpDoDnrG70a9dCqln8S { width:13.875rem;height:19.625rem;top:64.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkHa6KSZp8dw7ZFQAETOG7Xun2z29SMI { width:13.75rem;height:19.4355625rem;top:91.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K { background-color:#ffffff;background-image:none;display:block; }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K > .row .container { background-color: transparent; background-image: none; }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K > .row .container > .video-iframe-container { display: none; }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K > .row > .video-iframe-container { display: none; }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K > .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); }#nzH5GtH7FbstIFMJzoZULCzM2gDMRa9K > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtfoCOfOCH47rxxqxMeAX4zwPTkJZ6wT { width:12.5rem;height:4.0625rem;top:2.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6ToQAyay6vZ66KrvCaoOcMF0cokOIpf { width:12.5rem;height:2.5996125rem;top:8.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpOMmXbg80QV6FTHwaOgQ6Ih0u4HVDxS { width:12.5rem;height:2.5996125rem;top:19.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAozVHsgvCJQVMf3taT68evIzGm8TCeh { width:12.5rem;height:4.0625rem;top:13.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv893whiK1TKbM9pGqSmQqAlMqfMa4sM { width:12.5rem;height:2.5996125rem;top:30.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8S14ODGxX4CGnwNohhZ2achuXrIZL7k { width:12.5rem;height:4.0625rem;top:24.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emlp5G6tmxQr0ABBuCetwiKs7csJyy06 { width:4.375rem;height:0.25rem;top:7.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTBuDXpuD1ZbBJJDbhnK5Vo8kPzE0NZL { width:4.375rem;height:0.25rem;top:17.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSkM5LDRDiQXCpPa9PkWKQSxg5wLK7mu { width:4.375rem;height:0.25rem;top:29.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc9kT31uIVG1kMQQwIw9OmeotkceVXtg { display:block; }#Nc9kT31uIVG1kMQQwIw9OmeotkceVXtg > .row .container { width:20rem;height:87.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIXVpkTeewTidSaETybpCeMzI150DF07 { width:12.5rem;height:0.125rem;top:4.69921875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdrdxEr10GShcBRGrh3G80GAeEOqQi4K { width:20rem;height:2.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBJMDd6T8SLQz5KKEgWzTpCqg0yJuDd7 { width:18.5605625rem;height:16.875rem;top:20.385938256979rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM .accordion-heading-text { font-size:1.125rem;height:auto; }
#beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM .accordion-desc-text { font-size:0.875rem;height:auto; }
#beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM { display:flex;height:auto;width:17.5rem;top:40.312524795532rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM #MtmEXgxsGxEkER0FDDFXsW4yuK8Ie9aa {  }
 }@media only screen and (max-width: 763px) { #beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM #FqiCBT59h5mnGbmqNlNEPbru2oMDVvTp {  }
 }@media only screen and (max-width: 763px) { #beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM #q5yzfGs7uk1mRiA0SevubhH1cU7sWS2S {  }
 }@media only screen and (max-width: 763px) { #beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM #XtAh30rTUmoNMebJl8tND0gAKxkNydGd {  }
 }@media only screen and (max-width: 763px) { #beKuBBlFLdRdZzrxHqG5CAdwy2mptDUM #g9TtkHC9Uhu6IRVQT7S25SQc15UCXNkw {  }
 }@media only screen and (max-width: 763px) { #Rk7K4CJw0aXAyvalI1uPTwfrDPyu562d { width:17.9375rem;height:9rem;top:78.124964237212rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT2lT6IpInERLyiwnbFdVX8W5qWi8T8z { width:12.5rem;height:12.5rem;top:6.1984377801418rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfhgMTNiwLv43HEdSiHTkD1BlJRnGXCm { display:block; }#zfhgMTNiwLv43HEdSiHTkD1BlJRnGXCm > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r33USchQq5izrTPyTnO4CbUVTVfiZFgz { height:12.3925625rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsVFfA1fbgwRHBycvzlcPNLVeFcq0JRC { left:5.1875rem;background-color:transparent;background-image:none;top:15.6416015625rem;width:10.8125rem;height:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zw5eCUE2mSh2TE9XQam6dk0hiCBQOFfX { left:0rem;background-color:transparent;background-image:none;top:21.5791015625rem;width:20rem;height:2.798825rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qxU8etDJX6ESednEzMHMTHAQGpxCQ7WM { left:9.9375rem;background-color:#ccd4db;background-image:none;top:31.564475rem;width:0.0625rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7wSQrwzTfkOr5b4623yGrhGI58QbSic { left:2.6875rem;background-color:transparent;background-image:none;top:17.90625rem;width:15.8125rem;height:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRRd1Tv2T8cDWRt1lNkrywDVTn0XIouW { width:1.5rem;height:1.5rem;top:15.6416015625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #of3JX8L0yoIZH8SOGiWikfxnZAKUNbRo { left:0rem;background-color:transparent;background-image:none;top:26.001953125rem;width:20rem;height:0;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FZ78I7MRJBZZEm1c0zpQHfHIqCHdGHTK { width:1.3125rem;height:1.3125rem;top:17.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu3fx6ZUA2cTyay7TG3xy2Uvm9ey5p2g { display:block; }#Cu3fx6ZUA2cTyay7TG3xy2Uvm9ey5p2g > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuN75XSdrIEgaU4IhoHpt0nc0qt5St3L { width:18.9375rem;height:2.19921875rem;top:1.625rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gp2Qyo11cfS6hS2aB6qTQPia2tb37fkJ { width:10.9375rem;height:14.0625rem;top:5.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWNUFvMS1tCXC8zSpBLvohVQ2pUCbHVm { width:20rem;height:1.3994125rem;top:19.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgkuXfa0zdB7hf1x7iTPMGJdZZuaLR6R { width:1.75rem;height:1.75rem;top:21.5625rem;left:2.875rem;display:block; }
#fgkuXfa0zdB7hf1x7iTPMGJdZZuaLR6R > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #blnyximTTnOdpkLksa18gVIVhQvKOQaq { width:12.125rem;height:2rem;top:21.5625rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFcbBHB5zCNpv5gTr63q7uqkT8JyfiyJ { width:17.375rem;height:1.29980625rem;top:23.6875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfShW2SX8pZMhDAlOLuVZrF1M405BuwT { width:1.4375rem;height:1.4375rem;top:23.5625rem;left:0.75rem;display:block; }
#sfShW2SX8pZMhDAlOLuVZrF1M405BuwT > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #JuPw7fkAcgR2MiGqxBhJEteO6EAHHOcC { width:20rem;height:1.875rem;top:27.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqIfkPpRFAQwXfr9WzmHtKTnZK09W1QD { display:flex;width:2.5625rem;height:2.5625rem;top:31.125rem;left:3.25rem; }
#RqIfkPpRFAQwXfr9WzmHtKTnZK09W1QD > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #G9I5BTnT8OdwsaevRIJOA3zinzAk0Eg7 { display:flex;width:2.1875rem;height:2.1875rem;top:31.3125rem;left:6.9375rem; }
#G9I5BTnT8OdwsaevRIJOA3zinzAk0Eg7 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #QucS3AcsQzoqTTARHvOHuRf2JNaCHzVk { display:flex;width:2.3125rem;height:2.3125rem;top:31.25rem;left:10.625rem; }
#QucS3AcsQzoqTTARHvOHuRf2JNaCHzVk > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #heERdX60VRc3KkdSTT8KpTQ4Evromy5T { display:flex;width:2.3125rem;height:2.3125rem;top:31.25rem;left:14.4375rem; }
#heERdX60VRc3KkdSTT8KpTQ4Evromy5T > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #B2qwWCs0sL3NqmBbaqASI4Ww6ac1JF8z { left:1.125rem;background-color:transparent;background-image:none;top:36.0625rem;width:17.75rem;height:1.3994125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #LXPN6ln7bMShai0dozaz2efTsSARhOKP { width:10.75rem;height:0.89355625rem;top:34.5rem;left:3.9375rem;font-size:0.6875rem;display:block; }
 }