.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:241,235,226;--color-primary-1:210,188,159;--color-primary-2:164,121,62;--color-primary-3:82,61,31;--color-primary-4:25,18,9;--color-secondary-0:251,217,217;--color-secondary-1:241,128,128;--color-secondary-2:227,0,0;--color-secondary-3:114,0,0;--color-secondary-4:34,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@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:rgba(var(--color-tertiary-0),1);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); }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M { background-color:#fffbf4;background-image:url("https://images.assets-landingi.com/uc/21a9a3d3-61fe-4589-a8a3-f14dd435af4f/NewProject1.png");background-position:bottom 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M.adaptive-delivery-prevent-bg, #KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M.lazyload, #KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M.lazyloading { background-image: none; }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M > .row .container { border-width: 0; border-radius: 0; }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M > .row .container { width:60rem;height:50rem;font-size:0.875rem;font-family:lato;position:relative;display:none; }#Kxl10VqqQVEo2bwhuE9d2JtzZi20AeZq { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.1845703125rem;left:16.6552734375rem;height:0;text-align:center;text-align-last:center;display:none; }
#TWnm4tozJbRKSqloTNElxHdz0KwIGtVn { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfb022;border-left:0.0625rem solid #dfb022;border-right:0.0625rem solid #dfb022;border-bottom:0.0625rem solid #dfb022;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.25rem;width:34.5rem;top:14.5625rem;left:25.375rem;display:none; }
#eVOyg7Rntqi2sTJx2Zx3y44fbpnO84qy { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:2.0625rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:block; }
#c1g15KblvcTNbEHnLKD5EIk8ru5vywVp { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #SAHklgIJvasl7ZHwMfFEX7BNHVKGgD0f { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XOAZLEhUEHKelDdazdRJtd1L0Qi9sLWL { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #whcFWB7qx5vBSRb6UUQ5wvgL1edqrmWS { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #r4TxfqAXkxLXzExrNZnc9wEBWl6asCiZ { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XyO4sWa6WcvNgIkTFyAV3geF6kHE9hx2 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #uFpwccDMKczOVU0701qeFfsTZSPmeWRL { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #t86QHsLocwyypr6epVOHxQc6r1OucV5T { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fDmcOLgPSm5ILq52G1v1xrFH9CyHpx96 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PTwqLgfSTe3I5svNaB3UnUetGOnO5RDB { position:relative; }
#uaslPiyTAeM2rpkOHMb0Ah2WwXtTXKm7 { position:relative;display:block; }
#KiVkiqXFPo4CgRTuxlQD3yQL7pSTM7Em { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #IzI0RFUZw7UU1M0lzIeAp2ndTPvCTpMA { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nd52H2SADTBG6uIS1gyr6C9DLBkalbJB { position:relative; }
#HoEuxoUemtQhdFSVvdybUDu5TPSDM4Fk { 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:15000;opacity:1;display:none; }
#HoEuxoUemtQhdFSVvdybUDu5TPSDM4Fk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Aeo4CzXEgMzTqRkgnt43XnDdItQNq864 { 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:15000;opacity:1;display:none; }
#nOn9QEQMKvXXhdkBh0qmlFlhTnop2mHU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:29.625rem;left:3.75rem;display:none; }
#TmhXzH9qcVqkeWlGbBWCp6IEtAC3ciyA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.625rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:none; }
#n5csh5o8JSWCO1E5M5ags01RTR0WiuR7 { color:#000000;display:block;width:12.497375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.6875rem;left:5.8997402191162rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#ifWar36lndsgGmZe0v7egd1xFURJXlNN { 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:15143;opacity:1;top:11.25rem;left:20.3125rem;display:none; }
#ifWar36lndsgGmZe0v7egd1xFURJXlNN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#edIBNubBCq6XOlEFMcJgsT3rCaiD5XzA { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#edIBNubBCq6XOlEFMcJgsT3rCaiD5XzA > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#GarIV6mJDMIklG3UgUS08RdFvPJuffQx { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #JR6EvPQetXx2wUDZn9Q0mAdcurJni4Ub { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BbWWSrrPBeMhBOosWCJKAaX5WHG8wIEF { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VTGbm3ugoyVTmhzJePwc3CdcLf37QP0k { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ZqBd0Sh8Tn4bDXay14Uh95LbT2bzSQeB { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #eLciH2y9Fo8GrrNlOOxv7hOusQdpRKO2 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #WfM8Ut2uqSFX9EKTOJzhCQ65Rao4oRpq { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #WVmbXNl8owgml8wlfKcTUrHASr9bw1zS { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PWreAEGnPFeWR1LuQFd9GGZ2TDRi4o1s { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mAdbqhheLMQT9IMK2ND1eRIKZQWk7Wu6 { position:relative; }
#TiMkcJQAmF6zdWt2QG6DEHdD47c5dWqo { position:relative;display:block; }
#fbp03vCDD68Xi8oTp7yRqrQalSs7fEd4 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Cq3M6IXNdqwTXOzUdeUPLW7wOHTvsIrR { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xTE7vBQCKPITeqpg0ufGuAnbbUsapipK { position:relative; }
#ETlxzCw3mOAypeMZGTEhkwQMTBmvR52i { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#bHpWPPkdqRgw6g2d7JuSLmBFrbpNMmTJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ctzqiprZhB903xlAKmQsv652MWkI1y70 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ymlEVKO2Nmg8PyOJFtLTJ8Ua6CQ2ewEx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HL1qKTHwaByPaJxWgSA2AfsWEGt7Jd1s { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#wbwNFR3m1a5CvHzoowQuMv7dm2kEXKRh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PNVmBmmttWZR8wsfhlJygvlAZEdzSOTc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:18.75rem;display:none; }
#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl { 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; }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .row .container { background-color: transparent; background-image: none; }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .row .container > .video-iframe-container { display: none; }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .row > .video-iframe-container { display: none; }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .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); }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .row .container { border-width: 0; border-radius: 0; }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:60rem;position:relative;display:block; }#Ivi5Out1iz59JeS98pkuR0ExuyHaqHR6 { 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:3.5625rem;width:3.5625rem;top:2.8125rem;left:17.8125rem;overflow:hidden;display:block; }
#EkavKWU8gWypMvDRxXPuVCF7LpoTRguu { 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:3.6875rem;width:3.6875rem;top:2.8125rem;left:42.625rem;overflow:hidden;display:block; }
#e1THIm49DW8keQWbUVLTaTlNbw4GZrA5 { 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:4.186525rem;width:4.186525rem;top:2.5rem;left:11.5625rem;overflow:hidden;display:block; }
#xwJ41rl2p1WVpVOocwcb60S8v9viDzOB { 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:4.125rem;width:4.125rem;top:2.5625rem;left:30.375rem;overflow:hidden;display:block; }
#IHuLQ4E4DEBEQuqgr4lGynUUpfMTOIml { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:2.625rem;left:36.3125rem;overflow:hidden;display:block; }
#NVBUtezbFw1ZcZgPHda1Di36S2PKZaFe { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:2.5rem;left:23.9375rem;overflow:hidden;display:block; }
#KfgukQuHis7lxcFGSQ2dUCl7FaUxsCTK { background-color:rgba(227,0,0,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.4375rem;text-decoration:none;z-index:15195;text-align:center;text-align-last:center;top:83.0625rem;left:36.0625rem;display:none; }
#p1qWRMaxiAeg5GQQ6ZSWNHr8xcm6zt09 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l1AUS3C9DrK6AsKQ62z5ouDr48faouxB { background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.3125rem;text-decoration:none;z-index:15191;text-align:center;text-align-last:center;top:87.5rem;left:36.1875rem;display:none; }
#XAWgJmyQT22AabUsgAMGA0DconB7kgTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qXidq2KIdMAmxy1O7uBtwK3tO8caTnMT { 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:15197;opacity:1;top:83.0625rem;left:36rem;display:none; }
#eawdI4VGZaa6XR7ke3cEQL8RXHmdsTZ8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15192;opacity:1;top:88rem;left:36.1875rem;display:none; }
#eawdI4VGZaa6XR7ke3cEQL8RXHmdsTZ8 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#IBVDwTk8AK4ExzwDPOgi8klTvkzElhQA { position:absolute;display:block;z-index:15163;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:22.625rem;width:20.5rem;top:5.625rem;left:4.25rem;overflow:hidden;display:none; }
#ER1pX3WQAxycKgAKLaJgDlvbKRLK39zu { position:relative;display:none; }#ER1pX3WQAxycKgAKLaJgDlvbKRLK39zu { border-width: 0; border-radius: 0; }#ER1pX3WQAxycKgAKLaJgDlvbKRLK39zu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ER1pX3WQAxycKgAKLaJgDlvbKRLK39zu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UaTQSJ49HTl9wysUJ4iL7Vg6Lwm135pJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#qTC4LZJEhGEB8KkZxaOZ9Jwd9hfu7aiM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:60rem;display:none; }
#D4q7tPzdQIOweXTmVFgrXEvcie1pPTqd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:14.0625rem;display:none; }
#JRocGJDibiZNsFLzx59sGPxDcN9NFVEB { 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:none; }#JRocGJDibiZNsFLzx59sGPxDcN9NFVEB > .row .container { border-width: 0; border-radius: 0; }#JRocGJDibiZNsFLzx59sGPxDcN9NFVEB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JRocGJDibiZNsFLzx59sGPxDcN9NFVEB > .row .container { font-size:0.875rem;font-family:arial;height:165.1875rem;width:60rem;position:relative;display:none; }#aiVPwzB4hsnhhfgfhBMghoXTVDhRLo8J { color:#000000;display:block;width:21.625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.125rem;left:19.187501907349rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wg7mJF1gmeEel1kk8h94L8TTG6npH2lh { color:rgba(0,0,0,0.43);display:block;width:38.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:76.450000762938rem;left:10.875rem;height:0;display:none; }
#NnFocE4vWgeyKmQOEC0w8KvO4RHQUMqG { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:18.75rem;top:49.25rem;left:1.375rem;overflow:hidden;display:block; }
#R2UL9HLtB1vDH3TOnoEBFXynOQzDerJn { background-color:#db0b66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.3125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:25.248437166214rem;left:24.718751907349rem;display:none; }
#a3SEFGzC08AwfAvAPfqSf66wxTuMwGIw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bbipPnuwtZubaB4w6QcWVv07kFGDNrnJ { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:18.75rem;top:91.5625rem;left:41.25rem;overflow:hidden;display:block; }
#TpCFW2cpXtTzLywAa50g9pV0elFVUQVx { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.874rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:117.0625rem;left:4.3115234375rem;display:block; }
#a1N7lFxu2ZX3ug3O4dNpQ0wKlMTw7CPJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zDE8RLdt2iDmTp3IH2pTr3LatntzcmXh { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.8745rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:110.25rem;left:24.3125rem;display:block; }
#lrnSFgAW9PrRT12v3Flqeyo1H3sp81rS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZWGJdLVWm19CIKVTZvCq6a55KPo458Kn { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.8745rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:72.6875rem;left:43.3125rem;display:block; }
#TCXXCNCNPzA9IHOAvWkXSMMzCtUkpBhy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A244pTcmqZa4gByfnTGvr3md5e9yKou0 { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:18.75rem;top:5rem;left:33.6875rem;overflow:hidden;display:block; }
#pVviT5cRiBqGfM26x05Uro4CKXUHS2lr { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.874rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:39.1875rem;left:11.625rem;display:block; }
#cZDTT5ul4cAhmVpL68wlQfM6EK6DOKcw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RySJTm0X5XmF3rgeCK1hVp7gw9SkmBWS { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.8730625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.5rem;left:36.625rem;display:block; }
#pkPbL55tqlzGpIdt9lV3OUk9nhS5aZ1L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BT4TkNIWA3ntVfXbX0t29lGg3y5R3203 { z-index:15107;top:121.625rem;left:39.604166030884rem;background-color:#b98c65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#sFBMxCyeB2FgTJR2KkuW9aMSd5Icf0I5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z66tWZQt62eNinEOTwUSTESFyEaWZE5T { position:absolute;display:block;z-index:15165;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:18.75rem;top:48.1875rem;left:40.375rem;overflow:hidden;display:block; }
#bwgq3ZDKmrvTNHvFobWZTRSvoiOtERq8 { position:absolute;display:block;z-index:15165;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:18.75rem;top:4.9375rem;left:8.8125rem;overflow:hidden;display:block; }
#qOfdDexVgN1alUXiudBVF1CQlPRhKHxc { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.8745rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:74rem;left:3.8125rem;display:block; }
#HTFWRreR0uzUDK1ko8gCKcL194Pv77p6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ui5JuOsbdtlCz8T43sKLPmo6tfrsa9S3 { position:absolute;display:block;z-index:15163;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:18.6875rem;top:91.625rem;left:1.75rem;overflow:hidden;display:block; }
#KrFRpPZwmE4ny83fJhXttyRxT83vTecT { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.8745rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:67.75rem;left:23.8125rem;display:block; }
#cbA2Z8ihG4wut9cWN0qv1VvVrDlO5hP2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dKTT808fZ5EAN7UJfD6rn5yUdJglTfi7 { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:18.75rem;top:43.5rem;left:21rem;overflow:hidden;display:block; }
#ngQVd6VeGVT8yWsixeU2kSJUl0lTUFnB { position:absolute;display:block;z-index:15162;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:18.75rem;top:126.9375rem;left:20.875rem;overflow:hidden;display:block; }
#lkuv46por2Q769hRoAKB2TBUzhUWvRO4 { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.8741875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:159.18631744385rem;left:23.561714172363rem;display:block; }
#LVTlEc7eSaLRuxX6s7HESWww2mhaFiGG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gklgMPzSDQWZUUwnzBmaJLH0G3qBzsbO { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.874rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:117rem;left:44.1865234375rem;display:block; }
#hlL6XfSGuyQNzv0e3mfTK2ZuL44AVDl8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VzTwHPl8aBM9FqysTNafQeXpFtsVFqou { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:18.75rem;top:85.6875rem;left:21rem;overflow:hidden;display:block; }
#Hp7J4SHeaOQTJsINhEVbaChV5Tz6v8yT { position:absolute;display:block;z-index:15149;background-color:rgba(237,237,237,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:31.8125rem;width:26rem;top:10.8935546875rem;left:0rem;display:none; }
#K24LJBHVVnmGirMUPCe7aWvFVOZoWCwr { position:absolute;display:block;z-index:14999;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9375rem;top:30.2685546875rem;left:34.09375rem;display:block; }
#HUAoNihvQS1BPU8FzVAZKFZyflTTTV2W { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.4560546875rem;left:34.34375rem;height:5.60741875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDtn1BIub884qTUPCJxfAA9cqIRpQ014 { position:absolute;display:block;z-index:15000;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9375rem;top:30.2685546875rem;left:9.6875rem;display:block; }
#onrZvWX2USzqG2BLINogDw71gKmIGxUn { position:absolute;display:block;z-index:14999;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9375rem;top:121.009765625rem;left:41.65625rem;display:block; }
#CuJN5hEtfWbSJMvdJtM6ZkJUiA6cEPqO { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.6533203125rem;left:10.0927734375rem;height:5.60741875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DHmzhSwFom1f9Rz34zcwNaiXotV9MEa5 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:77.8935546875rem;left:41.40625rem;height:5.60741875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LSi9uyu1aPnTOkCHbqNXaHkzRqOzJpqP { position:absolute;display:block;z-index:14998;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9375rem;top:77.7685546875rem;left:41.25rem;display:block; }
#at6UcPt8Ui9WT7HVz1qpwvldPgW1yrIx { position:absolute;display:block;z-index:14999;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9375rem;top:73.4560546875rem;left:21.40625rem;display:block; }
#zwZV2f8Bldv3SfLhPzqTH9778iMqub3R { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:73.5810546875rem;left:21.40625rem;height:5.60741875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iWOqrxNbaAJhKsCdKAHh5Enqs0F4IrWD { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:78.7890625rem;left:2.15625rem;height:5.60741875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bopArbcrLroSq77mdyp2mIC1uxMCOR9Z { position:absolute;display:block;z-index:14997;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9375rem;top:78.5185546875rem;left:1.78125rem;display:block; }
#e0PoSf8UoFEBRlOt1ryCfdT1fOUeAyoA { position:absolute;display:block;z-index:14999;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9375rem;top:115.0625rem;left:21.03125rem;display:block; }
#bXeAIplXG3gElJm97prE7bTSlXN0cdnA { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:121.3955078125rem;left:42.03125rem;height:5.60741875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q9zGucXKXfsm9ea9Jheq7s2WFD6PmuSn { color:#ffffff;display:block;width:17.1866875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:121.00897598267rem;left:2.15625rem;height:5.60741875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#imyH2AklCL2p1yL6kHlMbc39U3TaErh2 { position:absolute;display:block;z-index:14997;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9366875rem;top:151.94881820679rem;left:21.031639099121rem;display:block; }
#od4fDgz7HIAn8MoJ5PnEKyu52vZTcuQp { color:#ffffff;display:block;width:17.1855625rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:115.06171035767rem;left:21.406639099121rem;height:5.60741875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XkfshRMyQ7q1cFJ4nXJLaQ7EgRlmPkf9 { position:absolute;display:block;z-index:15000;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9366875rem;top:120.63749313354rem;left:2.0925788879394rem;display:block; }
#gVwsUZ6lJIgVlA6EkKVufEp78XnFUndf { color:#ffffff;display:block;width:17.1855625rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:152.07382202149rem;left:21.406639099121rem;height:5.60741875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EPsqAH33WMO9S139Eh4AsznNfLb2GcP5 { position:relative;display:none; }#EPsqAH33WMO9S139Eh4AsznNfLb2GcP5 { border-width: 0; border-radius: 0; }#EPsqAH33WMO9S139Eh4AsznNfLb2GcP5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EPsqAH33WMO9S139Eh4AsznNfLb2GcP5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HvWd1oOTzC6nUr09ZDsRSnaOqp2OyhoK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#PgEhc0wQVhaMoXmahxMM5lHNF6zwHlHT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:60rem;display:none; }
#gol8fWDlc2OrfhTsdrN5tOzL2pLuTmEN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:14.0625rem;display:none; }
#N9RulDvv3Xxsr8J3OKE2sAZanDSvJiNT { 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:none; }#N9RulDvv3Xxsr8J3OKE2sAZanDSvJiNT > .row .container { border-width: 0; border-radius: 0; }#N9RulDvv3Xxsr8J3OKE2sAZanDSvJiNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9RulDvv3Xxsr8J3OKE2sAZanDSvJiNT > .row .container { font-size:0.875rem;font-family:arial;height:165.1875rem;width:60rem;position:relative;display:none; }#pZwfNlJLyUKT94Du2x4fN3gF2FMiJDqB { color:#000000;display:block;width:21.625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.125rem;left:19.187501907349rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#X0mU2nsGTID6J4bOQesPLwktCuzxvXuQ { color:rgba(0,0,0,0.43);display:block;width:38.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:76.450000762938rem;left:10.875rem;height:0;display:none; }
#PDLCl36tLrOcPv8I80hZOWP6ZHsCtflr { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:18.75rem;top:49.25rem;left:1.375rem;overflow:hidden;display:block; }
#QfTPLULCrZf1AE1wJao5SDtOtEHTgN6w { background-color:#db0b66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.3125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:25.248437166214rem;left:24.718751907349rem;display:none; }
#VeoyOnfSrsEwcZlyPTdwnmKzXVWduUnM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dSiTRMr61Jz4kJpndUtdimI3l1TF2Zfr { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:18.75rem;top:91.5625rem;left:41.25rem;overflow:hidden;display:block; }
#gzJBNTq5VNK1vqnps6US3Cid7elrr0ue { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.874rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:117.0625rem;left:4.3115234375rem;display:block; }
#RZB6vFnhZCH6vXG0khT6aTNs3NJ8oHp4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#saix2fS59xvb9Nr2VJTAWwEKzx5TKSt5 { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.8745rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:110.25rem;left:24.3125rem;display:block; }
#Ak8qQxxWrckK9OrbXAFX7iSOMXJBbuyP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFd4Hvu9sk51QrxyUaICrKosDyZrdLoM { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.8745rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:72.6875rem;left:43.3125rem;display:block; }
#vswtvWqCCQL4xmFftrXq0Q5PSUugTB8L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B8cJrQzGatZa1sq2pSgKk0WeWFay6kJe { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:18.75rem;top:5rem;left:33.6875rem;overflow:hidden;display:block; }
#KKy1AyKUVzuxTpAZzo1f5sncbZGiwZs2 { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.874rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:39.1875rem;left:11.625rem;display:block; }
#aozm5oVaiF9d9kLQKb8Uy4e8DIT0QLeg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EkmgE4mgRlnagiBqrdMyPLuJoKiO9Q1S { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.8730625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.5rem;left:36.625rem;display:block; }
#iT42LHDhEXEIRMBwbM38xpxhtORLa63y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o1xVsudP4S9lPWczhFgmX6begA9HH3SE { z-index:15107;top:121.625rem;left:39.604166030884rem;background-color:#b98c65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#PEnvt5Q5Wd1p3kQIswqKZz33D5K6Hz6v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vds0HrJgodhMOzQtr1zAA5aaTEl1VNAT { position:absolute;display:block;z-index:15165;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:18.75rem;top:48.1875rem;left:40.375rem;overflow:hidden;display:block; }
#wEK5NmTd4X1w81WkpxSvi0wmrsJCGmic { position:absolute;display:block;z-index:15165;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:18.75rem;top:4.9375rem;left:8.8125rem;overflow:hidden;display:block; }
#P5ot3d64Gi07iLv5tDkiM5vKVnVNKXng { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.8745rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:74rem;left:3.8125rem;display:block; }
#KvNp0ICvPeuJi9vtMgP9WKneK0PcvQrF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iqlTkoVIhWSHUMs5rvrkgrGBMdEqZ8dm { position:absolute;display:block;z-index:15163;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:18.625rem;top:91.625rem;left:1.75rem;overflow:hidden;display:block; }
#A8hUT7lrrylIhv6O4IAOuMTghhblKBuQ { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.8745rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:67.75rem;left:23.8125rem;display:block; }
#JItIdIdaI08XaWGVQIRzGzDoIOrffQmU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBW1TP1P3CQ5uw23Ty3Hr2pHw7BFJk0o { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:18.75rem;top:43.5rem;left:21rem;overflow:hidden;display:block; }
#fXFQDv0GEhAs8SbeOGh0vNfVGdhqhRQW { position:absolute;display:block;z-index:15162;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:18.75rem;top:126.9375rem;left:20.875rem;overflow:hidden;display:block; }
#Z4S8Zsq2LXCOp7TSbL5wTZm4J5xIkELg { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.8741875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:159.18631744385rem;left:23.561714172363rem;display:block; }
#GV3hCOVOkOd7hpoytburVCHc7WxDECVk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v0kTFv4mq4rVlASgUadncMArmlQJMKP4 { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.874rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:117rem;left:44.1865234375rem;display:block; }
#TJXsIMDuBp6M5ZNVcZbTAlPuxrp42ltx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WAsyoEFWR0g2F6EhRtmMzhMy2egkRkcu { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:18.75rem;top:85.6875rem;left:21rem;overflow:hidden;display:block; }
#Bvs8WsTrpOWkB3nywqJEAfDvwAJ005Eh { position:absolute;display:block;z-index:15149;background-color:rgba(237,237,237,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:31.8125rem;width:26rem;top:10.8935546875rem;left:0rem;display:none; }
#scZdH29D54uSeMf3eLb96ns6P0HgbhOt { position:absolute;display:block;z-index:14999;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9375rem;top:30.2685546875rem;left:34.09375rem;display:block; }
#qMpxocJGcX1pb7Gq4eOZ0DTgpspcegPt { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.4560546875rem;left:34.34375rem;height:5.60546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UDtI9Js9m2OI6tORRvD5FS6TrbvTi1tK { position:absolute;display:block;z-index:15000;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9375rem;top:30.2685546875rem;left:9.6875rem;display:block; }
#b1kNKrHmOdQF7fLIXEcdJTIfrmVVZzVg { position:absolute;display:block;z-index:14999;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9375rem;top:121.009765625rem;left:41.65625rem;display:block; }
#PKQx9DEmUNlpqPJKpqF8tUGRKGauE4LQ { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.6533203125rem;left:10.0927734375rem;height:5.60546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CRJ3IlvyBc5ANF33n1K7d794dsoGTLks { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:77.8935546875rem;left:41.40625rem;height:5.60546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H86L8oBPcyb42M3ce7y7J0mBBnteTiC5 { position:absolute;display:block;z-index:14998;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9375rem;top:77.7685546875rem;left:41.25rem;display:block; }
#gztov6xARoeRIyqdNkpZJFJeFzO15V2I { position:absolute;display:block;z-index:14999;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9375rem;top:73.4560546875rem;left:21.40625rem;display:block; }
#V7DgCNG5l02EAQmC8H9OtRqzE61He5kD { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:73.5810546875rem;left:21.40625rem;height:5.60546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6HbwF02Au1uxfresdwQx6iqVEtcFPTt { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:78.7890625rem;left:2.15625rem;height:5.60546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IsiIcVJTlDSVXOAM62x7I588wyAaAuGR { position:absolute;display:block;z-index:14997;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9375rem;top:78.5185546875rem;left:1.78125rem;display:block; }
#UaHIJnr6k28z9aa3ck3Qof6TIlsTk7H3 { position:absolute;display:block;z-index:14999;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9375rem;top:115.0625rem;left:21.03125rem;display:block; }
#mQ4PWTNnqkAc1zTAV1eHXk3cTTCwwhtO { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:121.3955078125rem;left:42.03125rem;height:5.60546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wSA5xxRv1OBrVUM0aiI80rJX0v1xJBgK { color:#ffffff;display:block;width:17.1866875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:121.00897598267rem;left:2.15625rem;height:5.60546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JGEB9ubsPJZy8bntkLAcctVi1T6q4E9W { position:absolute;display:block;z-index:14997;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9366875rem;top:151.94881820679rem;left:21.031639099121rem;display:block; }
#UKSBnyt6aKqqUWUa5n2ZwJTGFgLSwRk3 { color:#ffffff;display:block;width:17.1855625rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:115.06171035767rem;left:21.406639099121rem;height:5.60546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wqdULg7iB3gCfVqxsoVgoKEilqgzIuvm { position:absolute;display:block;z-index:15000;background-color:rgba(118,38,68,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6.375rem;width:17.9366875rem;top:120.63749313354rem;left:2.0925788879394rem;display:block; }
#gmRgGmsaWagyihvyxoPo1kxHKwpMmV7X { color:#ffffff;display:block;width:17.1855625rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:152.07382202149rem;left:21.406639099121rem;height:5.60546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 { 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; }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .row .container { background-color: transparent; background-image: none; }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .row .container > .video-iframe-container { display: none; }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .row > .video-iframe-container { display: none; }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .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); }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .row .container { border-width: 0; border-radius: 0; }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#yPFkoEN9q2qun8lOJFMAeRsnLT6FmDGV { color:rgba(0,0,0,0.43);display:block;width:38.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:9.5625rem;left:10.875rem;height:1.29948125rem;display:block; }
#BTEs5kFFp2aEK0emB5FmLWRuNZvMyVUw { background-color:#db0b66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.125rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:46.3125rem;left:16rem;display:none; }
#xn5DqAIG1gnIsifA3BzIAugvNsQ4DGIu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i1ZAWTqeFKrhmAHD8ai06tckp5UV5bL7 { position:absolute;display:block;z-index:15182;background-color:rgba(var(--color-tertiary-0),0.24);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #db0b66;border-left:0.1875rem solid #db0b66;border-right:0.1875rem solid #db0b66;border-bottom:0.1875rem solid #db0b66;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:4.375rem;width:20.75rem;top:41.5rem;left:5.25rem;display:none; }
#U1vrLhDk4T8qnnLPdskGc48iD0ShQdrO { color:#db0b66;display:block;width:16.9375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15183;line-height:1.3;letter-spacing:0;top:43.024219512939rem;left:7.3054695129394rem;height:0;font-style:normal;display:none; }
#f9J9iNk9ICEtM8MSe6bZ4C16yzgfLcBy { background-color:#62c884;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.125rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:46.3125rem;left:6.9375rem;display:none; }
#TJbCFCzeNZf4gstNsWw9EPO64klMUK3n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#twzVnUiR2ntCZFohdUAJtkOxvyge01By { background-color:#db0b66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.125rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:6.6875rem;left:30.1875rem;display:block; }
#fyqgXsn64sZ6gmA7wiKBg1l0e6swMVfG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UmeK1q4Ja9zbsQow3kyk1cySnePTZDVp { position:absolute;display:block;z-index:15186;background-color:rgba(var(--color-tertiary-0),0.24);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #db0b66;border-left:0.1875rem solid #db0b66;border-right:0.1875rem solid #db0b66;border-bottom:0.1875rem solid #db0b66;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:4.375rem;width:20.75rem;top:1.875rem;left:19.4375rem;display:block; }
#EEreDMwI5XuIBVXOFOo2IiXhlRqtX6fQ { background-color:#62c884;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.125rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:6.6875rem;left:21.125rem;display:block; }
#znK7ILSJcAOhr9uNtc0BEdnQTqQAGNe6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNq1gXic7rTrpDRkrzdnhsrq7bDQoy51 { color:#db0b66;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15187;line-height:1.3;letter-spacing:0;top:3.375rem;left:26.125rem;height:1.6253875rem;font-style:normal;display:block; }
#uTJPzT2EcpXLH2FLxqbNOmiFg0ZF1lNz { position:absolute;display:block;z-index:15188;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:23.874rem;top:15.3427734375rem;left:2.34375rem;overflow:hidden;display:block; }
#zpEWldtr3FgG15By874FsFPmMuQsTEd2 { position:absolute;display:block;z-index:15189;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:26.3125rem;top:14.53125rem;left:29.811449032949rem;overflow:hidden;display:block; }
#FML9ltfRb60zMJw7x0yavRoEx5sAFmVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FML9ltfRb60zMJw7x0yavRoEx5sAFmVT > .row .container { border-width: 0; border-radius: 0; }#FML9ltfRb60zMJw7x0yavRoEx5sAFmVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FML9ltfRb60zMJw7x0yavRoEx5sAFmVT > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh .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:transparent;background-image:none;vertical-align:top; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh .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; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;text-align:right;text-align-last:right;font-family:cairo; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh .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;text-align:right;text-align-last:right;font-family:amiri;font-weight:700;font-style:normal; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh .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; }#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh .accordion-trigger.adaptive-delivery-prevent-bg, #Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh .accordion-trigger.lazyload, #Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh .accordion-trigger.lazyloading { background-image: none; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh { box-sizing:content-box;height:auto;width:49.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.4541015625rem;left:7.75rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #InUX3lK7iUy2qDE4Z5t9zDqkJmy2s4ly { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #HIkaHBV0f6GNmH3Ikgz60WUUn586wXXc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #TLw4WKVrBJvtTnRMiRp4JTZ87fGdOTcv { display:block;position:relative; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #dShTH2WS3uyo5SxfsriuxskUkBm4VCWV {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #BG0x3vmzmZaE4v5WGAV1w0btq4TZOqVp {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #yWSZUxF59w1M9KZT37N4fLypwwHhGl3i { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #rlTrFTHWRIZu6wwGNo8Q9NR4MCaRp2ZW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #H41H2o1cE6OChkC8isqrogQkJy0lspWQ { display:block;position:relative; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #C96D0A6sBiQgeGi6xzGyupRakHIwT6dp {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #Pxv1Tkvc5XsRBuQgU4mpE78xv6uJw6g3 { display:none; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #iQJTEzQuzAiZTCdscgxpTkgQrs4vt1D5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #t7HNPpnANLWwfeKcXSdi1Cx4TA9rGkW7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #bvZq7yzKuzWWFpSId1eCbCRsqXHkBccb { display:block;position:relative; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #afcZlHTvglWILFbFnfgtb8G8NqV0ugu5 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #z3CRzVeep3ziSsDhcnh2mn7oN46worBn { display:none; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #K7TplXtoLt8U3ikDgOaCo5L47TUGvkxc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #bQF1eHTdlT1D1qLcmZsWGlxctBwRuHp3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #dBMdOfzeuFykiKcbfdnpqT1xcDuXl4yb { display:block;position:relative; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #QA3wN7JsuNb1yOCnSQs41QB8udsEzBud {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #ye2wloappaU2fXcfUW6So35CzeNr4UOH { display:none; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #HsZMJ6CASm6lLrrkewKcH4LQoPu3068k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #e52HmMTJfSVKcJaAtfw2t9cPHgtTbvy1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #BbtSQfXzTV4SEDwxmewWVlWg8rI8ITZt { display:block;position:relative; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #uMTTnArTwEDNUJsPoEf7n4AOtdsvVXVt {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #rs4Fze5GPZk48sa2p4ITLNQI4z9IfB2p { display:none; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #TTJEcunWLDq0Lh5V32pSpK7nsvQynlxd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #fWnCtr2qREUQnDVGRBIqJ9NRFPCnbRaG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #pkG7oubgINttmSuc0vr1xr3JEAJ7mVIC { display:block;position:relative; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #ObwgX1VesaJXq2a5Xh7CPKmtdEpGX9Po {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #vBSC0eSEgRyVgp3k4F97IrCgpTcs2aUP { display:none; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #kicGzTSTelMKzMfhldWTUQTMINcGCCOI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #K8T7AdyLoH1fhVq7lwJGlEQZ5Z1WMTlm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #M4mQkmyLkdaGHy57wTVCr4IUMoGxPeum { display:block;position:relative; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #in37b0iDvsmCatmIT56shw9iXubbyz4e {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #IF3ZO7xXO4DwBLPFqfPVM7i1mlpELgET { display:none; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #m8wXUeMUOq5sB1s2vWmX7xPOpmTH66gK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #XIzhz5EDrEKJVmgPxU4FGyyLgH6ht1Oe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #nG3sGn7uDWWxu95QdT3ARCH23ziBOsH3 { display:block;position:relative; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #fANHdNcrLm3ZEu6pGKT16Ftwl3nP7GTs {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #hl8vz419c5SPffTnTnmUz3vgONINkPS6 { display:none; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #uxn9LuMTZ7yVRhVu264CitFbBShpCSEg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #W6zWIQptvk0W21DpD7g3HdSdIqLbyUmq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #FLdrgFZKiZQcKzwDMHFqUZOMRm3F141V { display:block;position:relative; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #I0UynhDKL4vBunM8wP6wxmTPIcNp4sX9 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #APwbDDVtTq0qzMy5imiGHEQoHH9ifC1B { display:none; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #sudDcCuLpTUxZqrtTnV5XliGuFCzQLIr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #oSawdWhHd8xzyZwCdAxZ2BdWr4cMO8e0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #B8eMiFH2WUBE7wITgUPu6DTp5RSV7OhD { display:block;position:relative; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #xUgHXDIEZPTkuPXZD90BIJHxHJpTD1Q9 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #ZDKVvFPcWU1EnP9Wyu10b6XPGL9sRrUu { display:none; }
#MK0GkJ5q83rgHorUU3qX4HkXqGJGZ4tI { color:#000000;display:block;width:15.4980625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:5.8125rem;height:2.0317375rem;font-style:normal;display:none; }
#yOTh1dcudmVzVyMtNCzw8T4WsuftvIeO { position:relative;display:none; }#yOTh1dcudmVzVyMtNCzw8T4WsuftvIeO { border-width: 0; border-radius: 0; }#yOTh1dcudmVzVyMtNCzw8T4WsuftvIeO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yOTh1dcudmVzVyMtNCzw8T4WsuftvIeO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aFBRT6liATHWznQFy7GxVxM3n8E2LCSE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#buxlu33yAk7XLnCZ9ZomkgvXOAKsCR3I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:60rem;display:none; }
#Nob4uIiwnu420sJGluhL2VtJoRU1VDp7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:14.0625rem;display:none; }
#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D { position:relative;display:block; }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D { background-color: transparent; background-image: none; }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D > .row .container > .video-iframe-container { display: none; }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D > .row > .video-iframe-container { display: none; }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D > .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); }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D { border-width: 0; border-radius: 0; }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dB6qcdSymkfPJXgUZ9h88Iz7z5iIWI7R { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.7495rem;top:2.4052734375rem;left:11.2646484375rem;display:block; }
#TalweBZz5FVf0TLpku0JoguxqH44vGvW { position:relative;display:none; }#TalweBZz5FVf0TLpku0JoguxqH44vGvW { border-width: 0; border-radius: 0; }#TalweBZz5FVf0TLpku0JoguxqH44vGvW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TalweBZz5FVf0TLpku0JoguxqH44vGvW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vM3tTxqyB6W3sFAqROK1stWNGPiooarV { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:5.3125rem;left:6.9375rem; }
#vM3tTxqyB6W3sFAqROK1stWNGPiooarV > img { max-width: 100%;max-height:100%; width:4.5rem; height:4.5rem; }#LfNqekJSirKd7kP85iIZUnAEpP7ZQ0MM { color:#000000;display:block;width:15.4980625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:5.8740234375rem;height:2.0317375rem;font-style:normal;display:block; }
#LNvhNQoBMFmwbFhaiusqzRiK5FRr3Ne8 { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#fAq9s11SdXkZAlfQJ3RLUZXzAyxekUB0 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:5.3125rem;left:18.125rem; }
#fAq9s11SdXkZAlfQJ3RLUZXzAyxekUB0 > img { max-width: 100%;max-height:100%; width:4.5rem; height:4.5rem; }#WluL9GaeHMhkQ81WpnEzpme6fTgEWJ4B { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.9375rem;left:41.25rem; }
#WluL9GaeHMhkQ81WpnEzpme6fTgEWJ4B > img { max-width: 100%;max-height:100%; width:4.5rem; height:4.5rem; }#Q3JU1pAaqlD2RGUCFcXy6EzHXTWGRPsU { color:#000000;display:block;width:15.4980625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:5.8740234375rem;height:2.0317375rem;font-style:normal;display:none; }
#HRx9HNSzFf9wPtvKKPTdEQlTBRpXd22R { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#cFxcFhA7781NGEbAPNgxx7nRkqwxMnbD { color:#000000;display:block;width:15.4980625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:5.8740234375rem;height:2.0317375rem;font-style:normal;display:none; }
#mzeEOSAV6xuszb5MiXRi37tNgRF9Q8sG { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eUXXdtitTZ4SA7CMkS1ro15F2T3rqPuP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.9375rem;left:51.625rem; }
#eUXXdtitTZ4SA7CMkS1ro15F2T3rqPuP > img { max-width: 100%;max-height:100%; width:4.5rem; height:4.5rem; }#OZk63WQSphoHNAKopuldlu9NxGIzz5rD { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Jo835WGggHEHkbdHhlv4LDVLKk8FFAOK { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gLTd9bqhBkgTNCZ4py7uXe0k2ndKKHQ6 { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW.adaptive-delivery-prevent-bg, #vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW.lazyload, #vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW.lazyloading { background-image: none; }#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW > .row .container { border-width: 0; border-radius: 0; }#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }#IQT5fydTIi2uFMWfvrBHeAnRhcmv1iSJ { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#zUxCHTy3R0evC161iliER0oslR0Z9smi { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#uKDTTtzlV0VActdWACRhSTCGrcTzXWeZ { box-sizing:content-box;color:#434343;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:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#AGVXmvBHopIoyT0eRRL0WEBwqcDvwnWO { color:#ffffff;display:block;width:19.4360625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.7626953125rem;left:18.592529296875rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#S8Ii03KxLcRdXW5EVGOnlgfPvFhG02wT { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gUaJ4EEKsuba7PCRsrLU6v2miF70bXBQ { 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:15000;opacity:1;display:none; }
#hd5sPMMaGPyI3yvmDd7EG68EpbCaaTEn { 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:15000;opacity:1;display:none; }
#RngRfWv8NoPWL9zTAFLfJeoVQIruohgk { 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:15000;opacity:1;display:none; }
#K2Df2do0b47hii9GKJDz36Ebx72ZAdsp { 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:15000;opacity:1;display:none; }
#cKnvd2kNIa8KQ59bcp1vw5BthDLAkU3K { 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:15000;opacity:1;display:none; }
#qSwS8RIM30OSS0wnafNVoNC5kO9noGJc { 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:15000;opacity:1;display:none; }
#wJ9X1fv74cdsqAQVfXp8CeHJKnKIBsHq { 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:15000;opacity:1;display:none; }
#pc7iDNg4XLVvywB1hoIHQwkhIN2REJlu { 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:15000;opacity:1;display:none; }
#KFrXZIThNCM44GUFGH5qfFRz8VcJBVSO { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#m8M97LGWzG4tkyRVovDNpCl7kyL2DRgE { position:absolute;display:block;z-index:15207;height:3.811525rem;width:6.8745rem;top:1.40625rem;left:38.9033203125rem;display:none; }
#ZK6WGgeMb4SXgJUKWEuGTuXBOLMD2bkg { position:absolute;display:block;z-index:15206;height:4.0620125rem;width:7.2480625rem;top:1.93798828125rem;left:50.74658203125rem;display:none; }
#WISn2IBU1bLgm1w64Bp4SwHeDze5QeQZ { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
body { position:relative;display:block; }
#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M { display:none; }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M > .row .container { width:47.75rem;position:relative;display:none; }#Kxl10VqqQVEo2bwhuE9d2JtzZi20AeZq { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#TWnm4tozJbRKSqloTNElxHdz0KwIGtVn { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#eVOyg7Rntqi2sTJx2Zx3y44fbpnO84qy { top:1.6875rem;left:19.061767578125rem;width:2.0625rem;height:1.25rem;display:block; }
#c1g15KblvcTNbEHnLKD5EIk8ru5vywVp { top:15.75rem;left:0rem;width:16.75rem;height:;font-size:1.1875rem;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #SAHklgIJvasl7ZHwMfFEX7BNHVKGgD0f {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XOAZLEhUEHKelDdazdRJtd1L0Qi9sLWL { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #whcFWB7qx5vBSRb6UUQ5wvgL1edqrmWS {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #r4TxfqAXkxLXzExrNZnc9wEBWl6asCiZ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XyO4sWa6WcvNgIkTFyAV3geF6kHE9hx2 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #uFpwccDMKczOVU0701qeFfsTZSPmeWRL {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #t86QHsLocwyypr6epVOHxQc6r1OucV5T {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fDmcOLgPSm5ILq52G1v1xrFH9CyHpx96 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PTwqLgfSTe3I5svNaB3UnUetGOnO5RDB {  }
#uaslPiyTAeM2rpkOHMb0Ah2WwXtTXKm7 { display:block; }
#KiVkiqXFPo4CgRTuxlQD3yQL7pSTM7Em { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #IzI0RFUZw7UU1M0lzIeAp2ndTPvCTpMA {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nd52H2SADTBG6uIS1gyr6C9DLBkalbJB {  }
#HoEuxoUemtQhdFSVvdybUDu5TPSDM4Fk { display:none; }
#HoEuxoUemtQhdFSVvdybUDu5TPSDM4Fk > img { max-width: 100%;max-height:100%; width:; height:; }#Aeo4CzXEgMzTqRkgnt43XnDdItQNq864 { display:none; }
#nOn9QEQMKvXXhdkBh0qmlFlhTnop2mHU { top:29.625rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
#TmhXzH9qcVqkeWlGbBWCp6IEtAC3ciyA { top:1.6875rem;left:19.061767578125rem;width:4.625rem;height:3.8125rem;display:none; }
#n5csh5o8JSWCO1E5M5ags01RTR0WiuR7 { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#ifWar36lndsgGmZe0v7egd1xFURJXlNN { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#ifWar36lndsgGmZe0v7egd1xFURJXlNN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#edIBNubBCq6XOlEFMcJgsT3rCaiD5XzA { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#edIBNubBCq6XOlEFMcJgsT3rCaiD5XzA > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#GarIV6mJDMIklG3UgUS08RdFvPJuffQx { top:22.4375rem;left:0rem;width:19.3125rem;height:;font-size:1.1875rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #JR6EvPQetXx2wUDZn9Q0mAdcurJni4Ub {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BbWWSrrPBeMhBOosWCJKAaX5WHG8wIEF { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VTGbm3ugoyVTmhzJePwc3CdcLf37QP0k {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ZqBd0Sh8Tn4bDXay14Uh95LbT2bzSQeB {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #eLciH2y9Fo8GrrNlOOxv7hOusQdpRKO2 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #WfM8Ut2uqSFX9EKTOJzhCQ65Rao4oRpq {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #WVmbXNl8owgml8wlfKcTUrHASr9bw1zS {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PWreAEGnPFeWR1LuQFd9GGZ2TDRi4o1s { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mAdbqhheLMQT9IMK2ND1eRIKZQWk7Wu6 {  }
#TiMkcJQAmF6zdWt2QG6DEHdD47c5dWqo { display:block; }
#fbp03vCDD68Xi8oTp7yRqrQalSs7fEd4 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Cq3M6IXNdqwTXOzUdeUPLW7wOHTvsIrR {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xTE7vBQCKPITeqpg0ufGuAnbbUsapipK {  }
#ETlxzCw3mOAypeMZGTEhkwQMTBmvR52i { width:;height:;display:none; }
#bHpWPPkdqRgw6g2d7JuSLmBFrbpNMmTJ { display:block; }
#ctzqiprZhB903xlAKmQsv652MWkI1y70 { width:;height:;display:none; }
#ymlEVKO2Nmg8PyOJFtLTJ8Ua6CQ2ewEx { display:block; }
#HL1qKTHwaByPaJxWgSA2AfsWEGt7Jd1s { width:;height:;display:none; }
#wbwNFR3m1a5CvHzoowQuMv7dm2kEXKRh { display:block; }
#PNVmBmmttWZR8wsfhlJygvlAZEdzSOTc { width:18.75rem;height:3.1875rem;display:none; }
#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl { display:block; }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .row .container { width:47.75rem;position:relative;display:block; }#Ivi5Out1iz59JeS98pkuR0ExuyHaqHR6 { top:2.8125rem;left:11.6875rem;width:3.5625rem;height:3.5625rem;display:block; }
#EkavKWU8gWypMvDRxXPuVCF7LpoTRguu { top:2.8125rem;left:36.5rem;width:3.625rem;height:3.625rem;display:block; }
#e1THIm49DW8keQWbUVLTaTlNbw4GZrA5 { top:2.5rem;left:5.4375rem;width:4.125rem;height:4.125rem;display:block; }
#xwJ41rl2p1WVpVOocwcb60S8v9viDzOB { top:2.5625rem;left:24.25rem;width:4.125rem;height:4.125rem;display:block; }
#IHuLQ4E4DEBEQuqgr4lGynUUpfMTOIml { top:2.625rem;left:30.1875rem;width:3.9375rem;height:3.9375rem;display:block; }
#NVBUtezbFw1ZcZgPHda1Di36S2PKZaFe { top:2.5rem;left:17.8125rem;width:4.3125rem;height:4.3125rem;display:block; }
#KfgukQuHis7lxcFGSQ2dUCl7FaUxsCTK { width:18.0625rem;height:3.4375rem;top:83.0625rem;left:29.6875rem;display:none; }
#p1qWRMaxiAeg5GQQ6ZSWNHr8xcm6zt09 { display:block; }
#l1AUS3C9DrK6AsKQ62z5ouDr48faouxB { width:17.3125rem;height:3.3125rem;top:87.5rem;left:30.0625rem;display:none; }
#XAWgJmyQT22AabUsgAMGA0DconB7kgTf { display:block; }
#qXidq2KIdMAmxy1O7uBtwK3tO8caTnMT { top:83.0625rem;left:29.875rem;width:3.125rem;height:3.125rem;display:none; }
#eawdI4VGZaa6XR7ke3cEQL8RXHmdsTZ8 { top:88rem;left:30.0625rem;width:2.25rem;height:2.25rem;display:none; }
#eawdI4VGZaa6XR7ke3cEQL8RXHmdsTZ8 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#IBVDwTk8AK4ExzwDPOgi8klTvkzElhQA { top:5.625rem;left:0rem;width:20.5rem;height:22.625rem;display:none; }
#ER1pX3WQAxycKgAKLaJgDlvbKRLK39zu { display:none; }#ER1pX3WQAxycKgAKLaJgDlvbKRLK39zu > .row .container { width:47.75rem;position:relative;display:none; }#UaTQSJ49HTl9wysUJ4iL7Vg6Lwm135pJ { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#qTC4LZJEhGEB8KkZxaOZ9Jwd9hfu7aiM { width:47.75rem;height:19rem;display:none; }
#D4q7tPzdQIOweXTmVFgrXEvcie1pPTqd { width:14.0625rem;height:5.125rem;display:none; }
#JRocGJDibiZNsFLzx59sGPxDcN9NFVEB { display:block; }#JRocGJDibiZNsFLzx59sGPxDcN9NFVEB > .row .container { width:47.75rem;position:relative;display:block; }#aiVPwzB4hsnhhfgfhBMghoXTVDhRLo8J { top:1.5625rem;left:0rem;width:19.9375rem;height:5rem;font-size:1.75rem;display:block; }
#wg7mJF1gmeEel1kk8h94L8TTG6npH2lh { top:76.4375rem;left:4.75rem;width:38.25rem;height:1.25rem;font-size:1rem;display:block; }
#NnFocE4vWgeyKmQOEC0w8KvO4RHQUMqG { top:49.25rem;left:0rem;width:18.75rem;height:23.4375rem;display:block; }
#R2UL9HLtB1vDH3TOnoEBFXynOQzDerJn { width:10.5625rem;height:2.3125rem;top:25.1875rem;left:18.593751907349rem;display:block; }
#a3SEFGzC08AwfAvAPfqSf66wxTuMwGIw { display:block; }
#bbipPnuwtZubaB4w6QcWVv07kFGDNrnJ { top:91.5625rem;left:29rem;width:18.75rem;height:23.5rem;display:block; }
#TpCFW2cpXtTzLywAa50g9pV0elFVUQVx { width:12.8125rem;height:2.8125rem;top:117.0625rem;left:0rem;display:none; }
#a1N7lFxu2ZX3ug3O4dNpQ0wKlMTw7CPJ { display:block; }
#zDE8RLdt2iDmTp3IH2pTr3LatntzcmXh { width:12.8125rem;height:2.8125rem;top:110.25rem;left:18.1875rem;display:none; }
#lrnSFgAW9PrRT12v3Flqeyo1H3sp81rS { display:block; }
#ZWGJdLVWm19CIKVTZvCq6a55KPo458Kn { width:12.8125rem;height:2.8125rem;top:72.6875rem;left:34.9375rem;display:none; }
#TCXXCNCNPzA9IHOAvWkXSMMzCtUkpBhy { display:block; }
#A244pTcmqZa4gByfnTGvr3md5e9yKou0 { top:5rem;left:27.5625rem;width:18.75rem;height:23.4375rem;display:block; }
#pVviT5cRiBqGfM26x05Uro4CKXUHS2lr { width:12.8125rem;height:2.8125rem;top:39.1875rem;left:5.5rem;display:none; }
#cZDTT5ul4cAhmVpL68wlQfM6EK6DOKcw { display:block; }
#RySJTm0X5XmF3rgeCK1hVp7gw9SkmBWS { width:12.8125rem;height:2.8125rem;top:37.5rem;left:30.5rem;display:none; }
#pkPbL55tqlzGpIdt9lV3OUk9nhS5aZ1L { display:block; }
#BT4TkNIWA3ntVfXbX0t29lGg3y5R3203 { top:122.25rem;left:33.6875rem;width:14.0625rem;height:2.3125rem;display:none; }
#sFBMxCyeB2FgTJR2KkuW9aMSd5Icf0I5 { display:block; }
#z66tWZQt62eNinEOTwUSTESFyEaWZE5T { top:48.1875rem;left:29rem;width:18.75rem;height:23.4375rem;display:block; }
#bwgq3ZDKmrvTNHvFobWZTRSvoiOtERq8 { top:4.9375rem;left:2.6875rem;width:18.75rem;height:23.5rem;display:block; }
#qOfdDexVgN1alUXiudBVF1CQlPRhKHxc { width:12.8125rem;height:2.8125rem;top:74rem;left:0rem;display:none; }
#HTFWRreR0uzUDK1ko8gCKcL194Pv77p6 { display:block; }
#Ui5JuOsbdtlCz8T43sKLPmo6tfrsa9S3 { top:91.625rem;left:0rem;width:18.6875rem;height:23.375rem;display:none; }
#KrFRpPZwmE4ny83fJhXttyRxT83vTecT { width:12.8125rem;height:2.8125rem;top:67.75rem;left:17.6875rem;display:none; }
#cbA2Z8ihG4wut9cWN0qv1VvVrDlO5hP2 { display:block; }
#dKTT808fZ5EAN7UJfD6rn5yUdJglTfi7 { top:43.5rem;left:14.875rem;width:18.75rem;height:23.4375rem;display:none; }
#ngQVd6VeGVT8yWsixeU2kSJUl0lTUFnB { top:126.9375rem;left:14.75rem;width:18.75rem;height:23.5rem;display:none; }
#lkuv46por2Q769hRoAKB2TBUzhUWvRO4 { width:12.8125rem;height:2.8125rem;top:159.125rem;left:17.436714172363rem;display:none; }
#LVTlEc7eSaLRuxX6s7HESWww2mhaFiGG { display:block; }
#gklgMPzSDQWZUUwnzBmaJLH0G3qBzsbO { width:12.8125rem;height:2.8125rem;top:117rem;left:34.9375rem;display:none; }
#hlL6XfSGuyQNzv0e3mfTK2ZuL44AVDl8 { display:block; }
#VzTwHPl8aBM9FqysTNafQeXpFtsVFqou { top:85.6875rem;left:14.875rem;width:18.75rem;height:23.5rem;display:none; }
#Hp7J4SHeaOQTJsINhEVbaChV5Tz6v8yT { top:10.875rem;left:0rem;width:26rem;height:31.8125rem;display:none; }
#K24LJBHVVnmGirMUPCe7aWvFVOZoWCwr { top:30.25rem;left:27.96875rem;width:17.9375rem;height:6.375rem;display:none; }
#HUAoNihvQS1BPU8FzVAZKFZyflTTTV2W { top:30.4375rem;left:28.21875rem;width:17.1875rem;height:5.5625rem;font-size:1.4375rem;display:none; }
#LDtn1BIub884qTUPCJxfAA9cqIRpQ014 { top:30.25rem;left:3.5625rem;width:17.9375rem;height:6.375rem;display:none; }
#onrZvWX2USzqG2BLINogDw71gKmIGxUn { top:121rem;left:29.8125rem;width:17.9375rem;height:6.375rem;display:none; }
#CuJN5hEtfWbSJMvdJtM6ZkJUiA6cEPqO { top:30.625rem;left:3.9677734375rem;width:17.1875rem;height:5.5625rem;font-size:1.4375rem;display:none; }
#DHmzhSwFom1f9Rz34zcwNaiXotV9MEa5 { top:77.875rem;left:30.5625rem;width:17.1875rem;height:5.5625rem;font-size:1.4375rem;display:none; }
#LSi9uyu1aPnTOkCHbqNXaHkzRqOzJpqP { top:77.75rem;left:29.8125rem;width:17.9375rem;height:6.375rem;display:none; }
#at6UcPt8Ui9WT7HVz1qpwvldPgW1yrIx { top:73.4375rem;left:15.28125rem;width:17.9375rem;height:6.375rem;display:none; }
#zwZV2f8Bldv3SfLhPzqTH9778iMqub3R { top:73.5625rem;left:15.28125rem;width:17.1875rem;height:5.5625rem;font-size:1.4375rem;display:none; }
#iWOqrxNbaAJhKsCdKAHh5Enqs0F4IrWD { top:78.75rem;left:0rem;width:17.1875rem;height:5.5625rem;font-size:1.4375rem;display:none; }
#bopArbcrLroSq77mdyp2mIC1uxMCOR9Z { top:78.5rem;left:0rem;width:17.9375rem;height:6.375rem;display:none; }
#e0PoSf8UoFEBRlOt1ryCfdT1fOUeAyoA { top:115.0625rem;left:14.90625rem;width:17.9375rem;height:6.375rem;display:none; }
#bXeAIplXG3gElJm97prE7bTSlXN0cdnA { top:121.375rem;left:30.5625rem;width:17.1875rem;height:5.5625rem;font-size:1.4375rem;display:none; }
#q9zGucXKXfsm9ea9Jheq7s2WFD6PmuSn { top:121rem;left:0rem;width:17.125rem;height:5.5625rem;font-size:1.4375rem;display:none; }
#imyH2AklCL2p1yL6kHlMbc39U3TaErh2 { top:151.9375rem;left:14.906639099121rem;width:17.875rem;height:6.375rem;display:none; }
#od4fDgz7HIAn8MoJ5PnEKyu52vZTcuQp { top:283.75rem;left:0rem;width:17.125rem;height:5.3125rem;font-size:1.4375rem;display:none; }
#XkfshRMyQ7q1cFJ4nXJLaQ7EgRlmPkf9 { top:120.625rem;left:0rem;width:17.875rem;height:6.375rem;display:none; }
#gVwsUZ6lJIgVlA6EkKVufEp78XnFUndf { top:152.0625rem;left:15.281639099121rem;width:17.125rem;height:5.5625rem;font-size:1.4375rem;display:none; }
#EPsqAH33WMO9S139Eh4AsznNfLb2GcP5 { display:none; }#EPsqAH33WMO9S139Eh4AsznNfLb2GcP5 > .row .container { width:47.75rem;position:relative;display:none; }#HvWd1oOTzC6nUr09ZDsRSnaOqp2OyhoK { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#PgEhc0wQVhaMoXmahxMM5lHNF6zwHlHT { width:47.75rem;height:19rem;display:none; }
#gol8fWDlc2OrfhTsdrN5tOzL2pLuTmEN { width:14.0625rem;height:5.125rem;display:none; }
#N9RulDvv3Xxsr8J3OKE2sAZanDSvJiNT { display:block; }#N9RulDvv3Xxsr8J3OKE2sAZanDSvJiNT > .row .container { width:47.75rem;position:relative;display:block; }#pZwfNlJLyUKT94Du2x4fN3gF2FMiJDqB { top:1.5625rem;left:0rem;width:19.9375rem;height:5rem;font-size:1.75rem;display:block; }
#X0mU2nsGTID6J4bOQesPLwktCuzxvXuQ { top:76.4375rem;left:4.75rem;width:38.25rem;height:1.25rem;font-size:1rem;display:block; }
#PDLCl36tLrOcPv8I80hZOWP6ZHsCtflr { top:49.25rem;left:0rem;width:18.75rem;height:23.4375rem;display:block; }
#QfTPLULCrZf1AE1wJao5SDtOtEHTgN6w { width:10.5625rem;height:2.3125rem;top:25.1875rem;left:18.593751907349rem;display:block; }
#VeoyOnfSrsEwcZlyPTdwnmKzXVWduUnM { display:block; }
#dSiTRMr61Jz4kJpndUtdimI3l1TF2Zfr { top:91.5625rem;left:29rem;width:18.75rem;height:23.4375rem;display:block; }
#gzJBNTq5VNK1vqnps6US3Cid7elrr0ue { width:12.8125rem;height:2.8125rem;top:117.0625rem;left:0rem;display:none; }
#RZB6vFnhZCH6vXG0khT6aTNs3NJ8oHp4 { display:block; }
#saix2fS59xvb9Nr2VJTAWwEKzx5TKSt5 { width:12.8125rem;height:2.8125rem;top:110.25rem;left:18.1875rem;display:none; }
#Ak8qQxxWrckK9OrbXAFX7iSOMXJBbuyP { display:block; }
#iFd4Hvu9sk51QrxyUaICrKosDyZrdLoM { width:12.8125rem;height:2.8125rem;top:72.6875rem;left:34.9375rem;display:none; }
#vswtvWqCCQL4xmFftrXq0Q5PSUugTB8L { display:block; }
#B8cJrQzGatZa1sq2pSgKk0WeWFay6kJe { top:5rem;left:27.5625rem;width:18.75rem;height:23.4375rem;display:block; }
#KKy1AyKUVzuxTpAZzo1f5sncbZGiwZs2 { width:12.8125rem;height:2.8125rem;top:39.1875rem;left:5.5rem;display:none; }
#aozm5oVaiF9d9kLQKb8Uy4e8DIT0QLeg { display:block; }
#EkmgE4mgRlnagiBqrdMyPLuJoKiO9Q1S { width:12.8125rem;height:2.8125rem;top:37.5rem;left:30.5rem;display:none; }
#iT42LHDhEXEIRMBwbM38xpxhtORLa63y { display:block; }
#o1xVsudP4S9lPWczhFgmX6begA9HH3SE { top:122.25rem;left:33.6875rem;width:14.0625rem;height:2.3125rem;display:none; }
#PEnvt5Q5Wd1p3kQIswqKZz33D5K6Hz6v { display:block; }
#vds0HrJgodhMOzQtr1zAA5aaTEl1VNAT { top:48.1875rem;left:29rem;width:18.75rem;height:23.4375rem;display:block; }
#wEK5NmTd4X1w81WkpxSvi0wmrsJCGmic { top:4.9375rem;left:2.6875rem;width:18.75rem;height:23.4375rem;display:block; }
#P5ot3d64Gi07iLv5tDkiM5vKVnVNKXng { width:12.8125rem;height:2.8125rem;top:74rem;left:0rem;display:none; }
#KvNp0ICvPeuJi9vtMgP9WKneK0PcvQrF { display:block; }
#iqlTkoVIhWSHUMs5rvrkgrGBMdEqZ8dm { top:91.625rem;left:0rem;width:18.625rem;height:23.3125rem;display:none; }
#A8hUT7lrrylIhv6O4IAOuMTghhblKBuQ { width:12.8125rem;height:2.8125rem;top:67.75rem;left:17.6875rem;display:none; }
#JItIdIdaI08XaWGVQIRzGzDoIOrffQmU { display:block; }
#TBW1TP1P3CQ5uw23Ty3Hr2pHw7BFJk0o { top:43.5rem;left:14.875rem;width:18.75rem;height:23.4375rem;display:none; }
#fXFQDv0GEhAs8SbeOGh0vNfVGdhqhRQW { top:126.9375rem;left:14.75rem;width:18.75rem;height:23.4375rem;display:none; }
#Z4S8Zsq2LXCOp7TSbL5wTZm4J5xIkELg { width:12.8125rem;height:2.8125rem;top:159.125rem;left:17.436714172363rem;display:none; }
#GV3hCOVOkOd7hpoytburVCHc7WxDECVk { display:block; }
#v0kTFv4mq4rVlASgUadncMArmlQJMKP4 { width:12.8125rem;height:2.8125rem;top:117rem;left:34.9375rem;display:none; }
#TJXsIMDuBp6M5ZNVcZbTAlPuxrp42ltx { display:block; }
#WAsyoEFWR0g2F6EhRtmMzhMy2egkRkcu { top:85.6875rem;left:14.875rem;width:18.75rem;height:23.4375rem;display:none; }
#Bvs8WsTrpOWkB3nywqJEAfDvwAJ005Eh { top:10.875rem;left:0rem;width:26rem;height:31.8125rem;display:none; }
#scZdH29D54uSeMf3eLb96ns6P0HgbhOt { top:30.25rem;left:27.96875rem;width:17.9375rem;height:6.375rem;display:none; }
#qMpxocJGcX1pb7Gq4eOZ0DTgpspcegPt { top:30.4375rem;left:28.21875rem;width:17.1875rem;height:5.5625rem;font-size:1.4375rem;display:none; }
#UDtI9Js9m2OI6tORRvD5FS6TrbvTi1tK { top:30.25rem;left:3.5625rem;width:17.9375rem;height:6.375rem;display:none; }
#b1kNKrHmOdQF7fLIXEcdJTIfrmVVZzVg { top:121rem;left:29.8125rem;width:17.9375rem;height:6.375rem;display:none; }
#PKQx9DEmUNlpqPJKpqF8tUGRKGauE4LQ { top:30.625rem;left:3.9677734375rem;width:17.1875rem;height:5.5625rem;font-size:1.4375rem;display:none; }
#CRJ3IlvyBc5ANF33n1K7d794dsoGTLks { top:77.875rem;left:30.5625rem;width:17.1875rem;height:5.5625rem;font-size:1.4375rem;display:none; }
#H86L8oBPcyb42M3ce7y7J0mBBnteTiC5 { top:77.75rem;left:29.8125rem;width:17.9375rem;height:6.375rem;display:none; }
#gztov6xARoeRIyqdNkpZJFJeFzO15V2I { top:73.4375rem;left:15.28125rem;width:17.9375rem;height:6.375rem;display:none; }
#V7DgCNG5l02EAQmC8H9OtRqzE61He5kD { top:73.5625rem;left:15.28125rem;width:17.1875rem;height:5.5625rem;font-size:1.4375rem;display:none; }
#d6HbwF02Au1uxfresdwQx6iqVEtcFPTt { top:78.75rem;left:0rem;width:17.1875rem;height:5.5625rem;font-size:1.4375rem;display:none; }
#IsiIcVJTlDSVXOAM62x7I588wyAaAuGR { top:78.5rem;left:0rem;width:17.9375rem;height:6.375rem;display:none; }
#UaHIJnr6k28z9aa3ck3Qof6TIlsTk7H3 { top:115.0625rem;left:14.90625rem;width:17.9375rem;height:6.375rem;display:none; }
#mQ4PWTNnqkAc1zTAV1eHXk3cTTCwwhtO { top:121.375rem;left:30.5625rem;width:17.1875rem;height:5.5625rem;font-size:1.4375rem;display:none; }
#wSA5xxRv1OBrVUM0aiI80rJX0v1xJBgK { top:121rem;left:0rem;width:17.125rem;height:5.5625rem;font-size:1.4375rem;display:none; }
#JGEB9ubsPJZy8bntkLAcctVi1T6q4E9W { top:151.9375rem;left:14.906639099121rem;width:17.875rem;height:6.375rem;display:none; }
#UKSBnyt6aKqqUWUa5n2ZwJTGFgLSwRk3 { top:283.75rem;left:0rem;width:17.125rem;height:5.3125rem;font-size:1.4375rem;display:none; }
#wqdULg7iB3gCfVqxsoVgoKEilqgzIuvm { top:120.625rem;left:0rem;width:17.875rem;height:6.375rem;display:none; }
#gmRgGmsaWagyihvyxoPo1kxHKwpMmV7X { top:152.0625rem;left:15.281639099121rem;width:17.125rem;height:5.5625rem;font-size:1.4375rem;display:none; }
#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 { display:block; }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .row .container { width:47.75rem;position:relative;display:block; }#yPFkoEN9q2qun8lOJFMAeRsnLT6FmDGV { top:9.5625rem;left:4.75rem;width:38.25rem;height:1.25rem;font-size:1rem;display:block; }
#BTEs5kFFp2aEK0emB5FmLWRuNZvMyVUw { width:8.75rem;height:2.125rem;top:46.3125rem;left:9.875rem;display:block; }
#xn5DqAIG1gnIsifA3BzIAugvNsQ4DGIu { display:block; }
#i1ZAWTqeFKrhmAHD8ai06tckp5UV5bL7 { top:41.5rem;left:0rem;width:20.75rem;height:4.375rem;display:block; }
#U1vrLhDk4T8qnnLPdskGc48iD0ShQdrO { top:43rem;left:1.1804695129394rem;width:16.9375rem;height:1.625rem;font-size:1rem;display:block; }
#f9J9iNk9ICEtM8MSe6bZ4C16yzgfLcBy { width:8.75rem;height:2.125rem;top:46.3125rem;left:0.8125rem;display:block; }
#TJbCFCzeNZf4gstNsWw9EPO64klMUK3n { display:block; }
#twzVnUiR2ntCZFohdUAJtkOxvyge01By { width:8.6875rem;height:2.0625rem;top:6.6875rem;left:24.0625rem;display:block; }
#fyqgXsn64sZ6gmA7wiKBg1l0e6swMVfG { display:block; }
#UmeK1q4Ja9zbsQow3kyk1cySnePTZDVp { top:1.875rem;left:13.3125rem;width:20.6875rem;height:4.3125rem;display:block; }
#EEreDMwI5XuIBVXOFOo2IiXhlRqtX6fQ { width:8.6875rem;height:2.0625rem;top:6.6875rem;left:15rem;display:block; }
#znK7ILSJcAOhr9uNtc0BEdnQTqQAGNe6 { display:block; }
#TNq1gXic7rTrpDRkrzdnhsrq7bDQoy51 { top:3.375rem;left:20rem;width:11.6875rem;height:1.5625rem;font-size:1.1875rem;display:block; }
#uTJPzT2EcpXLH2FLxqbNOmiFg0ZF1lNz { top:15.3125rem;left:0rem;width:23.8125rem;height:22.816073448103rem;display:block; }
#zpEWldtr3FgG15By874FsFPmMuQsTEd2 { top:14.5rem;left:21.4375rem;width:26.3125rem;height:24.5rem;display:block; }
#FML9ltfRb60zMJw7x0yavRoEx5sAFmVT { display:none; }#FML9ltfRb60zMJw7x0yavRoEx5sAFmVT > .row .container { width:47.75rem;position:relative;display:none; }#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #InUX3lK7iUy2qDE4Z5t9zDqkJmy2s4ly {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #HIkaHBV0f6GNmH3Ikgz60WUUn586wXXc {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #TLw4WKVrBJvtTnRMiRp4JTZ87fGdOTcv {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #dShTH2WS3uyo5SxfsriuxskUkBm4VCWV {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #BG0x3vmzmZaE4v5WGAV1w0btq4TZOqVp {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #yWSZUxF59w1M9KZT37N4fLypwwHhGl3i {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #rlTrFTHWRIZu6wwGNo8Q9NR4MCaRp2ZW {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #H41H2o1cE6OChkC8isqrogQkJy0lspWQ {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #C96D0A6sBiQgeGi6xzGyupRakHIwT6dp {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #Pxv1Tkvc5XsRBuQgU4mpE78xv6uJw6g3 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #iQJTEzQuzAiZTCdscgxpTkgQrs4vt1D5 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #t7HNPpnANLWwfeKcXSdi1Cx4TA9rGkW7 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #bvZq7yzKuzWWFpSId1eCbCRsqXHkBccb {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #afcZlHTvglWILFbFnfgtb8G8NqV0ugu5 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #z3CRzVeep3ziSsDhcnh2mn7oN46worBn {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #K7TplXtoLt8U3ikDgOaCo5L47TUGvkxc {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #bQF1eHTdlT1D1qLcmZsWGlxctBwRuHp3 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #dBMdOfzeuFykiKcbfdnpqT1xcDuXl4yb {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #QA3wN7JsuNb1yOCnSQs41QB8udsEzBud {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #ye2wloappaU2fXcfUW6So35CzeNr4UOH {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #HsZMJ6CASm6lLrrkewKcH4LQoPu3068k {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #e52HmMTJfSVKcJaAtfw2t9cPHgtTbvy1 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #BbtSQfXzTV4SEDwxmewWVlWg8rI8ITZt {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #uMTTnArTwEDNUJsPoEf7n4AOtdsvVXVt {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #rs4Fze5GPZk48sa2p4ITLNQI4z9IfB2p {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #TTJEcunWLDq0Lh5V32pSpK7nsvQynlxd {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #fWnCtr2qREUQnDVGRBIqJ9NRFPCnbRaG {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #pkG7oubgINttmSuc0vr1xr3JEAJ7mVIC {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #ObwgX1VesaJXq2a5Xh7CPKmtdEpGX9Po {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #vBSC0eSEgRyVgp3k4F97IrCgpTcs2aUP {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #kicGzTSTelMKzMfhldWTUQTMINcGCCOI {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #K8T7AdyLoH1fhVq7lwJGlEQZ5Z1WMTlm {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #M4mQkmyLkdaGHy57wTVCr4IUMoGxPeum {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #in37b0iDvsmCatmIT56shw9iXubbyz4e {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #IF3ZO7xXO4DwBLPFqfPVM7i1mlpELgET {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #m8wXUeMUOq5sB1s2vWmX7xPOpmTH66gK {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #XIzhz5EDrEKJVmgPxU4FGyyLgH6ht1Oe {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #nG3sGn7uDWWxu95QdT3ARCH23ziBOsH3 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #fANHdNcrLm3ZEu6pGKT16Ftwl3nP7GTs {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #hl8vz419c5SPffTnTnmUz3vgONINkPS6 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #uxn9LuMTZ7yVRhVu264CitFbBShpCSEg {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #W6zWIQptvk0W21DpD7g3HdSdIqLbyUmq {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #FLdrgFZKiZQcKzwDMHFqUZOMRm3F141V {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #I0UynhDKL4vBunM8wP6wxmTPIcNp4sX9 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #APwbDDVtTq0qzMy5imiGHEQoHH9ifC1B {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #sudDcCuLpTUxZqrtTnV5XliGuFCzQLIr {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #oSawdWhHd8xzyZwCdAxZ2BdWr4cMO8e0 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #B8eMiFH2WUBE7wITgUPu6DTp5RSV7OhD {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #xUgHXDIEZPTkuPXZD90BIJHxHJpTD1Q9 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #ZDKVvFPcWU1EnP9Wyu10b6XPGL9sRrUu {  }
#MK0GkJ5q83rgHorUU3qX4HkXqGJGZ4tI { top:10.6875rem;left:0rem;width:15.4375rem;height:1.75rem;font-size:1.5rem;display:none; }
#yOTh1dcudmVzVyMtNCzw8T4WsuftvIeO { display:none; }#yOTh1dcudmVzVyMtNCzw8T4WsuftvIeO > .row .container { width:47.75rem;position:relative;display:none; }#aFBRT6liATHWznQFy7GxVxM3n8E2LCSE { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#buxlu33yAk7XLnCZ9ZomkgvXOAKsCR3I { width:47.75rem;height:19rem;display:none; }
#Nob4uIiwnu420sJGluhL2VtJoRU1VDp7 { width:14.0625rem;height:5.125rem;display:none; }
#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D { display:block; }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D > .row .container { width:47.75rem;position:relative;display:block; }#dB6qcdSymkfPJXgUZ9h88Iz7z5iIWI7R { top:2.375rem;left:5.1396484375rem;width:38.6875rem;height:21.75rem;display:block; }
#TalweBZz5FVf0TLpku0JoguxqH44vGvW { display:none; }#TalweBZz5FVf0TLpku0JoguxqH44vGvW > .row .container { width:47.75rem;position:relative;display:none; }#vM3tTxqyB6W3sFAqROK1stWNGPiooarV { top:5.3125rem;left:0.8125rem;width:4.5rem;height:4.5rem;display:block; }
#vM3tTxqyB6W3sFAqROK1stWNGPiooarV > img { max-width: 100%;max-height:100%; width:4.5rem; height:4.5rem; }#LfNqekJSirKd7kP85iIZUnAEpP7ZQ0MM { top:1.1875rem;left:0.62500005960463rem;width:8.75rem;height:2.25rem;font-size:0.875rem;display:block; }
#LNvhNQoBMFmwbFhaiusqzRiK5FRr3Ne8 { width:16.9375rem;height:1rem;top:2.5625rem;left:0rem;font-size:0.625rem;display:none; }
#fAq9s11SdXkZAlfQJ3RLUZXzAyxekUB0 { top:5.3125rem;left:12rem;width:4.5rem;height:4.5rem;display:block; }
#fAq9s11SdXkZAlfQJ3RLUZXzAyxekUB0 > img { max-width: 100%;max-height:100%; width:4.5rem; height:4.5rem; }#WluL9GaeHMhkQ81WpnEzpme6fTgEWJ4B { top:4.9375rem;left:35.125rem;width:4.5rem;height:4.5rem;display:block; }
#WluL9GaeHMhkQ81WpnEzpme6fTgEWJ4B > img { max-width: 100%;max-height:100%; width:4.5rem; height:4.5rem; }#Q3JU1pAaqlD2RGUCFcXy6EzHXTWGRPsU { top:4.8125rem;left:1.625rem;width:9.125rem;height:1.125rem;font-size:0.875rem;display:none; }
#HRx9HNSzFf9wPtvKKPTdEQlTBRpXd22R { width:16.9375rem;height:1rem;top:6.375rem;left:0rem;font-size:0.625rem;display:none; }
#cFxcFhA7781NGEbAPNgxx7nRkqwxMnbD { top:10.25rem;left:1.375rem;width:9.125rem;height:2.25rem;font-size:0.875rem;display:none; }
#mzeEOSAV6xuszb5MiXRi37tNgRF9Q8sG { width:16.9375rem;height:1rem;top:11.8125rem;left:0rem;font-size:0.625rem;display:none; }
#eUXXdtitTZ4SA7CMkS1ro15F2T3rqPuP { top:4.9375rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
#eUXXdtitTZ4SA7CMkS1ro15F2T3rqPuP > img { max-width: 100%;max-height:100%; width:4.5rem; height:4.5rem; }#OZk63WQSphoHNAKopuldlu9NxGIzz5rD { width:16.9375rem;height:1rem;top:13.875rem;left:0rem;font-size:0.625rem;display:none; }
#Jo835WGggHEHkbdHhlv4LDVLKk8FFAOK { width:13.5rem;height:1.5625rem;top:7.6875rem;left:0rem;font-size:0.5rem;display:none; }
#gLTd9bqhBkgTNCZ4py7uXe0k2ndKKHQ6 { width:13.5rem;height:0.75rem;top:10.0625rem;left:0rem;font-size:0.5rem;display:none; }
#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW { display:none; }#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW > .row .container { width:47.75rem;position:relative;display:none; }#IQT5fydTIi2uFMWfvrBHeAnRhcmv1iSJ { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#zUxCHTy3R0evC161iliER0oslR0Z9smi { width:16.4375rem;height:0.875rem;top:14.4375rem;left:0rem;font-size:0.5625rem;display:block; }
#uKDTTtzlV0VActdWACRhSTCGrcTzXWeZ { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#AGVXmvBHopIoyT0eRRL0WEBwqcDvwnWO { top:16.625rem;left:0rem;width:20rem;height:0.8125rem;font-size:0.625rem;display:block; }
#S8Ii03KxLcRdXW5EVGOnlgfPvFhG02wT { width:16.4375rem;height:0.875rem;top:12.75rem;left:0rem;font-size:0.8125rem;display:none; }
#gUaJ4EEKsuba7PCRsrLU6v2miF70bXBQ { display:none; }
#hd5sPMMaGPyI3yvmDd7EG68EpbCaaTEn { display:none; }
#RngRfWv8NoPWL9zTAFLfJeoVQIruohgk { display:none; }
#K2Df2do0b47hii9GKJDz36Ebx72ZAdsp { display:none; }
#cKnvd2kNIa8KQ59bcp1vw5BthDLAkU3K { display:none; }
#qSwS8RIM30OSS0wnafNVoNC5kO9noGJc { display:none; }
#wJ9X1fv74cdsqAQVfXp8CeHJKnKIBsHq { display:none; }
#pc7iDNg4XLVvywB1hoIHQwkhIN2REJlu { display:none; }
#KFrXZIThNCM44GUFGH5qfFRz8VcJBVSO { width:16.375rem;height:1.5rem;top:2.125rem;left:0rem;font-size:0.5rem;display:none; }
#m8M97LGWzG4tkyRVovDNpCl7kyL2DRgE { top:1.375rem;left:32.7783203125rem;width:6.8125rem;height:3.75rem;display:none; }
#ZK6WGgeMb4SXgJUKWEuGTuXBOLMD2bkg { top:1.9375rem;left:40.5625rem;width:7.1875rem;height:4rem;display:none; }
#WISn2IBU1bLgm1w64Bp4SwHeDze5QeQZ { display:none; }
body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M { background-color:rgba(var(--color-primary-0),0.34);background-image:url("https://images.assets-landingi.com/uc/449760e5-d6cd-44aa-aa2a-60c8ccb9efda/Artboard6copy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M.adaptive-delivery-prevent-bg, #KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M.lazyload, #KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M.lazyloading { background-image: none; }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M > .row .container { background-color: transparent; background-image: none; }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M > .row .container > .video-iframe-container { display: none; }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M > .row > .video-iframe-container { display: none; }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M > .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); }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M > .row .container { border-width: 0; border-radius: 0; }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#KpUIERbBTC7SxGKbVtprbRbFQIAoCN1M > .row .container { width:20rem;height:47.5rem;position:relative;display:block; }#Kxl10VqqQVEo2bwhuE9d2JtzZi20AeZq { width:20rem;height:0;top:3.5242185592651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#TWnm4tozJbRKSqloTNElxHdz0KwIGtVn { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfb022;border-left:0.0625rem solid #dfb022;border-right:0.0625rem solid #dfb022;border-bottom:0.0625rem solid #dfb022;display:none; }
#eVOyg7Rntqi2sTJx2Zx3y44fbpnO84qy { width:6.8120625rem;height:3.99956875rem;top:1.4995660781861rem;left:6.592882454395rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#c1g15KblvcTNbEHnLKD5EIk8ru5vywVp { width:16.8125rem;height:;top:15.778906822204rem;left:1.3750000596046rem;font-size:1.1875rem;font-weight:400;font-style:normal;font-family:var(--headlines-font-family);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; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #SAHklgIJvasl7ZHwMfFEX7BNHVKGgD0f {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XOAZLEhUEHKelDdazdRJtd1L0Qi9sLWL { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #whcFWB7qx5vBSRb6UUQ5wvgL1edqrmWS {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #r4TxfqAXkxLXzExrNZnc9wEBWl6asCiZ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XyO4sWa6WcvNgIkTFyAV3geF6kHE9hx2 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #uFpwccDMKczOVU0701qeFfsTZSPmeWRL {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #t86QHsLocwyypr6epVOHxQc6r1OucV5T {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fDmcOLgPSm5ILq52G1v1xrFH9CyHpx96 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PTwqLgfSTe3I5svNaB3UnUetGOnO5RDB {  }
#uaslPiyTAeM2rpkOHMb0Ah2WwXtTXKm7 { display:block; }
#KiVkiqXFPo4CgRTuxlQD3yQL7pSTM7Em { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #IzI0RFUZw7UU1M0lzIeAp2ndTPvCTpMA {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nd52H2SADTBG6uIS1gyr6C9DLBkalbJB {  }
#HoEuxoUemtQhdFSVvdybUDu5TPSDM4Fk { display:flex;top:1.5rem;left:1.9054688215256rem;width:1.3125rem;height:1.3125rem;z-index:15151; }
#HoEuxoUemtQhdFSVvdybUDu5TPSDM4Fk > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#Aeo4CzXEgMzTqRkgnt43XnDdItQNq864 { display:flex;top:1.4656250476837rem;left:0.375rem;width:1.25rem;height:1.25rem;z-index:15152; }
#nOn9QEQMKvXXhdkBh0qmlFlhTnop2mHU { top:29.625rem;left:3.75rem;width:12.5rem;height:1.54375rem;z-index:15153;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;font-size:1.1875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#TmhXzH9qcVqkeWlGbBWCp6IEtAC3ciyA { width:3.4375rem;height:2.8125rem;top:25.6875rem;left:8.25rem;z-index:15016;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#n5csh5o8JSWCO1E5M5ags01RTR0WiuR7 { width:12.433625rem;height:0.8125rem;top:45.1875rem;left:3.8125rem;font-size:0.625rem;z-index:15019;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#ifWar36lndsgGmZe0v7egd1xFURJXlNN { display:flex;width:3.125rem;height:3.125rem;top:32.8125rem;left:15.9375rem;z-index:14995; }
#ifWar36lndsgGmZe0v7egd1xFURJXlNN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#edIBNubBCq6XOlEFMcJgsT3rCaiD5XzA { display:flex;width:2.625rem;height:2.625rem;top:33.125rem;left:1.3125rem;z-index:14996; }
#edIBNubBCq6XOlEFMcJgsT3rCaiD5XzA > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#GarIV6mJDMIklG3UgUS08RdFvPJuffQx { width:19.3734375rem;height:;top:22.4375rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15021;color:rgba(var(--color-primary-2),1);display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #JR6EvPQetXx2wUDZn9Q0mAdcurJni4Ub {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BbWWSrrPBeMhBOosWCJKAaX5WHG8wIEF { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VTGbm3ugoyVTmhzJePwc3CdcLf37QP0k {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ZqBd0Sh8Tn4bDXay14Uh95LbT2bzSQeB {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #eLciH2y9Fo8GrrNlOOxv7hOusQdpRKO2 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #WfM8Ut2uqSFX9EKTOJzhCQ65Rao4oRpq {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #WVmbXNl8owgml8wlfKcTUrHASr9bw1zS {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PWreAEGnPFeWR1LuQFd9GGZ2TDRi4o1s { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mAdbqhheLMQT9IMK2ND1eRIKZQWk7Wu6 {  }
#TiMkcJQAmF6zdWt2QG6DEHdD47c5dWqo { display:block; }
#fbp03vCDD68Xi8oTp7yRqrQalSs7fEd4 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Cq3M6IXNdqwTXOzUdeUPLW7wOHTvsIrR {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xTE7vBQCKPITeqpg0ufGuAnbbUsapipK {  }
#ETlxzCw3mOAypeMZGTEhkwQMTBmvR52i { top:32.875rem;left:0.9375rem;width:18rem;height:3.0625rem;z-index:14990;font-size:1.0625rem;line-height:2;color:#646464;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed #41c973;border-left:0.125rem dashed #41c973;border-right:0.125rem dashed #41c973;border-bottom:0.125rem dashed #41c973;display:block; }
#bHpWPPkdqRgw6g2d7JuSLmBFrbpNMmTJ { display:block; }
#ctzqiprZhB903xlAKmQsv652MWkI1y70 { top:40.8125rem;left:1.0625rem;width:17.85rem;height:2.9125rem;z-index:14991;font-size:1.0625rem;line-height:2;color:rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed rgba(var(--color-primary-2),1);border-left:0.125rem dashed rgba(var(--color-primary-2),1);border-right:0.125rem dashed rgba(var(--color-primary-2),1);border-bottom:0.125rem dashed rgba(var(--color-primary-2),1);display:block; }
#ymlEVKO2Nmg8PyOJFtLTJ8Ua6CQ2ewEx { display:block; }
#HL1qKTHwaByPaJxWgSA2AfsWEGt7Jd1s { top:37rem;left:1.125rem;width:17.775rem;height:2.8375rem;z-index:14992;font-size:1.0625rem;line-height:2;color:rgba(var(--color-tertiary-0),1);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;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#wbwNFR3m1a5CvHzoowQuMv7dm2kEXKRh { display:block; }
#PNVmBmmttWZR8wsfhlJygvlAZEdzSOTc { top:11.3125rem;left:1.7500000596046rem;width:16.4375rem;height:2.75rem;z-index:15154;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .row .container { background-color: transparent; background-image: none; }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .row .container > .video-iframe-container { display: none; }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .row > .video-iframe-container { display: none; }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .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); }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .row .container { border-width: 0; border-radius: 0; }#PhXT6cQk2EKMVIxOIPxAh4fl14XdvGwl > .row .container { width:20rem;height:26.875rem;position:relative;display:block; }#Ivi5Out1iz59JeS98pkuR0ExuyHaqHR6 { width:4.25rem;height:4.25rem;top:9.5625rem;left:14.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EkavKWU8gWypMvDRxXPuVCF7LpoTRguu { width:4.625rem;height:4.625rem;top:1.5rem;left:8.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#e1THIm49DW8keQWbUVLTaTlNbw4GZrA5 { width:4.625rem;height:4.625rem;top:9.5625rem;left:9.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xwJ41rl2p1WVpVOocwcb60S8v9viDzOB { width:5.4375rem;height:5.4375rem;top:1.125rem;left:2.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IHuLQ4E4DEBEQuqgr4lGynUUpfMTOIml { width:4.75rem;height:4.75rem;top:1.4375rem;left:13.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NVBUtezbFw1ZcZgPHda1Di36S2PKZaFe { width:4.6875rem;height:4.6875rem;top:9.375rem;left:2.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KfgukQuHis7lxcFGSQ2dUCl7FaUxsCTK { width:17.5rem;height:3.4375rem;top:17.375rem;left:1.8125rem;z-index:15178;background-color:rgba(var(--color-primary-3),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#p1qWRMaxiAeg5GQQ6ZSWNHr8xcm6zt09 { display:block; }
#l1AUS3C9DrK6AsKQ62z5ouDr48faouxB { width:17.125rem;height:2.875rem;top:21.8125rem;left:2.1875rem;z-index:15181;font-size:1rem;font-family:var(--paragraphs-font-family);background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XAWgJmyQT22AabUsgAMGA0DconB7kgTf { display:block; }
#qXidq2KIdMAmxy1O7uBtwK3tO8caTnMT { display:flex;width:3.125rem;height:3.125rem;top:17.5625rem;left:3.75rem;z-index:15180; }
#eawdI4VGZaa6XR7ke3cEQL8RXHmdsTZ8 { display:flex;width:2.375rem;height:2.375rem;top:22.0625rem;left:2.5625rem;z-index:15182; }
#eawdI4VGZaa6XR7ke3cEQL8RXHmdsTZ8 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#IBVDwTk8AK4ExzwDPOgi8klTvkzElhQA { width:17.6875rem;height:19.5rem;top:1.927734375rem;left:1.15625rem;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ER1pX3WQAxycKgAKLaJgDlvbKRLK39zu { background-color:rgba(var(--color-primary-0),0.34);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; }#ER1pX3WQAxycKgAKLaJgDlvbKRLK39zu > .row .container { background-color: transparent; background-image: none; }#ER1pX3WQAxycKgAKLaJgDlvbKRLK39zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER1pX3WQAxycKgAKLaJgDlvbKRLK39zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER1pX3WQAxycKgAKLaJgDlvbKRLK39zu > .row .container > .video-iframe-container { display: none; }#ER1pX3WQAxycKgAKLaJgDlvbKRLK39zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ER1pX3WQAxycKgAKLaJgDlvbKRLK39zu > .row > .video-iframe-container { display: none; }#ER1pX3WQAxycKgAKLaJgDlvbKRLK39zu > .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); }#ER1pX3WQAxycKgAKLaJgDlvbKRLK39zu > .row .container { border-width: 0; border-radius: 0; }#ER1pX3WQAxycKgAKLaJgDlvbKRLK39zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ER1pX3WQAxycKgAKLaJgDlvbKRLK39zu > .row .container { width:20rem;height:4.125rem;position:relative;display:block; }#UaTQSJ49HTl9wysUJ4iL7Vg6Lwm135pJ { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;display:block; }
#qTC4LZJEhGEB8KkZxaOZ9Jwd9hfu7aiM { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#D4q7tPzdQIOweXTmVFgrXEvcie1pPTqd { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JRocGJDibiZNsFLzx59sGPxDcN9NFVEB { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#JRocGJDibiZNsFLzx59sGPxDcN9NFVEB > .row .container { border-width: 0; border-radius: 0; }#JRocGJDibiZNsFLzx59sGPxDcN9NFVEB > .row .container { width:20rem;height:331.6875rem;position:relative;display:none; }#aiVPwzB4hsnhhfgfhBMghoXTVDhRLo8J { width:16.375rem;height:4.5486125rem;top:1.162109375rem;left:1.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15157;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#wg7mJF1gmeEel1kk8h94L8TTG6npH2lh { width:20rem;height:0;top:169.42110824585rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),0.43);display:none; }
#NnFocE4vWgeyKmQOEC0w8KvO4RHQUMqG { width:18.75rem;height:23.4375rem;top:110.3125rem;left:0.625rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#R2UL9HLtB1vDH3TOnoEBFXynOQzDerJn { width:10.5625rem;height:2.3125rem;top:209.75rem;left:4.75rem;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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#a3SEFGzC08AwfAvAPfqSf66wxTuMwGIw { display:block; }
#bbipPnuwtZubaB4w6QcWVv07kFGDNrnJ { width:18.75rem;height:23.4375rem;top:145.625rem;left:0.625rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TpCFW2cpXtTzLywAa50g9pV0elFVUQVx { width:9.6230625rem;height:1.936525rem;top:142.6875rem;left:5.1875rem;z-index:15011;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#a1N7lFxu2ZX3ug3O4dNpQ0wKlMTw7CPJ { display:block; }
#zDE8RLdt2iDmTp3IH2pTr3LatntzcmXh { width:9.6230625rem;height:1.936525rem;top:178rem;left:5.1875rem;z-index:15012;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lrnSFgAW9PrRT12v3Flqeyo1H3sp81rS { display:block; }
#ZWGJdLVWm19CIKVTZvCq6a55KPo458Kn { width:9.6225625rem;height:1.936525rem;top:218.1875rem;left:5.8125rem;z-index:15013;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TCXXCNCNPzA9IHOAvWkXSMMzCtUkpBhy { display:block; }
#A244pTcmqZa4gByfnTGvr3md5e9yKou0 { width:18.75rem;height:23.4375rem;top:7.4375rem;left:0.625rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pVviT5cRiBqGfM26x05Uro4CKXUHS2lr { width:12.875rem;height:2.8125rem;top:71.625rem;left:3.5625rem;z-index:15011;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cZDTT5ul4cAhmVpL68wlQfM6EK6DOKcw { display:block; }
#RySJTm0X5XmF3rgeCK1hVp7gw9SkmBWS { width:12.8745rem;height:2.8125rem;top:37.25rem;left:3.5625rem;z-index:15011;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pkPbL55tqlzGpIdt9lV3OUk9nhS5aZ1L { display:block; }
#BT4TkNIWA3ntVfXbX0t29lGg3y5R3203 { top:213.27214226837rem;left:2.9375rem;width:14.0625rem;height:2.3125rem;font-size:0.8125rem;background-color:#db8c0b;background-image:none;z-index:15115;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;display:none; }
#sFBMxCyeB2FgTJR2KkuW9aMSd5Icf0I5 { display:block; }
#z66tWZQt62eNinEOTwUSTESFyEaWZE5T { width:18.75rem;height:23.4375rem;top:75rem;left:0.625rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bwgq3ZDKmrvTNHvFobWZTRSvoiOtERq8 { width:18.75rem;height:23.4375rem;top:40.75rem;left:0.625rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qOfdDexVgN1alUXiudBVF1CQlPRhKHxc { width:12.874rem;height:2.8125rem;top:106.0625rem;left:3.5615234375rem;z-index:15011;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HTFWRreR0uzUDK1ko8gCKcL194Pv77p6 { display:block; }
#Ui5JuOsbdtlCz8T43sKLPmo6tfrsa9S3 { width:18.75rem;height:23.4375rem;top:221rem;left:1.125rem;overflow:hidden;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KrFRpPZwmE4ny83fJhXttyRxT83vTecT { width:9.621125rem;height:1.936525rem;top:256.1875rem;left:5.3125rem;z-index:15021;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cbA2Z8ihG4wut9cWN0qv1VvVrDlO5hP2 { display:block; }
#dKTT808fZ5EAN7UJfD6rn5yUdJglTfi7 { width:18.75rem;height:23.4375rem;top:183.3125rem;left:0.625rem;overflow:hidden;z-index:15165;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ngQVd6VeGVT8yWsixeU2kSJUl0lTUFnB { width:18.75rem;height:23.4375rem;top:295.8125rem;left:0.625rem;overflow:hidden;z-index:15174;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lkuv46por2Q769hRoAKB2TBUzhUWvRO4 { width:9.621125rem;height:1.936525rem;top:320.9375rem;left:4.5rem;z-index:15023;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LVTlEc7eSaLRuxX6s7HESWww2mhaFiGG { display:block; }
#gklgMPzSDQWZUUwnzBmaJLH0G3qBzsbO { width:9.621125rem;height:1.936525rem;top:292.3125rem;left:5.1875rem;z-index:15024;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hlL6XfSGuyQNzv0e3mfTK2ZuL44AVDl8 { display:block; }
#VzTwHPl8aBM9FqysTNafQeXpFtsVFqou { width:18.75rem;height:23.4375rem;top:258.75rem;left:0.75rem;overflow:hidden;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Hp7J4SHeaOQTJsINhEVbaChV5Tz6v8yT { width:17.8125rem;height:5.375rem;top:0.75rem;left:1.125rem;z-index:15029;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#K24LJBHVVnmGirMUPCe7aWvFVOZoWCwr { width:17.8125rem;height:5.375rem;top:31.1875rem;left:1.09375rem;z-index:15030;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#HUAoNihvQS1BPU8FzVAZKFZyflTTTV2W { width:16.375rem;height:5.361325rem;top:31.0625rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15158;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#LDtn1BIub884qTUPCJxfAA9cqIRpQ014 { width:17.9375rem;height:6.375rem;top:99rem;left:1.03125rem;z-index:15030;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#onrZvWX2USzqG2BLINogDw71gKmIGxUn { width:17.8125rem;height:5.9375rem;top:65.0625rem;left:1.09375rem;z-index:15031;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#CuJN5hEtfWbSJMvdJtM6ZkJUiA6cEPqO { width:16.375rem;height:5.361325rem;top:65.0625rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15159;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#DHmzhSwFom1f9Rz34zcwNaiXotV9MEa5 { width:16.375rem;height:5.361325rem;top:99.505859375rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15160;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#LSi9uyu1aPnTOkCHbqNXaHkzRqOzJpqP { width:17.9375rem;height:6.375rem;top:208.1875rem;left:1.0625rem;z-index:15031;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#at6UcPt8Ui9WT7HVz1qpwvldPgW1yrIx { width:17.9375rem;height:6.375rem;top:135.3115234375rem;left:1.03125rem;z-index:15031;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#zwZV2f8Bldv3SfLhPzqTH9778iMqub3R { width:17.1875rem;height:5.361325rem;top:208.1875rem;left:1.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15160;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#iWOqrxNbaAJhKsCdKAHh5Enqs0F4IrWD { width:16.375rem;height:5.361325rem;top:135.8173828125rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15161;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#bopArbcrLroSq77mdyp2mIC1uxMCOR9Z { width:17.9375rem;height:6.375rem;top:247.0625rem;left:1.03125rem;z-index:15031;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#e0PoSf8UoFEBRlOt1ryCfdT1fOUeAyoA { width:17.9375rem;height:6.375rem;top:170.0625rem;left:0.8125rem;z-index:15032;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#bXeAIplXG3gElJm97prE7bTSlXN0cdnA { width:16.375rem;height:5.361325rem;top:170.443359375rem;left:1.625rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15162;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#q9zGucXKXfsm9ea9Jheq7s2WFD6PmuSn { width:17.1866875rem;height:5.361325rem;top:247.56912517547rem;left:1.4062499403954rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15161;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#imyH2AklCL2p1yL6kHlMbc39U3TaErh2 { width:17.9366875rem;height:6.375rem;top:283.68630981445rem;left:1.0300779938698rem;z-index:15032;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#od4fDgz7HIAn8MoJ5PnEKyu52vZTcuQp { width:17.1855625rem;height:5.361325rem;top:283.81013870239rem;left:1.4687499403954rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15162;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#XkfshRMyQ7q1cFJ4nXJLaQ7EgRlmPkf9 { width:17.875rem;height:6.375rem;top:324.12262878418rem;left:1.0625rem;z-index:15032;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#gVwsUZ6lJIgVlA6EkKVufEp78XnFUndf { width:17.1855625rem;height:5.361325rem;top:324.63044738769rem;left:1.4062499403954rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15163;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#EPsqAH33WMO9S139Eh4AsznNfLb2GcP5 { background-color:rgba(var(--color-primary-0),0.34);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:none; }#EPsqAH33WMO9S139Eh4AsznNfLb2GcP5 > .row .container { border-width: 0; border-radius: 0; }#EPsqAH33WMO9S139Eh4AsznNfLb2GcP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EPsqAH33WMO9S139Eh4AsznNfLb2GcP5 > .row .container { width:20rem;height:4.125rem;position:relative;display:none; }#HvWd1oOTzC6nUr09ZDsRSnaOqp2OyhoK { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;display:block; }
#PgEhc0wQVhaMoXmahxMM5lHNF6zwHlHT { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gol8fWDlc2OrfhTsdrN5tOzL2pLuTmEN { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#N9RulDvv3Xxsr8J3OKE2sAZanDSvJiNT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#N9RulDvv3Xxsr8J3OKE2sAZanDSvJiNT > .row .container { border-width: 0; border-radius: 0; }#N9RulDvv3Xxsr8J3OKE2sAZanDSvJiNT > .row .container { width:20rem;height:331.6875rem;position:relative;display:none; }#pZwfNlJLyUKT94Du2x4fN3gF2FMiJDqB { width:16.375rem;height:4.54948125rem;top:1.162109375rem;left:1.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15157;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#X0mU2nsGTID6J4bOQesPLwktCuzxvXuQ { width:20rem;height:0;top:169.42110824585rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),0.43);display:none; }
#PDLCl36tLrOcPv8I80hZOWP6ZHsCtflr { width:18.75rem;height:23.4375rem;top:110.3125rem;left:0.625rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QfTPLULCrZf1AE1wJao5SDtOtEHTgN6w { width:10.5625rem;height:2.3125rem;top:209.75rem;left:4.75rem;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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#VeoyOnfSrsEwcZlyPTdwnmKzXVWduUnM { display:block; }
#dSiTRMr61Jz4kJpndUtdimI3l1TF2Zfr { width:18.75rem;height:23.4375rem;top:145.625rem;left:0.625rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gzJBNTq5VNK1vqnps6US3Cid7elrr0ue { width:9.6230625rem;height:1.936525rem;top:142.6875rem;left:5.1875rem;z-index:15011;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RZB6vFnhZCH6vXG0khT6aTNs3NJ8oHp4 { display:block; }
#saix2fS59xvb9Nr2VJTAWwEKzx5TKSt5 { width:9.6230625rem;height:1.936525rem;top:178rem;left:5.1875rem;z-index:15012;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ak8qQxxWrckK9OrbXAFX7iSOMXJBbuyP { display:block; }
#iFd4Hvu9sk51QrxyUaICrKosDyZrdLoM { width:9.6225625rem;height:1.936525rem;top:218.1875rem;left:5.8125rem;z-index:15013;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vswtvWqCCQL4xmFftrXq0Q5PSUugTB8L { display:block; }
#B8cJrQzGatZa1sq2pSgKk0WeWFay6kJe { width:18.75rem;height:23.4375rem;top:7.4375rem;left:0.625rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KKy1AyKUVzuxTpAZzo1f5sncbZGiwZs2 { width:12.875rem;height:2.8125rem;top:71.625rem;left:3.5625rem;z-index:15011;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aozm5oVaiF9d9kLQKb8Uy4e8DIT0QLeg { display:block; }
#EkmgE4mgRlnagiBqrdMyPLuJoKiO9Q1S { width:12.8745rem;height:2.8125rem;top:37.25rem;left:3.5625rem;z-index:15011;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iT42LHDhEXEIRMBwbM38xpxhtORLa63y { display:block; }
#o1xVsudP4S9lPWczhFgmX6begA9HH3SE { top:213.27214226837rem;left:2.9375rem;width:14.0625rem;height:2.3125rem;font-size:0.8125rem;background-color:#db8c0b;background-image:none;z-index:15115;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;display:none; }
#PEnvt5Q5Wd1p3kQIswqKZz33D5K6Hz6v { display:block; }
#vds0HrJgodhMOzQtr1zAA5aaTEl1VNAT { width:18.75rem;height:23.4375rem;top:75rem;left:0.625rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wEK5NmTd4X1w81WkpxSvi0wmrsJCGmic { width:18.75rem;height:23.4375rem;top:40.75rem;left:0.625rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#P5ot3d64Gi07iLv5tDkiM5vKVnVNKXng { width:12.874rem;height:2.8125rem;top:106.0625rem;left:3.5615234375rem;z-index:15011;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KvNp0ICvPeuJi9vtMgP9WKneK0PcvQrF { display:block; }
#iqlTkoVIhWSHUMs5rvrkgrGBMdEqZ8dm { width:18.75rem;height:23.4375rem;top:221rem;left:1.125rem;overflow:hidden;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#A8hUT7lrrylIhv6O4IAOuMTghhblKBuQ { width:9.621125rem;height:1.936525rem;top:256.1875rem;left:5.3125rem;z-index:15021;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JItIdIdaI08XaWGVQIRzGzDoIOrffQmU { display:block; }
#TBW1TP1P3CQ5uw23Ty3Hr2pHw7BFJk0o { width:18.75rem;height:23.4375rem;top:183.3125rem;left:0.625rem;overflow:hidden;z-index:15165;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fXFQDv0GEhAs8SbeOGh0vNfVGdhqhRQW { width:18.75rem;height:23.4375rem;top:295.8125rem;left:0.625rem;overflow:hidden;z-index:15174;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Z4S8Zsq2LXCOp7TSbL5wTZm4J5xIkELg { width:9.621125rem;height:1.936525rem;top:320.9375rem;left:4.5rem;z-index:15023;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GV3hCOVOkOd7hpoytburVCHc7WxDECVk { display:block; }
#v0kTFv4mq4rVlASgUadncMArmlQJMKP4 { width:9.621125rem;height:1.936525rem;top:292.3125rem;left:5.1875rem;z-index:15024;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TJXsIMDuBp6M5ZNVcZbTAlPuxrp42ltx { display:block; }
#WAsyoEFWR0g2F6EhRtmMzhMy2egkRkcu { width:18.75rem;height:23.4375rem;top:258.75rem;left:0.75rem;overflow:hidden;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Bvs8WsTrpOWkB3nywqJEAfDvwAJ005Eh { width:17.8125rem;height:5.375rem;top:0.75rem;left:1.125rem;z-index:15029;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#scZdH29D54uSeMf3eLb96ns6P0HgbhOt { width:17.8125rem;height:5.375rem;top:31.1875rem;left:1.09375rem;z-index:15030;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#qMpxocJGcX1pb7Gq4eOZ0DTgpspcegPt { width:16.375rem;height:5.361325rem;top:31.0625rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15158;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#UDtI9Js9m2OI6tORRvD5FS6TrbvTi1tK { width:17.9375rem;height:6.375rem;top:99rem;left:1.03125rem;z-index:15030;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#b1kNKrHmOdQF7fLIXEcdJTIfrmVVZzVg { width:17.8125rem;height:5.9375rem;top:65.0625rem;left:1.09375rem;z-index:15031;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#PKQx9DEmUNlpqPJKpqF8tUGRKGauE4LQ { width:16.375rem;height:5.361325rem;top:65.0625rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15159;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#CRJ3IlvyBc5ANF33n1K7d794dsoGTLks { width:16.375rem;height:5.361325rem;top:99.505859375rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15160;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#H86L8oBPcyb42M3ce7y7J0mBBnteTiC5 { width:17.9375rem;height:6.375rem;top:208.1875rem;left:1.0625rem;z-index:15031;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#gztov6xARoeRIyqdNkpZJFJeFzO15V2I { width:17.9375rem;height:6.375rem;top:135.3115234375rem;left:1.03125rem;z-index:15031;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#V7DgCNG5l02EAQmC8H9OtRqzE61He5kD { width:17.1875rem;height:5.361325rem;top:208.1875rem;left:1.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15160;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#d6HbwF02Au1uxfresdwQx6iqVEtcFPTt { width:16.375rem;height:5.361325rem;top:135.8173828125rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15161;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#IsiIcVJTlDSVXOAM62x7I588wyAaAuGR { width:17.9375rem;height:6.375rem;top:247.0625rem;left:1.03125rem;z-index:15031;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#UaHIJnr6k28z9aa3ck3Qof6TIlsTk7H3 { width:17.9375rem;height:6.375rem;top:170.0625rem;left:0.8125rem;z-index:15032;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#mQ4PWTNnqkAc1zTAV1eHXk3cTTCwwhtO { width:16.375rem;height:5.361325rem;top:170.443359375rem;left:1.625rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15162;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#wSA5xxRv1OBrVUM0aiI80rJX0v1xJBgK { width:17.1866875rem;height:5.361325rem;top:247.56912517547rem;left:1.4062499403954rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15161;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#JGEB9ubsPJZy8bntkLAcctVi1T6q4E9W { width:17.9366875rem;height:6.375rem;top:283.68630981445rem;left:1.0300779938698rem;z-index:15032;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#UKSBnyt6aKqqUWUa5n2ZwJTGFgLSwRk3 { width:17.1855625rem;height:5.361325rem;top:283.81013870239rem;left:1.4687499403954rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15162;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#wqdULg7iB3gCfVqxsoVgoKEilqgzIuvm { width:17.875rem;height:6.375rem;top:324.12262878418rem;left:1.0625rem;z-index:15032;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:rgba(var(--color-primary-4),0.69);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;display:block; }
#gmRgGmsaWagyihvyxoPo1kxHKwpMmV7X { width:17.1855625rem;height:5.361325rem;top:324.63044738769rem;left:1.4062499403954rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15163;color:rgba(var(--color-tertiary-0),1);text-shadow:0.6875rem 1.1875rem 2.3125rem rgba(12,12,12,0.5);font-family:var(--paragraphs-font-family);display:block; }
#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .row .container { background-color: transparent; background-image: none; }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .row .container > .video-iframe-container { display: none; }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .row > .video-iframe-container { display: none; }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .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); }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .row .container { border-width: 0; border-radius: 0; }#giZmtZ8wKWeKGLKEnyxeOdtp15gXVvO1 > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; }#yPFkoEN9q2qun8lOJFMAeRsnLT6FmDGV { width:20rem;height:0;top:169.42110824585rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),0.43);display:none; }
#BTEs5kFFp2aEK0emB5FmLWRuNZvMyVUw { width:8.125rem;height:2.125rem;top:62.187501907349rem;left:10.187500357628rem;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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#xn5DqAIG1gnIsifA3BzIAugvNsQ4DGIu { display:block; }
#i1ZAWTqeFKrhmAHD8ai06tckp5UV5bL7 { width:15.1875rem;height:3.25rem;top:57.9365234375rem;left:2.21875rem;border-top:0.1875rem solid #084773;border-left:0.1875rem solid #084773;border-right:0.1875rem solid #084773;border-bottom:0.1875rem solid #084773;background-color:rgba(var(--color-tertiary-0),0.24);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#U1vrLhDk4T8qnnLPdskGc48iD0ShQdrO { width:13.4375rem;height:1.29980625rem;top:59.099609375rem;left:3.28125rem;font-size:1rem;color:#084773;font-family:var(--paragraphs-font-family);display:none; }
#f9J9iNk9ICEtM8MSe6bZ4C16yzgfLcBy { width:8.125rem;height:2.125rem;top:62.187498092651rem;left:1.7500001192093rem;background-color:#4dbd76;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#TJbCFCzeNZf4gstNsWw9EPO64klMUK3n { display:block; }
#twzVnUiR2ntCZFohdUAJtkOxvyge01By { width:8.125rem;height:2.125rem;top:6.4375rem;left:10.1875rem;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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fyqgXsn64sZ6gmA7wiKBg1l0e6swMVfG { display:block; }
#UmeK1q4Ja9zbsQow3kyk1cySnePTZDVp { width:15.5rem;height:3.3125rem;top:1.75rem;left:1.8125rem;border-top:0.125rem solid #084773;border-left:0.125rem solid #084773;border-right:0.125rem solid #084773;border-bottom:0.125rem solid #084773;background-color:rgba(var(--color-tertiary-0),0.24);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#EEreDMwI5XuIBVXOFOo2IiXhlRqtX6fQ { width:8.125rem;height:2.125rem;top:6.4375rem;left:1.75rem;background-color:#4dbd76;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#znK7ILSJcAOhr9uNtc0BEdnQTqQAGNe6 { display:block; }
#TNq1gXic7rTrpDRkrzdnhsrq7bDQoy51 { width:7.6875rem;height:1.78125rem;top:2.3125rem;left:6.125rem;font-size:1.1875rem;color:#084773;line-height:1.5;font-family:var(--paragraphs-font-family);display:block; }
#uTJPzT2EcpXLH2FLxqbNOmiFg0ZF1lNz { width:20rem;height:19.163106308117rem;top:9.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zpEWldtr3FgG15By874FsFPmMuQsTEd2 { width:20rem;height:18.622655492846rem;top:30.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FML9ltfRb60zMJw7x0yavRoEx5sAFmVT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#FML9ltfRb60zMJw7x0yavRoEx5sAFmVT > .row .container { background-color: transparent; background-image: none; }#FML9ltfRb60zMJw7x0yavRoEx5sAFmVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FML9ltfRb60zMJw7x0yavRoEx5sAFmVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FML9ltfRb60zMJw7x0yavRoEx5sAFmVT > .row .container > .video-iframe-container { display: none; }#FML9ltfRb60zMJw7x0yavRoEx5sAFmVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FML9ltfRb60zMJw7x0yavRoEx5sAFmVT > .row > .video-iframe-container { display: none; }#FML9ltfRb60zMJw7x0yavRoEx5sAFmVT > .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); }#FML9ltfRb60zMJw7x0yavRoEx5sAFmVT > .row .container { border-width: 0; border-radius: 0; }#FML9ltfRb60zMJw7x0yavRoEx5sAFmVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FML9ltfRb60zMJw7x0yavRoEx5sAFmVT > .row .container { width:20rem;height:56.25rem;position:relative;display:block; }#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh .accordion-element-container { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh .accordion-heading-text { font-size:0.6875rem;height:auto;line-height:1.3;overflow:hidden;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family); }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh .accordion-desc-text { font-family:var(--paragraphs-font-family);font-size:0.5625rem;height:auto;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-0),1);line-height:1.6;overflow:hidden; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh .accordion-trigger { height:1.375rem;width:1.375rem;min-width:1.375rem;background-image:url("https://icons.assets-landingi.com/icon_e38ff10e0dae4801a2700830f978383e36ededb3.svg");background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important; }#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh .accordion-trigger.adaptive-delivery-prevent-bg, #Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh .accordion-trigger.lazyload, #Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh .accordion-trigger.lazyloading { background-image: none; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh { display:flex;height:auto;width:18.246125rem;top:4.1859130859375rem;left:0.12734371423721rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;gap:0.75rem;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none; }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #InUX3lK7iUy2qDE4Z5t9zDqkJmy2s4ly {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #HIkaHBV0f6GNmH3Ikgz60WUUn586wXXc {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #TLw4WKVrBJvtTnRMiRp4JTZ87fGdOTcv {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #dShTH2WS3uyo5SxfsriuxskUkBm4VCWV {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #BG0x3vmzmZaE4v5WGAV1w0btq4TZOqVp {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #yWSZUxF59w1M9KZT37N4fLypwwHhGl3i {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #rlTrFTHWRIZu6wwGNo8Q9NR4MCaRp2ZW {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #H41H2o1cE6OChkC8isqrogQkJy0lspWQ {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #C96D0A6sBiQgeGi6xzGyupRakHIwT6dp {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #Pxv1Tkvc5XsRBuQgU4mpE78xv6uJw6g3 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #iQJTEzQuzAiZTCdscgxpTkgQrs4vt1D5 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #t7HNPpnANLWwfeKcXSdi1Cx4TA9rGkW7 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #bvZq7yzKuzWWFpSId1eCbCRsqXHkBccb {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #afcZlHTvglWILFbFnfgtb8G8NqV0ugu5 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #z3CRzVeep3ziSsDhcnh2mn7oN46worBn {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #K7TplXtoLt8U3ikDgOaCo5L47TUGvkxc {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #bQF1eHTdlT1D1qLcmZsWGlxctBwRuHp3 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #dBMdOfzeuFykiKcbfdnpqT1xcDuXl4yb {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #QA3wN7JsuNb1yOCnSQs41QB8udsEzBud {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #ye2wloappaU2fXcfUW6So35CzeNr4UOH {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #HsZMJ6CASm6lLrrkewKcH4LQoPu3068k {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #e52HmMTJfSVKcJaAtfw2t9cPHgtTbvy1 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #BbtSQfXzTV4SEDwxmewWVlWg8rI8ITZt {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #uMTTnArTwEDNUJsPoEf7n4AOtdsvVXVt {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #rs4Fze5GPZk48sa2p4ITLNQI4z9IfB2p {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #TTJEcunWLDq0Lh5V32pSpK7nsvQynlxd {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #fWnCtr2qREUQnDVGRBIqJ9NRFPCnbRaG {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #pkG7oubgINttmSuc0vr1xr3JEAJ7mVIC {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #ObwgX1VesaJXq2a5Xh7CPKmtdEpGX9Po {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #vBSC0eSEgRyVgp3k4F97IrCgpTcs2aUP {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #kicGzTSTelMKzMfhldWTUQTMINcGCCOI {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #K8T7AdyLoH1fhVq7lwJGlEQZ5Z1WMTlm {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #M4mQkmyLkdaGHy57wTVCr4IUMoGxPeum {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #in37b0iDvsmCatmIT56shw9iXubbyz4e {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #IF3ZO7xXO4DwBLPFqfPVM7i1mlpELgET {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #m8wXUeMUOq5sB1s2vWmX7xPOpmTH66gK {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #XIzhz5EDrEKJVmgPxU4FGyyLgH6ht1Oe {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #nG3sGn7uDWWxu95QdT3ARCH23ziBOsH3 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #fANHdNcrLm3ZEu6pGKT16Ftwl3nP7GTs {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #hl8vz419c5SPffTnTnmUz3vgONINkPS6 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #uxn9LuMTZ7yVRhVu264CitFbBShpCSEg {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #W6zWIQptvk0W21DpD7g3HdSdIqLbyUmq {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #FLdrgFZKiZQcKzwDMHFqUZOMRm3F141V {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #I0UynhDKL4vBunM8wP6wxmTPIcNp4sX9 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #APwbDDVtTq0qzMy5imiGHEQoHH9ifC1B {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #sudDcCuLpTUxZqrtTnV5XliGuFCzQLIr {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #oSawdWhHd8xzyZwCdAxZ2BdWr4cMO8e0 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #B8eMiFH2WUBE7wITgUPu6DTp5RSV7OhD {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #xUgHXDIEZPTkuPXZD90BIJHxHJpTD1Q9 {  }
#Z6n9AJx9e528Xi7WoLqHUXfMo5a4g1zh #ZDKVvFPcWU1EnP9Wyu10b6XPGL9sRrUu {  }
#MK0GkJ5q83rgHorUU3qX4HkXqGJGZ4tI { width:15.4375rem;height:1.9487875rem;top:1.312518119812rem;left:2.2812500596046rem;font-size:1.5rem;color:rgba(var(--color-tertiary-4),1);z-index:15015;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#yOTh1dcudmVzVyMtNCzw8T4WsuftvIeO { background-color:rgba(var(--color-primary-0),0.34);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; }#yOTh1dcudmVzVyMtNCzw8T4WsuftvIeO > .row .container { background-color: transparent; background-image: none; }#yOTh1dcudmVzVyMtNCzw8T4WsuftvIeO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOTh1dcudmVzVyMtNCzw8T4WsuftvIeO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOTh1dcudmVzVyMtNCzw8T4WsuftvIeO > .row .container > .video-iframe-container { display: none; }#yOTh1dcudmVzVyMtNCzw8T4WsuftvIeO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOTh1dcudmVzVyMtNCzw8T4WsuftvIeO > .row > .video-iframe-container { display: none; }#yOTh1dcudmVzVyMtNCzw8T4WsuftvIeO > .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); }#yOTh1dcudmVzVyMtNCzw8T4WsuftvIeO > .row .container { border-width: 0; border-radius: 0; }#yOTh1dcudmVzVyMtNCzw8T4WsuftvIeO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yOTh1dcudmVzVyMtNCzw8T4WsuftvIeO > .row .container { width:20rem;height:4.125rem;position:relative;display:block; }#aFBRT6liATHWznQFy7GxVxM3n8E2LCSE { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;display:block; }
#buxlu33yAk7XLnCZ9ZomkgvXOAKsCR3I { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Nob4uIiwnu420sJGluhL2VtJoRU1VDp7 { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D { display:block; }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D { background-color: transparent; background-image: none; }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D > .row .container > .video-iframe-container { display: none; }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D > .row > .video-iframe-container { display: none; }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D > .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); }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D { border-width: 0; border-radius: 0; }#w3HRdbicA8EwbiNqNA8TlicFlkDfdi5D > .row .container { width:20rem;height:31.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#dB6qcdSymkfPJXgUZ9h88Iz7z5iIWI7R { width:20rem;height:21.75rem;top:2.74951171875rem;left:0rem;display:block; }
#TalweBZz5FVf0TLpku0JoguxqH44vGvW { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TalweBZz5FVf0TLpku0JoguxqH44vGvW > .row .container { background-color: transparent; background-image: none; }#TalweBZz5FVf0TLpku0JoguxqH44vGvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TalweBZz5FVf0TLpku0JoguxqH44vGvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TalweBZz5FVf0TLpku0JoguxqH44vGvW > .row .container > .video-iframe-container { display: none; }#TalweBZz5FVf0TLpku0JoguxqH44vGvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TalweBZz5FVf0TLpku0JoguxqH44vGvW > .row > .video-iframe-container { display: none; }#TalweBZz5FVf0TLpku0JoguxqH44vGvW > .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); }#TalweBZz5FVf0TLpku0JoguxqH44vGvW > .row .container { border-width: 0; border-radius: 0; }#TalweBZz5FVf0TLpku0JoguxqH44vGvW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TalweBZz5FVf0TLpku0JoguxqH44vGvW > .row .container { width:20rem;height:16.25rem;position:relative;display:block; }#vM3tTxqyB6W3sFAqROK1stWNGPiooarV { display:flex;width:1.75rem;height:1.75rem;top:1.0359382629394rem;left:17.249999582768rem;font-size:1.1875rem; }
#vM3tTxqyB6W3sFAqROK1stWNGPiooarV > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#LfNqekJSirKd7kP85iIZUnAEpP7ZQ0MM { width:9.125rem;height:1.13606875rem;top:1.0625rem;left:7.6312499642375rem;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);display:block; }
#LNvhNQoBMFmwbFhaiusqzRiK5FRr3Ne8 { width:12.5rem;height:0.99935rem;top:2.53515625rem;left:3.9375000596046rem;text-align:right;text-align-last:right;font-size:0.625rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;z-index:15005;color:rgba(var(--color-tertiary-0),1);display:block; }
#fAq9s11SdXkZAlfQJ3RLUZXzAyxekUB0 { display:flex;width:2.0625rem;height:2.0625rem;top:4.5625rem;left:17.124999582768rem; }
#fAq9s11SdXkZAlfQJ3RLUZXzAyxekUB0 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#WluL9GaeHMhkQ81WpnEzpme6fTgEWJ4B { display:flex;width:1.75rem;height:1.75rem;top:10rem;left:17.25rem; }
#WluL9GaeHMhkQ81WpnEzpme6fTgEWJ4B > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#Q3JU1pAaqlD2RGUCFcXy6EzHXTWGRPsU { width:9.125rem;height:1.13606875rem;top:4.8125rem;left:7.5rem;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);z-index:15012;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:block; }
#HRx9HNSzFf9wPtvKKPTdEQlTBRpXd22R { width:13.5rem;height:1rem;top:6.375rem;left:2.9375000596046rem;text-align:right;text-align-last:right;font-size:0.625rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;z-index:15007;color:rgba(var(--color-tertiary-0),1);display:block; }
#cFxcFhA7781NGEbAPNgxx7nRkqwxMnbD { width:12.75rem;height:1.13606875rem;top:10.25rem;left:3.75rem;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);z-index:15014;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:block; }
#mzeEOSAV6xuszb5MiXRi37tNgRF9Q8sG { width:13rem;height:0.99935rem;top:11.687487840652rem;left:3.5625000596046rem;text-align:right;text-align-last:right;font-size:0.625rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;z-index:15009;color:rgba(var(--color-tertiary-0),1);display:block; }
#eUXXdtitTZ4SA7CMkS1ro15F2T3rqPuP { display:flex;width:1.75rem;height:1.75rem;top:13.5rem;left:17.1875rem;font-size:1.1875rem; }
#eUXXdtitTZ4SA7CMkS1ro15F2T3rqPuP > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#OZk63WQSphoHNAKopuldlu9NxGIzz5rD { width:16.9375rem;height:1rem;top:13.875rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:0.625rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;z-index:15010;color:rgba(var(--color-tertiary-0),1);display:block; }
#Jo835WGggHEHkbdHhlv4LDVLKk8FFAOK { width:15.0625rem;height:1.6rem;top:7.7000000476837rem;left:1.2500000596046rem;text-align:right;text-align-last:right;font-size:0.5rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;z-index:15008;color:rgba(var(--color-tertiary-0),1);display:block; }
#gLTd9bqhBkgTNCZ4py7uXe0k2ndKKHQ6 { width:0.625rem;height:0.8rem;top:7.7875006198881rem;left:16.368751108646rem;text-align:right;text-align-last:right;font-size:0.5rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;z-index:15009;color:rgba(var(--color-tertiary-0),1);display:block; }
#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW > .row .container { background-color: transparent; background-image: none; }#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW > .row .container > .video-iframe-container { display: none; }#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW > .row > .video-iframe-container { display: none; }#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW > .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); }#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW > .row .container { border-width: 0; border-radius: 0; }#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vrG6VThyCv4vSbU48SyRhEpbUiGbvTaW > .row .container { width:20rem;height:13.75rem;position:relative;display:block; }#IQT5fydTIi2uFMWfvrBHeAnRhcmv1iSJ { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:none; }
#zUxCHTy3R0evC161iliER0oslR0Z9smi { width:16.4375rem;height:0.8984375rem;top:10.185943603516rem;left:1.8117187619209rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#uKDTTtzlV0VActdWACRhSTCGrcTzXWeZ { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#AGVXmvBHopIoyT0eRRL0WEBwqcDvwnWO { width:20rem;height:0.81163125rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#S8Ii03KxLcRdXW5EVGOnlgfPvFhG02wT { width:16.437rem;height:1.2999125rem;top:8.5296936035156rem;left:2.5296874642372rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;z-index:15004;color:rgba(var(--color-tertiary-0),1);display:block; }
#gUaJ4EEKsuba7PCRsrLU6v2miF70bXBQ { display:flex;top:8.8109436035156rem;left:7.3734374642375rem;width:0.875rem;height:0.875rem;z-index:15152; }
#hd5sPMMaGPyI3yvmDd7EG68EpbCaaTEn { display:flex;top:4.99951171875rem;left:5.09326171875rem;width:1.875rem;height:1.875rem;z-index:15153; }
#RngRfWv8NoPWL9zTAFLfJeoVQIruohgk { display:flex;top:4.99951171875rem;left:6.87451171875rem;width:1.875rem;height:1.875rem;z-index:15154; }
#K2Df2do0b47hii9GKJDz36Ebx72ZAdsp { display:flex;top:4.99951171875rem;left:9.0615234375rem;width:1.875rem;height:1.875rem;z-index:15155; }
#cKnvd2kNIa8KQ59bcp1vw5BthDLAkU3K { display:flex;top:4.99951171875rem;left:11.1240234375rem;width:1.875rem;height:1.875rem;z-index:15156; }
#qSwS8RIM30OSS0wnafNVoNC5kO9noGJc { display:flex;top:4.99951171875rem;left:13.1865234375rem;width:1.875rem;height:1.875rem;z-index:15157; }
#wJ9X1fv74cdsqAQVfXp8CeHJKnKIBsHq { display:flex;top:5.12451171875rem;left:15.6240234375rem;width:1.875rem;height:1.875rem;z-index:15158; }
#pc7iDNg4XLVvywB1hoIHQwkhIN2REJlu { display:flex;top:4.99951171875rem;left:2.52978515625rem;width:1.875rem;height:1.875rem;z-index:15154; }
#KFrXZIThNCM44GUFGH5qfFRz8VcJBVSO { width:16.4366875rem;height:0.8rem;top:3.37109375rem;left:1.7804687619209rem;text-align:center;text-align-last:center;font-size:0.5rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;z-index:15004;color:rgba(var(--color-tertiary-0),1);display:block; }
#m8M97LGWzG4tkyRVovDNpCl7kyL2DRgE { width:3.6870125rem;height:1.9995125rem;top:1.0625rem;left:13.6875rem;z-index:15209;display:block; }
#ZK6WGgeMb4SXgJUKWEuGTuXBOLMD2bkg { width:3.061525rem;height:1.6875rem;top:2.5625rem;left:16.9375rem;z-index:15208;display:block; }
#WISn2IBU1bLgm1w64Bp4SwHeDze5QeQZ { top:1.9835929870606rem;left:1.8117187619209rem;width:2.625rem;height:1.4375rem;z-index:15210;display:block; }
