.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RH29xamgv5iZec36oneIyB2lvVbWhTzA { position:relative;z-index:auto;display:block; }#RH29xamgv5iZec36oneIyB2lvVbWhTzA { background-color: transparent; background-image: none; }#RH29xamgv5iZec36oneIyB2lvVbWhTzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RH29xamgv5iZec36oneIyB2lvVbWhTzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RH29xamgv5iZec36oneIyB2lvVbWhTzA > .row .container > .video-iframe-container { display: none; }#RH29xamgv5iZec36oneIyB2lvVbWhTzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RH29xamgv5iZec36oneIyB2lvVbWhTzA > .row > .video-iframe-container { display: none; }#RH29xamgv5iZec36oneIyB2lvVbWhTzA > .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); }#RH29xamgv5iZec36oneIyB2lvVbWhTzA { border-width: 0; border-radius: 0; }#RH29xamgv5iZec36oneIyB2lvVbWhTzA > .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; }#RH29xamgv5iZec36oneIyB2lvVbWhTzA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OANr67Tl0haozxvZA57dF8ZNMNKNIZ9E { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;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:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#D8nB0EMc9TSCSkJGyPwL4WHGu7XAOb82 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uHTCGNURoGEz29LI78wK1w15VqzeRsgq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#Rk6Apnl9XUBcJ1vDXAsXq4KS2IrqADlA { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;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:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#y5p0VnnG2e19hNS2HCJhTuk5vQh7rN5R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iMk2i90V1aV0pgWChoLEKTWPLIAFA1ff { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#iMk2i90V1aV0pgWChoLEKTWPLIAFA1ff > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#dJ47Uxibfz9ptkNhaS1eEncIAw2ezeoT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;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:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#xzUSXao5TXJgsFZHkUziIaAsVl4dFQqI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hTVvIsO93cXBHc1UCDQKv7FgXqSZ4rQS { 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: 0.0625rem 0.0625rem 0.1875rem #ffffff ;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#SH1T2G3XgfTygoTk32zSKQhdEBTmIPie { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#DgluV7UNWSU4oVT2Zg1va3NO1FypJExQ { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Znso9lTDxMlArNHFJPiDQLJHCT3HdaFn { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.36328125rem;left:15.58203125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dElMXBkzZgx1mJygNZgVglf5Uwqe0vTP { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:11.625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oAN5zpFyA0d4Cw57AR7EOOJD9PnTAdJ4 { color:#a57f62;display:block;width:5.0625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:10.9375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rG2XOI5JFK7Ce5eEiMmLsVrdWulOUVWN { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ibD7F1spVH3ikLu3VugVJHT784Fuc34i { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b2lsI34m0LgTtvxKkX5UKpXM7QfnrssU { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT { position:relative;z-index:auto;display:block; }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT { background-color: transparent; background-image: none; }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row .container > .video-iframe-container { display: none; }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row > .video-iframe-container { display: none; }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .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); }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT { border-width: 0; border-radius: 0; }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row .container.adaptive-delivery-prevent-bg, #BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row .container.lazyload, #BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row .container.lazyloading { background-image: none; }#ZxIPIy2kcnBu6bTvomS8y9Carz6PrbTb { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#Btz1fVZ1WfkeHqVfH6CaiPA8qS02bBr7 { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf { position:relative;display:block; }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf { background-color: transparent; background-image: none; }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf > .row .container > .video-iframe-container { display: none; }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf > .row > .video-iframe-container { display: none; }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf > .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); }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf { border-width: 0; border-radius: 0; }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf > .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; }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf > .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:26rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eSydnBa0bN9cdUBRvEh4rN4HBHx2Vpp4 { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WCZweGtP25cINXkTtvbz0549iHAXGT9w { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.75rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tc0nTPoEip5Kcgomgl3GoIMmVGqFRvz1 { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BxpIZTJPZaqQdgJice4ibWTQkGN8dDz9 { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:#b28c72;background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#uNXivaaxiQz0I7E07SHNrPOB2gF9FgyQ { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(178,140,114,0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-form-header {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-container:first-of-type{padding-top:0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-container:last-of-type{padding-bottom:0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.69140625rem;left:10.6171875rem; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 {display:block;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.69140625rem;left:10.6171875rem; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #syGM7pDhiEFMCHpPavHA122WprsGQyBv { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #dwswqMdByrrfHBpLwJLc1aiKBK9whI10 { position:relative;display:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #wsJzWlzirt4SF47wQISxvW65DdES3Gnq { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #lkv887T5IbX1fCKQ9aB39e1rpb9fswiQ { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #MrOrs05BGnDJNBwTHqTomOrADeptAP8X { position:relative;display:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #DOvt9FDlQSqMeXWIcFMhbnFFkHupLCd5 { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #wKLt8zfcv3pRLUSUiAbIJ94WRp7FZmpO { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #xwSIgRa5TzR3QqZ36pNfygzR99MLBJOa { position:relative;display:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #crzGcy6FQll1szhpFIqsdXnXc9mgxCqn { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #P6IQSG8axlqUEZWxSIxeDSEWDgiaeL83 { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #ZAo8iWQWaZheHIArNdPcqMQSoVDqhU3c { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #t8213nV3kh4M2wh4TDnF2xSwJh0Pzn7d { position:relative;display:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #iUGT9uEfK5vaFXOnm13lyNoN1pxV1d7M { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #uysIZbFO6gsscSLbbfiy5ldZ2DBJHfk3 { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #JWPGy8PK7tHDvzKVCCmP9H9F23KNsIPi { position:relative; }
#WwGnW40LkzttB00BW91WKa2egevrkdvT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26.0625rem;left:24.6875rem;display:none; }
#RJIXkApKATNTRyFJTynFK0bF2zWp1HpV { background-color:transparent;background-image:none;border-top:0.125rem solid #62748d;border-left:0.125rem solid #62748d;border-right:0.125rem solid #62748d;border-bottom:0.125rem solid #62748d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.0625rem;left:6.875rem;display:none; }
#dhd08oWWLdeeRwft1b1PA2x6hRkLUoKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QMwL4NAy8clFRX69UUFOncA4980OdZPR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.5625rem;left:21.125rem;display:none; }
#aKThRa7cltO3elVTCztKT7Hylr7EHUDJ { position:relative;display:none; }#aKThRa7cltO3elVTCztKT7Hylr7EHUDJ { border-width: 0; border-radius: 0; }#aKThRa7cltO3elVTCztKT7Hylr7EHUDJ > .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; }#aKThRa7cltO3elVTCztKT7Hylr7EHUDJ > .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; }#UgsT1uUDN1KpVy4TTrMmUbhwpmHM59nT { 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; }
#pvDvqUy7KUXkEWq5TPnvSIemeH2g8Ebf { 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; }
#Ho4OFzMf5UETchTUddvucR4TpV23miWD { 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; }
#GcEAiwkTc1XSPqPpywJh7RfNdbmq0Im1 { position:relative;display:none; }#GcEAiwkTc1XSPqPpywJh7RfNdbmq0Im1 { border-width: 0; border-radius: 0; }#GcEAiwkTc1XSPqPpywJh7RfNdbmq0Im1 > .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; }#GcEAiwkTc1XSPqPpywJh7RfNdbmq0Im1 > .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; }#aCpbr4NWBnOavyAMBZ92wLQH3QtIXW49 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.18671875rem;width:6.5625rem;top:58.25rem;left:10.875rem;overflow:hidden;display:none; }
#evvst8gFpQ3VE7Byz1X05XT9G9ZsFDXi { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5609375rem;width:6.5625rem;top:58.3125rem;left:18.0625rem;overflow:hidden;display:none; }
#RJpfbWTOLJPERMO0vFp215EUe6EqI3Wk { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:56.3125rem;left:8.125rem;text-align:center;text-align-last:center;display:none; }
#Lu61Wfs6RVcTsysGTDXuc5P5qxx2NSqu { position:absolute;display:block;z-index:15110;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.8125rem;width:9.375rem;top:10.377604484558rem;left:2.1145839691162rem;overflow:hidden;display:none; }
#DEEskKffCH0IIXeufDeU4RmzQfRoDOUg { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#DEEskKffCH0IIXeufDeU4RmzQfRoDOUg > .row .container { border-width: 0; border-radius: 0; }#DEEskKffCH0IIXeufDeU4RmzQfRoDOUg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DEEskKffCH0IIXeufDeU4RmzQfRoDOUg > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#U7BvCM0hCPLc9XDZkamM4fC1p2htKy4L { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.5414500236511rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#qnpira2FdJeO3UpgichD5QwSZK1AyuoP { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.25rem;left:-20.0625rem;height:16.50715rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#xR1oddXJv4IFAJRSvrcqfHoht6xJ87Tx { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -moz-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -ms-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -o-linear-gradient(180deg, #c6996e, #96a2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );";background-image: linear-gradient(180deg, #c6996e, #96a2b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:25.4375rem;left:3.625rem;display:block; }
#PwNSflQEGKNERyVqbETe2dq9F8hwbR3L { background-color:#62748d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.4375rem;left:0rem;display:block; }
#VMdiwRpl5SBwrMwF8uMKduyOOPFqdE98 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zhlgrr7U6JLzTrnS6TcN6TnVXgbPEAVU { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:43.125rem;left:6.8125rem;height:4.50195rem;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; }
#TKZQRPU6SmFnFc8dWkKSvQAcixTtLMZE { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.8125rem;left:2.3125rem; }
#VTOEUx9oySWdIVWiOdMcL26Df8shZpzZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:38.25rem;top:15.286458730698rem;left:21.75rem;overflow:hidden;display:block; }
#KBirk26q9i05pyrJ7kBNV2AhslJQOahR { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d4b392, #fafafa);background-image: -moz-linear-gradient(180deg, #d4b392, #fafafa);background-image: -ms-linear-gradient(180deg, #d4b392, #fafafa);background-image: -o-linear-gradient(180deg, #d4b392, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #d4b392, #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:39.375rem;width:22.625rem;top:3.59375rem;left:0rem;display:none; }
#XyISBtd1XwUSt20rotTIV3en7pf45hye { position:relative;display:none; }#XyISBtd1XwUSt20rotTIV3en7pf45hye { border-width: 0; border-radius: 0; }#XyISBtd1XwUSt20rotTIV3en7pf45hye > .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; }#XyISBtd1XwUSt20rotTIV3en7pf45hye > .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; }#vHvEoogtBGEJiJeuZJcwFe70CiidPCZT { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#IOTDsCqIMQ7XBS2ylHgstcK3DIlQfwUP { position:relative;display:none; }#IOTDsCqIMQ7XBS2ylHgstcK3DIlQfwUP { border-width: 0; border-radius: 0; }#IOTDsCqIMQ7XBS2ylHgstcK3DIlQfwUP > .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; }#IOTDsCqIMQ7XBS2ylHgstcK3DIlQfwUP > .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; }#RUdKAAZ3U5DN3XOfTmR09ukmzecBXWvx { 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:34.875rem;width:60rem;display:none; }
#NRNwMQcZOwxswylTcGnhTzX16KPfpzdZ { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:16.25rem;left:2.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gyyK93CBBsNAhQEDLMeigb6KswLiqIzA { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:16.375rem;left:0.375rem;display:none; }
#pLtveHgpKBwWw719TcS1FuaNtAPn2gQc { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:32.4375rem;left:0rem;display:none; }
#I2wUn8b6XeHAFPSm0tLmyKW6mHzmJqlE { 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:34.875rem;width:60rem;display:none; }
#pf8wXJdBDCfNIA3HMk0edRPS3aZWdn3d { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.375rem;top:65.25rem;left:5.375rem;display:none; }
#XcmIItmvHxEkIWgoxFN5nVLGFJazG2el { 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:34.875rem;width:60rem;display:none; }
#ePc9uUfl7Or0Lg4eg25v8TxH0r7AAWZQ { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:77.625rem;left:5.375rem;display:none; }
#rRU9D4pXvuS41TzUxaXGd65uFQWXoxeI { 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:34.875rem;width:60rem;display:none; }
#KPNPhny3pTiRMOghzAqDVQ2HpAHm1Ext { 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:34.875rem;width:60rem;display:none; }
#xXsVmV9ORyXwTwT7GJpRc72I1pobKsNr { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:118.25rem;left:5.375rem;display:none; }
#lqVRH5rF9tpVwFJXMVJ89ybOBvq3TP1H { 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; }
#M4FWzmQRZLaTTpGTVs04dQMyrEGWivUb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RxlqdPHpCzvHocNtfhT2sl0hlTsFfrDZ { 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; }
#FXHs7oTNgIkOhmuahVTnu763UpvTzzoD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z6Av7orqRMs49RTTb8w6Ce9LfECk8Bpo { 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; }
#RkTBW7VUc6p2qTGaDFzcZNPvTddu39Kb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTbdx7PBB2GFE1yig477ZfEpeETMZUmO { 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; }
#QGPZnzdX5bFQCWMFZFvxQ6gZIflkMk6v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jp9DD3mzrfUXNmn1XXnCG7O03WaSsJxT { 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; }
#qafSJRyPZOaav1nUgMCeXo5aHEhS9ovB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z8xGUarIvndqeCreId3lTSyMG8BIfVMB { 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; }
#pf9oIWC5tU5UglTilhmNR5Oom77nX0Vr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tVDGdIzkM8dpS8tqOMgufi5SVcLV2Zf7 { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:86.5rem;left:8.5rem;display:none; }
#aZ6JkyNfA1JDTz15T2Wa020PJHeGGb1s { 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:34.875rem;width:60rem;display:none; }
#mF2UtVbK7bDdG31FFzkmQEThN8z4KgxP { 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; }
#fQopdnCMbTCwZbVvXtt3qIpsf2qTQbqL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJPw1kGVqLe9rAcawN7de9uFgeybU5MT { 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:34.875rem;width:60rem;display:none; }
#RGACnCmaWSoCefP8l1ZCtdg4QVCBtXhh { 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:97.4375rem;left:5.0625rem;display:none; }
#rnA4CTTv15RC348G2hldEkB5hJpn2A03 { 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; }
#LObu9gV2nHtX9L8xMlBsSwLbLAhhMpXP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aRuIuJtDhUAaolSvOVq8ryLtyPQqc7Ui { 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:34.875rem;width:60rem;display:none; }
#koqV0eqOL6ybwRfKm6iBO7TAFUoZVbVO { 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.875rem;top:111.5625rem;left:5.3125rem;display:none; }
#N0egBxT0ssKMrL4OFgJRaSlZv7DCFwTZ { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:125.9375rem;left:5.25rem;display:none; }
#VsXJbVsPx5ANhhIzS6FiV8sT3E6Tw1TR { 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; }
#eyH0BsUPa0kvT8PGH7ZJWhPR8ebbuzcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRtLHn39ol5s2WwRgBGGrOBGmGkP1c0B { 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:34.875rem;width:60rem;display:none; }
#EyzVl9QDgDsssFrcHHuFT1gzBGggJSFT { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.3740234375rem;left:14.625rem;height:1.99978125rem;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; }
#SZ5luiWTVxwth5ZksWSAcVRF80AuyDt8 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#O5tpvfltJWxnoMVPPzXVDRRecAo1915q { position:relative;display:none; }#O5tpvfltJWxnoMVPPzXVDRRecAo1915q { border-width: 0; border-radius: 0; }#O5tpvfltJWxnoMVPPzXVDRRecAo1915q > .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; }#O5tpvfltJWxnoMVPPzXVDRRecAo1915q > .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; }#atkn2lHWevFdwfvJhfMqS7V0oJ0hoqBC { 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:16.1875rem;width:27.875rem;display:none; }
#ihfbusLeCN7FZbfko3PH1VTAQKF5ewu8 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:16.25rem;left:2.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VXzc2o2insw4TEiEulsMVbzVexCOmfb5 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.75rem;top:14.1875rem;left:5rem;display:none; }
#NXNTr8Bl35Fz7lf1vWblr2U4NUqvTmDI { 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:34.875rem;width:60rem;display:none; }
#C4rVd0xHdIGnUBmbbH8zPzzpo9UXZ9f4 { 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; }
#QFSHyK8Dtz9tf5ZquRTZUqXgNIyT7B2J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uwn9aINZZAp4m6c8qximmuQxJBsCIgaM { 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; }
#vOSyS7gDmrQVmbv5WmVPFov7AzzLepUr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nGTHCKG1B7m62ArsqAEqZPIRUS8UUkBd { color:#000000;display:block;width:14.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.5625rem;top:33.3125rem;left:5.375rem;display:none; }
#NpaXycMKfWKldEd3nMaUTT2H7T7pDIgr { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:8.875rem;left:17.8125rem;height:1.99978125rem;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; }
#TJMWIdypsU8rHXHgTJcOGQ2B4O2tOIv0 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#JvIa6te9QQLohtb8pwCMkE0I3NimLJTX { position:relative;display:none; }#JvIa6te9QQLohtb8pwCMkE0I3NimLJTX { border-width: 0; border-radius: 0; }#JvIa6te9QQLohtb8pwCMkE0I3NimLJTX > .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; }#JvIa6te9QQLohtb8pwCMkE0I3NimLJTX > .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; }#m89wpp0RTnKp7rVBdfsZD4FLf3STCpDp { 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:16.1875rem;width:27.875rem;display:none; }
#IWnGqTamx8iZcucSDRhO0DWM7zULESJw { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:16.25rem;left:2.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XU4rhJyJMaU2lItpzAyFZMOXOGp7Hls6 { 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:34.875rem;width:60rem;display:none; }
#FeSD0ucW9dOLoFpf2Fq0ANPn7m5XRmX5 { 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; }
#MpwQNRUTCpUkkFIVapBzRexZIcLuShiK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNWXsH9yEPxq4uF94mFcLg23ldKFVWIs { 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; }
#G2b35kI2DOCsOtQTBgoAeVCTa3umsVTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rzTSNcMsJo7cCKDJxQulzMhHfieTVvQC { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#LLl4n2hz9Ld8mdcnUpkQKbzI4yLd2HBo { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:28.375rem;left:5rem;display:none; }
#MMGw2qWWSOi0oMyDJ1ELMdW8vdRaJkx6 { color:#000000;display:block;width:14.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.5625rem;top:33.3125rem;left:5.375rem;display:none; }
#SxZeoxdPAZge0p34WToyDf0tQrHPTDTq { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:44.4375rem;left:4rem;display:none; }
#Sh967UzqkvLf6BXmccQsIqAE8Tnf5ahv { 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; }
#WF5q1VFSWkLLw2c3LeKDt0BqgCzzeOLe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r50c4oZyItmtL3isSPTryiWOFrV1BOtM { 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:34.875rem;width:60rem;display:none; }
#M502ItNFt0iZOMM8UdCQqzmlVvZwuZT2 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.625rem;top:125.9375rem;left:5.25rem;display:none; }
#FRwtJXNBGZLEzrpZF1u3pIlQkRiW7NNv { 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:34.875rem;width:60rem;display:none; }
#Sc2XCZMfTVb9ZGWtHcrX4y45icA5GR8t { 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; }
#bnAXXH0glq84k8F1lmsv6D2PVImEya79 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g7ezQvPTpAHvXLg1Z6hQEw3g2n4y05zO { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.62451171875rem;left:2.125rem;height:1.99978125rem;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; }
#khJ1d2I0doyndbgNzw3nJQ9e9I9iDN2P { background-color:#62748d;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#khJ1d2I0doyndbgNzw3nJQ9e9I9iDN2P > .row .container { border-width: 0; border-radius: 0; }#khJ1d2I0doyndbgNzw3nJQ9e9I9iDN2P > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#khJ1d2I0doyndbgNzw3nJQ9e9I9iDN2P > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#kqUa2qmcRDfrf7O3Dh6y2IRtkpeTTWQI { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:block; }
#TJ1Rv2Klw3WV55BhooVkW0REtM0EzMTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PgM6580ChZ6AggfoAFO1IHORL1EJbozf { color:#fafafa;display:block;width:30.125rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:7.0625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#wNvagoN2Lkfizk6HEHI3pobTeN91gXbT { color:#fafafa;display:block;width:41.125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:8.9248046875rem;left:18.875rem;height:1.50065rem;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; }
#JzDM6hCaI7NzUGMRRBkOJfykMyJTKCDc { color:#fafafa;display:block;width:21.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:15.625rem;left:38.125rem;height:3.0013rem;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; }
#e5IIMiuBJDt2pkhN8W6wuhVdkGL1C4r7 { color:#000000;display:block;width:34.375rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.625rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#qxrD8zcRDMq8iFsBPoFIzyuSwmnxAaVn { color:#3f3f3f;display:block;width:31.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:10.75rem;left:0rem;height:1.68728125rem;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; }
#wf0uH7H6ggABMWDk2Db0qFl8nEFMPI1Q { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:none; }
#MVw2RBGT9IHFbQo0aBVp0iSzzaIa7EAu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SSRncQhu1OCAbXZXm6NSAwM39BOgLcBf { position:relative;display:none; }#SSRncQhu1OCAbXZXm6NSAwM39BOgLcBf { border-width: 0; border-radius: 0; }#SSRncQhu1OCAbXZXm6NSAwM39BOgLcBf > .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; }#SSRncQhu1OCAbXZXm6NSAwM39BOgLcBf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;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; }#M6z4cPmTBQC5dSkOEp9PI6KlL6EkyuTM { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:10.5rem;height:3.9800375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1h8QoC4CAhmbV4WZ7mZ7m2oW3BpacJA { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:8.875rem;left:17.8125rem;height:1.99978125rem;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; }
#i46lGEwZhDmUFRprvNPuTQ5zxdIL427N { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.62451171875rem;left:2.125rem;height:1.99978125rem;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; }
#v8T9Ai2vEsWLRVvgr35y1V1lGDenpdzA { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.3740234375rem;left:14.625rem;height:1.99978125rem;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; }
#zgatx19elTpUeA0vec1bM1z776R0iRL0 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#bas5bem9OB0Fx8h8yJpTXDiZDg4cXFr9 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:12.74951171875rem;left:54.1875rem;display:block; }
#rIbsRRvu17OvB7MJ63yyeZNv6bzsJGTr { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10rem;left:54.1875rem;display:block; }
#vgprP9oFT0lStsTNUDNFubZpLbKxlCDa { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.2490234375rem;left:54.1875rem;display:none; }
#owcU2pcRdTfaocTnwAgkuh4yFbx2DiKi { 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:73.625rem;width:60rem;display:none; }
#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 > .row .container { border-width: 0; border-radius: 0; }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#dV5rfdTt5sZOWqrslvVGDFeyccJHr6LC { color:#7d7d7d;display:block;width:39.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.9375rem;left:0rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Q0n59Ig3xoDKa28u7rKz1DFOE1DSmpIf { position:absolute;display:block;z-index:15009;background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:6.25rem;left:0rem;display:block; }
#XUGV9tQhfDZremy0TXOvmcWpAZLX5IU3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:none; }
#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL { position:relative;display:none; }#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL { border-width: 0; border-radius: 0; }#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL > .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; }#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL > .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; }#VrGZR3ZPKQGOo4dfZDW8qtFPFNJQtqVh { color:#000000;display:block;width:15.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:0.5625rem;left:2.6875rem;display:none; }
#IMDJuX80TCm1o6OGEaed2TSpL5ezg9Ik { 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; }
#xdlOpRpUKanw2ocy36KB5xig9vKrWqT8 { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:14.3125rem;left:6.8125rem;display:none; }
#wyfElUOfBmcyVnSapVOISA08tNeXCRSm { 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; }
#UQPMphpFTwg207rVpnDpmuBneo4Z1zdT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DBRdHXDBWExZ9ENZI3ctmRKn7EdcTnfS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#giJEr0par58emorfd0xvsXrxXS0uyghg { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:2.6875rem;left:0.75rem;display:none; }
#skgebIsyffqnM9W4Ey6HThAPUOc1waKS { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:16.1875rem;left:0rem;display:none; }
#sbklMT3K6NEFDtxETFdV7qWeTE3pK2SJ { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:33.3125rem;left:0.375rem;display:none; }
#Wv5RQwQNh6l6ah3zCD91IVuM2NGTKNLS { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:31.0625rem;left:6.9375rem;display:none; }
#y87cLRRN3gCaUcsGrxd0koeu4gQBrE8h { 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; }
#Ag7P9rnABNEKwWT6Ttmlk2spVWSL4GJQ { 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; }
#EiieQBTDiZzTpgJ7X7WOXo9JDgJiKiKc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qesS4p6nduc4GPc9k9RkeP4BO2VE5Q30 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:47.3125rem;left:0.625rem;display:none; }
#cWe0kSdFMxQyTVADUb9J3TK1fZkFUuBG { 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; }
#t8J7XU6f5OJkCrINxDU0PQQxrRvotrdU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B6d9OthcTlJcTO0r5eVLFWtHriJpmNsM { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:45.75rem;left:6.8125rem;display:none; }
#QMnfEx7KeLStDTB6ETuKWUAVXFvNSWPD { 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; }
#ezFV7PAGHqUI4k0NK6ofqVGlk2qu8PB5 { 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; }
#TvosLouTgz9m7VeOTIbbAXbz5chtAgob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vx1N7WWACwfdqcHue1dnApX4XhWy3bL6 { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:63.875rem;left:0.1875rem;display:none; }
#NSaaQq6IgCGC75uHLTuPtrLu1XUaTpv5 { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:62rem;left:6.5625rem;display:none; }
#eMaAlTlH4kJUfvMvpXUmiUzDtLvrsRi9 { 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; }
#p6X6TVXpL5k8HaT6SfmHvsgyhwOkoAn2 { 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; }
#ra7qmw84BaEOmXhMk8rZ9ECJE06W899I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I0ZS7Kx1T1E0vH9MrdPVFzWigaKRKTud { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:77.9375rem;left:6.5625rem;display:none; }
#wEue75wPac8moQRPTshgX3fUZLiHVXef { 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; }
#VgXm2d4AEXVi4e5xGzP9upBFbX5t6rgl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QG5wGoWTKASkPOIyaLWIUaH8E2RnWeUy { 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; }
#rbODlwiFTCzZWU8bybiV6LMcg0lrvzRb { 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; }
#gVw5KAKOW4hO65PpfMgUIpKVe0I3i6X8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1OeCEbglItnvJQvedRZ3gCxkFkfSvQ0 { 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; }
#euKrnL5nCamk9anZAox81CpDeUNdKKVv { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:94.6875rem;left:6.5625rem;display:none; }
#aduH3zFh42LtvxQADCV6ArUTAAKQFbTz { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:116.5625rem;left:0.375rem;display:none; }
#mBnMwlUhqgHWn55FdQ2ZWvNpO6UJgopU { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:97.875rem;left:0.375rem;display:none; }
#TPlRoSOT9PsHvnw44cKnekvfDZSqOGsZ { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:151rem;left:0rem;display:none; }
#Mx9tWDWtBOnXQEUEPlA8MXQy6R7PL0pF { 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; }
#LBQObwOwbRROfFSocuK96voETXORQnDP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wEazX7pMalff7I5Z7CQa50l0SXa5vWkk { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:148.75rem;left:6.5625rem;display:none; }
#rhE3VITmRTTfwNbMbmTPQWLZoFLiU9XK { 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; }
#SARwQCsaJbL81GMWcfEpDTb1UwdqN45z { 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; }
#LXSQ73qggsOdGcFSxP2UuAogzgbr9tbs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nOehwp8rGsG1oTI8qtiiGnEa62MsVd3R { 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; }
#XCyp1l1ziOcyALQzqXXIw1EU70dtNO8s { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:167.8125rem;left:0.5rem;display:none; }
#FNgySZ6w81OCkQ9VwzpeiO4XRX8c00em { color:#000000;display:block;width:13rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:165.75rem;left:6.25rem;display:none; }
#bRMUcg5K7MhahrKrHI5sTJ0yQLIJ3lTd { 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; }
#MiFT0A3JeaSq8KTlRlHriMDpoO0EV9H1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qCpnUMJIArwOArIiW6qQaatnwRui5eQT { 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; }
#FWw6r5P1ndNy8Q4PPdQw0WkU6iAiU9xI { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:184.5rem;left:0.8125rem;display:none; }
#aX34sRMNwDiiKU9go4S7HnI7eEyR8ZIG { color:#000000;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:182.5rem;left:5.375rem;display:none; }
#eKseA9RTmWfpsTX2o0iF7b1blDrHAhA3 { 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; }
#RCPAVRCISMMc5MP3Tgocmvgw75fpBKc7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTniMJfee5GDTVrARL7D5o3sobG6HMzf { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:171.125rem;left:0.8125rem;display:none; }
#IntrvhuvuUDqXxL1NxbuT6dx00JaqzWp { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:164.6875rem;left:5.5rem;display:none; }
#BtNZ7z26zTkUHpVK9WaN7OUUnrVUg6xt { 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; }
#Dds2khfKGxI793tBtwquH7IIgWKvz5PF { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:218.5625rem;left:0.375rem;display:none; }
#N8JmdgE02s6B79vsNgOSLGa3M9TUfZxd { 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; }
#iN3ppsGySQQ8EBH1zWhPqUNkTGO0pqoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K2w2uFGTezfzdRA4ZbtkxLrFzGzFcBcA { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:216.0625rem;left:5.1875rem;display:none; }
#lF3a4XHDCbhbWxk8xTddcBoFiWA5K1Bo { 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; }
#TsG1g8bN0qC7QaSrDudDu6ow9ZEWHpeX { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:81.4375rem;left:0rem;display:none; }
#vbxPvcpCVFeSZSeravbU86TgtH9xI1ip { 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; }
#dp1UaLo4O5gzw5HVPWcU0OTTtJ6zhG5g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PhnKHwOFT6XFp213FoXKew2CkvbHxM3C { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:79.4375rem;left:6.8125rem;display:none; }
#TFLm3UWZUQWtRgTuS62Jpmm3ar7ZqsxU { 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; }
#WBD0scRtMinEJgGUed8WB1rNEDyD5bSq { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:99.1875rem;left:0rem;display:none; }
#oIFBNUH1y8xzH0LpL7DiCZigZOhZWUoJ { 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; }
#Sw2xzH9wRNmOlToJgdKXNND4U5NaoyoF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iyBwE10FSUbCJXKLHhab5nsqe73Et9Xn { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:97.375rem;left:6.5625rem;display:none; }
#KkOr10VIgLu78FX0phVfNwhPdCCnXA6T { 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; }
#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr { position:relative;display:none; }#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr { border-width: 0; border-radius: 0; }#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .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; }#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b32787e0-c383-4d51-8f7f-94395dcf9fb5/website02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.0625rem;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; }#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container.adaptive-delivery-prevent-bg, #kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container.lazyload, #kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container.lazyloading { background-image: none; }#qkc6Ep4CfUloCXn2XEFoWeCkbKX2gV1E { position:absolute;display:block;z-index:15105;height:7.5610625rem;width:13.4985625rem;top:2.142333984375rem;left:45.52001953125rem;display:none; }
#RZqTokaSnccVZH1lb1Q8lbAMDNzb4wCh { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:12.620849609375rem;left:16.06201171875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lD5CUlsT4MPpprSoJNO5EhTx0TVK5Ofy { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zINV5zUh6y0FwaNdybQKpFpc2581L7h7 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlMo1U9c0GwFnWUAazSscVRwfZ5kX8e4 { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zCBKWuIHARuhaQP948MyyGlq5V914407 { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:20.684814453125rem;left:19.1533203125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qJk49UbVuscW3BFfrXBrU8qWgXwiHuHv { color:rgba(30,30,30,0.7);display:block;width:10.999625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:22.224786758423rem;left:14.715909004211rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MlW6AsbKtKoI726JynJU5MKkWmI1kliD { color:#ffffff;display:block;width:6.4980625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22.283203125rem;left:17.935546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JsTE5ONdMnKDwp3vPI4JOUHfZHTqF25c { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:21.01171875rem;left:14.2158203125rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GSwhPdwGMF7WvIruaIyoosfpwmTyamFb { color:#ffffff;display:block;width:3.061525rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:22.5rem;left:16.8125rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TS5txhzlpiwDnZ5TtiURH55lQhOCsrA8 { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:20.937499046326rem;left:2.0925073623658rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dHDgerwcBrv9EtfTRNMtSzRvERaemz86 { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:31.3564453125rem;left:20.091796875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rixWRiiT8p0pRGGafBadRLNokCD0dkqx { color:rgba(30,30,30,0.7);display:block;width:9.9365rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:22.471923828125rem;left:3.936767578125rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PvB9QCAs34JClpwrfLUybcVBwuPk5LKD { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:22.34375rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CWwHiAvWdvSqVOkp0K73yaydebale70R { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xoGTrkQxxCegX2X1b1Hp6M6AvpHBiX7P { color:#ffffff;display:block;width:6.6858125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.07177734375rem;left:3.3740234375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yM65Ngu1NsyOnhfD1bzDGLTW5AIsmn1v { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.257568359375rem;left:3.936767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p5zcxUlNNc57TwPnt4m9cEfQmHLlxdAx { color:#ffffff;display:block;width:5.1245125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:31.46435546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FEJeHqbzKdAH4qeR0wclMFhrGRw6EsMM { color:#ffffff;display:block;width:5.06225625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.6875rem;left:5.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xfvnqGhqgBTybMu3u8PuTT6PTu5T4dC1 { color:#ffffff;display:block;width:4.624025rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:20.685546875rem;left:7.685546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wkTriGaPFaGXtfo9Xg5svuTNXvJhReC9 { color:#ffffff;display:block;width:2.68676875rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:31.66015625rem;left:18.6865234375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tSdMSll0BzgDClwdOkwDwTGmbqG7G2zT { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#uR7cJsDhzw9ffwhlm6TFHykq0n3FxdT5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#sVwigWZ5V7ySDKR9Aqv3gRR0F3rGMHaE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#makTdeIaUpZnTMRhDCEHpQodFecllstA { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vsCKfCgM7okghJIhR7ssdDbag5yK9Tee { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:20.935546875rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#scK7xgONOMdclEqJtTGkfM5r4zV2rmUc { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:14.08203125rem;left:18.85498046875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H3twkxXbH9QTzzu5faNONotyvJPUaRbu { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:14.08203125rem;left:6.749267578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UHxEASCvTBEO0WWs3HHeVNMGTh9hoMcI { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15067;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:18.72998046875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yWO9UrXWUWz0kbg6kiAiwVeVTBxkqJ6M { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15068;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:6.07666015625rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ErxdTnfJrx1zn9rRVZtyCgW5gEME1qaG { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15069;line-height:1.6;letter-spacing:0;top:33.015869140625rem;left:18.79248046875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV { position:relative;display:none; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV { border-width: 0; border-radius: 0; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/18f6a51f-b4a5-44a2-91e6-494edb8e50b8/Artboard1copy300x100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container.adaptive-delivery-prevent-bg, #IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container.lazyload, #IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container.lazyloading { background-image: none; }#Ddvt35MqUI33Q1MgRcTdk7Tv4R8eEUs6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#KCg85MuqsP8wzqueCCKp7qPKSvSJhhEH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w5N2nyOKX2PxU14w7AuGOEIXrGpvf9pk { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#uTADRDODSpeiWxqaeQ0GTPaT6ESeFKpv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zdBiGpxpGgExPy7pmGapif4dp2uMKVVJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#kBNTU8elUoBTryfKPaz1p3kUIixCME5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NLrz5zMKEuwUxLuBZ4XtfVdhGE8mWqT8 { color:#000000;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:5.1796875rem;left:23.009115219116rem;display:block; }
#IMi2c1EhQVURARVhfseKlSvIQkDmW4bN { 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;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#IMi2c1EhQVURARVhfseKlSvIQkDmW4bN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#fpeiV4izwTKUEI0aeDPAOK8UevLGubQI { 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;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#fpeiV4izwTKUEI0aeDPAOK8UevLGubQI > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#mh7kTHrxB56bPtOtQPsezF3ct89SpQWV { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#XFw1ZsHAdVoZ0JQyV3923tsr2CdbUZxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i6B3zWpKSbTDOEnov1znb9agIMpQaJSR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:5.0553398132324rem;left:46.322700500488rem; }
#i6B3zWpKSbTDOEnov1znb9agIMpQaJSR > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#iT8Zgi3X5waoiEUG7RpPO5m6OcixnicM { 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:8.9375rem;width:9.8125rem;display:none; }
#UM34qBepoz734zwpGcKpsu7M0A6FWGh2 { 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:21.625rem;width:60rem;display:none; }
#m6Bst0qOwuJaRqyIxIQeflrfgJgr2NPG { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:38.125rem;left:0.375rem;display:none; }
#zhJ2f1Qza5GTovGfGPPb54zrCwG4LnVy { 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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:1.9661464691162rem;left:45.441623687744rem;display:block; }
#VIUs2JwpNF8QoBasPRbPP7Giq1aQEUrf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yyooRrPIoitgga0fVmp2iMm2BA0KO96T { 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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.3125rem;left:45.4375rem;display:block; }
#xJ1cLh4t1PdCQ1olfJHdsPwoIbgLL8Hk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Od0ncPbeGw3FU22pyRN9nAEcNIzxeoCI { 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:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.24935rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:4.8697929382324rem;left:45.511070251465rem;display:block; }
#oviORM8n5GOXUMgUGzzeDQTTsypaUpx1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qd4x6pRb3meMhTxc9i2D0JFKOZmEfxVd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.1516933441162rem;left:46.322700500488rem; }
#AnmW5hmfeblB8gMOS5ub4vEuHQNanoHX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:8.4375rem;left:46.125rem; }
#PNBNagOqQP2BNTOr20gIeZQLbG7nTIDQ { 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; }
#hZtyibS4Ktv0tmML17L3fGgHT4wqTyiz { 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;top:9.5616328120231rem;left:4.1872825622559rem;display:none; }
#Fbo9G7p1NMJwCUlyVP9UIW2415iFUCRl { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:60.4375rem;left:0rem;display:none; }
#cneTE5QAzTSFlbuOzVQRCAN2rVSHfU87 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:63.5625rem;left:0rem;display:none; }
#TafRnwnVbGycuR4OL3T4bfefAiD16PCm { 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; }
#i6JvCkTnhT9SK5XfwQCTlzxpw2whR07v { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:69.25rem;left:0rem;display:none; }
#MkbAa1SRKzRGUstKHcDJtpdTb1pgonK8 { 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; }
#N0nxRi7xBvIiqBUeaIgeNmOvgviBP9n7 { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#E3nFvLRhEyF6pPkBTZK71W1J6ClifuM7 { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#XfTCO32PZ64h4RCuT7eDD9dQRIu3OizT { 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:18.5625rem;width:20.3125rem;display:none; }
#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv { position:relative;display:none; }#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv { border-width: 0; border-radius: 0; }#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a118a83-ba24-4968-ad53-214d61529f3b/LPpc3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:46.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv > .row .container.adaptive-delivery-prevent-bg, #zFC1Hr7f91ZyDFwNu055EA6KX5uguziv > .row .container.lazyload, #zFC1Hr7f91ZyDFwNu055EA6KX5uguziv > .row .container.lazyloading { background-image: none; }#XgxUO2TBchyGnifaKW60ZZrCSuTJNv0w { 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; }
#x8edyJLhBUymyLhLoqCmh9n00IvR2XSC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ktMedhq7PR9HC6eLtHC0TphLD48Wn9g1 { 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; }
#vOdgecnnoIhNWUsTHQdn7n80vK1R6tJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLRu1QtSpFIqIyD04L7rWn7xd37isNhZ { 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:11.5625rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.625rem;left:6.65625rem;display:block; }
#tqdQueUKSxuTPq67RngvWlHu5HCfSOO7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zkvTmcBhXTSATretmle8ekQTeqQWR2QK { 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:11.5625rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.625rem;left:42.40625rem;display:block; }
#BfqBCBwTZJVHVNCzZXZlx9vChKp9QXhD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1x7Z33DTcuksUrUNuvFsQQ6may8g3au { color:#b20129;display:block;width:56.0625rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:700;z-index:15100;line-height:1.8;letter-spacing:0;top:14.875rem;left:1.84375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I75GDF7dFx3bqVnBUiTeLCaKevyXnh0n { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15014;top:19.125rem;left:43.125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#h62CKnI0LdvVft5nNKNbGpyyxTJCUJqT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15017;top:20.125rem;left:45.4375rem;display:block; }
#Ht4pqAZS3xKBroFFTyIBaswGJGiC8XZq { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.287109375rem;left:44.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HpidVOIva3c98N5PuiIrpppiiMPfGRCk { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.812498092651rem;left:45.625001907349rem;display:block; }
#KZFkKMOUT55UmUQbLTwcH76VdU41CFqw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xt6lqAiv0mPzWyFIJbU6vFNErGwziKuT { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.75rem;left:46.25rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ooCuZhGl9IbzIEtDRhsfh54axV83ShBl { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.0625rem;left:43.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sR9w9cxRet1X2zfy9K6xw5Pw2iUvkN5T { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15013;top:19.125rem;left:22.5rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#VEb7u2rTnCi8r0UXJw3N1KvDeJDRwhTX { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BVqSBfweg2S5HsZMAwgDkBMb78koB11U { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:20.75rem;left:25.5625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMyTrWL5vBrevKTZxzofsL1TSATmJiry { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15057;top:20.125rem;left:24.8125rem;display:block; }
#UGmNIV8X2hWblE2hbRXd8gfT2hKiVeBZ { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:24.1875rem;left:23.8125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nZhsLJTZbgZXGTPNC5KiT1HobUyDwtfO { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:27.5625rem;left:25.3125rem;display:block; }
#TtCxR02EuVgUUbCfnDQfZTruvqHH9Rxv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbJBx7pEOoUSQ4TfTF6BPNNISGQXxTnR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15012;top:19.125rem;left:1.875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#s0wGxvAz4MluL7TzHdQlbXTRCkeZoSyc { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M8zgTX3OsMcx6GfzOel9tS8r1Oan5coA { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:20.75rem;left:4.9375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XVDqWlP5iOfOkbMCI51DAz5zvLnc0XdT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15063;top:20.125rem;left:4.1875rem;display:block; }
#LANLNq1CiFgI8xQ1lFldoNVNr0B6doZw { color:#0e193d;display:block;width:9.872375rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:37.812501430511rem;left:23.813802719116rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VFvAqM6UCtpOVAA28XOaMWblGBBBbK4r { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:27.5625rem;left:4.6875rem;display:block; }
#bEo46OxufHQadzVukgy59km2lomRBmhz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kOIRoOqHyzOPtaFzvO39z9pZx5NzIu6d { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15009;top:32.75rem;left:43.1875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#HgwXTRov0qA1HrrIxDRTs3Hh8SdPbd4X { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:34.6875rem;left:43.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HpIE5ZN0L53wRbMebTP2v0XTQn19nA3G { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:34.375rem;left:46.3125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tdfWG8qcn4PDonfVeisrfoeMikGME0Xb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15069;top:33.75rem;left:45.5rem;display:block; }
#cNeLQt0A5mPQMGwFbvSVWsy6Jdu7r75E { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15059;line-height:1.5;letter-spacing:0;top:38.5625rem;left:44.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eRRGAcGo047Fpbk9ORTMT9J2OqsUE60G { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:41.1875rem;left:46.0625rem;display:block; }
#Z4ncOg3yoJlknRkZUsgeMTTbmnC3Emng { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7tcldHQBQoTt3tQ2SgRcs41ryi6PbkQ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15010;top:32.75rem;left:22.75rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#ZGpZWvyzETQTEK5umLnEHfgcPlIC9aAK { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:34.6875rem;left:22.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KEyDiKkPO7ZK7roUUDObDzL4eU7V254C { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:34.375rem;left:25.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AurKw8cdgoXiNqxC3qspUVJcxWn443OA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15075;top:33.75rem;left:25.0625rem;display:block; }
#VwViDwPglPX2C7uENfelNlgKHoSiGXcG { color:#0e193d;display:block;width:9.872375rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15065;line-height:1.5;letter-spacing:0;top:24.084636211395rem;left:3.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pr0xSaFMaJtN0qfTCJETiiyA2606kfg8 { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:41.1875rem;left:25.625rem;display:block; }
#AJDoTdWb6NvNJ6pBxHrJqnXmnuhfJ737 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rrAvmBG5QIUw3ObAPDwowDIvnZ28ncKv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15011;top:32.75rem;left:1.8125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#sJOtT6Omy09TK78tKDMxEthPTnztTqtl { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:34.6875rem;left:3.1875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mINXlt2JkPdFgGHdKZupgZA69R6vuXa5 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:34.375rem;left:4.875rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BLcv9eumlAn8cF4NFJXpFBllwvxGX9Wc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15081;top:33.75rem;left:4.125rem;display:block; }
#VFrltbJelFGrJcpXfUzvDwCBW89ihUUl { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15071;line-height:1.5;letter-spacing:0;top:38.0625rem;left:3rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJ5gazUOCI4atcR3DShqHyzVHrhsI9L5 { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:41.1875rem;left:4.625rem;display:block; }
#eUanN83VWTym0QcF6vexk1lWewxhMpJ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k4sWo0GzOuxQd9w2vlwiH4BPvKp1NT9m { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;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:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:5.1875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:54.875rem;left:12.34375rem;display:block; }
#rP8d5fqD9FM3kSiILlgFiasFQVRBCL9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN { position:relative;display:none; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN { border-width: 0; border-radius: 0; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9099ab36-7d6c-4f7b-ac30-80d130556a3d/website01.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container.adaptive-delivery-prevent-bg, #wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container.lazyload, #wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container.lazyloading { background-image: none; }#nZJmizSHpm4PFiQub3CQOkwN8Zbdd9wy { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:block; }
#D1OLwMboU8tvXFJSQ9I1zPnKv4DglROG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BKekaQ1HSFHHth9NTQMNWEFw3hhWp4mo { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#cFToOp2q9deRefVNGaJXkd4TLQzEdu7x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KBrLwJBH3yXXNkKFnnuBJ9TTGUACzQGl { 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:15.5625rem;width:31.5625rem;display:none; }
#MLKPPPxzwd7wKGQHJo0icfsuAo0Qlsrs { 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; }
#MLKPPPxzwd7wKGQHJo0icfsuAo0Qlsrs > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#qbHXtMD1uJmmdn5m92OiQa8PcUoPdxTe { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:60.5rem;left:11rem;display:none; }
#Q09dTcBsyLC81JTP70bwkslIlcH3vBBW { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#h7CU5aQUDeXxeEESyFtIb78snigsHSv0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#RH29xamgv5iZec36oneIyB2lvVbWhTzA { display:block; }#RH29xamgv5iZec36oneIyB2lvVbWhTzA > .row .container { width:47.75rem;position:relative;display:block; }#OANr67Tl0haozxvZA57dF8ZNMNKNIZ9E { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#D8nB0EMc9TSCSkJGyPwL4WHGu7XAOb82 { display:block; }
#uHTCGNURoGEz29LI78wK1w15VqzeRsgq { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#Rk6Apnl9XUBcJ1vDXAsXq4KS2IrqADlA { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#y5p0VnnG2e19hNS2HCJhTuk5vQh7rN5R { display:block; }
#iMk2i90V1aV0pgWChoLEKTWPLIAFA1ff { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#iMk2i90V1aV0pgWChoLEKTWPLIAFA1ff > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#dJ47Uxibfz9ptkNhaS1eEncIAw2ezeoT { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#xzUSXao5TXJgsFZHkUziIaAsVl4dFQqI { display:block; }
#hTVvIsO93cXBHc1UCDQKv7FgXqSZ4rQS { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#SH1T2G3XgfTygoTk32zSKQhdEBTmIPie { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#DgluV7UNWSU4oVT2Zg1va3NO1FypJExQ { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#Znso9lTDxMlArNHFJPiDQLJHCT3HdaFn { top:3.3125rem;left:9.45703125rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#dElMXBkzZgx1mJygNZgVglf5Uwqe0vTP { top:3.3125rem;left:5.5rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#oAN5zpFyA0d4Cw57AR7EOOJD9PnTAdJ4 { top:3.4375rem;left:4.8125rem;width:5.0625rem;height:1.125rem;font-size:0.625rem;display:block; }
#rG2XOI5JFK7Ce5eEiMmLsVrdWulOUVWN { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#ibD7F1spVH3ikLu3VugVJHT784Fuc34i { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#b2lsI34m0LgTtvxKkX5UKpXM7QfnrssU { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT { display:block; }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row .container { width:47.75rem;position:relative;display:block; }#ZxIPIy2kcnBu6bTvomS8y9Carz6PrbTb { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#Btz1fVZ1WfkeHqVfH6CaiPA8qS02bBr7 { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf { display:block; }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf > .row .container { width:47.75rem;position:relative;display:block; }#eSydnBa0bN9cdUBRvEh4rN4HBHx2Vpp4 { top:1.25rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
#WCZweGtP25cINXkTtvbz0549iHAXGT9w { top:4.3125rem;left:0rem;width:20rem;height:2.25rem;font-size:0.875rem;display:block; }
#tc0nTPoEip5Kcgomgl3GoIMmVGqFRvz1 { top:7.1875rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:block; }
#BxpIZTJPZaqQdgJice4ibWTQkGN8dDz9 { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#uNXivaaxiQz0I7E07SHNrPOB2gF9FgyQ { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8  { width:17.5rem;height:auto;top:2.6875rem;left:4.4921875rem; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 {display:block;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 { width:17.5rem;height:auto;top:2.6875rem;left:4.4921875rem; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #syGM7pDhiEFMCHpPavHA122WprsGQyBv {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #dwswqMdByrrfHBpLwJLc1aiKBK9whI10 {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #wsJzWlzirt4SF47wQISxvW65DdES3Gnq {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #lkv887T5IbX1fCKQ9aB39e1rpb9fswiQ {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #MrOrs05BGnDJNBwTHqTomOrADeptAP8X {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #DOvt9FDlQSqMeXWIcFMhbnFFkHupLCd5 {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #wKLt8zfcv3pRLUSUiAbIJ94WRp7FZmpO {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #xwSIgRa5TzR3QqZ36pNfygzR99MLBJOa {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #crzGcy6FQll1szhpFIqsdXnXc9mgxCqn {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #P6IQSG8axlqUEZWxSIxeDSEWDgiaeL83 {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #ZAo8iWQWaZheHIArNdPcqMQSoVDqhU3c {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #t8213nV3kh4M2wh4TDnF2xSwJh0Pzn7d {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #iUGT9uEfK5vaFXOnm13lyNoN1pxV1d7M {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #uysIZbFO6gsscSLbbfiy5ldZ2DBJHfk3 {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #JWPGy8PK7tHDvzKVCCmP9H9F23KNsIPi {  }
#WwGnW40LkzttB00BW91WKa2egevrkdvT { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:none; }
#RJIXkApKATNTRyFJTynFK0bF2zWp1HpV { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:none; }
#dhd08oWWLdeeRwft1b1PA2x6hRkLUoKT { display:block; }
#QMwL4NAy8clFRX69UUFOncA4980OdZPR { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:none; }
#aKThRa7cltO3elVTCztKT7Hylr7EHUDJ { display:none; }#aKThRa7cltO3elVTCztKT7Hylr7EHUDJ > .row .container { width:47.75rem;position:relative;display:none; }#UgsT1uUDN1KpVy4TTrMmUbhwpmHM59nT { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#pvDvqUy7KUXkEWq5TPnvSIemeH2g8Ebf { width:47.75rem;height:19rem;display:none; }
#Ho4OFzMf5UETchTUddvucR4TpV23miWD { width:14.0625rem;height:5.125rem;display:none; }
#GcEAiwkTc1XSPqPpywJh7RfNdbmq0Im1 { display:none; }#GcEAiwkTc1XSPqPpywJh7RfNdbmq0Im1 > .row .container { width:47.75rem;position:relative;display:none; }#aCpbr4NWBnOavyAMBZ92wLQH3QtIXW49 { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#evvst8gFpQ3VE7Byz1X05XT9G9ZsFDXi { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#RJpfbWTOLJPERMO0vFp215EUe6EqI3Wk { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#Lu61Wfs6RVcTsysGTDXuc5P5qxx2NSqu { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#DEEskKffCH0IIXeufDeU4RmzQfRoDOUg { display:none; }#DEEskKffCH0IIXeufDeU4RmzQfRoDOUg > .row .container { width:47.5rem;position:relative;display:none; }#U7BvCM0hCPLc9XDZkamM4fC1p2htKy4L { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#qnpira2FdJeO3UpgichD5QwSZK1AyuoP { top:3.4375rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#xR1oddXJv4IFAJRSvrcqfHoht6xJ87Tx { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#PwNSflQEGKNERyVqbETe2dq9F8hwbR3L { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#VMdiwRpl5SBwrMwF8uMKduyOOPFqdE98 { display:block; }
#Zhlgrr7U6JLzTrnS6TcN6TnVXgbPEAVU { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#TKZQRPU6SmFnFc8dWkKSvQAcixTtLMZE { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#VTOEUx9oySWdIVWiOdMcL26Df8shZpzZ { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#KBirk26q9i05pyrJ7kBNV2AhslJQOahR { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#XyISBtd1XwUSt20rotTIV3en7pf45hye { display:none; }#XyISBtd1XwUSt20rotTIV3en7pf45hye > .row .container { width:47.75rem;position:relative;display:none; }#vHvEoogtBGEJiJeuZJcwFe70CiidPCZT { display:none; }
#IOTDsCqIMQ7XBS2ylHgstcK3DIlQfwUP { display:none; }#IOTDsCqIMQ7XBS2ylHgstcK3DIlQfwUP > .row .container { width:47.75rem;position:relative;display:none; }#RUdKAAZ3U5DN3XOfTmR09ukmzecBXWvx { width:47.75rem;height:27.75rem;display:none; }
#NRNwMQcZOwxswylTcGnhTzX16KPfpzdZ { width:18rem;height:1.6875rem;top:1.0625rem;left:0rem;font-size:1.125rem;display:none; }
#gyyK93CBBsNAhQEDLMeigb6KswLiqIzA { top:16.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.6875rem;display:none; }
#pLtveHgpKBwWw719TcS1FuaNtAPn2gQc { top:32.4375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.625rem;display:none; }
#I2wUn8b6XeHAFPSm0tLmyKW6mHzmJqlE { width:47.75rem;height:27.75rem;display:none; }
#pf8wXJdBDCfNIA3HMk0edRPS3aZWdn3d { top:65.25rem;left:0rem;width:14.5625rem;height:2.375rem;font-size:0.625rem;display:none; }
#XcmIItmvHxEkIWgoxFN5nVLGFJazG2el { width:47.75rem;height:27.75rem;display:none; }
#ePc9uUfl7Or0Lg4eg25v8TxH0r7AAWZQ { top:77.625rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.625rem;display:none; }
#rRU9D4pXvuS41TzUxaXGd65uFQWXoxeI { width:47.75rem;height:27.75rem;display:none; }
#KPNPhny3pTiRMOghzAqDVQ2HpAHm1Ext { width:47.75rem;height:27.75rem;display:none; }
#xXsVmV9ORyXwTwT7GJpRc72I1pobKsNr { top:118.25rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.625rem;display:none; }
#lqVRH5rF9tpVwFJXMVJ89ybOBvq3TP1H { width:;height:;display:none; }
#M4FWzmQRZLaTTpGTVs04dQMyrEGWivUb { display:block; }
#RxlqdPHpCzvHocNtfhT2sl0hlTsFfrDZ { width:;height:;display:none; }
#FXHs7oTNgIkOhmuahVTnu763UpvTzzoD { display:block; }
#z6Av7orqRMs49RTTb8w6Ce9LfECk8Bpo { width:;height:;display:none; }
#RkTBW7VUc6p2qTGaDFzcZNPvTddu39Kb { display:block; }
#FTbdx7PBB2GFE1yig477ZfEpeETMZUmO { width:;height:;display:none; }
#QGPZnzdX5bFQCWMFZFvxQ6gZIflkMk6v { display:block; }
#Jp9DD3mzrfUXNmn1XXnCG7O03WaSsJxT { width:;height:;display:none; }
#qafSJRyPZOaav1nUgMCeXo5aHEhS9ovB { display:block; }
#z8xGUarIvndqeCreId3lTSyMG8BIfVMB { width:;height:;display:none; }
#pf9oIWC5tU5UglTilhmNR5Oom77nX0Vr { display:block; }
#tVDGdIzkM8dpS8tqOMgufi5SVcLV2Zf7 { top:86.5rem;left:2.3759765625rem;width:11.4375rem;height:3.1875rem;font-size:0.625rem;display:none; }
#aZ6JkyNfA1JDTz15T2Wa020PJHeGGb1s { width:47.75rem;height:27.75rem;display:none; }
#mF2UtVbK7bDdG31FFzkmQEThN8z4KgxP { width:;height:;display:none; }
#fQopdnCMbTCwZbVvXtt3qIpsf2qTQbqL { display:block; }
#wJPw1kGVqLe9rAcawN7de9uFgeybU5MT { width:47.75rem;height:27.75rem;display:none; }
#RGACnCmaWSoCefP8l1ZCtdg4QVCBtXhh { top:97.4375rem;left:0rem;width:13.4375rem;height:1.75rem;font-size:0.6875rem;display:none; }
#rnA4CTTv15RC348G2hldEkB5hJpn2A03 { width:;height:;display:none; }
#LObu9gV2nHtX9L8xMlBsSwLbLAhhMpXP { display:block; }
#aRuIuJtDhUAaolSvOVq8ryLtyPQqc7Ui { width:47.75rem;height:27.75rem;display:none; }
#koqV0eqOL6ybwRfKm6iBO7TAFUoZVbVO { top:111.5625rem;left:0rem;width:13.4375rem;height:1.875rem;font-size:0.6875rem;display:none; }
#N0egBxT0ssKMrL4OFgJRaSlZv7DCFwTZ { top:125.9375rem;left:0rem;width:13.5rem;height:2.625rem;font-size:0.625rem;display:none; }
#VsXJbVsPx5ANhhIzS6FiV8sT3E6Tw1TR { width:;height:;display:none; }
#eyH0BsUPa0kvT8PGH7ZJWhPR8ebbuzcB { display:block; }
#lRtLHn39ol5s2WwRgBGGrOBGmGkP1c0B { width:47.75rem;height:27.75rem;display:none; }
#EyzVl9QDgDsssFrcHHuFT1gzBGggJSFT { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#SZ5luiWTVxwth5ZksWSAcVRF80AuyDt8 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#O5tpvfltJWxnoMVPPzXVDRRecAo1915q { display:none; }#O5tpvfltJWxnoMVPPzXVDRRecAo1915q > .row .container { width:47.75rem;position:relative;display:none; }#atkn2lHWevFdwfvJhfMqS7V0oJ0hoqBC { width:22.1875rem;height:12.875rem;display:none; }
#ihfbusLeCN7FZbfko3PH1VTAQKF5ewu8 { width:18rem;height:1.6875rem;top:1.0625rem;left:0rem;font-size:1.125rem;display:none; }
#VXzc2o2insw4TEiEulsMVbzVexCOmfb5 { top:14.1875rem;left:0rem;width:14.0625rem;height:5.75rem;font-size:0.6875rem;display:none; }
#NXNTr8Bl35Fz7lf1vWblr2U4NUqvTmDI { width:47.75rem;height:27.75rem;display:none; }
#C4rVd0xHdIGnUBmbbH8zPzzpo9UXZ9f4 { width:;height:;display:none; }
#QFSHyK8Dtz9tf5ZquRTZUqXgNIyT7B2J { display:block; }
#Uwn9aINZZAp4m6c8qximmuQxJBsCIgaM { width:;height:;display:none; }
#vOSyS7gDmrQVmbv5WmVPFov7AzzLepUr { display:block; }
#nGTHCKG1B7m62ArsqAEqZPIRUS8UUkBd { top:33.3125rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.6875rem;display:none; }
#NpaXycMKfWKldEd3nMaUTT2H7T7pDIgr { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#TJMWIdypsU8rHXHgTJcOGQ2B4O2tOIv0 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#JvIa6te9QQLohtb8pwCMkE0I3NimLJTX { display:none; }#JvIa6te9QQLohtb8pwCMkE0I3NimLJTX > .row .container { width:47.75rem;position:relative;display:none; }#m89wpp0RTnKp7rVBdfsZD4FLf3STCpDp { width:22.1875rem;height:12.875rem;display:none; }
#IWnGqTamx8iZcucSDRhO0DWM7zULESJw { width:17.9375rem;height:1.6875rem;top:1rem;left:0rem;font-size:1.125rem;display:none; }
#XU4rhJyJMaU2lItpzAyFZMOXOGp7Hls6 { width:47.75rem;height:27.75rem;display:none; }
#FeSD0ucW9dOLoFpf2Fq0ANPn7m5XRmX5 { width:;height:;display:none; }
#MpwQNRUTCpUkkFIVapBzRexZIcLuShiK { display:block; }
#KNWXsH9yEPxq4uF94mFcLg23ldKFVWIs { width:;height:;display:none; }
#G2b35kI2DOCsOtQTBgoAeVCTa3umsVTf { display:block; }
#rzTSNcMsJo7cCKDJxQulzMhHfieTVvQC { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#LLl4n2hz9Ld8mdcnUpkQKbzI4yLd2HBo { top:28.375rem;left:0rem;width:14.5625rem;height:5.3125rem;font-size:0.6875rem;display:none; }
#MMGw2qWWSOi0oMyDJ1ELMdW8vdRaJkx6 { top:33.3125rem;left:0rem;width:14.5625rem;height:1.5625rem;font-size:0.6875rem;display:none; }
#SxZeoxdPAZge0p34WToyDf0tQrHPTDTq { top:44.4375rem;left:0rem;width:14.5625rem;height:5.3125rem;font-size:0.625rem;display:none; }
#Sh967UzqkvLf6BXmccQsIqAE8Tnf5ahv { width:;height:;display:none; }
#WF5q1VFSWkLLw2c3LeKDt0BqgCzzeOLe { display:block; }
#r50c4oZyItmtL3isSPTryiWOFrV1BOtM { width:47.75rem;height:27.75rem;display:none; }
#M502ItNFt0iZOMM8UdCQqzmlVvZwuZT2 { top:125.9375rem;left:0rem;width:13.5rem;height:2.625rem;font-size:0.625rem;display:none; }
#FRwtJXNBGZLEzrpZF1u3pIlQkRiW7NNv { width:47.75rem;height:27.75rem;display:none; }
#Sc2XCZMfTVb9ZGWtHcrX4y45icA5GR8t { width:;height:;display:none; }
#bnAXXH0glq84k8F1lmsv6D2PVImEya79 { display:block; }
#g7ezQvPTpAHvXLg1Z6hQEw3g2n4y05zO { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#khJ1d2I0doyndbgNzw3nJQ9e9I9iDN2P { display:none; }#khJ1d2I0doyndbgNzw3nJQ9e9I9iDN2P > .row .container { width:47.5rem;position:relative;display:none; }#kqUa2qmcRDfrf7O3Dh6y2IRtkpeTTWQI { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#TJ1Rv2Klw3WV55BhooVkW0REtM0EzMTM { display:block; }
#PgM6580ChZ6AggfoAFO1IHORL1EJbozf { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#wNvagoN2Lkfizk6HEHI3pobTeN91gXbT { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#JzDM6hCaI7NzUGMRRBkOJfykMyJTKCDc { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#e5IIMiuBJDt2pkhN8W6wuhVdkGL1C4r7 { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#qxrD8zcRDMq8iFsBPoFIzyuSwmnxAaVn { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#wf0uH7H6ggABMWDk2Db0qFl8nEFMPI1Q { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#MVw2RBGT9IHFbQo0aBVp0iSzzaIa7EAu { display:block; }
#SSRncQhu1OCAbXZXm6NSAwM39BOgLcBf { display:none; }#SSRncQhu1OCAbXZXm6NSAwM39BOgLcBf > .row .container { width:47.75rem;position:relative;display:none; }#M6z4cPmTBQC5dSkOEp9PI6KlL6EkyuTM { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#T1h8QoC4CAhmbV4WZ7mZ7m2oW3BpacJA { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#i46lGEwZhDmUFRprvNPuTQ5zxdIL427N { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#v8T9Ai2vEsWLRVvgr35y1V1lGDenpdzA { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#zgatx19elTpUeA0vec1bM1z776R0iRL0 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#bas5bem9OB0Fx8h8yJpTXDiZDg4cXFr9 { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#rIbsRRvu17OvB7MJ63yyeZNv6bzsJGTr { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#vgprP9oFT0lStsTNUDNFubZpLbKxlCDa { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#owcU2pcRdTfaocTnwAgkuh4yFbx2DiKi { width:;height:;top:0rem;display:none; }
#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 { display:none; }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 > .row .container { width:47.5rem;position:relative;display:none; }#dV5rfdTt5sZOWqrslvVGDFeyccJHr6LC { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#Q0n59Ig3xoDKa28u7rKz1DFOE1DSmpIf { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#XUGV9tQhfDZremy0TXOvmcWpAZLX5IU3 { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL { display:none; }#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL > .row .container { width:47.75rem;position:relative;display:none; }#VrGZR3ZPKQGOo4dfZDW8qtFPFNJQtqVh { top:0.5625rem;left:0rem;width:15.25rem;height:1.25rem;font-size:1rem;display:none; }
#IMDJuX80TCm1o6OGEaed2TSpL5ezg9Ik { width:41.4375rem;height:24.0625rem;display:none; }
#xdlOpRpUKanw2ocy36KB5xig9vKrWqT8 { top:14.3125rem;left:0.701904296875rem;width:12.625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#wyfElUOfBmcyVnSapVOISA08tNeXCRSm { width:;height:;display:none; }
#UQPMphpFTwg207rVpnDpmuBneo4Z1zdT { display:block; }
#DBRdHXDBWExZ9ENZI3ctmRKn7EdcTnfS { display:none; }
#giJEr0par58emorfd0xvsXrxXS0uyghg { top:2.6875rem;left:0rem;width:2.5rem;height:0.9375rem;font-size:0.9375rem;display:none; }
#skgebIsyffqnM9W4Ey6HThAPUOc1waKS { top:16.1875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#sbklMT3K6NEFDtxETFdV7qWeTE3pK2SJ { top:33.3125rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#Wv5RQwQNh6l6ah3zCD91IVuM2NGTKNLS { top:31.0625rem;left:0.8125rem;width:12.625rem;height:1rem;font-size:0.875rem;display:none; }
#y87cLRRN3gCaUcsGrxd0koeu4gQBrE8h { width:41.4375rem;height:24.0625rem;display:none; }
#Ag7P9rnABNEKwWT6Ttmlk2spVWSL4GJQ { width:;height:;display:none; }
#EiieQBTDiZzTpgJ7X7WOXo9JDgJiKiKc { display:block; }
#qesS4p6nduc4GPc9k9RkeP4BO2VE5Q30 { top:47.3125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#cWe0kSdFMxQyTVADUb9J3TK1fZkFUuBG { width:;height:;display:none; }
#t8J7XU6f5OJkCrINxDU0PQQxrRvotrdU { display:block; }
#B6d9OthcTlJcTO0r5eVLFWtHriJpmNsM { top:45.75rem;left:0.6875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#QMnfEx7KeLStDTB6ETuKWUAVXFvNSWPD { width:41.4375rem;height:24.0625rem;display:none; }
#ezFV7PAGHqUI4k0NK6ofqVGlk2qu8PB5 { width:;height:;display:none; }
#TvosLouTgz9m7VeOTIbbAXbz5chtAgob { display:block; }
#Vx1N7WWACwfdqcHue1dnApX4XhWy3bL6 { top:63.875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#NSaaQq6IgCGC75uHLTuPtrLu1XUaTpv5 { top:62rem;left:0.49739599227905rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#eMaAlTlH4kJUfvMvpXUmiUzDtLvrsRi9 { width:41.4375rem;height:24.0625rem;display:none; }
#p6X6TVXpL5k8HaT6SfmHvsgyhwOkoAn2 { width:;height:;display:none; }
#ra7qmw84BaEOmXhMk8rZ9ECJE06W899I { display:block; }
#I0ZS7Kx1T1E0vH9MrdPVFzWigaKRKTud { top:77.9375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#wEue75wPac8moQRPTshgX3fUZLiHVXef { width:;height:;display:none; }
#VgXm2d4AEXVi4e5xGzP9upBFbX5t6rgl { display:block; }
#QG5wGoWTKASkPOIyaLWIUaH8E2RnWeUy { width:41.4375rem;height:24.0625rem;display:none; }
#rbODlwiFTCzZWU8bybiV6LMcg0lrvzRb { width:;height:;display:none; }
#gVw5KAKOW4hO65PpfMgUIpKVe0I3i6X8 { display:block; }
#U1OeCEbglItnvJQvedRZ3gCxkFkfSvQ0 { width:41.4375rem;height:24.0625rem;display:none; }
#euKrnL5nCamk9anZAox81CpDeUNdKKVv { top:94.6875rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#aduH3zFh42LtvxQADCV6ArUTAAKQFbTz { top:116.5625rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#mBnMwlUhqgHWn55FdQ2ZWvNpO6UJgopU { top:97.875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#TPlRoSOT9PsHvnw44cKnekvfDZSqOGsZ { top:151rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#Mx9tWDWtBOnXQEUEPlA8MXQy6R7PL0pF { width:;height:;display:none; }
#LBQObwOwbRROfFSocuK96voETXORQnDP { display:block; }
#wEazX7pMalff7I5Z7CQa50l0SXa5vWkk { top:148.75rem;left:0.49609375rem;width:12.5625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#rhE3VITmRTTfwNbMbmTPQWLZoFLiU9XK { width:41.4375rem;height:24.0625rem;display:none; }
#SARwQCsaJbL81GMWcfEpDTb1UwdqN45z { width:;height:;display:none; }
#LXSQ73qggsOdGcFSxP2UuAogzgbr9tbs { display:block; }
#nOehwp8rGsG1oTI8qtiiGnEa62MsVd3R { width:41.4375rem;height:24.0625rem;display:none; }
#XCyp1l1ziOcyALQzqXXIw1EU70dtNO8s { top:167.8125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#FNgySZ6w81OCkQ9VwzpeiO4XRX8c00em { top:165.75rem;left:0.18359375rem;width:13rem;height:1rem;font-size:0.875rem;display:none; }
#bRMUcg5K7MhahrKrHI5sTJ0yQLIJ3lTd { width:;height:;display:none; }
#MiFT0A3JeaSq8KTlRlHriMDpoO0EV9H1 { display:block; }
#qCpnUMJIArwOArIiW6qQaatnwRui5eQT { width:41.4375rem;height:24.0625rem;display:none; }
#FWw6r5P1ndNy8Q4PPdQw0WkU6iAiU9xI { top:184.5rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#aX34sRMNwDiiKU9go4S7HnI7eEyR8ZIG { top:182.5rem;left:0rem;width:14.5rem;height:1rem;font-size:0.875rem;display:none; }
#eKseA9RTmWfpsTX2o0iF7b1blDrHAhA3 { width:;height:;display:none; }
#RCPAVRCISMMc5MP3Tgocmvgw75fpBKc7 { display:block; }
#mTniMJfee5GDTVrARL7D5o3sobG6HMzf { top:171.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#IntrvhuvuUDqXxL1NxbuT6dx00JaqzWp { top:164.6875rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#BtNZ7z26zTkUHpVK9WaN7OUUnrVUg6xt { width:41.4375rem;height:24.0625rem;display:none; }
#Dds2khfKGxI793tBtwquH7IIgWKvz5PF { top:218.5625rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#N8JmdgE02s6B79vsNgOSLGa3M9TUfZxd { width:;height:;display:none; }
#iN3ppsGySQQ8EBH1zWhPqUNkTGO0pqoT { display:block; }
#K2w2uFGTezfzdRA4ZbtkxLrFzGzFcBcA { top:216.0625rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#lF3a4XHDCbhbWxk8xTddcBoFiWA5K1Bo { width:41.4375rem;height:24.0625rem;display:none; }
#TsG1g8bN0qC7QaSrDudDu6ow9ZEWHpeX { top:81.4375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#vbxPvcpCVFeSZSeravbU86TgtH9xI1ip { width:;height:;display:none; }
#dp1UaLo4O5gzw5HVPWcU0OTTtJ6zhG5g { display:block; }
#PhnKHwOFT6XFp213FoXKew2CkvbHxM3C { top:79.4375rem;left:0.701171875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#TFLm3UWZUQWtRgTuS62Jpmm3ar7ZqsxU { width:41.4375rem;height:24.0625rem;display:none; }
#WBD0scRtMinEJgGUed8WB1rNEDyD5bSq { top:99.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#oIFBNUH1y8xzH0LpL7DiCZigZOhZWUoJ { width:;height:;display:none; }
#Sw2xzH9wRNmOlToJgdKXNND4U5NaoyoF { display:block; }
#iyBwE10FSUbCJXKLHhab5nsqe73Et9Xn { top:97.375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#KkOr10VIgLu78FX0phVfNwhPdCCnXA6T { width:41.4375rem;height:24.0625rem;display:none; }
#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr { display:block; }#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container { width:47.75rem;position:relative;display:block; }#qkc6Ep4CfUloCXn2XEFoWeCkbKX2gV1E { top:2.125rem;left:34.3125rem;width:13.4375rem;height:7.5rem;display:block; }
#RZqTokaSnccVZH1lb1Q8lbAMDNzb4wCh { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#lD5CUlsT4MPpprSoJNO5EhTx0TVK5Ofy { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#zINV5zUh6y0FwaNdybQKpFpc2581L7h7 { top:12.625rem;left:0.625rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#TlMo1U9c0GwFnWUAazSscVRwfZ5kX8e4 { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#zCBKWuIHARuhaQP948MyyGlq5V914407 { top:20.625rem;left:13.0283203125rem;width:3.625rem;height:1.75rem;font-size:0.75rem;display:block; }
#qJk49UbVuscW3BFfrXBrU8qWgXwiHuHv { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#MlW6AsbKtKoI726JynJU5MKkWmI1kliD { top:22.25rem;left:11.809896469116rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#JsTE5ONdMnKDwp3vPI4JOUHfZHTqF25c { top:21rem;left:8.0908203125rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#GSwhPdwGMF7WvIruaIyoosfpwmTyamFb { top:22.5rem;left:10.6875rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#TS5txhzlpiwDnZ5TtiURH55lQhOCsrA8 { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#dHDgerwcBrv9EtfTRNMtSzRvERaemz86 { top:31.3125rem;left:13.966796875rem;width:6.125rem;height:1.75rem;font-size:0.75rem;display:block; }
#rixWRiiT8p0pRGGafBadRLNokCD0dkqx { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#PvB9QCAs34JClpwrfLUybcVBwuPk5LKD { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#CWwHiAvWdvSqVOkp0K73yaydebale70R { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#xoGTrkQxxCegX2X1b1Hp6M6AvpHBiX7P { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#yM65Ngu1NsyOnhfD1bzDGLTW5AIsmn1v { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#p5zcxUlNNc57TwPnt4m9cEfQmHLlxdAx { top:31.4375rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#FEJeHqbzKdAH4qeR0wclMFhrGRw6EsMM { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#xfvnqGhqgBTybMu3u8PuTT6PTu5T4dC1 { top:20.625rem;left:1.5598964691162rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#wkTriGaPFaGXtfo9Xg5svuTNXvJhReC9 { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#tSdMSll0BzgDClwdOkwDwTGmbqG7G2zT { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#uR7cJsDhzw9ffwhlm6TFHykq0n3FxdT5 { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#sVwigWZ5V7ySDKR9Aqv3gRR0F3rGMHaE { display:block; }
#makTdeIaUpZnTMRhDCEHpQodFecllstA { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#vsCKfCgM7okghJIhR7ssdDbag5yK9Tee { top:12.5625rem;left:14.810546875rem;width:4.4375rem;height:1.6875rem;font-size:0.75rem;display:block; }
#scK7xgONOMdclEqJtTGkfM5r4zV2rmUc { width:6.875rem;height:1.0625rem;top:14.0625rem;left:12.72998046875rem;font-size:0.625rem;display:block; }
#H3twkxXbH9QTzzu5faNONotyvJPUaRbu { width:6.875rem;height:1.0625rem;top:14.0625rem;left:0.624267578125rem;font-size:0.625rem;display:block; }
#UHxEASCvTBEO0WWs3HHeVNMGTh9hoMcI { width:6.875rem;height:1.0625rem;top:23.625rem;left:12.60498046875rem;font-size:0.625rem;display:block; }
#yWO9UrXWUWz0kbg6kiAiwVeVTBxkqJ6M { width:6.875rem;height:1.0625rem;top:23.625rem;left:0rem;font-size:0.625rem;display:block; }
#ErxdTnfJrx1zn9rRVZtyCgW5gEME1qaG { width:6.875rem;height:1.0625rem;top:33rem;left:12.66748046875rem;font-size:0.625rem;display:block; }
#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV { display:block; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container { width:47.75rem;position:relative;display:block; }#Ddvt35MqUI33Q1MgRcTdk7Tv4R8eEUs6 { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#KCg85MuqsP8wzqueCCKp7qPKSvSJhhEH { display:block; }
#w5N2nyOKX2PxU14w7AuGOEIXrGpvf9pk { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#uTADRDODSpeiWxqaeQ0GTPaT6ESeFKpv { display:block; }
#zdBiGpxpGgExPy7pmGapif4dp2uMKVVJ { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#kBNTU8elUoBTryfKPaz1p3kUIixCME5P { display:block; }
#NLrz5zMKEuwUxLuBZ4XtfVdhGE8mWqT8 { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#IMi2c1EhQVURARVhfseKlSvIQkDmW4bN { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#IMi2c1EhQVURARVhfseKlSvIQkDmW4bN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#fpeiV4izwTKUEI0aeDPAOK8UevLGubQI { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#fpeiV4izwTKUEI0aeDPAOK8UevLGubQI > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#mh7kTHrxB56bPtOtQPsezF3ct89SpQWV { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#XFw1ZsHAdVoZ0JQyV3923tsr2CdbUZxT { display:block; }
#i6B3zWpKSbTDOEnov1znb9agIMpQaJSR { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#i6B3zWpKSbTDOEnov1znb9agIMpQaJSR > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#iT8Zgi3X5waoiEUG7RpPO5m6OcixnicM { width:9.8125rem;height:8.9375rem;display:none; }
#UM34qBepoz734zwpGcKpsu7M0A6FWGh2 { width:47.75rem;height:17.1875rem;display:none; }
#m6Bst0qOwuJaRqyIxIQeflrfgJgr2NPG { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#zhJ2f1Qza5GTovGfGPPb54zrCwG4LnVy { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#VIUs2JwpNF8QoBasPRbPP7Giq1aQEUrf { display:block; }
#yyooRrPIoitgga0fVmp2iMm2BA0KO96T { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#xJ1cLh4t1PdCQ1olfJHdsPwoIbgLL8Hk { display:block; }
#Od0ncPbeGw3FU22pyRN9nAEcNIzxeoCI { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#oviORM8n5GOXUMgUGzzeDQTTsypaUpx1 { display:block; }
#qd4x6pRb3meMhTxc9i2D0JFKOZmEfxVd { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#AnmW5hmfeblB8gMOS5ub4vEuHQNanoHX { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#PNBNagOqQP2BNTOr20gIeZQLbG7nTIDQ { display:none; }
#hZtyibS4Ktv0tmML17L3fGgHT4wqTyiz { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#Fbo9G7p1NMJwCUlyVP9UIW2415iFUCRl { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#cneTE5QAzTSFlbuOzVQRCAN2rVSHfU87 { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#TafRnwnVbGycuR4OL3T4bfefAiD16PCm { display:none; }
#i6JvCkTnhT9SK5XfwQCTlzxpw2whR07v { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#MkbAa1SRKzRGUstKHcDJtpdTb1pgonK8 { display:none; }
#N0nxRi7xBvIiqBUeaIgeNmOvgviBP9n7 { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#E3nFvLRhEyF6pPkBTZK71W1J6ClifuM7 { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#XfTCO32PZ64h4RCuT7eDD9dQRIu3OizT { width:20.3125rem;height:18.5625rem;display:none; }
#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv { display:none; }#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv > .row .container { width:47.75rem;position:relative;display:none; }#XgxUO2TBchyGnifaKW60ZZrCSuTJNv0w { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#x8edyJLhBUymyLhLoqCmh9n00IvR2XSC { display:block; }
#ktMedhq7PR9HC6eLtHC0TphLD48Wn9g1 { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#vOdgecnnoIhNWUsTHQdn7n80vK1R6tJq { display:block; }
#yLRu1QtSpFIqIyD04L7rWn7xd37isNhZ { width:11.5625rem;height:2.5rem;top:27.625rem;left:0.53125rem;display:block; }
#tqdQueUKSxuTPq67RngvWlHu5HCfSOO7 { display:block; }
#zkvTmcBhXTSATretmle8ekQTeqQWR2QK { width:11.5625rem;height:2.5rem;top:27.625rem;left:36.1875rem;display:block; }
#BfqBCBwTZJVHVNCzZXZlx9vChKp9QXhD { display:block; }
#A1x7Z33DTcuksUrUNuvFsQQ6may8g3au { top:14.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
#I75GDF7dFx3bqVnBUiTeLCaKevyXnh0n { width:12.5rem;height:9.6875rem;top:19.125rem;left:35.25rem;display:block; }
#h62CKnI0LdvVft5nNKNbGpyyxTJCUJqT { width:7.5rem;height:3.125rem;top:20.125rem;left:39.3125rem;display:block; }
#Ht4pqAZS3xKBroFFTyIBaswGJGiC8XZq { width:9.8125rem;height:2.5625rem;top:24.25rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#HpidVOIva3c98N5PuiIrpppiiMPfGRCk { width:7.5rem;height:2.125rem;top:27.75rem;left:39.500001907349rem;display:block; }
#KZFkKMOUT55UmUQbLTwcH76VdU41CFqw { display:block; }
#Xt6lqAiv0mPzWyFIJbU6vFNErGwziKuT { top:20.6875rem;left:39.5rem;width:8.25rem;height:4.375rem;font-size:1.125rem;display:block; }
#ooCuZhGl9IbzIEtDRhsfh54axV83ShBl { top:21.0625rem;left:37.1875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#sR9w9cxRet1X2zfy9K6xw5Pw2iUvkN5T { width:12.5rem;height:9.6875rem;top:19.125rem;left:16.375rem;display:block; }
#VEb7u2rTnCi8r0UXJw3N1KvDeJDRwhTX { top:21.0625rem;left:16.5rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#BVqSBfweg2S5HsZMAwgDkBMb78koB11U { top:20.6875rem;left:19.4365234375rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#zMyTrWL5vBrevKTZxzofsL1TSATmJiry { width:7.5rem;height:3.125rem;top:20.125rem;left:18.6875rem;display:block; }
#UGmNIV8X2hWblE2hbRXd8gfT2hKiVeBZ { width:9.8125rem;height:3rem;top:24.1875rem;left:17.687501907349rem;font-size:0.8125rem;display:block; }
#nZhsLJTZbgZXGTPNC5KiT1HobUyDwtfO { width:7.5rem;height:2.125rem;top:27.5625rem;left:19.1875rem;display:block; }
#TtCxR02EuVgUUbCfnDQfZTruvqHH9Rxv { display:block; }
#TbJBx7pEOoUSQ4TfTF6BPNNISGQXxTnR { width:12.5rem;height:9.6875rem;top:19.125rem;left:0rem;display:block; }
#s0wGxvAz4MluL7TzHdQlbXTRCkeZoSyc { top:21.0625rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#M8zgTX3OsMcx6GfzOel9tS8r1Oan5coA { top:20.75rem;left:0rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#XVDqWlP5iOfOkbMCI51DAz5zvLnc0XdT { width:7.5rem;height:3.125rem;top:20.125rem;left:0rem;display:block; }
#LANLNq1CiFgI8xQ1lFldoNVNr0B6doZw { width:9.8125rem;height:3rem;top:37.8125rem;left:17.688802719116rem;font-size:0.8125rem;display:block; }
#VFvAqM6UCtpOVAA28XOaMWblGBBBbK4r { width:7.5rem;height:2.125rem;top:27.5625rem;left:0rem;display:block; }
#bEo46OxufHQadzVukgy59km2lomRBmhz { display:block; }
#kOIRoOqHyzOPtaFzvO39z9pZx5NzIu6d { width:12.5rem;height:9.6875rem;top:32.75rem;left:35.25rem;display:block; }
#HgwXTRov0qA1HrrIxDRTs3Hh8SdPbd4X { top:34.6875rem;left:37.25rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#HpIE5ZN0L53wRbMebTP2v0XTQn19nA3G { top:34.375rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#tdfWG8qcn4PDonfVeisrfoeMikGME0Xb { width:7.5rem;height:3.125rem;top:33.75rem;left:39.375rem;display:block; }
#cNeLQt0A5mPQMGwFbvSVWsy6Jdu7r75E { width:9.8125rem;height:1.5rem;top:38.5625rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#eRRGAcGo047Fpbk9ORTMT9J2OqsUE60G { width:7.5rem;height:2.125rem;top:41.1875rem;left:39.9375rem;display:block; }
#Z4ncOg3yoJlknRkZUsgeMTTbmnC3Emng { display:block; }
#Z7tcldHQBQoTt3tQ2SgRcs41ryi6PbkQ { width:12.5rem;height:9.6875rem;top:32.75rem;left:16.625rem;display:block; }
#ZGpZWvyzETQTEK5umLnEHfgcPlIC9aAK { top:34.6875rem;left:16.8125rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#KEyDiKkPO7ZK7roUUDObDzL4eU7V254C { top:34.375rem;left:19.750001907349rem;width:8.25rem;height:2rem;font-size:1.5625rem;display:block; }
#AurKw8cdgoXiNqxC3qspUVJcxWn443OA { width:7.5rem;height:3.125rem;top:33.75rem;left:18.9375rem;display:block; }
#VwViDwPglPX2C7uENfelNlgKHoSiGXcG { width:9.8125rem;height:3rem;top:24.0625rem;left:0rem;font-size:0.8125rem;display:block; }
#pr0xSaFMaJtN0qfTCJETiiyA2606kfg8 { width:7.5rem;height:2.125rem;top:41.1875rem;left:19.5rem;display:block; }
#AJDoTdWb6NvNJ6pBxHrJqnXmnuhfJ737 { display:block; }
#rrAvmBG5QIUw3ObAPDwowDIvnZ28ncKv { width:12.5rem;height:9.6875rem;top:32.75rem;left:0rem;display:block; }
#sJOtT6Omy09TK78tKDMxEthPTnztTqtl { top:34.6875rem;left:0rem;width:5.0625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#mINXlt2JkPdFgGHdKZupgZA69R6vuXa5 { top:34.375rem;left:0rem;width:8.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
#BLcv9eumlAn8cF4NFJXpFBllwvxGX9Wc { width:7.5rem;height:3.125rem;top:33.75rem;left:0rem;display:block; }
#VFrltbJelFGrJcpXfUzvDwCBW89ihUUl { width:9.8125rem;height:3rem;top:38.0625rem;left:0rem;font-size:0.8125rem;display:block; }
#OJ5gazUOCI4atcR3DShqHyzVHrhsI9L5 { width:7.5rem;height:2.125rem;top:41.1875rem;left:0rem;display:block; }
#eUanN83VWTym0QcF6vexk1lWewxhMpJ9 { display:block; }
#k4sWo0GzOuxQd9w2vlwiH4BPvKp1NT9m { width:10.0625rem;height:5.1875rem;top:54.875rem;left:6.21875rem;display:block; }
#rP8d5fqD9FM3kSiILlgFiasFQVRBCL9q { display:block; }
#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN { display:block; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container { width:47.75rem;position:relative;display:block; }#nZJmizSHpm4PFiQub3CQOkwN8Zbdd9wy { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#D1OLwMboU8tvXFJSQ9I1zPnKv4DglROG { display:block; }
#BKekaQ1HSFHHth9NTQMNWEFw3hhWp4mo { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#cFToOp2q9deRefVNGaJXkd4TLQzEdu7x { display:block; }
#KBrLwJBH3yXXNkKFnnuBJ9TTGUACzQGl { width:31.5625rem;height:15.5625rem;display:none; }
#MLKPPPxzwd7wKGQHJo0icfsuAo0Qlsrs { display:none; }
#MLKPPPxzwd7wKGQHJo0icfsuAo0Qlsrs > img { max-width: 100%;max-height:100%; width:; height:; }#qbHXtMD1uJmmdn5m92OiQa8PcUoPdxTe { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#Q09dTcBsyLC81JTP70bwkslIlcH3vBBW { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#h7CU5aQUDeXxeEESyFtIb78snigsHSv0 { display:block; }
body { position:relative;background-color:#e1f2ff;background-image:none;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); }#RH29xamgv5iZec36oneIyB2lvVbWhTzA { position:relative;z-index:auto;background-color:#405466;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; }#RH29xamgv5iZec36oneIyB2lvVbWhTzA > .row .container { background-color: transparent; background-image: none; }#RH29xamgv5iZec36oneIyB2lvVbWhTzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RH29xamgv5iZec36oneIyB2lvVbWhTzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RH29xamgv5iZec36oneIyB2lvVbWhTzA > .row .container > .video-iframe-container { display: none; }#RH29xamgv5iZec36oneIyB2lvVbWhTzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RH29xamgv5iZec36oneIyB2lvVbWhTzA > .row > .video-iframe-container { display: none; }#RH29xamgv5iZec36oneIyB2lvVbWhTzA > .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); }#RH29xamgv5iZec36oneIyB2lvVbWhTzA > .row .container { border-width: 0; border-radius: 0; }#RH29xamgv5iZec36oneIyB2lvVbWhTzA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RH29xamgv5iZec36oneIyB2lvVbWhTzA > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#OANr67Tl0haozxvZA57dF8ZNMNKNIZ9E { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #ee9e24, #405466);background-image: -moz-linear-gradient(106deg, #ee9e24, #405466);background-image: -ms-linear-gradient(106deg, #ee9e24, #405466);background-image: -o-linear-gradient(106deg, #ee9e24, #405466);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9e24', endColorstr='#405466' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9e24', endColorstr='#405466' );";background-image: linear-gradient(106deg, #ee9e24, #405466);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#ffffff;display:block; }
#D8nB0EMc9TSCSkJGyPwL4WHGu7XAOb82 { display:block; }
#uHTCGNURoGEz29LI78wK1w15VqzeRsgq { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#Rk6Apnl9XUBcJ1vDXAsXq4KS2IrqADlA { top:0.5rem;left:0rem;width:6.375rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #ee9e24, #405466);background-image: -moz-linear-gradient(106deg, #ee9e24, #405466);background-image: -ms-linear-gradient(106deg, #ee9e24, #405466);background-image: -o-linear-gradient(106deg, #ee9e24, #405466);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9e24', endColorstr='#405466' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9e24', endColorstr='#405466' );";background-image: linear-gradient(106deg, #ee9e24, #405466);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;text-align:right;text-align-last:right;color:#ffffff;line-height:1.7;display:block; }
#y5p0VnnG2e19hNS2HCJhTuk5vQh7rN5R { display:block; }
#iMk2i90V1aV0pgWChoLEKTWPLIAFA1ff { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#iMk2i90V1aV0pgWChoLEKTWPLIAFA1ff > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#dJ47Uxibfz9ptkNhaS1eEncIAw2ezeoT { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:none; }
#xzUSXao5TXJgsFZHkUziIaAsVl4dFQqI { display:block; }
#hTVvIsO93cXBHc1UCDQKv7FgXqSZ4rQS { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;display:block; }
#SH1T2G3XgfTygoTk32zSKQhdEBTmIPie { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;display:block; }
#DgluV7UNWSU4oVT2Zg1va3NO1FypJExQ { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;color:#f1e8e2;display:block; }
#Znso9lTDxMlArNHFJPiDQLJHCT3HdaFn { width:3.75rem;height:0.8125rem;top:3.6861979961395rem;left:5.3333334922791rem;font-size:0.625rem;color:#f5ede8;display:block; }
#dElMXBkzZgx1mJygNZgVglf5Uwqe0vTP { width:5.1237rem;height:0.8125rem;top:3.7174479961395rem;left:1.5208333730698rem;font-size:0.625rem;color:#ece4df;display:block; }
#oAN5zpFyA0d4Cw57AR7EOOJD9PnTAdJ4 { width:2.7487rem;height:0.8125rem;top:3.7174479961395rem;left:0.125rem;font-size:0.625rem;color:#f3ebe4;display:block; }
#rG2XOI5JFK7Ce5eEiMmLsVrdWulOUVWN { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#efe7e0;display:block; }
#ibD7F1spVH3ikLu3VugVJHT784Fuc34i { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
#b2lsI34m0LgTtvxKkX5UKpXM7QfnrssU { width:20rem;height:2.875rem;top:2.8736989498138rem;left:0rem;background-color:#405466;background-image:none;display:block; }
#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT { position:relative;z-index:auto;display:block; }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT { background-color: transparent; background-image: none; }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row .container > .video-iframe-container { display: none; }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row > .video-iframe-container { display: none; }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .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); }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT { border-width: 0; border-radius: 0; }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row .container { width:20rem;height:10.9375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a2505ff2-da50-48b7-8e85-3991de7d7d52/Post.crop_1080x1010_0,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row .container.adaptive-delivery-prevent-bg, #BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row .container.lazyload, #BI84vMlAkZ4oTEumsR6tT9ILNS1LlnpT > .row .container.lazyloading { background-image: none; }#ZxIPIy2kcnBu6bTvomS8y9Carz6PrbTb { width:7.125rem;height:3.875rem;top:0rem;left:12.8125rem;z-index:15153;display:block; }
#Btz1fVZ1WfkeHqVfH6CaiPA8qS02bBr7 { width:7.124rem;height:3.8745125rem;top:0rem;left:0rem;z-index:15153;display:block; }
#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf { display:block; }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf { background-color: transparent; background-image: none; }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf > .row .container > .video-iframe-container { display: none; }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf > .row > .video-iframe-container { display: none; }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf > .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); }#OLMAL4GbaMA0aJPQtPt9U878DLVrAEZf > .row .container { width:20rem;height:38.4375rem;background-color:#405466;background-image:none;position:relative;display:block; }#eSydnBa0bN9cdUBRvEh4rN4HBHx2Vpp4 { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.78125rem;font-size:1.125rem;display:block; }
#WCZweGtP25cINXkTtvbz0549iHAXGT9w { width:20rem;height:2.2753875rem;top:4.3125rem;left:0rem;font-size:0.875rem;color:#805539;text-align:center;text-align-last:center;display:block; }
#tc0nTPoEip5Kcgomgl3GoIMmVGqFRvz1 { width:20rem;height:4.98779375rem;top:7.1875rem;left:0rem;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BxpIZTJPZaqQdgJice4ibWTQkGN8dDz9 { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;display:block; }
#uNXivaaxiQz0I7E07SHNrPOB2gF9FgyQ { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;display:block; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#ee9e24;background-image:none;line-height:1;overflow:hidden;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;font-size:1.5rem;height:2.75rem;font-family:cairo; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#000000; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#000000; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#000000; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#000000; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-container:first-of-type{padding-top:0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-container:last-of-type{padding-bottom:0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8  { width:17.5rem;height:auto;top:14.347658157349rem;left:0rem; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 {display:block;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 { width:17.5rem;height:auto;top:14.347658157349rem;left:0rem; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #syGM7pDhiEFMCHpPavHA122WprsGQyBv {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #dwswqMdByrrfHBpLwJLc1aiKBK9whI10 { display:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #wsJzWlzirt4SF47wQISxvW65DdES3Gnq {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #lkv887T5IbX1fCKQ9aB39e1rpb9fswiQ {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #MrOrs05BGnDJNBwTHqTomOrADeptAP8X { display:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #DOvt9FDlQSqMeXWIcFMhbnFFkHupLCd5 {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #wKLt8zfcv3pRLUSUiAbIJ94WRp7FZmpO {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #xwSIgRa5TzR3QqZ36pNfygzR99MLBJOa { display:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #crzGcy6FQll1szhpFIqsdXnXc9mgxCqn {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #P6IQSG8axlqUEZWxSIxeDSEWDgiaeL83 {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #ZAo8iWQWaZheHIArNdPcqMQSoVDqhU3c {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #t8213nV3kh4M2wh4TDnF2xSwJh0Pzn7d { display:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #iUGT9uEfK5vaFXOnm13lyNoN1pxV1d7M {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #uysIZbFO6gsscSLbbfiy5ldZ2DBJHfk3 {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #JWPGy8PK7tHDvzKVCCmP9H9F23KNsIPi {  }
#WwGnW40LkzttB00BW91WKa2egevrkdvT { display:flex;width:4.375rem;height:4.375rem;top:33.125rem;left:0.78125rem;font-size:3.0625rem;z-index:15013; }
#RJIXkApKATNTRyFJTynFK0bF2zWp1HpV { width:8.2805rem;height:2.78125rem;top:32.060546875rem;left:5.84228515625rem;font-size:1.375rem;color:#ffffff;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;z-index:15019;display:block; }
#dhd08oWWLdeeRwft1b1PA2x6hRkLUoKT { display:block; }
#QMwL4NAy8clFRX69UUFOncA4980OdZPR { display:flex;width:4.375rem;height:4.375rem;top:31.263427734375rem;left:2.7734375rem;font-size:3.0625rem;z-index:15012; }
#aKThRa7cltO3elVTCztKT7Hylr7EHUDJ { background-color:rgba(250,250,250,0.87);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; }#aKThRa7cltO3elVTCztKT7Hylr7EHUDJ > .row .container { background-color: transparent; background-image: none; }#aKThRa7cltO3elVTCztKT7Hylr7EHUDJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKThRa7cltO3elVTCztKT7Hylr7EHUDJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKThRa7cltO3elVTCztKT7Hylr7EHUDJ > .row .container > .video-iframe-container { display: none; }#aKThRa7cltO3elVTCztKT7Hylr7EHUDJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKThRa7cltO3elVTCztKT7Hylr7EHUDJ > .row > .video-iframe-container { display: none; }#aKThRa7cltO3elVTCztKT7Hylr7EHUDJ > .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); }#aKThRa7cltO3elVTCztKT7Hylr7EHUDJ > .row .container { border-width: 0; border-radius: 0; }#aKThRa7cltO3elVTCztKT7Hylr7EHUDJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKThRa7cltO3elVTCztKT7Hylr7EHUDJ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#UgsT1uUDN1KpVy4TTrMmUbhwpmHM59nT { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:cairo;font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:#000000;font-size:0.8125rem;display:block; }
#pvDvqUy7KUXkEWq5TPnvSIemeH2g8Ebf { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#Ho4OFzMf5UETchTUddvucR4TpV23miWD { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#GcEAiwkTc1XSPqPpywJh7RfNdbmq0Im1 { display:block; }#GcEAiwkTc1XSPqPpywJh7RfNdbmq0Im1 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; }#aCpbr4NWBnOavyAMBZ92wLQH3QtIXW49 { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;display:block; }
#evvst8gFpQ3VE7Byz1X05XT9G9ZsFDXi { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;display:block; }
#RJpfbWTOLJPERMO0vFp215EUe6EqI3Wk { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.13769375rem;z-index:15198;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#Lu61Wfs6RVcTsysGTDXuc5P5qxx2NSqu { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;display:block; }
#DEEskKffCH0IIXeufDeU4RmzQfRoDOUg { background-color:#e1f2ff;background-image:none;display:block; }#DEEskKffCH0IIXeufDeU4RmzQfRoDOUg > .row .container { background-color: transparent; background-image: none; }#DEEskKffCH0IIXeufDeU4RmzQfRoDOUg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEEskKffCH0IIXeufDeU4RmzQfRoDOUg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEEskKffCH0IIXeufDeU4RmzQfRoDOUg > .row .container > .video-iframe-container { display: none; }#DEEskKffCH0IIXeufDeU4RmzQfRoDOUg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEEskKffCH0IIXeufDeU4RmzQfRoDOUg > .row > .video-iframe-container { display: none; }#DEEskKffCH0IIXeufDeU4RmzQfRoDOUg > .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); }#DEEskKffCH0IIXeufDeU4RmzQfRoDOUg > .row .container { width:20rem;height:46.875rem;position:relative;display:block; }#U7BvCM0hCPLc9XDZkamM4fC1p2htKy4L { width:20rem;height:2.39868125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#qnpira2FdJeO3UpgichD5QwSZK1AyuoP { width:20rem;height:14.9902375rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#xR1oddXJv4IFAJRSvrcqfHoht6xJ87Tx { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;display:block; }
#PwNSflQEGKNERyVqbETe2dq9F8hwbR3L { width:13.125rem;height:4.375rem;top:39.879559516907rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#VMdiwRpl5SBwrMwF8uMKduyOOPFqdE98 { display:block; }
#Zhlgrr7U6JLzTrnS6TcN6TnVXgbPEAVU { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#TKZQRPU6SmFnFc8dWkKSvQAcixTtLMZE { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#VTOEUx9oySWdIVWiOdMcL26Df8shZpzZ { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#KBirk26q9i05pyrJ7kBNV2AhslJQOahR { width:20rem;height:23.9375rem;top:3.093533039093rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f2ffad', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f2ffad', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(225,242,255,0.68), rgba(0,0,0,0));background-size:auto !important;display:block; }
#XyISBtd1XwUSt20rotTIV3en7pf45hye { display:block; }#XyISBtd1XwUSt20rotTIV3en7pf45hye { background-color: transparent; background-image: none; }#XyISBtd1XwUSt20rotTIV3en7pf45hye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyISBtd1XwUSt20rotTIV3en7pf45hye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyISBtd1XwUSt20rotTIV3en7pf45hye > .row .container > .video-iframe-container { display: none; }#XyISBtd1XwUSt20rotTIV3en7pf45hye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyISBtd1XwUSt20rotTIV3en7pf45hye > .row > .video-iframe-container { display: none; }#XyISBtd1XwUSt20rotTIV3en7pf45hye > .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); }#XyISBtd1XwUSt20rotTIV3en7pf45hye > .row .container { width:20rem;height:42.1875rem;background-color:#e1f2ff;background-image:none;position:relative;display:block; }#vHvEoogtBGEJiJeuZJcwFe70CiidPCZT { top:3.431396484375rem;left:0rem;width:20rem;height:17.2485625rem;z-index:15000;display:block; }
#IOTDsCqIMQ7XBS2ylHgstcK3DIlQfwUP { background-color:#e1f2ff;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; }#IOTDsCqIMQ7XBS2ylHgstcK3DIlQfwUP > .row .container { background-color: transparent; background-image: none; }#IOTDsCqIMQ7XBS2ylHgstcK3DIlQfwUP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOTDsCqIMQ7XBS2ylHgstcK3DIlQfwUP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOTDsCqIMQ7XBS2ylHgstcK3DIlQfwUP > .row .container > .video-iframe-container { display: none; }#IOTDsCqIMQ7XBS2ylHgstcK3DIlQfwUP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOTDsCqIMQ7XBS2ylHgstcK3DIlQfwUP > .row > .video-iframe-container { display: none; }#IOTDsCqIMQ7XBS2ylHgstcK3DIlQfwUP > .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); }#IOTDsCqIMQ7XBS2ylHgstcK3DIlQfwUP > .row .container { border-width: 0; border-radius: 0; }#IOTDsCqIMQ7XBS2ylHgstcK3DIlQfwUP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOTDsCqIMQ7XBS2ylHgstcK3DIlQfwUP > .row .container { width:20rem;height:136rem;position:relative;display:block; }#RUdKAAZ3U5DN3XOfTmR09ukmzecBXWvx { top:3.5625004768372rem;left:1.0625rem;width:17.8125rem;height:10.3125rem;z-index:15137;overflow:hidden;display:block; }
#NRNwMQcZOwxswylTcGnhTzX16KPfpzdZ { width:18rem;height:1.68823125rem;top:1.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15136;color:#174773;line-height:1.5;display:block; }
#gyyK93CBBsNAhQEDLMeigb6KswLiqIzA { top:14.204833984375rem;left:5.0048828125rem;width:14.124375rem;height:2.47265625rem;z-index:15070;text-align:center;text-align-last:center;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#pLtveHgpKBwWw719TcS1FuaNtAPn2gQc { top:28.369140625rem;left:5.380859375rem;width:13.624125rem;height:2.4353rem;z-index:15073;text-align:center;text-align-last:center;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#I2wUn8b6XeHAFPSm0tLmyKW6mHzmJqlE { top:17.808837890625rem;left:1.217041015625rem;width:17.56225rem;height:10.18675rem;z-index:15140;overflow:hidden;display:block; }
#pf8wXJdBDCfNIA3HMk0edRPS3aZWdn3d { top:42.812255859375rem;left:4.998779296875rem;width:14.624rem;height:2.4353rem;z-index:15076;text-align:center;text-align-last:center;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#XcmIItmvHxEkIWgoxFN5nVLGFJazG2el { top:31.935791015625rem;left:1.21826171875rem;width:17.5rem;height:10.125rem;z-index:15143;overflow:hidden;display:block; }
#ePc9uUfl7Or0Lg4eg25v8TxH0r7AAWZQ { top:56.9375rem;left:7.061767578125rem;width:11.5rem;height:1.6235375rem;z-index:15076;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#rRU9D4pXvuS41TzUxaXGd65uFQWXoxeI { top:46.311279296875rem;left:1.217041015625rem;width:17.5rem;height:10.125rem;z-index:15143;overflow:hidden;display:block; }
#KPNPhny3pTiRMOghzAqDVQ2HpAHm1Ext { top:59.764404296875rem;left:1.31103515625rem;width:17.1875rem;height:10rem;z-index:15149;overflow:hidden;display:block; }
#xXsVmV9ORyXwTwT7GJpRc72I1pobKsNr { top:70.12451171875rem;left:5.3125rem;width:13.6875rem;height:1.875rem;z-index:15077;text-align:center;text-align-last:center;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.5;display:block; }
#lqVRH5rF9tpVwFJXMVJ89ybOBvq3TP1H { top:14.123779296875rem;left:0.99951171875rem;width:3.75rem;height:1.43676875rem;z-index:15000;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#M4FWzmQRZLaTTpGTVs04dQMyrEGWivUb { display:block; }
#RxlqdPHpCzvHocNtfhT2sl0hlTsFfrDZ { top:28.251708984375rem;left:1.20947265625rem;width:3.75rem;height:1.43676875rem;z-index:15001;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#FXHs7oTNgIkOhmuahVTnu763UpvTzzoD { display:block; }
#z6Av7orqRMs49RTTb8w6Ce9LfECk8Bpo { top:42.375244140625rem;left:1.27197265625rem;width:3.75rem;height:1.43676875rem;z-index:15002;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#RkTBW7VUc6p2qTGaDFzcZNPvTddu39Kb { display:block; }
#FTbdx7PBB2GFE1yig477ZfEpeETMZUmO { top:56.6884765625rem;left:1.273193359375rem;width:3.75rem;height:1.43676875rem;z-index:15003;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#QGPZnzdX5bFQCWMFZFvxQ6gZIflkMk6v { display:block; }
#Jp9DD3mzrfUXNmn1XXnCG7O03WaSsJxT { top:70.014404296875rem;left:1.2705078125rem;width:3.75rem;height:1.43676875rem;z-index:15004;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#qafSJRyPZOaav1nUgMCeXo5aHEhS9ovB { display:block; }
#z8xGUarIvndqeCreId3lTSyMG8BIfVMB { top:83.43798828125rem;left:1.2705078125rem;width:3.75rem;height:1.43676875rem;z-index:15006;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#pf9oIWC5tU5UglTilhmNR5Oom77nX0Vr { display:block; }
#tVDGdIzkM8dpS8tqOMgufi5SVcLV2Zf7 { top:83.498779296875rem;left:5.1884765625rem;width:13.5rem;height:2.62206875rem;z-index:15079;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
#aZ6JkyNfA1JDTz15T2Wa020PJHeGGb1s { top:73.0634765625rem;left:1.25rem;width:17.375rem;height:10.0625rem;z-index:15146;overflow:hidden;display:block; }
#mF2UtVbK7bDdG31FFzkmQEThN8z4KgxP { top:97.309326171875rem;left:1.248779296875rem;width:3.75rem;height:1.43676875rem;z-index:15009;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#fQopdnCMbTCwZbVvXtt3qIpsf2qTQbqL { display:block; }
#wJPw1kGVqLe9rAcawN7de9uFgeybU5MT { top:87.0615234375rem;left:1.390869140625rem;width:17.1875rem;height:10rem;z-index:15149;overflow:hidden;display:block; }
#RGACnCmaWSoCefP8l1ZCtdg4QVCBtXhh { top:97.49755859375rem;left:5.0673828125rem;width:13.49975rem;height:1.92448125rem;z-index:15082;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
#rnA4CTTv15RC348G2hldEkB5hJpn2A03 { top:111.37426757812rem;left:1.25rem;width:3.75rem;height:1.4362rem;z-index:15012;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#LObu9gV2nHtX9L8xMlBsSwLbLAhhMpXP { display:block; }
#aRuIuJtDhUAaolSvOVq8ryLtyPQqc7Ui { top:101.1875rem;left:1.40625rem;width:17.1875rem;height:9.9375rem;z-index:15152;overflow:hidden;display:block; }
#koqV0eqOL6ybwRfKm6iBO7TAFUoZVbVO { top:111.5625rem;left:5.3151044845581rem;width:13.4986875rem;height:1.92448125rem;z-index:15085;text-align:right;text-align-last:right;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
#N0egBxT0ssKMrL4OFgJRaSlZv7DCFwTZ { top:125.81119823456rem;left:5.2526044845581rem;width:13.5rem;height:2.62206875rem;z-index:15082;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
#VsXJbVsPx5ANhhIzS6FiV8sT3E6Tw1TR { top:125.4990234375rem;left:1.06201171875rem;width:3.75rem;height:1.4362rem;z-index:15009;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#eyH0BsUPa0kvT8PGH7ZJWhPR8ebbuzcB { display:block; }
#lRtLHn39ol5s2WwRgBGGrOBGmGkP1c0B { top:115.12500572204rem;left:1.3125rem;width:17.375rem;height:10.0625rem;z-index:15149;overflow:hidden;display:block; }
#EyzVl9QDgDsssFrcHHuFT1gzBGggJSFT { width:17rem;height:2.80029375rem;top:130.62866210938rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#SZ5luiWTVxwth5ZksWSAcVRF80AuyDt8 { width:3.75rem;height:3.75rem;top:129.31494140625rem;left:16.25rem;font-size:2.625rem;z-index:15013;color:rgba(246,0,0,0.83);display:block; }
#O5tpvfltJWxnoMVPPzXVDRRecAo1915q { background-color:#e1f2ff;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; }#O5tpvfltJWxnoMVPPzXVDRRecAo1915q > .row .container { background-color: transparent; background-image: none; }#O5tpvfltJWxnoMVPPzXVDRRecAo1915q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5tpvfltJWxnoMVPPzXVDRRecAo1915q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5tpvfltJWxnoMVPPzXVDRRecAo1915q > .row .container > .video-iframe-container { display: none; }#O5tpvfltJWxnoMVPPzXVDRRecAo1915q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5tpvfltJWxnoMVPPzXVDRRecAo1915q > .row > .video-iframe-container { display: none; }#O5tpvfltJWxnoMVPPzXVDRRecAo1915q > .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); }#O5tpvfltJWxnoMVPPzXVDRRecAo1915q > .row .container { border-width: 0; border-radius: 0; }#O5tpvfltJWxnoMVPPzXVDRRecAo1915q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5tpvfltJWxnoMVPPzXVDRRecAo1915q > .row .container { width:20rem;height:40.625rem;position:relative;display:block; }#atkn2lHWevFdwfvJhfMqS7V0oJ0hoqBC { top:3.49853515625rem;left:1.3427734375rem;width:17.5625rem;height:10.0625rem;z-index:15137;overflow:hidden;display:block; }
#ihfbusLeCN7FZbfko3PH1VTAQKF5ewu8 { width:18rem;height:1.68823125rem;top:1.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15136;color:#174773;line-height:1.5;display:block; }
#VXzc2o2insw4TEiEulsMVbzVexCOmfb5 { top:13.89192199707rem;left:4.69140625rem;width:14.4375rem;height:5.767825rem;z-index:15070;text-align:center;text-align-last:center;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#NXNTr8Bl35Fz7lf1vWblr2U4NUqvTmDI { top:20.80859375rem;left:1.2161458730698rem;width:17.5rem;height:10.125rem;z-index:15140;overflow:hidden;display:block; }
#C4rVd0xHdIGnUBmbbH8zPzzpo9UXZ9f4 { top:13.873687744141rem;left:1.0611979961395rem;width:3.75rem;height:1.43676875rem;z-index:15000;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#QFSHyK8Dtz9tf5ZquRTZUqXgNIyT7B2J { display:block; }
#Uwn9aINZZAp4m6c8qximmuQxJBsCIgaM { top:31.31379699707rem;left:1.2708333730698rem;width:3.75rem;height:1.43676875rem;z-index:15001;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#vOSyS7gDmrQVmbv5WmVPFov7AzzLepUr { display:block; }
#nGTHCKG1B7m62ArsqAEqZPIRUS8UUkBd { top:31.51611328125rem;left:5.0009765625rem;width:14.6228125rem;height:2.677rem;z-index:15077;text-align:center;text-align-last:center;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#NpaXycMKfWKldEd3nMaUTT2H7T7pDIgr { width:16.5rem;height:2.80029375rem;top:35.50439453125rem;left:1.24853515625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15014;display:block; }
#TJMWIdypsU8rHXHgTJcOGQ2B4O2tOIv0 { width:3.8125rem;height:3.8125rem;top:34.439697265625rem;left:16.553955078125rem;font-size:2.625rem;z-index:15012;color:rgba(246,0,0,0.83);display:block; }
#JvIa6te9QQLohtb8pwCMkE0I3NimLJTX { background-color:#e1f2ff;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; }#JvIa6te9QQLohtb8pwCMkE0I3NimLJTX > .row .container { background-color: transparent; background-image: none; }#JvIa6te9QQLohtb8pwCMkE0I3NimLJTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvIa6te9QQLohtb8pwCMkE0I3NimLJTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvIa6te9QQLohtb8pwCMkE0I3NimLJTX > .row .container > .video-iframe-container { display: none; }#JvIa6te9QQLohtb8pwCMkE0I3NimLJTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvIa6te9QQLohtb8pwCMkE0I3NimLJTX > .row > .video-iframe-container { display: none; }#JvIa6te9QQLohtb8pwCMkE0I3NimLJTX > .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); }#JvIa6te9QQLohtb8pwCMkE0I3NimLJTX > .row .container { border-width: 0; border-radius: 0; }#JvIa6te9QQLohtb8pwCMkE0I3NimLJTX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JvIa6te9QQLohtb8pwCMkE0I3NimLJTX > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; }#m89wpp0RTnKp7rVBdfsZD4FLf3STCpDp { top:3.49853515625rem;left:1.3427734375rem;width:17.25rem;height:10rem;z-index:15137;overflow:hidden;display:block; }
#IWnGqTamx8iZcucSDRhO0DWM7zULESJw { width:18rem;height:1.68823125rem;top:1.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15136;color:#174773;line-height:1.5;display:block; }
#XU4rhJyJMaU2lItpzAyFZMOXOGp7Hls6 { top:17.68310546875rem;left:1.2158203125rem;width:17.375rem;height:10.0625rem;z-index:15140;overflow:hidden;display:block; }
#FeSD0ucW9dOLoFpf2Fq0ANPn7m5XRmX5 { top:13.873687744141rem;left:1.0611979961395rem;width:3.75rem;height:1.43676875rem;z-index:15000;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#MpwQNRUTCpUkkFIVapBzRexZIcLuShiK { display:block; }
#KNWXsH9yEPxq4uF94mFcLg23ldKFVWIs { top:28.0634765625rem;left:0.95751953125rem;width:3.75rem;height:1.375rem;z-index:15001;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#G2b35kI2DOCsOtQTBgoAeVCTa3umsVTf { display:block; }
#rzTSNcMsJo7cCKDJxQulzMhHfieTVvQC { width:3.8125rem;height:3.8125rem;top:64.8125rem;left:16.25rem;font-size:2.625rem;z-index:15011;color:rgba(246,0,0,0.83);display:block; }
#LLl4n2hz9Ld8mdcnUpkQKbzI4yLd2HBo { top:28.39111328125rem;left:4.6875rem;width:14.625rem;height:5.35400625rem;z-index:15077;text-align:center;text-align-last:center;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#MMGw2qWWSOi0oMyDJ1ELMdW8vdRaJkx6 { top:13.935791015625rem;left:4.9384765625rem;width:14.25rem;height:2.677rem;z-index:15078;text-align:center;text-align-last:center;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
#SxZeoxdPAZge0p34WToyDf0tQrHPTDTq { top:45.1845703125rem;left:4.60791015625rem;width:14.5625rem;height:4.0588375rem;z-index:15080;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#Sh967UzqkvLf6BXmccQsIqAE8Tnf5ahv { top:44.9345703125rem;left:0.967041015625rem;width:3.75rem;height:1.3125rem;z-index:15004;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#WF5q1VFSWkLLw2c3LeKDt0BqgCzzeOLe { display:block; }
#r50c4oZyItmtL3isSPTryiWOFrV1BOtM { top:34.4365234375rem;left:1.31103515625rem;width:17.3125rem;height:10.125rem;z-index:15143;overflow:hidden;display:block; }
#M502ItNFt0iZOMM8UdCQqzmlVvZwuZT2 { top:61.0625rem;left:5.294677734375rem;width:13.49975rem;height:2.62206875rem;z-index:15085;text-align:right;text-align-last:right;font-family:cairo;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.4;display:block; }
#FRwtJXNBGZLEzrpZF1u3pIlQkRiW7NNv { top:50.498779296875rem;left:1.639404296875rem;width:17.4375rem;height:10.125rem;z-index:15152;overflow:hidden;display:block; }
#Sc2XCZMfTVb9ZGWtHcrX4y45icA5GR8t { top:61.125rem;left:1.2802734375rem;width:3.75rem;height:1.43555rem;z-index:15012;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#bnAXXH0glq84k8F1lmsv6D2PVImEya79 { display:block; }
#g7ezQvPTpAHvXLg1Z6hQEw3g2n4y05zO { width:16.0625rem;height:4.2004375rem;top:66.4375rem;left:1.531005859375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15012;display:block; }
#khJ1d2I0doyndbgNzw3nJQ9e9I9iDN2P { display:block; }#khJ1d2I0doyndbgNzw3nJQ9e9I9iDN2P > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; }#kqUa2qmcRDfrf7O3Dh6y2IRtkpeTTWQI { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#TJ1Rv2Klw3WV55BhooVkW0REtM0EzMTM { display:block; }
#PgM6580ChZ6AggfoAFO1IHORL1EJbozf { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#wNvagoN2Lkfizk6HEHI3pobTeN91gXbT { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#JzDM6hCaI7NzUGMRRBkOJfykMyJTKCDc { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#e5IIMiuBJDt2pkhN8W6wuhVdkGL1C4r7 { width:20rem;height:2.3997375rem;top:2.3111982345581rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#ffffff;display:block; }
#qxrD8zcRDMq8iFsBPoFIzyuSwmnxAaVn { width:18.75rem;height:2.99805rem;top:5.749783039093rem;left:1.2489150166511rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#wf0uH7H6ggABMWDk2Db0qFl8nEFMPI1Q { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#MVw2RBGT9IHFbQo0aBVp0iSzzaIa7EAu { display:block; }
#SSRncQhu1OCAbXZXm6NSAwM39BOgLcBf { display:block; }#SSRncQhu1OCAbXZXm6NSAwM39BOgLcBf { background-color: transparent; background-image: none; }#SSRncQhu1OCAbXZXm6NSAwM39BOgLcBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSRncQhu1OCAbXZXm6NSAwM39BOgLcBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSRncQhu1OCAbXZXm6NSAwM39BOgLcBf > .row .container > .video-iframe-container { display: none; }#SSRncQhu1OCAbXZXm6NSAwM39BOgLcBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSRncQhu1OCAbXZXm6NSAwM39BOgLcBf > .row > .video-iframe-container { display: none; }#SSRncQhu1OCAbXZXm6NSAwM39BOgLcBf > .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); }#SSRncQhu1OCAbXZXm6NSAwM39BOgLcBf > .row .container { width:20rem;height:22.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e1f2ff, #fdfafb);background-image: -moz-linear-gradient(180deg, #e1f2ff, #fdfafb);background-image: -ms-linear-gradient(180deg, #e1f2ff, #fdfafb);background-image: -o-linear-gradient(180deg, #e1f2ff, #fdfafb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f2ff', endColorstr='#fdfafb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f2ff', endColorstr='#fdfafb' );";background-image: linear-gradient(180deg, #e1f2ff, #fdfafb);background-size:auto !important;position:relative;display:block; }#M6z4cPmTBQC5dSkOEp9PI6KlL6EkyuTM { width:15.061875rem;height:2.59895625rem;top:3.625rem;left:0.4375rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#T1h8QoC4CAhmbV4WZ7mZ7m2oW3BpacJA { width:18rem;height:2.80029375rem;top:16.386719226837rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#i46lGEwZhDmUFRprvNPuTQ5zxdIL427N { width:15.8125rem;height:4.2004375rem;top:11.75rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#v8T9Ai2vEsWLRVvgr35y1V1lGDenpdzA { width:16.0625rem;height:2.80029375rem;top:7.8750004768369rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
#zgatx19elTpUeA0vec1bM1z776R0iRL0 { width:2.4360375rem;height:2.4360375rem;top:7.875rem;left:17.0625rem;font-size:1.6875rem;z-index:15009;display:block; }
#bas5bem9OB0Fx8h8yJpTXDiZDg4cXFr9 { width:2.43706875rem;height:2.43706875rem;top:12.4375rem;left:17.125rem;font-size:1.6875rem;z-index:15010;display:block; }
#rIbsRRvu17OvB7MJ63yyeZNv6bzsJGTr { width:2.43706875rem;height:2.43706875rem;top:16.625rem;left:17.125rem;font-size:1.6875rem;z-index:15011;display:block; }
#vgprP9oFT0lStsTNUDNFubZpLbKxlCDa { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#owcU2pcRdTfaocTnwAgkuh4yFbx2DiKi { top:1.25rem;left:11.5625rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 { display:block; }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 > .row .container { width:20rem;height:7.686767734375rem;position:relative;display:block; }#dV5rfdTt5sZOWqrslvVGDFeyccJHr6LC { width:18.5625rem;height:1.499025rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#Q0n59Ig3xoDKa28u7rKz1DFOE1DSmpIf { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
#XUGV9tQhfDZremy0TXOvmcWpAZLX5IU3 { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;display:block; }
#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL { background-color:#e1f2ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL > .row .container { border-width: 0; border-radius: 0; }#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL > .row .container { width:20rem;height:222.875rem;position:relative;display:none; }#VrGZR3ZPKQGOo4dfZDW8qtFPFNJQtqVh { top:0.58073043823242rem;left:2.75rem;width:15.3125rem;height:1.298825rem;z-index:14997;font-family:cairo;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1rem;color:#405466;display:block; }
#IMDJuX80TCm1o6OGEaed2TSpL5ezg9Ik { top:3.0520839691162rem;left:0.625rem;width:18.8125rem;height:10.9375rem;z-index:14985;overflow:hidden;display:block; }
#xdlOpRpUKanw2ocy36KB5xig9vKrWqT8 { top:14.37451171875rem;left:6.826904296875rem;width:12.625rem;height:2.0996125rem;z-index:15014;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#wyfElUOfBmcyVnSapVOISA08tNeXCRSm { top:14.25rem;left:0.6875rem;width:4.6875rem;height:2rem;z-index:14977;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#UQPMphpFTwg207rVpnDpmuBneo4Z1zdT { display:block; }
#DBRdHXDBWExZ9ENZI3ctmRKn7EdcTnfS { top:0.372314453125rem;left:0.498046875rem;width:3rem;height:3rem;z-index:15019;background-color:#ee9e24;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#giJEr0par58emorfd0xvsXrxXS0uyghg { top:1.434326171875rem;left:0.748291015625rem;width:2.5625rem;height:1.2182625rem;z-index:15020;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
#skgebIsyffqnM9W4Ey6HThAPUOc1waKS { top:16.68701171875rem;left:0.1875rem;width:19.1875rem;height:1.9487875rem;z-index:15035;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#sbklMT3K6NEFDtxETFdV7qWeTE3pK2SJ { top:32.39582824707rem;left:0.375rem;width:19.1875rem;height:0.97439375rem;z-index:15039;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#Wv5RQwQNh6l6ah3zCD91IVuM2NGTKNLS { top:31.08332824707rem;left:6.9375rem;width:12.625rem;height:1.04980625rem;z-index:15018;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#y87cLRRN3gCaUcsGrxd0koeu4gQBrE8h { top:19.5361328125rem;left:0.4375rem;width:18.8125rem;height:10.9375rem;z-index:14989;overflow:hidden;display:block; }
#Ag7P9rnABNEKwWT6Ttmlk2spVWSL4GJQ { top:30.64582824707rem;left:0.5625rem;width:4.6875rem;height:2rem;z-index:14978;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#EiieQBTDiZzTpgJ7X7WOXo9JDgJiKiKc { display:block; }
#qesS4p6nduc4GPc9k9RkeP4BO2VE5Q30 { top:47.3125rem;left:0.625rem;width:19.1875rem;height:1.9487875rem;z-index:15043;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#cWe0kSdFMxQyTVADUb9J3TK1fZkFUuBG { top:5.877197265625rem;left:12.5234375rem;width:5.5rem;height:2rem;z-index:14982;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;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;display:block; }
#t8J7XU6f5OJkCrINxDU0PQQxrRvotrdU { display:block; }
#B6d9OthcTlJcTO0r5eVLFWtHriJpmNsM { top:45.75rem;left:6.8125rem;width:12.625rem;height:1.04980625rem;z-index:15022;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#QMnfEx7KeLStDTB6ETuKWUAVXFvNSWPD { top:34.312744140625rem;left:0.6884765625rem;width:18.75rem;height:10.875rem;z-index:14990;overflow:hidden;display:block; }
#ezFV7PAGHqUI4k0NK6ofqVGlk2qu8PB5 { top:45.375rem;left:0.7109375rem;width:5rem;height:2rem;z-index:14979;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#TvosLouTgz9m7VeOTIbbAXbz5chtAgob { display:block; }
#Vx1N7WWACwfdqcHue1dnApX4XhWy3bL6 { top:63.87548828125rem;left:0.2099609375rem;width:19.1875rem;height:1.9487875rem;z-index:15047;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#NSaaQq6IgCGC75uHLTuPtrLu1XUaTpv5 { top:62rem;left:6.623046875rem;width:12.6245rem;height:1.04980625rem;z-index:15026;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#eMaAlTlH4kJUfvMvpXUmiUzDtLvrsRi9 { top:50.516357421875rem;left:0.6259765625rem;width:18.75rem;height:10.875rem;z-index:14991;overflow:hidden;display:block; }
#p6X6TVXpL5k8HaT6SfmHvsgyhwOkoAn2 { top:61.5625rem;left:0.7096354961395rem;width:5rem;height:2rem;z-index:14980;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#ra7qmw84BaEOmXhMk8rZ9ECJE06W899I { display:block; }
#I0ZS7Kx1T1E0vH9MrdPVFzWigaKRKTud { top:114.625rem;left:6.5rem;width:12.6245rem;height:1.04980625rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#wEue75wPac8moQRPTshgX3fUZLiHVXef { top:114.24870300293rem;left:0.6861979961395rem;width:5rem;height:1.9995125rem;z-index:14984;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#VgXm2d4AEXVi4e5xGzP9upBFbX5t6rgl { display:block; }
#QG5wGoWTKASkPOIyaLWIUaH8E2RnWeUy { top:103.12109375rem;left:0.59244799613953rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#rbODlwiFTCzZWU8bybiV6LMcg0lrvzRb { top:131.16666603088rem;left:0.8111979961395rem;width:5rem;height:1.9995125rem;z-index:14987;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#gVw5KAKOW4hO65PpfMgUIpKVe0I3i6X8 { display:block; }
#U1OeCEbglItnvJQvedRZ3gCxkFkfSvQ0 { top:120.24523353577rem;left:0.68576389551162rem;width:18.5625rem;height:10.75rem;z-index:14998;overflow:hidden;display:block; }
#euKrnL5nCamk9anZAox81CpDeUNdKKVv { top:131.68489551544rem;left:6.62109375rem;width:12.6233125rem;height:1.04980625rem;z-index:15033;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#aduH3zFh42LtvxQADCV6ArUTAAKQFbTz { top:116.62239456177rem;left:0.34114587306976rem;width:19.187rem;height:1.9487875rem;z-index:15048;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#mBnMwlUhqgHWn55FdQ2ZWvNpO6UJgopU { top:133.87369728088rem;left:0.34396702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#TPlRoSOT9PsHvnw44cKnekvfDZSqOGsZ { top:150.94661474228rem;left:0rem;width:19.1858125rem;height:1.9487875rem;z-index:15053;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#Mx9tWDWtBOnXQEUEPlA8MXQy6R7PL0pF { top:148.30859375rem;left:0.6861979961395rem;width:5rem;height:1.9995125rem;z-index:14991;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#LBQObwOwbRROfFSocuK96voETXORQnDP { display:block; }
#wEazX7pMalff7I5Z7CQa50l0SXa5vWkk { top:148.78271484375rem;left:6.18359375rem;width:13rem;height:1.04980625rem;z-index:15037;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#rhE3VITmRTTfwNbMbmTPQWLZoFLiU9XK { top:137.49784278869rem;left:0.68684905767444rem;width:18.4375rem;height:10.6875rem;z-index:15002;overflow:hidden;display:block; }
#SARwQCsaJbL81GMWcfEpDTb1UwdqN45z { top:165.06120300293rem;left:0.62369799613953rem;width:5rem;height:1.9995125rem;z-index:14995;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#LXSQ73qggsOdGcFSxP2UuAogzgbr9tbs { display:block; }
#nOehwp8rGsG1oTI8qtiiGnEa62MsVd3R { top:154.24869823456rem;left:0.7486979961395rem;width:18.375rem;height:10.625rem;z-index:15006;overflow:hidden;display:block; }
#XCyp1l1ziOcyALQzqXXIw1EU70dtNO8s { top:167.49869918823rem;left:0.56119799613953rem;width:19.1858125rem;height:1.9487875rem;z-index:15057;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#FNgySZ6w81OCkQ9VwzpeiO4XRX8c00em { top:165.41145896912rem;left:6.30859375rem;width:13rem;height:1.04980625rem;z-index:15041;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#bRMUcg5K7MhahrKrHI5sTJ0yQLIJ3lTd { top:181.68490600586rem;left:0.6875rem;width:5rem;height:1.9995125rem;z-index:14999;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#MiFT0A3JeaSq8KTlRlHriMDpoO0EV9H1 { display:block; }
#qCpnUMJIArwOArIiW6qQaatnwRui5eQT { top:170.81055641174rem;left:0.81271702051162rem;width:18.25rem;height:10.5625rem;z-index:15010;overflow:hidden;display:block; }
#FWw6r5P1ndNy8Q4PPdQw0WkU6iAiU9xI { top:184.43489837646rem;left:0.5625rem;width:19.1858125rem;height:1.9487875rem;z-index:15061;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#aX34sRMNwDiiKU9go4S7HnI7eEyR8ZIG { top:182.22005462646rem;left:4.7005209922791rem;width:14.5rem;height:1.04980625rem;z-index:15045;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#eKseA9RTmWfpsTX2o0iF7b1blDrHAhA3 { top:199.24740600586rem;left:0.625rem;width:5rem;height:1.9995125rem;z-index:15003;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#RCPAVRCISMMc5MP3Tgocmvgw75fpBKc7 { display:block; }
#mTniMJfee5GDTVrARL7D5o3sobG6HMzf { top:201.93489837646rem;left:0.5rem;width:19.1858125rem;height:1.9487875rem;z-index:15065;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#IntrvhuvuUDqXxL1NxbuT6dx00JaqzWp { top:199.80989837646rem;left:4.75rem;width:14.4995rem;height:1.04980625rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#BtNZ7z26zTkUHpVK9WaN7OUUnrVUg6xt { top:188.43489837646rem;left:0.8424479961395rem;width:18.25rem;height:10.5625rem;z-index:15014;overflow:hidden;display:block; }
#Dds2khfKGxI793tBtwquH7IIgWKvz5PF { top:218.55989837646rem;left:0.40494799613952rem;width:19.1858125rem;height:1.9487875rem;z-index:15069;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#N8JmdgE02s6B79vsNgOSLGa3M9TUfZxd { top:215.74870300293rem;left:0.74739587306975rem;width:5rem;height:1.9995125rem;z-index:15007;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#iN3ppsGySQQ8EBH1zWhPqUNkTGO0pqoT { display:block; }
#K2w2uFGTezfzdRA4ZbtkxLrFzGzFcBcA { top:216.03646087646rem;left:4.8255209922791rem;width:14.4983125rem;height:1.04980625rem;z-index:15053;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#lF3a4XHDCbhbWxk8xTddcBoFiWA5K1Bo { top:205.01692962646rem;left:0.8736979961395rem;width:18.0625rem;height:10.5rem;z-index:15018;overflow:hidden;display:block; }
#TsG1g8bN0qC7QaSrDudDu6ow9ZEWHpeX { top:81.436195373538rem;left:0rem;width:19.1873125rem;height:1.9487875rem;z-index:15051;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#vbxPvcpCVFeSZSeravbU86TgtH9xI1ip { top:78.936195373538rem;left:0.625rem;width:5rem;height:1.99978125rem;z-index:14984;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#dp1UaLo4O5gzw5HVPWcU0OTTtJ6zhG5g { display:block; }
#PhnKHwOFT6XFp213FoXKew2CkvbHxM3C { top:79.28515625rem;left:6.8268232345581rem;width:12.6236875rem;height:1.04980625rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#TFLm3UWZUQWtRgTuS62Jpmm3ar7ZqsxU { top:67.942703247069rem;left:0.59244799613953rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#WBD0scRtMinEJgGUed8WB1rNEDyD5bSq { top:99.125rem;left:0rem;width:19.187rem;height:1.9487875rem;z-index:15052;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#oIFBNUH1y8xzH0LpL7DiCZigZOhZWUoJ { top:96.243488311769rem;left:0.625rem;width:5rem;height:1.9987rem;z-index:14988;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#ee9e24;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;display:block; }
#Sw2xzH9wRNmOlToJgdKXNND4U5NaoyoF { display:block; }
#iyBwE10FSUbCJXKLHhab5nsqe73Et9Xn { top:97.0625rem;left:6.5rem;width:12.6245rem;height:1.04980625rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#KkOr10VIgLu78FX0phVfNwhPdCCnXA6T { top:85.372185707094rem;left:0.62500005960463rem;width:18.5625rem;height:10.75rem;z-index:14999;overflow:hidden;display:block; }
#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr { display:none; }#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container { width:20rem;height:56.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ddf072ca-c36d-4123-a1f2-7a29c54661b6/mobileapp02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:none; }#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container.adaptive-delivery-prevent-bg, #kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container.lazyload, #kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container.lazyloading { background-image: none; }#qkc6Ep4CfUloCXn2XEFoWeCkbKX2gV1E { width:13.497875rem;height:7.560375rem;top:0.869140625rem;left:5.1819954514504rem;z-index:15112;display:none; }
#RZqTokaSnccVZH1lb1Q8lbAMDNzb4wCh { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#lD5CUlsT4MPpprSoJNO5EhTx0TVK5Ofy { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#zINV5zUh6y0FwaNdybQKpFpc2581L7h7 { width:8.2483125rem;height:0.9747875rem;top:27.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#TlMo1U9c0GwFnWUAazSscVRwfZ5kX8e4 { width:6.1239375rem;height:1.125rem;top:37.548825263977rem;left:12.305929720402rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#zCBKWuIHARuhaQP948MyyGlq5V914407 { width:3.99858125rem;height:0.9747875rem;top:37.497337341309rem;left:11.134942591191rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#qJk49UbVuscW3BFfrXBrU8qWgXwiHuHv { width:7.872875rem;height:1.125rem;top:39.139024734497rem;left:11.819778978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#MlW6AsbKtKoI726JynJU5MKkWmI1kliD { width:4.4992875rem;height:0.9747875rem;top:39.026992797851rem;left:11.073153078556rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#JsTE5ONdMnKDwp3vPI4JOUHfZHTqF25c { width:3.18714375rem;height:0.9747875rem;top:49.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#GSwhPdwGMF7WvIruaIyoosfpwmTyamFb { width:4.8125rem;height:0.9747875rem;top:37.572021484375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#TS5txhzlpiwDnZ5TtiURH55lQhOCsrA8 { width:3.4375rem;height:1.125rem;top:39.110261917114rem;left:5.5601916909218rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#dHDgerwcBrv9EtfTRNMtSzRvERaemz86 { width:5.3125rem;height:0.9747875rem;top:49.311962127686rem;left:12.710403978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#rixWRiiT8p0pRGGafBadRLNokCD0dkqx { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#PvB9QCAs34JClpwrfLUybcVBwuPk5LKD { width:5.81176875rem;height:0.9747875rem;top:37.576171875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#CWwHiAvWdvSqVOkp0K73yaydebale70R { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
#xoGTrkQxxCegX2X1b1Hp6M6AvpHBiX7P { width:5.7492875rem;height:0.9747875rem;top:49.18607711792rem;left:10.696199953556rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#yM65Ngu1NsyOnhfD1bzDGLTW5AIsmn1v { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#p5zcxUlNNc57TwPnt4m9cEfQmHLlxdAx { width:5.1242875rem;height:0.9747875rem;top:49.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#FEJeHqbzKdAH4qeR0wclMFhrGRw6EsMM { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#xfvnqGhqgBTybMu3u8PuTT6PTu5T4dC1 { width:3.2495125rem;height:0.9747875rem;top:39rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#wkTriGaPFaGXtfo9Xg5svuTNXvJhReC9 { width:2.68676875rem;height:0.9747875rem;top:39rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#tSdMSll0BzgDClwdOkwDwTGmbqG7G2zT { width:6.12305rem;height:0.84375rem;top:38.671875rem;left:12.69287109375rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;display:block; }
#uR7cJsDhzw9ffwhlm6TFHykq0n3FxdT5 { width:12.75rem;height:2.6875rem;top:52.413883209229rem;left:3.4996448159218rem;z-index:15179;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#sVwigWZ5V7ySDKR9Aqv3gRR0F3rGMHaE { display:block; }
#makTdeIaUpZnTMRhDCEHpQodFecllstA { width:3.8125rem;height:0.9747875rem;top:27.687321662903rem;left:11.555574953556rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;display:block; }
#vsCKfCgM7okghJIhR7ssdDbag5yK9Tee { width:4.4375rem;height:0.9747875rem;top:27.6875rem;left:13.1484375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#scK7xgONOMdclEqJtTGkfM5r4zV2rmUc { width:6.875rem;height:1rem;top:40.262451171875rem;left:11.060791015625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#H3twkxXbH9QTzzu5faNONotyvJPUaRbu { width:6.875rem;height:1rem;top:50.953369140625rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#UHxEASCvTBEO0WWs3HHeVNMGTh9hoMcI { width:6.875rem;height:1rem;top:29.31103515625rem;left:11.194580078125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#yWO9UrXWUWz0kbg6kiAiwVeVTBxkqJ6M { width:6.875rem;height:1rem;top:40.262451171875rem;left:1.888916015625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#ErxdTnfJrx1zn9rRVZtyCgW5gEME1qaG { width:6.875rem;height:1rem;top:29.43603515625rem;left:1.451416015625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV { display:none; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV { border-width: 0; border-radius: 0; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container { width:20rem;height:69.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d67da7af-6775-456d-9d22-9a6be7f0b2ef/Artboard12300x100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container.adaptive-delivery-prevent-bg, #IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container.lazyload, #IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container.lazyloading { background-image: none; }#Ddvt35MqUI33Q1MgRcTdk7Tv4R8eEUs6 { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#KCg85MuqsP8wzqueCCKp7qPKSvSJhhEH { display:block; }
#w5N2nyOKX2PxU14w7AuGOEIXrGpvf9pk { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#uTADRDODSpeiWxqaeQ0GTPaT6ESeFKpv { display:block; }
#zdBiGpxpGgExPy7pmGapif4dp2uMKVVJ { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#kBNTU8elUoBTryfKPaz1p3kUIixCME5P { display:block; }
#NLrz5zMKEuwUxLuBZ4XtfVdhGE8mWqT8 { top:11.489583969116rem;left:3.7500002980233rem;width:11.75rem;height:1.13671875rem;z-index:15180;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#IMi2c1EhQVURARVhfseKlSvIQkDmW4bN { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#IMi2c1EhQVURARVhfseKlSvIQkDmW4bN > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#fpeiV4izwTKUEI0aeDPAOK8UevLGubQI { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#fpeiV4izwTKUEI0aeDPAOK8UevLGubQI > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#mh7kTHrxB56bPtOtQPsezF3ct89SpQWV { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#XFw1ZsHAdVoZ0JQyV3923tsr2CdbUZxT { display:block; }
#i6B3zWpKSbTDOEnov1znb9agIMpQaJSR { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#i6B3zWpKSbTDOEnov1znb9agIMpQaJSR > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#iT8Zgi3X5waoiEUG7RpPO5m6OcixnicM { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;display:block; }
#UM34qBepoz734zwpGcKpsu7M0A6FWGh2 { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;display:block; }
#m6Bst0qOwuJaRqyIxIQeflrfgJgr2NPG { top:38.971357822418rem;left:0rem;width:20rem;height:3.89941875rem;z-index:15186;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#zhJ2f1Qza5GTovGfGPPb54zrCwG4LnVy { top:46.040583610534rem;left:10.203558981419rem;width:9.5rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:block; }
#VIUs2JwpNF8QoBasPRbPP7Giq1aQEUrf { display:block; }
#yyooRrPIoitgga0fVmp2iMm2BA0KO96T { top:46.040583610534rem;left:0.375rem;width:9.4998125rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#xJ1cLh4t1PdCQ1olfJHdsPwoIbgLL8Hk { display:block; }
#Od0ncPbeGw3FU22pyRN9nAEcNIzxeoCI { top:48.791234016419rem;left:0.32769113779068rem;width:19.4375rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;color:#000000;display:block; }
#oviORM8n5GOXUMgUGzzeDQTTsypaUpx1 { display:block; }
#qd4x6pRb3meMhTxc9i2D0JFKOZmEfxVd { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#AnmW5hmfeblB8gMOS5ub4vEuHQNanoHX { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#PNBNagOqQP2BNTOr20gIeZQLbG7nTIDQ { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#hZtyibS4Ktv0tmML17L3fGgHT4wqTyiz { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#Fbo9G7p1NMJwCUlyVP9UIW2415iFUCRl { top:55.5625rem;left:0rem;width:20rem;height:1.13671875rem;z-index:15187;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#cneTE5QAzTSFlbuOzVQRCAN2rVSHfU87 { top:60.1875rem;left:0rem;width:20rem;height:1.13671875rem;z-index:15189;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#TafRnwnVbGycuR4OL3T4bfefAiD16PCm { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#i6JvCkTnhT9SK5XfwQCTlzxpw2whR07v { top:64.8125rem;left:3.625rem;width:12.874375rem;height:2.2734375rem;z-index:15191;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#MkbAa1SRKzRGUstKHcDJtpdTb1pgonK8 { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#N0nxRi7xBvIiqBUeaIgeNmOvgviBP9n7 { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#E3nFvLRhEyF6pPkBTZK71W1J6ClifuM7 { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#XfTCO32PZ64h4RCuT7eDD9dQRIu3OizT { top:13.71853351593rem;left:6.8120661377906rem;width:6.3748125rem;height:5.81163125rem;z-index:15176;overflow:hidden;display:block; }
#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv.adaptive-delivery-prevent-bg, #zFC1Hr7f91ZyDFwNu055EA6KX5uguziv.lazyload, #zFC1Hr7f91ZyDFwNu055EA6KX5uguziv.lazyloading { background-image: none; }#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv > .row .container { width:20rem;height:77.8125rem;position:relative;display:none; }#XgxUO2TBchyGnifaKW60ZZrCSuTJNv0w { width:5.0625rem;height:2.5rem;top:41.685546875rem;left:7.46875rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;display:block; }
#x8edyJLhBUymyLhLoqCmh9n00IvR2XSC { display:block; }
#ktMedhq7PR9HC6eLtHC0TphLD48Wn9g1 { width:4.9375rem;height:2.5rem;top:27.0615234375rem;left:1.84375rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;display:block; }
#vOdgecnnoIhNWUsTHQdn7n80vK1R6tJq { display:block; }
#yLRu1QtSpFIqIyD04L7rWn7xd37isNhZ { width:11.5625rem;height:2.5rem;top:51.498046875rem;left:2.875rem;display:none; }
#tqdQueUKSxuTPq67RngvWlHu5HCfSOO7 { display:block; }
#zkvTmcBhXTSATretmle8ekQTeqQWR2QK { width:11.5625rem;height:2.5rem;top:79.560546875rem;left:2.3125rem;display:none; }
#BfqBCBwTZJVHVNCzZXZlx9vChKp9QXhD { display:block; }
#A1x7Z33DTcuksUrUNuvFsQQ6may8g3au { width:20rem;height:3.5996125rem;top:1.998046875rem;left:0rem;font-size:1rem;color:#fef7da;display:block; }
#I75GDF7dFx3bqVnBUiTeLCaKevyXnh0n { width:12.5rem;height:9.6875rem;top:30.875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#h62CKnI0LdvVft5nNKNbGpyyxTJCUJqT { width:7.5rem;height:3.125rem;top:31.875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#Ht4pqAZS3xKBroFFTyIBaswGJGiC8XZq { width:9.8125rem;height:1.21948125rem;top:36.6875rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#HpidVOIva3c98N5PuiIrpppiiMPfGRCk { width:7.5rem;height:2.125rem;top:39.3125rem;left:6.625rem;font-size:1.25rem;display:block; }
#KZFkKMOUT55UmUQbLTwcH76VdU41CFqw { display:block; }
#Xt6lqAiv0mPzWyFIJbU6vFNErGwziKuT { width:8.25rem;height:2.924475rem;top:32.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#ooCuZhGl9IbzIEtDRhsfh54axV83ShBl { width:8.25rem;height:1.21875rem;top:32.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#sR9w9cxRet1X2zfy9K6xw5Pw2iUvkN5T { width:12.5rem;height:9.6875rem;top:19.0625rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#VEb7u2rTnCi8r0UXJw3N1KvDeJDRwhTX { width:8.25rem;height:1.21875rem;top:21rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#BVqSBfweg2S5HsZMAwgDkBMb78koB11U { width:8.25rem;height:1.4624rem;top:20.6875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#zMyTrWL5vBrevKTZxzofsL1TSATmJiry { width:7.5rem;height:3.125rem;top:20.0625rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#UGmNIV8X2hWblE2hbRXd8gfT2hKiVeBZ { width:9.8125rem;height:1.21948125rem;top:24.875rem;left:5.125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#nZhsLJTZbgZXGTPNC5KiT1HobUyDwtfO { width:7.5rem;height:2.125rem;top:27.5rem;left:6.5625rem;font-size:1.25rem;display:block; }
#TtCxR02EuVgUUbCfnDQfZTruvqHH9Rxv { display:block; }
#TbJBx7pEOoUSQ4TfTF6BPNNISGQXxTnR { width:12.5rem;height:9.6875rem;top:7.25rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#s0wGxvAz4MluL7TzHdQlbXTRCkeZoSyc { width:8.25rem;height:1.21875rem;top:9.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#M8zgTX3OsMcx6GfzOel9tS8r1Oan5coA { width:8.25rem;height:1.4624rem;top:8.875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#XVDqWlP5iOfOkbMCI51DAz5zvLnc0XdT { width:7.5rem;height:3.125rem;top:8.25rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#LANLNq1CiFgI8xQ1lFldoNVNr0B6doZw { width:9.8125rem;height:2.4375rem;top:12.125rem;left:5.09375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#VFvAqM6UCtpOVAA28XOaMWblGBBBbK4r { width:7.5rem;height:2.125rem;top:15.6875rem;left:6.5625rem;font-size:1.25rem;display:block; }
#bEo46OxufHQadzVukgy59km2lomRBmhz { display:block; }
#kOIRoOqHyzOPtaFzvO39z9pZx5NzIu6d { width:12.5rem;height:9.6875rem;top:66.3125rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#HgwXTRov0qA1HrrIxDRTs3Hh8SdPbd4X { width:8.25rem;height:1.21875rem;top:68.25rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#HpIE5ZN0L53wRbMebTP2v0XTQn19nA3G { width:8.25rem;height:1.4624rem;top:67.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#tdfWG8qcn4PDonfVeisrfoeMikGME0Xb { width:7.5rem;height:3.125rem;top:67.3125rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#cNeLQt0A5mPQMGwFbvSVWsy6Jdu7r75E { width:9.8125rem;height:1.21948125rem;top:72.125rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#eRRGAcGo047Fpbk9ORTMT9J2OqsUE60G { width:7.5rem;height:2.125rem;top:74.75rem;left:6.625rem;font-size:1.25rem;display:block; }
#Z4ncOg3yoJlknRkZUsgeMTTbmnC3Emng { display:block; }
#Z7tcldHQBQoTt3tQ2SgRcs41ryi6PbkQ { width:12.5rem;height:9.6875rem;top:54.5rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ZGpZWvyzETQTEK5umLnEHfgcPlIC9aAK { width:8.25rem;height:1.21875rem;top:56.4375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#KEyDiKkPO7ZK7roUUDObDzL4eU7V254C { width:8.25rem;height:1.4624rem;top:56.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#AurKw8cdgoXiNqxC3qspUVJcxWn443OA { width:7.5rem;height:3.125rem;top:55.5rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#VwViDwPglPX2C7uENfelNlgKHoSiGXcG { width:9.8125rem;height:2.4375rem;top:59.5rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#pr0xSaFMaJtN0qfTCJETiiyA2606kfg8 { width:7.5rem;height:2.125rem;top:62.9375rem;left:6.625rem;font-size:1.25rem;display:block; }
#AJDoTdWb6NvNJ6pBxHrJqnXmnuhfJ737 { display:block; }
#rrAvmBG5QIUw3ObAPDwowDIvnZ28ncKv { width:12.5rem;height:9.6875rem;top:42.6875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#sJOtT6Omy09TK78tKDMxEthPTnztTqtl { width:8.25rem;height:1.21875rem;top:44.625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#mINXlt2JkPdFgGHdKZupgZA69R6vuXa5 { width:8.25rem;height:1.4624rem;top:44.3125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#BLcv9eumlAn8cF4NFJXpFBllwvxGX9Wc { width:7.5rem;height:3.125rem;top:43.6875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#VFrltbJelFGrJcpXfUzvDwCBW89ihUUl { width:9.8125rem;height:2.4375rem;top:48rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#OJ5gazUOCI4atcR3DShqHyzVHrhsI9L5 { width:7.5rem;height:2.125rem;top:51.125rem;left:6.5625rem;font-size:1.25rem;display:block; }
#eUanN83VWTym0QcF6vexk1lWewxhMpJ9 { display:block; }
#k4sWo0GzOuxQd9w2vlwiH4BPvKp1NT9m { width:10.0625rem;height:5.1875rem;top:121.53515625rem;left:4.96875rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:none; }
#rP8d5fqD9FM3kSiILlgFiasFQVRBCL9q { display:block; }
#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN { display:none; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN { border-width: 0; border-radius: 0; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container { width:20rem;height:67.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6cb04ccc-458f-44c1-a00d-79ce5b9e2f0e/mobileapp01.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container.adaptive-delivery-prevent-bg, #wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container.lazyload, #wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container.lazyloading { background-image: none; }#nZJmizSHpm4PFiQub3CQOkwN8Zbdd9wy { width:9.375rem;height:4.249825rem;top:51.999286651611rem;left:9.4930749535563rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#D1OLwMboU8tvXFJSQ9I1zPnKv4DglROG { display:block; }
#BKekaQ1HSFHHth9NTQMNWEFw3hhWp4mo { width:4.2489375rem;height:2.6864375rem;top:48.624821662903rem;left:12.055220186711rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#cFToOp2q9deRefVNGaJXkd4TLQzEdu7x { display:block; }
#KBrLwJBH3yXXNkKFnnuBJ9TTGUACzQGl { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;display:block; }
#MLKPPPxzwd7wKGQHJo0icfsuAo0Qlsrs { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#MLKPPPxzwd7wKGQHJo0icfsuAo0Qlsrs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#qbHXtMD1uJmmdn5m92OiQa8PcUoPdxTe { top:60.75rem;left:10.5rem;width:8.5618125rem;height:1.38139375rem;z-index:15181;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-family:cairo;display:block; }
#Q09dTcBsyLC81JTP70bwkslIlcH3vBBW { width:9.375rem;height:4.249825rem;top:59.3125rem;left:9.8125rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#h7CU5aQUDeXxeEESyFtIb78snigsHSv0 { display:block; }
