.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:235,229,232;--color-primary-1:195,177,186;--color-primary-2:155,125,140;--color-primary-3:161,87,90;--color-primary-4:162,87,90;--color-secondary-0:247,231,230;--color-secondary-1:230,184,180;--color-secondary-2:214,136,130;--color-secondary-3:195,125,42;--color-secondary-4:43,27,26;--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),0);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); }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo { position:relative;display:none; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo { border-width: 0; border-radius: 0; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .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; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .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; }#OvKdkXB9W61k6Avu6FC5RuntDO2t09IO { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.125rem;top:9.046875rem;left:41rem;overflow:hidden;display:none; }
#f4ZFmsbGCkA5WU5F9buvHmMw92x1LmZm { position:absolute;display:block;z-index:15176;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.8125rem;top:37.1435546875rem;left:14.345703125rem;overflow:hidden;display:none; }
#DEkZsgxDO66y3WGl9TZTJmx3Bqcgwxsc { color:#000000;display:block;width:22.875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15155;line-height:1.4;letter-spacing:0;top:33.7255859375rem;left:4.361328125rem;height:2.01171875rem;font-style:normal;display:none; }
#EwGihRJC2UaeZ24btAhB5GrqzkDlRGpE { background-color:#39b032;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15179;text-align:center;text-align-last:center;top:35.625rem;left:37.8125rem;display:none; }
#OOL0l9ALT8W9GcdehM8IS8qq8s1HsKTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PAqa880z0n9WoFUeKlqbxHlzfd0rnd6F { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#W4Zv4cOis4VcaITAQ9LOO2E5ohpkcOGa { 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:15180;opacity:1;top:35.8125rem;left:38rem;display:none; }
#iuVHTMLI6A7cBVARS6svhwUWJgdy4BLn { background-color:#c72020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15177;text-align:center;text-align-last:center;top:31.0625rem;left:37.8125rem;display:none; }
#eupX5RVn8dhIhvgWgFRnyaJd6AwFtdaL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zBmOTpaNOSLh4J89oDHZ79dcxnG7mi0z { 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:15178;opacity:1;top:31.375rem;left:38.375rem;display:none; }
#DV5vVtHn0MqJe5uKNHIUa7hM8gAGmNVC { color:#000000;display:block;width:21.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:25.125rem;left:35.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TawPFMDaEPoFgy0TDGNsvm4G3wpFafVF { color:#b92968;display:block;width:23.25rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:19.9375rem;left:34.9375rem;height:3.0878875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lUkUbmqamEJeCaCptTQ5XJ52Cnvn0sJb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:25rem;top:7.4305551052094rem;left:35.000001907349rem;overflow:hidden;display:none; }
#EvWd0GT7XnoZU4d6Gu0UlSkpHUrDXuHA { 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:2.5rem;width:1.3125rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:none; }
#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe { position:relative;display:none; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe { border-width: 0; border-radius: 0; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .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; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .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; }#uuwgQwdXu0IkrL695aw3lhypF8dNO1T1 { 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; }
#qVKGLygCs79e0FPwV7JrlnKn0b8IgoAP { 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; }
#qlSpVIMC9B4KFhwtT9WXa3shzifwByNT { 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; }
#vuktCeevdUBePsyV40Fna4PDRCGeWRoa { position:relative;display:none; }#vuktCeevdUBePsyV40Fna4PDRCGeWRoa { border-width: 0; border-radius: 0; }#vuktCeevdUBePsyV40Fna4PDRCGeWRoa > .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; }#vuktCeevdUBePsyV40Fna4PDRCGeWRoa > .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; }#eVgNNmp4KZlWIUp95i4uzlRIp6TovW7P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#MQyF571hHQ4JGnlKJXKbaGTApwWaCAIE { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:14.375rem;left:7.1875rem;display:none; }
#pTPahWPvoQOsKQV7XOQJ6S9uN1BmXViR { 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; }
#oDWhBV1311hlNslK5CUq79KNXrUOu8sg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z6QBnXBAN8Qr3zH3U04i1ncMTW0ELMNH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#y6UdJpSTSe3qN5ZFeGPaDRmiR1kLoCqV { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:32.75rem;left:7.125rem;display:none; }
#nO9sPOARv4X6ywViqIOAxkrtDDDtuPrV { color:#000000;display:block;width:14rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:34.6875rem;left:5.4375rem;display:none; }
#PIOPHZeednidHrUpIiWXVrMUzZ3ZZTCr { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:16.875rem;left:6.9375rem;display:none; }
#RrhuNNvIiRQt8sk4fJtaNEEhG5FdNLV7 { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:50.5625rem;left:7.25rem;display:none; }
#DOARq1GbvCiHcxhHyqkd5rzMU3glJaLB { color:#000000;display:block;width:16rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:51.75rem;left:3.9375rem;display:none; }
#pPimQFZrxT8nW8CQyUHmDtShg1Dt7xLJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#kbs2EC1LnxsAo9z7ccS4ytuuTTEucRkH { color:#000000;display:block;width:11rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:66.625rem;left:8.5rem;display:none; }
#gB5GGX0D8P1B9dVy4VfCM0UyzJihvrpI { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.0625rem;top:68.8125rem;left:6.5625rem;display:none; }
#FaIHVrdmAr7Sb4DGTuvUe0rn1o9zmzdE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#PLp5kh0Al4N28mcP88RFqtxsmxJhJZRS { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:86.5625rem;left:6.3125rem;display:none; }
#ElVBcQwGsF71km1oidER09XXLUQ2sXk7 { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:88.3125rem;left:7.125rem;display:none; }
#MChCu4oasVm5pRJ4qGp3e2STtq1Xr5W6 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5rem;top:107.375rem;left:1.8125rem;display:none; }
#oT7klKG8SmBQyWzQfPw3SVVgAOofLhZB { color:#000000;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:105.1875rem;left:6.5rem;display:none; }
#Fg6T7TzfIklBmIsQTPdcUTu1Wuxn14U4 { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:143rem;left:6.3125rem;display:none; }
#KymCieTEbCFT1hT3v6eB5RPuPIZ8ExXm { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:140.9375rem;left:6.9375rem;display:none; }
#s2malZkg7T8rawfPBQbRDw54XGHSqTHn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#ThZt6qepGJI24nAUaXW6Ws2R9FeJ5Cd8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#DsLR9ony6Dn1nGfwkHTBpLZJTednGdPO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#HuO5vS068B56FgnoGfIqNylhmDl96ZOu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#TIQe6zSn90z6HQQpwc5NZKkUklsNvy0C { color:#000000;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:157.4375rem;left:5.625rem;display:none; }
#M0K9Lnz0vqNtT1qpeS3lyOldPiEqDoy0 { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:159.5rem;left:6.4375rem;display:none; }
#JeaKKkFMQBSwzoCpDGKEshloiwac1coS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#nUkAnSuiGRKhdX2hQA8iD2xTDe30LIEd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:175.0625rem;left:6.875rem;display:none; }
#O8gmeTC9grODxwLL2WaFrpMnnOxxTlH4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:176.5625rem;left:6.8125rem;display:none; }
#mCCzPChyFMz752rORmSXGoP2fEzoXgmT { 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; }
#XIM6ST0n0kwvAJ3SNbw721lUzhyZyu3U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u29V81NUo9KbFLcJ3sFOAR1UDqhTqLt0 { 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; }
#dzl3dXaTdOcKTML22VtmTtkT3mmwzd2i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wgL6iRNpx5bKodpd3iQUoXAGbf3n13kt { 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; }
#GJghTVqRKzaON3WWDckyTT3DQcfRCTP5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ibGkhRnTlDym4KFeqyFdERDR23usySPB { 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; }
#Dqwo7KwzZ0JgDU2hVHqXKigAsVPl7kPL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mkTzuyqKstwdL6WbtnLb8xACsd9saImb { 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; }
#eRwnf4wzLm0lAw9Pdq52C2ecHX0AU8fM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C7DLwpUZss7T5wMn3C4f2eNl9lsWPrTw { 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; }
#syUNHcX9alsNncltHugOwbrGtLsJXtdy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TftQigH0RVMAkc89S61mECETSfWHexLX { 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; }
#GXV35GBP8CPOygWLEuwlCLrwyrVx9d8N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KhbgTf2yP2B9b8Tq6l2wdrVkVrruXy5g { 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; }
#EgLTrB3D55AX7awEPGU1MgSUqTAaoh9E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPwM0PrJ9MlVtd9qPr8neeJmZtMyO2Oe { color:#000000;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:0.5rem;left:0rem;display:none; }
#nZTI74QorlSTyLOQBU17ITd7NhiPpJqv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#KsaLqcL3dt4IwvKQyHLZfckyUMrnC7fu { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:122.9375rem;left:6.375rem;display:none; }
#DrUg8RPIaRyOhfBAQxuUT3XMkKCRN8hX { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5rem;top:125rem;left:6.5625rem;display:none; }
#G491uePspUHLftskAymE4MUyKuS0KaJi { 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; }
#zrmseWDonsp0y810sANEKmspc35nAMWh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P7tt7pwvNSI7ugQ7ve2AqQTNbX87zdzt { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:262.0625rem;left:6.8125rem;display:none; }
#t66uQnpKmLaO5QfkLG78giXqASlExGMA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:260.4375rem;left:7.125rem;display:none; }
#r6Tl5RuIMucBPvRntpzaANIiFzwmvmWU { 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; }
#ZnIdLXf51BEyPNgK6F7Ta2EO0RKKNLkE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LbX0oEykvBc6yvQCq2kpHzgsJX4sOxvn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#Lyw7uAIzefEKqIrGrKXGA8yTbwyU9p3q { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:243.875rem;left:6.625rem;display:none; }
#x8tAJJ59IPI5xEieLVzINNKEiQueghax { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:242.4375rem;left:6.0625rem;display:none; }
#ZPor8zhgdxRqZ5NWL9hpsoT5hpRrnH8o { 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; }
#SSTmQttzzgzVANV3ZIpTGSZVie2Blp6Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ku62aPwvo3KvLiaW7vlx8JOSKzh8C5M6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#LTPU8aB7DcGIs5H6WePWfIJqWdyWOqyK { color:#000000;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:227.25rem;left:6.125rem;display:none; }
#ZSlxMI4n4oNa2sWitVnvpuz3seCHCBAm { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:225.4375rem;left:6.0625rem;display:none; }
#rupqJe6LdeVuBAIlUKs1k4smJMcMtSHs { 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; }
#mLMUDQAxTI1G4HDspJ1GHyllRt2UlpEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tZRrXiKLgwRnLLXD3JMTEUKi53HFGdCw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#dlIqZEiFp8uUT0XJa27BnUpz0aXTA8Fy { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:211rem;left:6.4375rem;display:none; }
#UWPSmZDoBAFxkKvPiSIndU8p3vnEAp1o { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:209.0625rem;left:6.75rem;display:none; }
#yMcDGh6ILWBTuqLDQPe6MC5Jc1qJvSDW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#NMBf8GqfLUzDLMleNiWCnItG8rrKWkVX { 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; }
#b13TtPOxnU8RJGdlPg0shUaQhkdReg2O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#muiHH2wLd3WDhtyo1uVeKEvDpCe6u27P { color:#000000;display:block;width:12.875rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:193.875rem;left:6.4375rem;display:none; }
#Pn3fhZ3eCqBTs60VHznAhBqATPTrwM5r { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.875rem;top:192.25rem;left:6.5625rem;display:none; }
#ek7B9yuIVO3HQMK5CN71cgkDEtox1W32 { 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; }
#BADbzs2l6eSS4G1OE1QT0hHhBris3VdX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yaS8gxJ2zCmv5yJAOpXgydiC124u4RuT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#Zn206uTCcfxMBTnqSLxeNPrh22A9pCRH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#MbTJ9zFL1i5VwfZoH9HU0zdBm2BAzK8h { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:276.375rem;left:7.1875rem;display:none; }
#c12AnML0zusJIqAThlhlPBA0PTMaTb1t { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:278.3125rem;left:7.5rem;display:none; }
#inzXpat02uGzv71CBCCxLh4OJBtUCuVc { 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; }
#Lstah3mLe3I3FmaCIw7w9mlvgFIuiDvZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nf8KwKxZBfM1ukMc4tJ8N8awr8EtnKRG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#UHI8DJ1DiC2GuvVL0fuIsce8d99eQbqp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:292.5rem;left:7rem;display:none; }
#FfiJdSUm4Xe52lxysSwGeTpGKgiS4PDI { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:294.6875rem;left:7.1875rem;display:none; }
#yU1S1Gs8eQgXMFQGHTdEmplGB7MCGKxA { 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; }
#ksEc5h40yig6fzO6vKQ3rd0VAtb31gp5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DCN6h9PcIuoVnikmhJ8ZJiG4x11vSgWr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#oGG18ThZDZuSrDFf4GDiWldZ6ip3BhoM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:309.375rem;left:7.25rem;display:none; }
#AN9APT1ddxTVki3U4v7xTK7iLTLXu9Pv { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:311.8125rem;left:7.375rem;display:none; }
#dnOoMKcri70eg2iQGCSztkJvZhm17y3g { 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; }
#fbFA3gcpNdLyHA1aaeMABBw11Tdq5oLV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UScvUPwFTqsWLW0xb9IztTCAomNXXIc8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:52.1875rem;display:none; }
#XOT33IK6hN2pZBXORT7SUmL5C7ncV3k3 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:325.8125rem;left:4.6875rem;display:none; }
#g0ktUNo5XE2bmNiyH2heU6LkokKZv9oG { color:#000000;display:block;width:14rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:328.25rem;left:5.4375rem;display:none; }
#E5a4UrKURCa34xD97unI2TyhigZhSlwA { 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; }
#mZTIi5DJ4AVt2MP0ogxCFwUyLoqsRK8D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgTidGABwtMthMLd7E0lU4RTI293nX0H { position:relative;display:none; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H { border-width: 0; border-radius: 0; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .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; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .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; }#J1NKxgJNfWfUdBAx0RDwfHyDOawl6VLT { 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; }
#JPqU66MpmMlOfe4z1XZUabIO23aUoH48 { 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; }
#hBq4LgNkNMuf46TMUauAEzVNhohk1UEJ { 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; }
#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR { position:relative;display:none; }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR { border-width: 0; border-radius: 0; }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR > .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; }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width: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; }#y6xauqQ7sCndTN9ALbqGuqe1yQKFBPHH { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:7.4453125rem;left:47rem;height:1.3808625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#hvLpFOaCorONASQ4vrD3rKgAe90NUWOF { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK { 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; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK.adaptive-delivery-prevent-bg, #kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK.lazyload, #kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK.lazyloading { background-image: none; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row .container { border-width: 0; border-radius: 0; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }#wH3NO7ahMqfilcieU8sr3exnSLXq2Qb3 { 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; }
#ifyOJSwaxPZkUrntlWgbgnBeRc2zqfhN { 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; }
#eTMfRATqPuFBDbWmTNOgDIWrUa9Axul3 { 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; }
#Q7Ol5XFtP36XJTqwRdu2r2ZDXarem9vk { 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; }
#cBDXmDUnRy7tlPdJUFQcfenzOEKc5Bp9 { 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; }
#eAlSEfSpuwsOtzIsFSbQHw8b4iXoT88p { 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; }
#yIdKOlLW21egHAb4VkegqDSbeRw6w1od { 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; }
#JatZ7GnzkZC1Vm74VrBvvatkUfRXSmMb { 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; }
#B3TNR7pWPCeRTvKWey3Ot9Tt2KcU7Pff { 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; }
#B5rfHFuk0e9KN8BnvBxJKTK1p4H5p1SJ { 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; }
#UG7o7khbbCTGC36Avt7bNN2fsgxTHXQO { 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; }
#GJnsghZrng2NKivNEgpvxUSC1Ft7KXDT { 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; }
#H58QqDm5Rl4lFoERkX3CbDiP9cJufNJ0 { 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; }
#mRGoKgiLR7sXEzqE5OhkaRPkEULtw95B { 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; }
#IiytoTQXLRufdXZKE85ShycETZ2BhTEO { position:absolute;display:block;z-index:15207;height:3.811525rem;width:6.8745rem;top:1.40625rem;left:38.9033203125rem;display:none; }
#ohV7pyVbGzoRpCWN6fcZbEnOyLM2MURW { position:absolute;display:block;z-index:15206;height:4.0620125rem;width:7.2480625rem;top:1.93798828125rem;left:50.74658203125rem;display:none; }
#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 > .row .container { border-width: 0; border-radius: 0; }#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;position:relative;display:none; }#fgycsvLvE4sC3OhCIfD1R2Zl4rR29K3k { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat: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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#WaWuTTlTQ0k0Don7ZMQtWn8f1AK29qbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DwAiSDwU1wlTIJgmSI7FXQg6iIq4mk8k { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat: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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#iVl19U4canLrO7KaTeu5xRr007zLti8i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wa4588nbcxvuhzBox9DhXVGuCy3vLZyk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.6875rem;left:44.90625rem;display:block; }
#FrJoJGRnIbPoxRSit63L66msbfGtJ68T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WfzXfNVOnZavCTNNGZ5urfukHxz8z28T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:27.6875rem;left:26.875rem;display:block; }
#n6PCZuRPlVzR7HflQkExc72pQgMxqfx3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJEX5FEdPEVrPTCKPQ0abnU3Enh0Bea0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:27.6875rem;left:8.40625rem;display:block; }
#CU1OopTiQLf5XqFiFoADgtz7VVKW4nyn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pW3AVu5gVEfNEOToKLrRgSC9WNNsr6SZ { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat: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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#SKdJT1MtzWt1IRHi62RuVhwdT97FbG39 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo { display:none; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row .container { width:47.75rem;position:relative;display:none; }#OvKdkXB9W61k6Avu6FC5RuntDO2t09IO { top:9rem;left:34.875rem;width:8.125rem;height:3.125rem;display:none; }
#f4ZFmsbGCkA5WU5F9buvHmMw92x1LmZm { top:37.125rem;left:8.220703125rem;width:7.8125rem;height:2.25rem;display:none; }
#DEkZsgxDO66y3WGl9TZTJmx3Bqcgwxsc { top:33.6875rem;left:0rem;width:22.875rem;height:2rem;font-size:1.4375rem;display:none; }
#EwGihRJC2UaeZ24btAhB5GrqzkDlRGpE { width:17.5rem;height:3.4375rem;top:35.625rem;left:30.25rem;display:none; }
#OOL0l9ALT8W9GcdehM8IS8qq8s1HsKTX { display:block; }
#PAqa880z0n9WoFUeKlqbxHlzfd0rnd6F { display:none; }
#W4Zv4cOis4VcaITAQ9LOO2E5ohpkcOGa { top:35.8125rem;left:31.875rem;width:3.125rem;height:3.125rem;display:none; }
#iuVHTMLI6A7cBVARS6svhwUWJgdy4BLn { width:17.5rem;height:3.4375rem;top:31.0625rem;left:30.25rem;display:none; }
#eupX5RVn8dhIhvgWgFRnyaJd6AwFtdaL { display:block; }
#zBmOTpaNOSLh4J89oDHZ79dcxnG7mi0z { top:31.375rem;left:32.25rem;width:3.125rem;height:3.125rem;display:none; }
#DV5vVtHn0MqJe5uKNHIUa7hM8gAGmNVC { top:25.125rem;left:26.25rem;width:21.5rem;height:1.1875rem;font-size:0.75rem;display:none; }
#TawPFMDaEPoFgy0TDGNsvm4G3wpFafVF { top:19.9375rem;left:24.5rem;width:23.25rem;height:3.0625rem;font-size:1.1875rem;display:none; }
#lUkUbmqamEJeCaCptTQ5XJ52Cnvn0sJb { top:7.375rem;left:22.75rem;width:25rem;height:10.375rem;display:none; }
#EvWd0GT7XnoZU4d6Gu0UlSkpHUrDXuHA { top:1.6875rem;left:19.061767578125rem;width:1.3125rem;height:2.5rem;display:none; }
#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe { display:none; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row .container { width:47.75rem;position:relative;display:none; }#uuwgQwdXu0IkrL695aw3lhypF8dNO1T1 { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#qVKGLygCs79e0FPwV7JrlnKn0b8IgoAP { width:47.75rem;height:19rem;display:none; }
#qlSpVIMC9B4KFhwtT9WXa3shzifwByNT { width:14.0625rem;height:5.125rem;display:none; }
#vuktCeevdUBePsyV40Fna4PDRCGeWRoa { display:none; }#vuktCeevdUBePsyV40Fna4PDRCGeWRoa > .row .container { width:47.75rem;position:relative;display:none; }#eVgNNmp4KZlWIUp95i4uzlRIp6TovW7P { width:41.4375rem;height:24.0625rem;display:none; }
#MQyF571hHQ4JGnlKJXKbaGTApwWaCAIE { top:14.375rem;left:1.0656252503395rem;width:12.5625rem;height:1.625rem;font-size:0.6875rem;display:none; }
#pTPahWPvoQOsKQV7XOQJ6S9uN1BmXViR { width:;height:;display:none; }
#oDWhBV1311hlNslK5CUq79KNXrUOu8sg { display:block; }
#Z6QBnXBAN8Qr3zH3U04i1ncMTW0ELMNH { width:41.4375rem;height:24.0625rem;display:none; }
#y6UdJpSTSe3qN5ZFeGPaDRmiR1kLoCqV { top:32.75rem;left:1.0617190003395rem;width:12.3125rem;height:1.75rem;font-size:0.6875rem;display:none; }
#nO9sPOARv4X6ywViqIOAxkrtDDDtuPrV { top:34.6875rem;left:0rem;width:14rem;height:2.875rem;font-size:0.5625rem;display:none; }
#PIOPHZeednidHrUpIiWXVrMUzZ3ZZTCr { top:16.875rem;left:0.84453111886981rem;width:12.625rem;height:3.625rem;font-size:0.5625rem;display:none; }
#RrhuNNvIiRQt8sk4fJtaNEEhG5FdNLV7 { top:50.5625rem;left:1.1867185235024rem;width:12.4375rem;height:1.75rem;font-size:0.6875rem;display:none; }
#DOARq1GbvCiHcxhHyqkd5rzMU3glJaLB { top:51.75rem;left:0rem;width:16rem;height:2.875rem;font-size:0.5625rem;display:none; }
#pPimQFZrxT8nW8CQyUHmDtShg1Dt7xLJ { width:41.4375rem;height:24.0625rem;display:none; }
#kbs2EC1LnxsAo9z7ccS4ytuuTTEucRkH { top:66.625rem;left:2.3750005364418rem;width:11rem;height:1.75rem;font-size:0.6875rem;display:none; }
#gB5GGX0D8P1B9dVy4VfCM0UyzJihvrpI { top:68.8125rem;left:0.43750005960464rem;width:12.6875rem;height:5.0625rem;font-size:0.5625rem;display:none; }
#FaIHVrdmAr7Sb4DGTuvUe0rn1o9zmzdE { width:41.4375rem;height:24.0625rem;display:none; }
#PLp5kh0Al4N28mcP88RFqtxsmxJhJZRS { top:86.5625rem;left:0.18750005960464rem;width:13.4375rem;height:1.75rem;font-size:0.6875rem;display:none; }
#ElVBcQwGsF71km1oidER09XXLUQ2sXk7 { top:88.3125rem;left:1.0000000596046rem;width:12.4375rem;height:3.375rem;font-size:0.5625rem;display:none; }
#MChCu4oasVm5pRJ4qGp3e2STtq1Xr5W6 { top:107.375rem;left:0rem;width:17.625rem;height:2.5rem;font-size:0.5625rem;display:none; }
#oT7klKG8SmBQyWzQfPw3SVVgAOofLhZB { top:105.1875rem;left:0.37500005960464rem;width:13.25rem;height:0.875rem;font-size:0.6875rem;display:none; }
#Fg6T7TzfIklBmIsQTPdcUTu1Wuxn14U4 { top:143rem;left:0.18750005960464rem;width:12.9375rem;height:2.1875rem;font-size:0.5625rem;display:none; }
#KymCieTEbCFT1hT3v6eB5RPuPIZ8ExXm { top:140.9375rem;left:0.81250005960463rem;width:12.4375rem;height:0.875rem;font-size:0.6875rem;display:none; }
#s2malZkg7T8rawfPBQbRDw54XGHSqTHn { width:41.4375rem;height:24.0625rem;display:none; }
#ThZt6qepGJI24nAUaXW6Ws2R9FeJ5Cd8 { width:41.4375rem;height:24.0625rem;display:none; }
#DsLR9ony6Dn1nGfwkHTBpLZJTednGdPO { width:41.4375rem;height:24.0625rem;display:none; }
#HuO5vS068B56FgnoGfIqNylhmDl96ZOu { width:41.4375rem;height:24.0625rem;display:none; }
#TIQe6zSn90z6HQQpwc5NZKkUklsNvy0C { top:157.4375rem;left:0rem;width:14.25rem;height:0.875rem;font-size:0.6875rem;display:none; }
#M0K9Lnz0vqNtT1qpeS3lyOldPiEqDoy0 { top:159.5rem;left:0.37421900033951rem;width:12.8125rem;height:2.1875rem;font-size:0.5625rem;display:none; }
#JeaKKkFMQBSwzoCpDGKEshloiwac1coS { width:41.4375rem;height:24.0625rem;display:none; }
#nUkAnSuiGRKhdX2hQA8iD2xTDe30LIEd { top:175.0625rem;left:0.8117190003395rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:none; }
#O8gmeTC9grODxwLL2WaFrpMnnOxxTlH4 { top:176.5625rem;left:0.7492190003395rem;width:12.5rem;height:2.1875rem;font-size:0.5625rem;display:none; }
#mCCzPChyFMz752rORmSXGoP2fEzoXgmT { width:;height:;display:none; }
#XIM6ST0n0kwvAJ3SNbw721lUzhyZyu3U { display:block; }
#u29V81NUo9KbFLcJ3sFOAR1UDqhTqLt0 { width:;height:;display:none; }
#dzl3dXaTdOcKTML22VtmTtkT3mmwzd2i { display:block; }
#wgL6iRNpx5bKodpd3iQUoXAGbf3n13kt { width:;height:;display:none; }
#GJghTVqRKzaON3WWDckyTT3DQcfRCTP5 { display:block; }
#ibGkhRnTlDym4KFeqyFdERDR23usySPB { width:;height:;display:none; }
#Dqwo7KwzZ0JgDU2hVHqXKigAsVPl7kPL { display:block; }
#mkTzuyqKstwdL6WbtnLb8xACsd9saImb { width:;height:;display:none; }
#eRwnf4wzLm0lAw9Pdq52C2ecHX0AU8fM { display:block; }
#C7DLwpUZss7T5wMn3C4f2eNl9lsWPrTw { width:;height:;display:none; }
#syUNHcX9alsNncltHugOwbrGtLsJXtdy { display:block; }
#TftQigH0RVMAkc89S61mECETSfWHexLX { width:;height:;display:none; }
#GXV35GBP8CPOygWLEuwlCLrwyrVx9d8N { display:block; }
#KhbgTf2yP2B9b8Tq6l2wdrVkVrruXy5g { width:;height:;display:none; }
#EgLTrB3D55AX7awEPGU1MgSUqTAaoh9E { display:block; }
#IPwM0PrJ9MlVtd9qPr8neeJmZtMyO2Oe { top:0.5rem;left:0rem;width:20rem;height:1.375rem;font-size:1.0625rem;display:none; }
#nZTI74QorlSTyLOQBU17ITd7NhiPpJqv { width:41.4375rem;height:24.0625rem;display:none; }
#KsaLqcL3dt4IwvKQyHLZfckyUMrnC7fu { top:122.9375rem;left:0.31093746423721rem;width:13.1875rem;height:1.75rem;font-size:0.6875rem;display:none; }
#DrUg8RPIaRyOhfBAQxuUT3XMkKCRN8hX { top:125rem;left:0.49843746423721rem;width:12.8125rem;height:2.5rem;font-size:0.5625rem;display:none; }
#G491uePspUHLftskAymE4MUyKuS0KaJi { width:;height:;display:none; }
#zrmseWDonsp0y810sANEKmspc35nAMWh { display:block; }
#P7tt7pwvNSI7ugQ7ve2AqQTNbX87zdzt { top:262.0625rem;left:0.68750005960463rem;width:11.9375rem;height:2.4375rem;font-size:0.625rem;display:none; }
#t66uQnpKmLaO5QfkLG78giXqASlExGMA { top:260.4375rem;left:1.0007811188698rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:none; }
#r6Tl5RuIMucBPvRntpzaANIiFzwmvmWU { width:;height:;display:none; }
#ZnIdLXf51BEyPNgK6F7Ta2EO0RKKNLkE { display:block; }
#LbX0oEykvBc6yvQCq2kpHzgsJX4sOxvn { width:41.4375rem;height:24.0625rem;display:none; }
#Lyw7uAIzefEKqIrGrKXGA8yTbwyU9p3q { top:243.875rem;left:0.50546890497207rem;width:12.8125rem;height:3.25rem;font-size:0.625rem;display:none; }
#x8tAJJ59IPI5xEieLVzINNKEiQueghax { top:242.4375rem;left:0rem;width:13.1875rem;height:1.75rem;font-size:0.6875rem;display:none; }
#ZPor8zhgdxRqZ5NWL9hpsoT5hpRrnH8o { width:;height:;display:none; }
#SSTmQttzzgzVANV3ZIpTGSZVie2Blp6Z { display:block; }
#ku62aPwvo3KvLiaW7vlx8JOSKzh8C5M6 { width:41.4375rem;height:24.0625rem;display:none; }
#LTPU8aB7DcGIs5H6WePWfIJqWdyWOqyK { top:227.25rem;left:0.0062499642372131rem;width:13.25rem;height:2.875rem;font-size:0.5625rem;display:none; }
#ZSlxMI4n4oNa2sWitVnvpuz3seCHCBAm { top:225.4375rem;left:0rem;width:13.6875rem;height:1.75rem;font-size:0.6875rem;display:none; }
#rupqJe6LdeVuBAIlUKs1k4smJMcMtSHs { width:;height:;display:none; }
#mLMUDQAxTI1G4HDspJ1GHyllRt2UlpEa { display:block; }
#tZRrXiKLgwRnLLXD3JMTEUKi53HFGdCw { width:41.4375rem;height:24.0625rem;display:none; }
#dlIqZEiFp8uUT0XJa27BnUpz0aXTA8Fy { top:211rem;left:0.31250005960464rem;width:12.6875rem;height:2.1875rem;font-size:0.5625rem;display:none; }
#UWPSmZDoBAFxkKvPiSIndU8p3vnEAp1o { top:209.0625rem;left:0.6867190003395rem;width:12.4375rem;height:1.75rem;font-size:0.6875rem;display:none; }
#yMcDGh6ILWBTuqLDQPe6MC5Jc1qJvSDW { width:41.4375rem;height:24.0625rem;display:none; }
#NMBf8GqfLUzDLMleNiWCnItG8rrKWkVX { width:;height:;display:none; }
#b13TtPOxnU8RJGdlPg0shUaQhkdReg2O { display:block; }
#muiHH2wLd3WDhtyo1uVeKEvDpCe6u27P { top:193.875rem;left:0.31250005960464rem;width:12.875rem;height:2.4375rem;font-size:0.625rem;display:none; }
#Pn3fhZ3eCqBTs60VHznAhBqATPTrwM5r { top:192.25rem;left:0.49843746423721rem;width:12.8125rem;height:0.875rem;font-size:0.6875rem;display:none; }
#ek7B9yuIVO3HQMK5CN71cgkDEtox1W32 { width:;height:;display:none; }
#BADbzs2l6eSS4G1OE1QT0hHhBris3VdX { display:block; }
#yaS8gxJ2zCmv5yJAOpXgydiC124u4RuT { width:41.4375rem;height:24.0625rem;display:none; }
#Zn206uTCcfxMBTnqSLxeNPrh22A9pCRH { width:41.4375rem;height:24.0625rem;display:none; }
#MbTJ9zFL1i5VwfZoH9HU0zdBm2BAzK8h { top:276.375rem;left:1.0648437142372rem;width:12.5rem;height:1.75rem;font-size:0.6875rem;display:none; }
#c12AnML0zusJIqAThlhlPBA0PTMaTb1t { top:278.3125rem;left:1.3781247735024rem;width:11.9375rem;height:1.625rem;font-size:0.625rem;display:none; }
#inzXpat02uGzv71CBCCxLh4OJBtUCuVc { width:;height:;display:none; }
#Lstah3mLe3I3FmaCIw7w9mlvgFIuiDvZ { display:block; }
#nf8KwKxZBfM1ukMc4tJ8N8awr8EtnKRG { width:41.4375rem;height:24.0625rem;display:none; }
#UHI8DJ1DiC2GuvVL0fuIsce8d99eQbqp { top:292.5rem;left:0.875rem;width:12.5rem;height:2.625rem;font-size:0.6875rem;display:none; }
#FfiJdSUm4Xe52lxysSwGeTpGKgiS4PDI { top:294.6875rem;left:1.0625rem;width:11.9375rem;height:3.25rem;font-size:0.625rem;display:none; }
#yU1S1Gs8eQgXMFQGHTdEmplGB7MCGKxA { width:;height:;display:none; }
#ksEc5h40yig6fzO6vKQ3rd0VAtb31gp5 { display:block; }
#DCN6h9PcIuoVnikmhJ8ZJiG4x11vSgWr { width:41.4375rem;height:24.0625rem;display:none; }
#oGG18ThZDZuSrDFf4GDiWldZ6ip3BhoM { top:309.375rem;left:1.1273437142372rem;width:12.5rem;height:1.75rem;font-size:0.6875rem;display:none; }
#AN9APT1ddxTVki3U4v7xTK7iLTLXu9Pv { top:311.8125rem;left:1.2531247735024rem;width:11.9375rem;height:1.625rem;font-size:0.625rem;display:none; }
#dnOoMKcri70eg2iQGCSztkJvZhm17y3g { width:;height:;display:none; }
#fbFA3gcpNdLyHA1aaeMABBw11Tdq5oLV { display:block; }
#UScvUPwFTqsWLW0xb9IztTCAomNXXIc8 { width:41.4375rem;height:24.0625rem;display:none; }
#XOT33IK6hN2pZBXORT7SUmL5C7ncV3k3 { top:325.8125rem;left:0rem;width:15.0625rem;height:1.75rem;font-size:0.6875rem;display:none; }
#g0ktUNo5XE2bmNiyH2heU6LkokKZv9oG { top:328.25rem;left:0rem;width:14rem;height:3.25rem;font-size:0.625rem;display:none; }
#E5a4UrKURCa34xD97unI2TyhigZhSlwA { width:;height:;display:none; }
#mZTIi5DJ4AVt2MP0ogxCFwUyLoqsRK8D { display:block; }
#VgTidGABwtMthMLd7E0lU4RTI293nX0H { display:none; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row .container { width:47.75rem;position:relative;display:none; }#J1NKxgJNfWfUdBAx0RDwfHyDOawl6VLT { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#JPqU66MpmMlOfe4z1XZUabIO23aUoH48 { width:47.75rem;height:19rem;display:none; }
#hBq4LgNkNMuf46TMUauAEzVNhohk1UEJ { width:14.0625rem;height:5.125rem;display:none; }
#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR { display:none; }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR > .row .container { width:47.75rem;position:relative;display:none; }#y6xauqQ7sCndTN9ALbqGuqe1yQKFBPHH { top:1.4375rem;left:0rem;width:16.5rem;height:1.6875rem;font-size:1.0625rem;display:none; }
#hvLpFOaCorONASQ4vrD3rKgAe90NUWOF { top:0rem;width:;height:;display:none; }
#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK { display:none; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row .container { width:47.75rem;position:relative;display:none; }#wH3NO7ahMqfilcieU8sr3exnSLXq2Qb3 { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#ifyOJSwaxPZkUrntlWgbgnBeRc2zqfhN { width:16.375rem;height:0.875rem;top:10.125rem;left:0rem;font-size:0.5625rem;display:block; }
#eTMfRATqPuFBDbWmTNOgDIWrUa9Axul3 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#Q7Ol5XFtP36XJTqwRdu2r2ZDXarem9vk { top:11.25rem;left:0rem;width:19.9375rem;height:0.8125rem;font-size:0.625rem;display:block; }
#cBDXmDUnRy7tlPdJUFQcfenzOEKc5Bp9 { width:16.4375rem;height:0.875rem;top:12.75rem;left:0rem;font-size:0.8125rem;display:none; }
#eAlSEfSpuwsOtzIsFSbQHw8b4iXoT88p { display:none; }
#yIdKOlLW21egHAb4VkegqDSbeRw6w1od { display:none; }
#JatZ7GnzkZC1Vm74VrBvvatkUfRXSmMb { display:none; }
#B3TNR7pWPCeRTvKWey3Ot9Tt2KcU7Pff { display:none; }
#B5rfHFuk0e9KN8BnvBxJKTK1p4H5p1SJ { display:none; }
#UG7o7khbbCTGC36Avt7bNN2fsgxTHXQO { display:none; }
#GJnsghZrng2NKivNEgpvxUSC1Ft7KXDT { display:none; }
#H58QqDm5Rl4lFoERkX3CbDiP9cJufNJ0 { display:none; }
#mRGoKgiLR7sXEzqE5OhkaRPkEULtw95B { width:16.375rem;height:0.75rem;top:3.3125rem;left:0rem;font-size:0.5rem;display:none; }
#IiytoTQXLRufdXZKE85ShycETZ2BhTEO { top:1.375rem;left:32.7783203125rem;width:6.8125rem;height:3.75rem;display:none; }
#ohV7pyVbGzoRpCWN6fcZbEnOyLM2MURW { top:1.9375rem;left:40.5625rem;width:7.1875rem;height:4rem;display:none; }
#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 { display:block; }#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 > .row .container { width:47.75rem;position:relative;display:block; }#fgycsvLvE4sC3OhCIfD1R2Zl4rR29K3k { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#WaWuTTlTQ0k0Don7ZMQtWn8f1AK29qbq { display:block; }
#DwAiSDwU1wlTIJgmSI7FXQg6iIq4mk8k { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#iVl19U4canLrO7KaTeu5xRr007zLti8i { display:block; }
#wa4588nbcxvuhzBox9DhXVGuCy3vLZyk { width:6.25rem;height:2.5rem;top:27.6875rem;left:38.78125rem;display:block; }
#FrJoJGRnIbPoxRSit63L66msbfGtJ68T { display:block; }
#WfzXfNVOnZavCTNNGZ5urfukHxz8z28T { width:6.25rem;height:2.5rem;top:27.6875rem;left:20.75rem;display:block; }
#n6PCZuRPlVzR7HflQkExc72pQgMxqfx3 { display:block; }
#zJEX5FEdPEVrPTCKPQ0abnU3Enh0Bea0 { width:6.25rem;height:2.5rem;top:27.6875rem;left:2.28125rem;display:block; }
#CU1OopTiQLf5XqFiFoADgtz7VVKW4nyn { display:block; }
#pW3AVu5gVEfNEOToKLrRgSC9WNNsr6SZ { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#SKdJT1MtzWt1IRHi62RuVhwdT97FbG39 { display:block; }
body { position:relative;background-color:rgba(var(--color-tertiary-0),0);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); }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo.adaptive-delivery-prevent-bg, #Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo.lazyload, #Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo.lazyloading { background-image: none; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row .container { background-color: transparent; background-image: none; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row .container > .video-iframe-container { display: none; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row > .video-iframe-container { display: none; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .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); }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row .container { border-width: 0; border-radius: 0; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qo0owqSdfTX9l5p2yqmBzly4yWDsIQuo > .row .container { width:20rem;height:31.25rem;position:relative;display:block; }#OvKdkXB9W61k6Avu6FC5RuntDO2t09IO { width:5.1870125rem;height:1.875rem;top:27rem;left:10.375rem;z-index:15184;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#f4ZFmsbGCkA5WU5F9buvHmMw92x1LmZm { width:5.1870125rem;height:1.4370125rem;top:27.1875rem;left:3.375rem;z-index:15177;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DEkZsgxDO66y3WGl9TZTJmx3Bqcgwxsc { width:14.0625rem;height:1.225rem;top:24.5rem;left:3.3125rem;font-size:0.875rem;font-weight:700;font-style:normal;z-index:15156;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#EwGihRJC2UaeZ24btAhB5GrqzkDlRGpE { width:17.499rem;height:3.436525rem;top:20.625rem;left:1.5rem;z-index:15192;background-color:#39b032;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; }
#OOL0l9ALT8W9GcdehM8IS8qq8s1HsKTX { display:block; }
#PAqa880z0n9WoFUeKlqbxHlzfd0rnd6F { top:3.8723959922791rem;left:0rem;width:6.6823125rem;height:3.75rem;z-index:15200;display:block; }
#W4Zv4cOis4VcaITAQ9LOO2E5ohpkcOGa { display:flex;width:2.311525rem;height:2.311525rem;top:21.1875rem;left:2.3125rem;z-index:15193; }
#iuVHTMLI6A7cBVARS6svhwUWJgdy4BLn { width:17.499rem;height:3.436525rem;top:16.375rem;left:1.5rem;z-index:15190;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eupX5RVn8dhIhvgWgFRnyaJd6AwFtdaL { display:block; }
#zBmOTpaNOSLh4J89oDHZ79dcxnG7mi0z { display:flex;width:1.9995125rem;height:1.9995125rem;top:17.125rem;left:2.5rem;z-index:15191; }
#DV5vVtHn0MqJe5uKNHIUa7hM8gAGmNVC { width:19.9995rem;height:0.975rem;top:12.9375rem;left:0rem;font-size:0.75rem;z-index:15170;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#TawPFMDaEPoFgy0TDGNsvm4G3wpFafVF { width:19.9995rem;height:3.0875rem;top:8.625rem;left:0rem;font-size:1.1875rem;z-index:15166;font-family:var(--paragraphs-font-family);display:block; }
#lUkUbmqamEJeCaCptTQ5XJ52Cnvn0sJb { width:20rem;height:8.3rem;top:6.2647569179537rem;left:1.4027777910232rem;overflow:hidden;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#EvWd0GT7XnoZU4d6Gu0UlSkpHUrDXuHA { width:4.375rem;height:8.5rem;top:-0.3125rem;left:7.8125rem;overflow:hidden;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe { background-color:transparent;background-image: -webkit-linear-gradient(111deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(111deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(111deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(111deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(111deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row .container { background-color: transparent; background-image: none; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row .container > .video-iframe-container { display: none; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row > .video-iframe-container { display: none; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .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); }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row .container { border-width: 0; border-radius: 0; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vesh1AQUCAuXZNGHma0qO8N5rbfDcaSe > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#uuwgQwdXu0IkrL695aw3lhypF8dNO1T1 { top:1.25rem;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-0),1);font-size:0.8125rem;display:block; }
#qVKGLygCs79e0FPwV7JrlnKn0b8IgoAP { top:0.84062957763675rem;left:0.59999996423721rem;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; }
#qlSpVIMC9B4KFhwtT9WXa3shzifwByNT { top:0.87187957763675rem;left:5.9875002503395rem;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; }
#vuktCeevdUBePsyV40Fna4PDRCGeWRoa { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f5a5990f-be8b-480b-a870-01482ef15757/AndalusiaLadiesWellness40.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vuktCeevdUBePsyV40Fna4PDRCGeWRoa.adaptive-delivery-prevent-bg, #vuktCeevdUBePsyV40Fna4PDRCGeWRoa.lazyload, #vuktCeevdUBePsyV40Fna4PDRCGeWRoa.lazyloading { background-image: none; }#vuktCeevdUBePsyV40Fna4PDRCGeWRoa > .row .container { background-color: transparent; background-image: none; }#vuktCeevdUBePsyV40Fna4PDRCGeWRoa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuktCeevdUBePsyV40Fna4PDRCGeWRoa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuktCeevdUBePsyV40Fna4PDRCGeWRoa > .row .container > .video-iframe-container { display: none; }#vuktCeevdUBePsyV40Fna4PDRCGeWRoa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuktCeevdUBePsyV40Fna4PDRCGeWRoa > .row > .video-iframe-container { display: none; }#vuktCeevdUBePsyV40Fna4PDRCGeWRoa > .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); }#vuktCeevdUBePsyV40Fna4PDRCGeWRoa > .row .container { border-width: 0; border-radius: 0; }#vuktCeevdUBePsyV40Fna4PDRCGeWRoa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vuktCeevdUBePsyV40Fna4PDRCGeWRoa > .row .container { width:20rem;height:332.4375rem;position:relative;display:block; }#eVgNNmp4KZlWIUp95i4uzlRIp6TovW7P { top:2.4343719482422rem;left:0rem;width:20rem;height:11.1875rem;z-index:14985;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MQyF571hHQ4JGnlKJXKbaGTApwWaCAIE { top:14.435150146484rem;left:7.1906252503394rem;width:12.6245rem;height:1.65rem;z-index:15014;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#pTPahWPvoQOsKQV7XOQJ6S9uN1BmXViR { top:14.434679031372rem;left:1.1328125596046rem;width:5.49926875rem;height:1.9995125rem;z-index:14977;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oDWhBV1311hlNslK5CUq79KNXrUOu8sg { display:block; }
#Z6QBnXBAN8Qr3zH3U04i1ncMTW0ELMNH { top:21.186721801757rem;left:0rem;width:20rem;height:10.9375rem;z-index:14988;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#y6UdJpSTSe3qN5ZFeGPaDRmiR1kLoCqV { top:32.75rem;left:7.187255859375rem;width:12.3125rem;height:1.7875rem;z-index:15038;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#nO9sPOARv4X6ywViqIOAxkrtDDDtuPrV { top:34.6875rem;left:5.4375000596046rem;width:14rem;height:2.925rem;z-index:15034;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#PIOPHZeednidHrUpIiWXVrMUzZ3ZZTCr { top:16.747650146484rem;left:6.96953111887rem;width:12.68675rem;height:3.65625rem;z-index:15035;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#RrhuNNvIiRQt8sk4fJtaNEEhG5FdNLV7 { top:49.98046875rem;left:7.3140626549719rem;width:12.4984375rem;height:1.7875rem;z-index:15039;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#DOARq1GbvCiHcxhHyqkd5rzMU3glJaLB { top:51.76796913147rem;left:3.9382811188698rem;width:16.0616875rem;height:2.925rem;z-index:15035;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#pPimQFZrxT8nW8CQyUHmDtShg1Dt7xLJ { top:55rem;left:0rem;width:20rem;height:10.9375rem;z-index:14990;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kbs2EC1LnxsAo9z7ccS4ytuuTTEucRkH { top:66.625rem;left:6.8125005364419rem;width:12.5625rem;height:0.89375rem;z-index:15040;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#gB5GGX0D8P1B9dVy4VfCM0UyzJihvrpI { top:68.31250190735rem;left:7.0000005364419rem;width:12.6875rem;height:5.11875rem;z-index:15036;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#FaIHVrdmAr7Sb4DGTuvUe0rn1o9zmzdE { top:74.746871948244rem;left:0rem;width:20rem;height:10.9375rem;z-index:14991;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PLp5kh0Al4N28mcP88RFqtxsmxJhJZRS { top:86.5625rem;left:6.3125000596044rem;width:13.4375rem;height:1.7875rem;z-index:15041;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#ElVBcQwGsF71km1oidER09XXLUQ2sXk7 { top:88.5rem;left:7.1250000596044rem;width:12.4375rem;height:3.375rem;z-index:15037;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;font-style:normal;line-height:1.5;color:rgba(var(--color-tertiary-4),1);display:block; }
#MChCu4oasVm5pRJ4qGp3e2STtq1Xr5W6 { top:107.31092834472rem;left:1.9367190003395rem;width:17.625rem;height:2.53125rem;z-index:15040;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;font-style:normal;line-height:1.5;color:rgba(var(--color-tertiary-4),1);display:block; }
#oT7klKG8SmBQyWzQfPw3SVVgAOofLhZB { top:105.1875rem;left:6.5rem;width:13.25rem;height:0.89375rem;z-index:15044;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#Fg6T7TzfIklBmIsQTPdcUTu1Wuxn14U4 { top:143rem;left:6.3125rem;width:12.9375rem;height:2.19375rem;z-index:15042;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#KymCieTEbCFT1hT3v6eB5RPuPIZ8ExXm { top:140.9375rem;left:6.9375rem;width:12.496125rem;height:0.89375rem;z-index:15046;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#s2malZkg7T8rawfPBQbRDw54XGHSqTHn { top:93.248443603512rem;left:0rem;width:20rem;height:10.9375rem;z-index:14993;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ThZt6qepGJI24nAUaXW6Ws2R9FeJ5Cd8 { top:128.68594360351rem;left:0rem;width:20rem;height:10.9375rem;z-index:14993;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DsLR9ony6Dn1nGfwkHTBpLZJTednGdPO { top:38.012496948243rem;left:0rem;width:20rem;height:11.125rem;z-index:14989;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HuO5vS068B56FgnoGfIqNylhmDl96ZOu { top:146.12344360351rem;left:0rem;width:20rem;height:10.9375rem;z-index:14985;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TIQe6zSn90z6HQQpwc5NZKkUklsNvy0C { top:157.62421417236rem;left:5.1234374642372rem;width:14.25rem;height:0.89375rem;z-index:15014;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#M0K9Lnz0vqNtT1qpeS3lyOldPiEqDoy0 { top:159.75000572204rem;left:6.6320315003394rem;width:12.8125rem;height:2.19375rem;z-index:15035;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#JeaKKkFMQBSwzoCpDGKEshloiwac1coS { top:163.43515014649rem;left:0rem;width:20rem;height:10.9375rem;z-index:14988;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nUkAnSuiGRKhdX2hQA8iD2xTDe30LIEd { top:175.12414169311rem;left:6.9368494153025rem;width:12.5rem;height:0.89375rem;z-index:15038;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#O8gmeTC9grODxwLL2WaFrpMnnOxxTlH4 { top:176.62414169311rem;left:6.8747833371163rem;width:12.5rem;height:2.19375rem;z-index:15034;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#mCCzPChyFMz752rORmSXGoP2fEzoXgmT { top:32.561767578125rem;left:0.9375rem;width:5.5rem;height:2rem;z-index:14978;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XIM6ST0n0kwvAJ3SNbw721lUzhyZyu3U { display:block; }
#u29V81NUo9KbFLcJ3sFOAR1UDqhTqLt0 { top:49.999786376953rem;left:1.0622830986977rem;width:5.5rem;height:2rem;z-index:14979;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dzl3dXaTdOcKTML22VtmTtkT3mmwzd2i { display:block; }
#wgL6iRNpx5bKodpd3iQUoXAGbf3n13kt { top:66.75rem;left:0.875rem;width:5.5rem;height:2rem;z-index:14980;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GJghTVqRKzaON3WWDckyTT3DQcfRCTP5 { display:block; }
#ibGkhRnTlDym4KFeqyFdERDR23usySPB { top:86.5rem;left:0.87499994039537rem;width:5.5rem;height:2rem;z-index:14981;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Dqwo7KwzZ0JgDU2hVHqXKigAsVPl7kPL { display:block; }
#mkTzuyqKstwdL6WbtnLb8xACsd9saImb { top:104.875rem;left:0.8125rem;width:5.5rem;height:2rem;z-index:14982;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eRwnf4wzLm0lAw9Pdq52C2ecHX0AU8fM { display:block; }
#C7DLwpUZss7T5wMn3C4f2eNl9lsWPrTw { top:140.5625rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14983;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#syUNHcX9alsNncltHugOwbrGtLsJXtdy { display:block; }
#TftQigH0RVMAkc89S61mECETSfWHexLX { top:157.75rem;left:0.875rem;width:5.5rem;height:2rem;z-index:14984;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GXV35GBP8CPOygWLEuwlCLrwyrVx9d8N { display:block; }
#KhbgTf2yP2B9b8Tq6l2wdrVkVrruXy5g { top:175.37456893921rem;left:0.87456601858137rem;width:5.5rem;height:2rem;z-index:14985;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EgLTrB3D55AX7awEPGU1MgSUqTAaoh9E { display:block; }
#IPwM0PrJ9MlVtd9qPr8neeJmZtMyO2Oe { top:0.53603744506836rem;left:0rem;width:20rem;height:1.38125rem;z-index:14998;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-size:1.0625rem;color:rgba(var(--color-tertiary-3),1);display:block; }
#nZTI74QorlSTyLOQBU17ITd7NhiPpJqv { top:111.55859375rem;left:0rem;width:20rem;height:10.9375rem;z-index:14994;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KsaLqcL3dt4IwvKQyHLZfckyUMrnC7fu { top:122.99870681763rem;left:6.436632454395rem;width:13.2498125rem;height:1.7875rem;z-index:15045;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#DrUg8RPIaRyOhfBAQxuUT3XMkKCRN8hX { top:125.03581619263rem;left:6.6234810948375rem;width:12.8125rem;height:2.53125rem;z-index:15041;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;font-style:normal;line-height:1.5;color:rgba(var(--color-tertiary-4),1);display:block; }
#G491uePspUHLftskAymE4MUyKuS0KaJi { top:122.95378112793rem;left:0.74869793653488rem;width:5.49913125rem;height:1.99978125rem;z-index:14983;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zrmseWDonsp0y810sANEKmspc35nAMWh { display:block; }
#P7tt7pwvNSI7ugQ7ve2AqQTNbX87zdzt { top:261.88281822204rem;left:7.1906247735025rem;width:11.99925rem;height:2.4375rem;z-index:15034;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#t66uQnpKmLaO5QfkLG78giXqASlExGMA { top:260.48938369751rem;left:7.1265195012094rem;width:12.5rem;height:0.89375rem;z-index:15038;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#r6Tl5RuIMucBPvRntpzaANIiFzwmvmWU { top:259.9375rem;left:0.5rem;width:5.49926875rem;height:1.9995125rem;z-index:14990;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZnIdLXf51BEyPNgK6F7Ta2EO0RKKNLkE { display:block; }
#LbX0oEykvBc6yvQCq2kpHzgsJX4sOxvn { top:248.68594360351rem;left:0rem;width:20rem;height:10.5625rem;z-index:14988;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Lyw7uAIzefEKqIrGrKXGA8yTbwyU9p3q { top:244.43437504768rem;left:6.6304689049719rem;width:12.874375rem;height:3.25rem;z-index:15035;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#x8tAJJ59IPI5xEieLVzINNKEiQueghax { top:242.49921870232rem;left:5.6242190003395rem;width:14.25rem;height:1.7875rem;z-index:15014;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#ZPor8zhgdxRqZ5NWL9hpsoT5hpRrnH8o { top:242.87434387207rem;left:0.62478297948838rem;width:5.49926875rem;height:1.9995125rem;z-index:14989;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SSTmQttzzgzVANV3ZIpTGSZVie2Blp6Z { display:block; }
#ku62aPwvo3KvLiaW7vlx8JOSKzh8C5M6 { top:230.79376220703rem;left:0rem;width:20rem;height:10.9375rem;z-index:14985;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LTPU8aB7DcGIs5H6WePWfIJqWdyWOqyK { top:227.31122016907rem;left:6.1315105557442rem;width:13.311625rem;height:2.925rem;z-index:15037;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#ZSlxMI4n4oNa2sWitVnvpuz3seCHCBAm { top:225.4375rem;left:6.0625000596046rem;width:13.6875rem;height:1.7875rem;z-index:15041;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#rupqJe6LdeVuBAIlUKs1k4smJMcMtSHs { top:225.62501525879rem;left:0.56228297948838rem;width:5.49926875rem;height:1.9995125rem;z-index:14988;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mLMUDQAxTI1G4HDspJ1GHyllRt2UlpEa { display:block; }
#tZRrXiKLgwRnLLXD3JMTEUKi53HFGdCw { top:213.75rem;left:0rem;width:20rem;height:10.9375rem;z-index:14991;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dlIqZEiFp8uUT0XJa27BnUpz0aXTA8Fy { top:210.24921798706rem;left:6.4375000596044rem;width:12.749rem;height:2.19375rem;z-index:15036;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#UWPSmZDoBAFxkKvPiSIndU8p3vnEAp1o { top:208.3125rem;left:6.8117190003394rem;width:12.4975625rem;height:1.7875rem;z-index:15040;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#yMcDGh6ILWBTuqLDQPe6MC5Jc1qJvSDW { top:196.99452972412rem;left:0rem;width:20rem;height:10.9375rem;z-index:14990;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NMBf8GqfLUzDLMleNiWCnItG8rrKWkVX { top:208.43671798706rem;left:0.62421876192093rem;width:5.49926875rem;height:1.9995125rem;z-index:14987;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#b13TtPOxnU8RJGdlPg0shUaQhkdReg2O { display:block; }
#muiHH2wLd3WDhtyo1uVeKEvDpCe6u27P { top:193.87501144409rem;left:6.4375002980231rem;width:12.937rem;height:2.4375rem;z-index:15035;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#Pn3fhZ3eCqBTs60VHznAhBqATPTrwM5r { top:192.31229782104rem;left:6.624132454395rem;width:12.87475rem;height:0.89375rem;z-index:15039;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#ek7B9yuIVO3HQMK5CN71cgkDEtox1W32 { top:191.74914169311rem;left:0.62478297948838rem;width:5.49926875rem;height:1.9995125rem;z-index:14986;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BADbzs2l6eSS4G1OE1QT0hHhBris3VdX { display:block; }
#yaS8gxJ2zCmv5yJAOpXgydiC124u4RuT { top:180.06015014649rem;left:0rem;width:20rem;height:10.9375rem;z-index:14989;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Zn206uTCcfxMBTnqSLxeNPrh22A9pCRH { top:265.37343788147rem;left:0rem;width:20rem;height:10.5rem;z-index:14989;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MbTJ9zFL1i5VwfZoH9HU0zdBm2BAzK8h { top:276.42656326294rem;left:7.1898437142375rem;width:12.5rem;height:1.7875rem;z-index:15039;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#c12AnML0zusJIqAThlhlPBA0PTMaTb1t { top:278.5rem;left:7.5031247735025rem;width:11.99925rem;height:1.625rem;z-index:15035;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#inzXpat02uGzv71CBCCxLh4OJBtUCuVc { top:276.55156326294rem;left:1.0070312619209rem;width:5.49921875rem;height:1.99921875rem;z-index:14991;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Lstah3mLe3I3FmaCIw7w9mlvgFIuiDvZ { display:block; }
#nf8KwKxZBfM1ukMc4tJ8N8awr8EtnKRG { top:281.375rem;left:0rem;width:20rem;height:10.5rem;z-index:14990;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UHI8DJ1DiC2GuvVL0fuIsce8d99eQbqp { top:292.3125rem;left:6.5rem;width:13.25rem;height:1.7875rem;z-index:15040;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#FfiJdSUm4Xe52lxysSwGeTpGKgiS4PDI { top:294.6875rem;left:7.1875rem;width:11.99925rem;height:3.25rem;z-index:15036;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#yU1S1Gs8eQgXMFQGHTdEmplGB7MCGKxA { top:292.5625rem;left:1.0625rem;width:5.49921875rem;height:1.99921875rem;z-index:14992;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ksEc5h40yig6fzO6vKQ3rd0VAtb31gp5 { display:block; }
#DCN6h9PcIuoVnikmhJ8ZJiG4x11vSgWr { top:298.375rem;left:0rem;width:20rem;height:10.5rem;z-index:14991;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oGG18ThZDZuSrDFf4GDiWldZ6ip3BhoM { top:309.42656326294rem;left:7.2523437142375rem;width:12.5rem;height:1.7875rem;z-index:15041;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#AN9APT1ddxTVki3U4v7xTK7iLTLXu9Pv { top:311.8125rem;left:7.3781247735025rem;width:11.99925rem;height:1.625rem;z-index:15037;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#dnOoMKcri70eg2iQGCSztkJvZhm17y3g { top:309.42656326294rem;left:1.1320312619209rem;width:5.49921875rem;height:1.99921875rem;z-index:14993;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fbFA3gcpNdLyHA1aaeMABBw11Tdq5oLV { display:block; }
#UScvUPwFTqsWLW0xb9IztTCAomNXXIc8 { top:314.75000953674rem;left:0rem;width:20rem;height:10.5rem;z-index:14992;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XOT33IK6hN2pZBXORT7SUmL5C7ncV3k3 { top:325.86355209351rem;left:4.6895835995674rem;width:15.0625rem;height:1.7875rem;z-index:15042;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#g0ktUNo5XE2bmNiyH2heU6LkokKZv9oG { top:328.25000572204rem;left:5.4382811188698rem;width:14rem;height:3.25rem;z-index:15038;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#E5a4UrKURCa34xD97unI2TyhigZhSlwA { top:325.98855209351rem;left:0.88020831346512rem;width:5.49895625rem;height:1.99895625rem;z-index:14994;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mZTIi5DJ4AVt2MP0ogxCFwUyLoqsRK8D { display:block; }
#VgTidGABwtMthMLd7E0lU4RTI293nX0H { background-color:transparent;background-image: -webkit-linear-gradient(111deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(111deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(111deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(111deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(111deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row .container { background-color: transparent; background-image: none; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row .container > .video-iframe-container { display: none; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row > .video-iframe-container { display: none; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .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); }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row .container { border-width: 0; border-radius: 0; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VgTidGABwtMthMLd7E0lU4RTI293nX0H > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#J1NKxgJNfWfUdBAx0RDwfHyDOawl6VLT { top:1.25rem;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-0),1);font-size:0.8125rem;display:block; }
#JPqU66MpmMlOfe4z1XZUabIO23aUoH48 { top:0.84062957763675rem;left:0.59999996423721rem;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; }
#hBq4LgNkNMuf46TMUauAEzVNhohk1UEJ { top:0.87187957763675rem;left:5.9875002503395rem;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; }
#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR { display:block; }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR { background-color: transparent; background-image: none; }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR > .row .container > .video-iframe-container { display: none; }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR > .row > .video-iframe-container { display: none; }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR > .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); }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR { border-width: 0; border-radius: 0; }#TgwtIZUqnv1W6yEbMhoRkxv0Ait7uJkR > .row .container { width:20rem;height:30.3125rem;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; }#y6xauqQ7sCndTN9ALbqGuqe1yQKFBPHH { width:16.5615rem;height:1.70625rem;top:1.45166015625rem;left:1.71826171875rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15114;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#hvLpFOaCorONASQ4vrD3rKgAe90NUWOF { top:4.40625rem;left:0.37353515625rem;width:19.25rem;height:22.9375rem;z-index:15115;display:block; }
#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK { 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; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row .container { background-color: transparent; background-image: none; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row .container > .video-iframe-container { display: none; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row > .video-iframe-container { display: none; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .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); }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row .container { border-width: 0; border-radius: 0; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kmxSkviZKWnf4zLVcEFFiJGP7oTm1mrK > .row .container { width:20rem;height:13.125rem;position:relative;display:block; }#wH3NO7ahMqfilcieU8sr3exnSLXq2Qb3 { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:none; }
#ifyOJSwaxPZkUrntlWgbgnBeRc2zqfhN { width:16.4375rem;height:0.9rem;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; }
#eTMfRATqPuFBDbWmTNOgDIWrUa9Axul3 { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#Q7Ol5XFtP36XJTqwRdu2r2ZDXarem9vk { width:20rem;height:0.8125rem;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; }
#cBDXmDUnRy7tlPdJUFQcfenzOEKc5Bp9 { width:16.437rem;height:1.35rem;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; }
#eAlSEfSpuwsOtzIsFSbQHw8b4iXoT88p { display:flex;top:8.8109436035156rem;left:7.3734374642375rem;width:0.875rem;height:0.875rem;z-index:15152; }
#yIdKOlLW21egHAb4VkegqDSbeRw6w1od { display:flex;top:4.99951171875rem;left:5.09326171875rem;width:1.875rem;height:1.875rem;z-index:15153; }
#JatZ7GnzkZC1Vm74VrBvvatkUfRXSmMb { display:flex;top:4.99951171875rem;left:6.87451171875rem;width:1.875rem;height:1.875rem;z-index:15154; }
#B3TNR7pWPCeRTvKWey3Ot9Tt2KcU7Pff { display:flex;top:4.99951171875rem;left:9.0615234375rem;width:1.875rem;height:1.875rem;z-index:15155; }
#B5rfHFuk0e9KN8BnvBxJKTK1p4H5p1SJ { display:flex;top:4.99951171875rem;left:11.1240234375rem;width:1.875rem;height:1.875rem;z-index:15156; }
#UG7o7khbbCTGC36Avt7bNN2fsgxTHXQO { display:flex;top:4.99951171875rem;left:13.1865234375rem;width:1.875rem;height:1.875rem;z-index:15157; }
#GJnsghZrng2NKivNEgpvxUSC1Ft7KXDT { display:flex;top:5.12451171875rem;left:15.6240234375rem;width:1.875rem;height:1.875rem;z-index:15158; }
#H58QqDm5Rl4lFoERkX3CbDiP9cJufNJ0 { display:flex;top:4.99951171875rem;left:2.52978515625rem;width:1.875rem;height:1.875rem;z-index:15154; }
#mRGoKgiLR7sXEzqE5OhkaRPkEULtw95B { 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; }
#IiytoTQXLRufdXZKE85ShycETZ2BhTEO { width:3.6870125rem;height:1.9995125rem;top:1.0625rem;left:13.6875rem;z-index:15209;display:block; }
#ohV7pyVbGzoRpCWN6fcZbEnOyLM2MURW { width:3.061525rem;height:1.6875rem;top:2.5625rem;left:16.9375rem;z-index:15208;display:block; }
#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 > .row .container { border-width: 0; border-radius: 0; }#M6QSFuTgS43a1ikRkTzqTGIGtTmZkvM2 > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; }#fgycsvLvE4sC3OhCIfD1R2Zl4rR29K3k { width:5.0625rem;height:2.49960625rem;top:8.7484375rem;left:7.4375rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WaWuTTlTQ0k0Don7ZMQtWn8f1AK29qbq { display:block; }
#DwAiSDwU1wlTIJgmSI7FXQg6iIq4mk8k { width:4.93710625rem;height:2.49960625rem;top:4.99921875rem;left:7.5rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iVl19U4canLrO7KaTeu5xRr007zLti8i { display:block; }
#wa4588nbcxvuhzBox9DhXVGuCy3vLZyk { width:6.25rem;height:2.5rem;top:27.6875rem;left:6.875rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#FrJoJGRnIbPoxRSit63L66msbfGtJ68T { display:block; }
#WfzXfNVOnZavCTNNGZ5urfukHxz8z28T { width:6.25rem;height:2.5rem;top:27.6875rem;left:6.875rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#n6PCZuRPlVzR7HflQkExc72pQgMxqfx3 { display:block; }
#zJEX5FEdPEVrPTCKPQ0abnU3Enh0Bea0 { width:6.25rem;height:2.5rem;top:27.6875rem;left:6.875rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#CU1OopTiQLf5XqFiFoADgtz7VVKW4nyn { display:block; }
#pW3AVu5gVEfNEOToKLrRgSC9WNNsr6SZ { width:4.93710625rem;height:2.49960625rem;top:1.25rem;left:7.5rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15028;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SKdJT1MtzWt1IRHi62RuVhwdT97FbG39 { display:block; }
