.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi { position:relative;z-index:auto;display:block; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi { background-color: transparent; background-image: none; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .row .container > .video-iframe-container { display: none; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .row > .video-iframe-container { display: none; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .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); }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi { border-width: 0; border-radius: 0; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .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; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b98c65;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;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; }#CgZIKSkFMBLsuVnxncp13Ci9n4IkZ7hU { 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:1.6875rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:13.25rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.40625rem;left:46.750001907349rem;display:block; }
#u7JcUa4Qeir6LLQe13uR1QtaIaiTqgGh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KKdQ43EBGrTET14megvTypHyOZXpEHpE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1rem;left:46.041666030884rem; }
#T2b6H46MXUTU0e8B3H5dibyIEq4ytTWV { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;height:1.3rem;top:1.5625rem;left:4.625rem;font-style:normal;display:block; }
#RK4b0wOzOfaXx4oAoFMp9Sau5avs0hSN { 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:15008;opacity:1;left:1.0625rem;top:0.625rem; }
#RK4b0wOzOfaXx4oAoFMp9Sau5avs0hSN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.82);background-image:url("https://images.assets-landingi.com/uc/b7e631e2-9ec8-4e08-98ce-c4a9b2fd7d66/home.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3.adaptive-delivery-prevent-bg, #OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3.lazyload, #OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3.lazyloading { background-image: none; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container { background-color: transparent; background-image: none; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container > .video-iframe-container { display: none; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row > .video-iframe-container { display: none; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .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); }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container { border-width: 0; border-radius: 0; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:block; }#pySfVgHeGOET26dXc00JqSgEGMK9ac1Q { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:23.4375rem;top:51.562501907349rem;left:0rem;overflow:hidden;display:none; }
#O3loA1grA2udfunco7vZHLnWOxovaORA { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.375rem;top:28.3125rem;left:11.0625rem;overflow:hidden;display:none; }
#MJ91nzHqaqotEAbbaaVHXnXCB05KntxG { color:#0e849e;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:31.6875rem;left:6.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JUC6cLHOSwVqsNTxoVVRsvt4fPRstWTu { position:absolute;display:block;z-index:15033;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.6875rem;width:6.625rem;top:28.5625rem;left:4.625rem;overflow:hidden;display:none; }
#b2veLFwoVVyC2qIllUIvTPUnhJVFWfxP { position:absolute;display:block;z-index:15035;height:2.25rem;width:4.0625rem;top:3.0908203125rem;left:15.8984375rem;display:block; }
#cq8fNC8C3G10Dx7rfrSwE4o3vdenTfU7 { position:absolute;display:block;z-index:15036;height:2.5625rem;width:4.625rem;top:2.9345703125rem;left:3.9736328125rem;display:block; }
#xZG1za3fNn6MKLANdEWKZ7clCIsb3hbm { position:absolute;display:block;z-index:15038;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:28.375rem;left:12.5rem;overflow:hidden;display:none; }
#cLmGmO71DpQl3wkDOn7rBVwVkupmrLuo { position:absolute;display:block;z-index:15038;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.1859375rem;width:6.5625rem;top:28.0625rem;left:5rem;overflow:hidden;display:none; }
#Jvpn4qAHkAtZzeBUZSvdmaBUs4LwD3gp { color:#000000;display:block;width:19.9991875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:26rem;left:2.1875rem;text-align:center;text-align-last:center;display:none; }
#C9k06QauT35R26zSJC8sqABaVGincJIk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.875rem;left:10.5625rem;display:none; }
#BSSRgziKAlPwPURpkEq6Ppnqaut7oyPl { color:#80511b;display:block;width:34.4355625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.9375rem;left:22.9375rem;height:6.3369375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #L2TeZHtgkBgcracOiDGJsXe8Jy284WsE { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fZmN59JlKWlyeRmCP3LRkvQrGiPg70ap { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #AumVTyMuzfqwMHb5vo0HayAJtacPBc8O { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #cPd3DkaUzT5ympSkGeZnShl5BiGrJQx8 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PBNLv0FpgqatUuqPCfbnFQXNxdx8OoUt { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #dmvAHWRFig2MaJouAAGUX6X1S1G3uSTw { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #UIAKJof0GKcZLhIRsxp0hk5hOh9ldTaa { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yeSi7aQN1xdgWib9toaryrTugU7LoZt4 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Avpl3NUGn0UQU12sZZXLaupQnZ1iwRHe { position:relative; }
#qEMnJLiSILpidg87Kk5wT5RHGwtSTVIz { position:relative;display:block; }
#LQD3JFlINgBooC9WMfhfpwqyPq2SmEKZ { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kmgI7MDRWrKaXHEnbGb21L0u1L8BPAeO { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BMQBdTSdxlRfWwOMJzetGivpUbUImK1m { position:relative; }
#sC08R30DBAZMqhFX8wn90vp7eDQga4Cy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:18.875rem;width:18.875rem;top:6.6527776718137rem;left:35.536458969116rem;overflow:hidden;display:block; }
#T8gwzpT5855LZLHwlHqzFDZqobToXHPJ { z-index:14999;top:27.75rem;left:37.412109375rem;background-color:#53b736;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:15.125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#z3b07NXEq8AxgN0UiTdGF2HXKrxtTSsc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BQ7zzLRPZC0g1U5v7wZa3HfBDXfGg7PW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:27.84375rem;left:38.78125rem; }
#GeF2VN8k7W06Qso4op5eOVHK0kGrGaIV { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:18.125rem;top:9.0062408447262rem;left:60.1875rem;overflow:hidden;display:none; }
#br2hqTnwnJ4QBknIwl2TzrTepfFHZuIC { z-index:14999;top:27.75rem;left:37.412109375rem;background-color:#53b736;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:15.125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#E5SnduMFbTFnmFswJiWfM1L70vbf2cxh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mdyTyfCW6FBqNDpOdTJXPBSeMnkM9sKk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:27.84375rem;left:38.78125rem;display:none; }
#nDmNeLk3RtSIg0mQ0C500RJim2MG9DKw { color:#006c35;display:block;width:21.375rem;position:absolute;font-family:"alw new";font-size:2.25rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:2.3117189407349rem;left:26.812500953674rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ObWVzpAE9RmyGldMW3woFEZsuZVpQybW { position:relative;display:block; }#ObWVzpAE9RmyGldMW3woFEZsuZVpQybW { background-color: transparent; background-image: none; }#ObWVzpAE9RmyGldMW3woFEZsuZVpQybW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObWVzpAE9RmyGldMW3woFEZsuZVpQybW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObWVzpAE9RmyGldMW3woFEZsuZVpQybW > .row .container > .video-iframe-container { display: none; }#ObWVzpAE9RmyGldMW3woFEZsuZVpQybW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObWVzpAE9RmyGldMW3woFEZsuZVpQybW > .row > .video-iframe-container { display: none; }#ObWVzpAE9RmyGldMW3woFEZsuZVpQybW > .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); }#ObWVzpAE9RmyGldMW3woFEZsuZVpQybW { border-width: 0; border-radius: 0; }#ObWVzpAE9RmyGldMW3woFEZsuZVpQybW > .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; }#ObWVzpAE9RmyGldMW3woFEZsuZVpQybW > .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:4.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:block; }#i0E0hKsFcFUZtzBCbo9MIzctIwkxneQE { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;height:1.7875rem;top:1.2625007629394rem;left:23.75rem;font-style:normal;display:block; }
#a1ukARqBdaSbA0L5Icr5thsk6kuW2L5L { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.1875rem;top:1.5992183685302rem;left:35.3125rem;overflow:hidden;display:block; }
#fW43oJCDAIgcTDLW8k5gP6ydICPV2THP { position:absolute;display:block;z-index:15008;background-color:#b98c65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.0625rem;width:60rem;top:0rem;left:0rem;display:block; }
#osPR3UZaFCQAtZIp9FOCIyMCZUKyHbk3 { position:relative;display:block; }#osPR3UZaFCQAtZIp9FOCIyMCZUKyHbk3 { background-color: transparent; background-image: none; }#osPR3UZaFCQAtZIp9FOCIyMCZUKyHbk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPR3UZaFCQAtZIp9FOCIyMCZUKyHbk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPR3UZaFCQAtZIp9FOCIyMCZUKyHbk3 > .row .container > .video-iframe-container { display: none; }#osPR3UZaFCQAtZIp9FOCIyMCZUKyHbk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osPR3UZaFCQAtZIp9FOCIyMCZUKyHbk3 > .row > .video-iframe-container { display: none; }#osPR3UZaFCQAtZIp9FOCIyMCZUKyHbk3 > .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); }#osPR3UZaFCQAtZIp9FOCIyMCZUKyHbk3 { border-width: 0; border-radius: 0; }#osPR3UZaFCQAtZIp9FOCIyMCZUKyHbk3 > .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; }#osPR3UZaFCQAtZIp9FOCIyMCZUKyHbk3 > .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:27.1875rem;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; }#h33mKRCwHnDGbCmtuiyhTmaOtOGE89eJ { color:#0e849e;display:block;width:16.9359375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:21.531253814698rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FxlFo1iWvSDyxT8QvddRxbMvT4SiDmxd { color:#405466;display:block;width:51.2484375rem;position:absolute;font-family:"mykonos ar";font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.97500038146975rem;left:4.3750038146972rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wtrfey0yUnQzW2NBh6XPqy6LcbyQ6Rwf { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.812rem;width:6.8745rem;top:6.9375rem;left:42.25rem;overflow:hidden;display:block; }
#vs4JyCE1NJxkKlraAVvLtntGCQBLTif3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:14.125rem;left:40.875rem;display:block; }
#hynLwPu1ySJXbGBce3N62KQqLu9KwLHV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tbMN09nhLITaHmV7QwPhcAVc952BN61W { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4995rem;width:5.686525rem;top:17rem;left:43.6875rem;overflow:hidden;display:block; }
#Ez7dW8uEtWy2C2oDPaUXvpdAGFpmK1Fg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:23.9375rem;left:40.75rem;display:block; }
#TKWuARkzFVwez6Uotvk6hhO85hwX6b2W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E5TkzOnRp6LrNCgrqo8ItNsbEZRwXSy9 { position:absolute;display:block;z-index:15019;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:7.812rem;width:6.8745rem;top:6.875rem;left:27.625rem;overflow:hidden;display:block; }
#OsWR3hJaWpEIB7WWqTPPwQJ6Z9tf232W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.5625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:14.0625rem;left:26.75rem;display:block; }
#FCQC82Ld1fbK3K7arC0kzxtcpXBaz4Ot { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fEGp7hd3T7trMtKAoJZ4FIxbHDZIXrdG { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:5.9370125rem;top:17rem;left:28.125rem;overflow:hidden;display:block; }
#XbhAepdoo60k6XGf7V84pqbZ2PGHMg5t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:23.875rem;left:27.125rem;display:block; }
#z97VhTPNSR01MD7zlGTOIs2KROe65d1h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e4Lru3ud1kmkg55cyGCwXepOX18DQIVU { position:absolute;display:block;z-index:15021;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.5rem;width:6.1875rem;top:8.5rem;left:12.1875rem;overflow:hidden;display:block; }
#b1ZwNp9S5WswifuT0aLnRPSxCy9raCCi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:14.25rem;left:10rem;display:block; }
#Jf0ByyASccWTtlLiNIZhyRd62Qs4ZciW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xxi669TU7aBz3VKd7lJ1z9TaaABIsOu4 { position:absolute;display:block;z-index:15016;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.9370125rem;width:5.874025rem;top:17.3125rem;left:11.75rem;overflow:hidden;display:block; }
#qwPeFtb0Km6AVOKRDDGE6NRqBXVSWZ7Q { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:23.5625rem;left:9.9375rem;display:block; }
#wpvllLno5gtpkJJ3FTMC4ca9D9kKUrKp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ObkFyF3zRR0gNUo6sOksyW1Z1hCLTR6X { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.375rem;top:14.4375rem;left:40.5625rem;overflow:hidden;display:block; }
#Skr7JZIQRAxse9IKanBuL8AaT6IePiZp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.875rem;top:14.5rem;left:25.75rem;overflow:hidden;display:block; }
#qMkrZOsiAybJI284PkicM5TrKVz0fpyL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:10.875rem;top:14.5625rem;left:9.1875rem;overflow:hidden;display:block; }
#ePaT4U3hvbf9Xxclwdm0BLvz19uMGzTD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:10.625rem;top:24.1875rem;left:40.25rem;overflow:hidden;display:block; }
#gm0BNRJtuTk33R86GsFUkhOxFTmmxB9K { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:10.4375rem;top:23.875rem;left:9.0625rem;overflow:hidden;display:block; }
#A2BRxMfW51MOWoGN6EkqbBn38qZvmAWP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:9.8125rem;top:24.25rem;left:25.75rem;overflow:hidden;display:block; }
#a3WQh7WzKFTQhrWS1yEu81Bn1uiExZn4 { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#EyQEhCpfsLXCUlXPcZrUTlCuP8LopiuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rQ8C17aZvN9harUswgBGLw1koJrcSncU { z-index:15115;top:13.375rem;left:45.5rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.4984375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#H26AIUE9hdzsaHSTHZH2BsWMVHd7BDMv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HyP4ZXcSeOgv3e5TuSw20oUsGQgzGzR2 { 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:15008;opacity:1;left:1.0625rem;top:0.625rem;display:none; }
#HyP4ZXcSeOgv3e5TuSw20oUsGQgzGzR2 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#nCXmfwwV64iRVxmuxu54v3qibN8UbzMh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1rem;left:46.041666030884rem;display:none; }
#LLtukUxF65NGhlpUDi7PSLDQtHhxMmxQ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.375rem;top:28.3125rem;left:11.0625rem;overflow:hidden;display:none; }
#HTT2VqkLEUPTe8kKAFTfXA8ya9R6nJO9 { color:#0e849e;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:31.6875rem;left:6.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pGTIrpeRtc6RdRaoushnJu2V5HlVTbDp { position:absolute;display:block;z-index:15033;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.6875rem;width:6.625rem;top:28.5625rem;left:4.625rem;overflow:hidden;display:none; }
#to7D6mp2zMNplZuRZWEPTHmITb0UDTET { color:#000000;display:block;width:19.9991875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:26rem;left:2.1875rem;text-align:center;text-align-last:center;display:none; }
#ImRkRIJliNOFTK6TGqvUvhTf0hSD5mBW { position:absolute;display:block;z-index:15038;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:28.375rem;left:12.5rem;overflow:hidden;display:none; }
#T69IdGaT2pMFTD8sqsuAUBoL7BCxcOkK { position:absolute;display:block;z-index:15038;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.1859375rem;width:6.5625rem;top:28.0625rem;left:5rem;overflow:hidden;display:none; }
#dVXdry56E6u3DVhAuzD2ETgdoDlnrVak { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.875rem;left:10.5625rem;display:none; }
#XGErMgTC7bctwUqCfGJnJGTrMB6rUeTz { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#UZPNzXBd4dvTV0O33gAtNgA9TmeOD1wF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZK98tAK4MiplABrQeEEO46KOxorSUDOa { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#bq0I6ohoZBpVPeiINGP4E05V1FOW49rE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CWhEZH8i7X0MlMyNy1odDbFBspFhqoNr { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#zbs6gg8EiOT3e9TSNZo0uzuaJRFkVqHa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kl2EuCHKMBbZkmgT7vSov4dnsgxutTHS { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#A7CAxkgO9TdEo1JzU6sX7dhFOyxa9eKM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z3AlbM3Rdwl07E7VdspJc5g4e38bVSxE { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#WOddmnHxXXEGke33UyHt3lDGFWZI2KTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hOECiCEWtdEEGydwnwCIxRGGxVTMTR8w { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#RhNRCT1PcRHHSFMhiBpopMMDogIyTsTh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQcRTJKuX4mbhJZrmKVaw4ekCqoLMxyR { 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; }
#ga8bTTlKRMP94GcQp27Rs5iCwwfCnhdg { color:#0e849e;display:block;width:16.9359375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:21.531253814698rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ITJ0eP9MkmyOysc2oFlkTMk8HizTCGDF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:11.25rem;left:20.3125rem;display:none; }
#ITJ0eP9MkmyOysc2oFlkTMk8HizTCGDF > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#tg9iyJX28vrnzW3C2VA2D3J1IEHWVPuV { position:relative;display:none; }#tg9iyJX28vrnzW3C2VA2D3J1IEHWVPuV { border-width: 0; border-radius: 0; }#tg9iyJX28vrnzW3C2VA2D3J1IEHWVPuV > .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; }#tg9iyJX28vrnzW3C2VA2D3J1IEHWVPuV > .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:27.1875rem;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; }#OHl2h0bL00VNkqhsNaPHBXMpHG24FXBM { color:#0e849e;display:block;width:16.9359375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:21.531253814698rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqQoUTxAvikMZFT5QAV8c44Kn7dDr2OP { color:#405466;display:block;width:51.2484375rem;position:absolute;font-family:"mykonos ar";font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.97500038146975rem;left:4.3750038146972rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RNt1vFzKwLCgvH2s3Vszk83Uhv5PSR0q { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.812rem;width:6.8745rem;top:6.9375rem;left:42.25rem;overflow:hidden;display:block; }
#uKq94FwGsozQZ2h3LkvqPTNMach8kAcc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:14.125rem;left:40.875rem;display:block; }
#wDPs00d1C5hHdu3blvyyXO5igTTIWPsz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xfnc0qyS5WeQBJU5t7R8v1tS0Ni2XvP0 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4995rem;width:5.686525rem;top:17rem;left:43.6875rem;overflow:hidden;display:block; }
#NxxF5X4KfwIRlwg2MrC21Ow8eJXN2hlW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:23.9375rem;left:40.75rem;display:block; }
#GsztbxzccqP2il3o0lmRvlHs30QBDHre { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XT3akF15Aqv2Z8TsTOKh6CqkfUxwT18l { position:absolute;display:block;z-index:15019;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:7.812rem;width:6.8745rem;top:6.875rem;left:27.625rem;overflow:hidden;display:block; }
#qL1e9VCBwA0MvNpsnXsepMTAVdU1H9Ld { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.5625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:14.0625rem;left:26.75rem;display:block; }
#xyWOxDpEk1JvfL1uUvVU53CI5ELXp0GL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SPNvmUtMB4Kf3MIdm5Ww5n4e70mxMChO { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:5.9370125rem;top:17rem;left:28.125rem;overflow:hidden;display:block; }
#rbMNhahw7oESbAuhXks1cVWLsqJGr5VX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:23.875rem;left:27.125rem;display:block; }
#DsGElscePhZ5ppQOdq80SLhuki7pf35D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KatwyV9tkRtmxZ43l5F8el46vHs1r8WA { position:absolute;display:block;z-index:15021;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.5rem;width:6.1875rem;top:8.5rem;left:12.1875rem;overflow:hidden;display:block; }
#uXvcQpctJb0hxeEcOelbwS4wWinwl80k { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:14.25rem;left:10rem;display:block; }
#rJpiPRlErnwPULv9SrgZdnJgJuTTPG2s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cs1x1CoaFTPyfcIzpfwikWHa0MRNW4Un { position:absolute;display:block;z-index:15016;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.9370125rem;width:5.874025rem;top:17.3125rem;left:11.75rem;overflow:hidden;display:block; }
#tvXuX7cubithRLeSvTPKD4csJ5ZL34Mu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:23.5625rem;left:9.9375rem;display:block; }
#tCHLnVUMLTaf4K5JpigrsIJx7Vh9vRez { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lm5uT2rUaSwgsWhQARbRD5g9QOxeep39 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.375rem;top:14.4375rem;left:40.5625rem;overflow:hidden;display:block; }
#ZSop8KTp0ySpTCudIGHhzh71ccU0UOlA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.875rem;top:14.5rem;left:25.75rem;overflow:hidden;display:block; }
#X41bB8VlgMSHQkiK8TOATOyPzevK6qsw { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:10.875rem;top:14.5625rem;left:9.1875rem;overflow:hidden;display:block; }
#HS34SJibRPKOxMCGF02PdmwX57C8n0ZP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:10.625rem;top:24.1875rem;left:40.25rem;overflow:hidden;display:block; }
#qCiT1uI1NTQcld7Z78L68TU5ExFTTiUH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:10.4375rem;top:23.875rem;left:9.0625rem;overflow:hidden;display:block; }
#BmzZ4dcDtV6iZQZWrhErNxgcooDmaXhI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:9.8125rem;top:24.25rem;left:25.75rem;overflow:hidden;display:block; }
#KSWJAJqC24cRIp70CuFhFa7eUgWpkVZ2 { z-index:15115;top:13.375rem;left:45.5rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.4984375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#MeDkW5oJm98mOFdsB1NHUIH9SqAbS42m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NIwL1eHC4wnAlLxNe6ZLb0HisOAFv8Oy { 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:15008;opacity:1;left:1.0625rem;top:0.625rem;display:none; }
#NIwL1eHC4wnAlLxNe6ZLb0HisOAFv8Oy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#NPNwrhEX5ts6mNfuQvnwcLZTTo8csMni { z-index:15000;top:4.5625rem;left:42.25rem;background-color:#53b736;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 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.4;overflow:hidden;position:absolute;width:15.125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LOfk2RZhbEDZl2xhtb9kLUoxT9SOlVNK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzqnzTIVEuNSn1LPSKUFR1hNhOJDrrq1 { position:relative;display:none; }#TzqnzTIVEuNSn1LPSKUFR1hNhOJDrrq1 { border-width: 0; border-radius: 0; }#TzqnzTIVEuNSn1LPSKUFR1hNhOJDrrq1 > .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; }#TzqnzTIVEuNSn1LPSKUFR1hNhOJDrrq1 > .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:12.875rem;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; }#TlyEFbOWSOxt5QGf7o9GS6VHTkhJZO7E { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:6rem;top:0.625rem;left:42.3125rem;overflow:hidden;display:block; }
#khPCqoFoaEo9vgR4u90CwgPSe4FTNUFB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:7.8125rem;left:40.9375rem;display:block; }
#Fuy9FHeR9RTbQb455pgIL4V6eQIszaU5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tB0l57Ay4dMQIyDKLT2GTIocXwE81rhh { position:absolute;display:block;z-index:15019;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:7.75rem;width:6rem;top:0.5625rem;left:27.6875rem;overflow:hidden;display:block; }
#fwD7WvbpX0OcopeM8P308yvSk7BzhfN2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.5625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:7.75rem;left:26.75rem;display:block; }
#naMWSgsJWTnQ6wNCd6GRHyJe6nxfAT6R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sp050MeUt0LvRDwmdoQS8kG2S6naxeCV { position:absolute;display:block;z-index:15021;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.5rem;width:3.5rem;top:2.1875rem;left:12.25rem;overflow:hidden;display:block; }
#GivbehT6fT7xNdeewTHH0EM3ThBH2ouu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:7.9375rem;left:10.0625rem;display:block; }
#CSmXMapV5FPAqG383dr3ylpGMXeEXqVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uX1dlCPbHMDJBOEgt32RWtidHvVmCN3N { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.375rem;top:8.125rem;left:40.625rem;overflow:hidden;display:block; }
#E0kiTi6OCdZnvMCkABknJ0lyhO3VPMTf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.875rem;top:8.1875rem;left:25.8125rem;overflow:hidden;display:block; }
#TUI6eOJ13hSnoytErohzTbhqB2aDacVB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:10.875rem;top:8.25rem;left:9.25rem;overflow:hidden;display:block; }
#PbwUiwPhzza52bvZtUvEyugtuJTack35 { position:relative;display:block; }#PbwUiwPhzza52bvZtUvEyugtuJTack35 { background-color: transparent; background-image: none; }#PbwUiwPhzza52bvZtUvEyugtuJTack35::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbwUiwPhzza52bvZtUvEyugtuJTack35 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbwUiwPhzza52bvZtUvEyugtuJTack35 > .row .container > .video-iframe-container { display: none; }#PbwUiwPhzza52bvZtUvEyugtuJTack35 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbwUiwPhzza52bvZtUvEyugtuJTack35 > .row > .video-iframe-container { display: none; }#PbwUiwPhzza52bvZtUvEyugtuJTack35 > .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); }#PbwUiwPhzza52bvZtUvEyugtuJTack35 { border-width: 0; border-radius: 0; }#PbwUiwPhzza52bvZtUvEyugtuJTack35 > .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; }#PbwUiwPhzza52bvZtUvEyugtuJTack35 > .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:12.875rem;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; }#TiXAybyAh0HDALpCUnPV6HLOAvDMnCbp { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:6rem;top:0.625rem;left:42.3125rem;overflow:hidden;display:block; }
#IRqVBTcNkMH7T6cyyTNGPB1cMTeIqEap { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:7.8125rem;left:40.9375rem;display:block; }
#moyBd7QwauHe7skKGe6WOv7sSkT0JmDO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vIIWZLgP1kVQPqUOfvMuJTZJgHCwAF0B { position:absolute;display:block;z-index:15019;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:7.75rem;width:6rem;top:0.5625rem;left:27.6875rem;overflow:hidden;display:block; }
#ATl6WVnD4XpzvclTtFpmD823EyiEpqe3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.5625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:7.75rem;left:26.75rem;display:block; }
#Sta2TVecwRCe0sDGxfUDWZBFKHD9goB1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gafr3iyA24nZDsgPqCBgZaZJttaJKL11 { position:absolute;display:block;z-index:15021;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.5rem;width:3.5rem;top:2.1875rem;left:12.25rem;overflow:hidden;display:block; }
#JJw043Tm7ZPqBB4Ja9iWlcQkku6M7B5q { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:7.9375rem;left:10.0625rem;display:block; }
#xKn6nQ4dXWSlpg0U52H1TfQ7A0ELLJ68 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NDVvzMARbRNpkgTze3obyus7ufvW05bN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.375rem;top:8.125rem;left:40.625rem;overflow:hidden;display:block; }
#BPu0o1chBJlOt0m1RAdK20wZtv0pJGTO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.875rem;top:8.1875rem;left:25.8125rem;overflow:hidden;display:block; }
#yvuTGOtofW4CXcM5kqpTahLR3dVXsfHQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:10.875rem;top:8.25rem;left:9.25rem;overflow:hidden;display:block; }
#VNzFkqWzkAI5X8GaGX9qSspVRoF8Mkod { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#lbRLfQfpv2y5yFLqxwyvUuMISx8id1Mp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tnb0nKdNSULtnK4BHb66qNzB9M0BT4Cn { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#lcPktmlwzbGQkhN56SuKFnwoTHFH5AkW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FW1EBomMBVGGaGwoTg5iLw6tsDRA7Kk7 { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#TfKF0gS8AwlD5GsWdnpbO6eW6TKliR7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Scn76DUk51kfguePp0ypUSPGeiaGTvn4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Scn76DUk51kfguePp0ypUSPGeiaGTvn4 > .row .container { background-color: transparent; background-image: none; }#Scn76DUk51kfguePp0ypUSPGeiaGTvn4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Scn76DUk51kfguePp0ypUSPGeiaGTvn4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Scn76DUk51kfguePp0ypUSPGeiaGTvn4 > .row .container > .video-iframe-container { display: none; }#Scn76DUk51kfguePp0ypUSPGeiaGTvn4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Scn76DUk51kfguePp0ypUSPGeiaGTvn4 > .row > .video-iframe-container { display: none; }#Scn76DUk51kfguePp0ypUSPGeiaGTvn4 > .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); }#Scn76DUk51kfguePp0ypUSPGeiaGTvn4 > .row .container { border-width: 0; border-radius: 0; }#Scn76DUk51kfguePp0ypUSPGeiaGTvn4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Scn76DUk51kfguePp0ypUSPGeiaGTvn4 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#hO7yZXWnsxSChmTxFHBvgr3lcxtfvRA1 { position:absolute;display:block;z-index:15009;background-color:#b98c65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.3125rem;width:60rem;top:0rem;left:0rem;display:block; }
#f3bXA8PxS0HDS0T1xXxnFZ6qt5uZqLtg { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;height:1.7875rem;top:1.2625045776368rem;left:21.687503814698rem;font-style:normal;display:block; }
#bbSmXbii69JaTBL8EVLriyZTsUXyCOvS { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:2.1875rem;top:1.40625rem;left:34.625003814698rem;overflow:hidden;display:block; }
#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x { position:relative;display:block; }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x { background-color: transparent; background-image: none; }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .row .container > .video-iframe-container { display: none; }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .row > .video-iframe-container { display: none; }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .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); }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x { border-width: 0; border-radius: 0; }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .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; }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,190,190,0.98);background-image:url("https://images.assets-landingi.com/uc/ff7d2200-0299-4b0b-8149-00cae5b7953c/Untitled201.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:31.9375rem;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; }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .row .container.adaptive-delivery-prevent-bg, #T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .row .container.lazyload, #T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .row .container.lazyloading { background-image: none; }#hSLTOJroWWkzXo6mJz01pxNDbME8JBoi { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:9.5625rem;top:1.4953126907349rem;left:46.320705413818rem;overflow:hidden;display:block; }
#eK6bKIGsvupnG4eE8txw0EykMxK77c4O { position:absolute;display:block;z-index:15017;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.875rem;width:9.437125rem;top:1.5574221611023rem;left:29.753910064698rem;overflow:hidden;display:block; }
#QCI5hSHfbkkip3sZCAkBNkMlDCSkZU35 { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:20.010937690735rem;left:41.460941314698rem;height:11.61875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HCLez01FWOglROnyX8WnTX3zAqwOcvu1 { position:absolute;display:block;z-index:15017;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.937125rem;width:9.49925rem;top:1.6324219703674rem;left:10.55859375rem;overflow:hidden;display:block; }
#Rv1gaWebAkxEl8VTG9TIfBmUTWf8I0iQ { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.072266578674rem;left:25.470706939698rem;height:11.61875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nPfIHExVkhVy6VVqFXaWcSk4mfGPnnIx { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:19.072266578674rem;left:6.3070297241213rem;height:11.61875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b2VgIycyptDL2GsiBrROnrquofZDSV4T { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.633595466614rem;left:14.560546875rem;display:none; }
#TQOa8LJ76FBWBbbwQ4p1DV74nzAoGlRk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DrCIdIq0GQkEu5awhS0uJfVhPIAnTVXS { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.633595466614rem;left:14.560546875rem;display:none; }
#GlLmtkkoufhWR9V8WIw62xiWyiKsPfuh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oEs7M2ZJv9UfrbXRbF9w7VuGdxlcnDeH { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.633595466614rem;left:14.560546875rem;display:none; }
#ZHTpNbpgKI9We0QDntA0y3XBFzbQQRfG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZVCpVnWsyOQfnsGIfEKZ3Mt48qSluTlW { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#muPTNec5sF4Uu7nFFK2Kw7xdXpKW4Slh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJHZ0u8VVBCfZK0M2LILMbeJeQ2WbiSQ { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#bTiII2q9m8Dt6kLrISr69t3iIgLd05KL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ao9OdMUo7TpNHzI6bAhp1qePATSrHIXD { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#aI3tGDT8bQpFCbcAXnu6ERlt6U9lnIPB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb { position:relative;display:block; }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb { background-color: transparent; background-image: none; }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .row .container > .video-iframe-container { display: none; }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .row > .video-iframe-container { display: none; }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .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); }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb { border-width: 0; border-radius: 0; }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .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; }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,190,190,0.98);background-image:url("https://images.assets-landingi.com/uc/ff7d2200-0299-4b0b-8149-00cae5b7953c/Untitled201.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:29.3125rem;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; }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .row .container.adaptive-delivery-prevent-bg, #qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .row .container.lazyload, #qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .row .container.lazyloading { background-image: none; }#kfWnbQVsakIZ2yapkGAHRViqx2InSG2T { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:9.68675rem;top:1.8421859741211rem;left:8.44921875rem;overflow:hidden;display:block; }
#tTHQexvqvIHbx0FIPntpmbm4FsBxMXTH { position:absolute;display:block;z-index:15017;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.99925rem;width:9.5625rem;top:2.0636711120606rem;left:28.751956939698rem;overflow:hidden;display:block; }
#C9d35F7wGfWuEmL74LV7dEsSFkpPtqpo { position:absolute;display:block;z-index:15016;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.875rem;width:9.437125rem;top:2.1304683685302rem;left:45.495700836182rem;overflow:hidden;display:block; }
#r5NCRMr8pME3pWQmiJ2HX2E0Rbrzc8yU { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.093751907349rem;left:41.211330413818rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#raHhXxf9l67If9CgCOqWW6nu3yd484gx { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:21.093750476837rem;left:22.210548400879rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UxkZxRGdvVv7T2tMNCBJroNpab3uCBRF { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:21.093750476837rem;left:3.5847663879394rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uFndBifWSv0KJn3MHmRC2ocM8qlrCh0U { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.187501907349rem;left:18.134765625rem;display:none; }
#HGrAFfippmenJrdgXf6Ef8i4ov62mlbU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T1aV1xO3DIAqHoJatW4LxI4KHCapeCMR { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.187501907349rem;left:18.134765625rem;display:none; }
#SJVkwHzs11FgDBiNKmpa1aTU6ThTVbDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mb9lGGcP00f9ATUL7bqPRR0Vk45CSwWO { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.187501907349rem;left:18.134765625rem;display:none; }
#zqDXb9PGCoooU88R7ZSdTiJPA3x1tUPi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mzD3qqEoE7WgHgpT7idJoHEE382yRRUa { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#XKKgXcJo6FMNoPdduvld3cSpoW1uPTHA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m03MiUlLUhofesvSpNPTxDWIy4M5mVGe { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#mCkHCaWoysT24TxAE2xJalVQibTB4DZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AipLthwRpoP2eV30aTThwxCCPOPxK5Tv { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#RmZTpua2ruf8bE5OLMNnTNG4ULNqygGG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg { position:relative;display:block; }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg { background-color: transparent; background-image: none; }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .row .container > .video-iframe-container { display: none; }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .row > .video-iframe-container { display: none; }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .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); }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg { border-width: 0; border-radius: 0; }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .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; }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(111,151,132,0.98);background-image:url("https://images.assets-landingi.com/uc/ff7d2200-0299-4b0b-8149-00cae5b7953c/Untitled201.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:26.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; }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .row .container.adaptive-delivery-prevent-bg, #OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .row .container.lazyload, #OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .row .container.lazyloading { background-image: none; }#gHA3XWGtafC1OJKbVrqXkqcH1JIeVUp5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:9.625rem;top:1.4953126907349rem;left:46.320705413818rem;overflow:hidden;display:block; }
#cX7tHZ8yGLpJRqPB5rmshWfu1nTuDuRf { position:absolute;display:block;z-index:15016;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:17rem;width:9.5625rem;top:1.8199224472046rem;left:25.185939788818rem;overflow:hidden;display:block; }
#dHinhEG8btipDLHZqg6r25QLKuSSpZGB { position:absolute;display:block;z-index:15017;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.9375rem;width:9.5rem;top:1.8937511444092rem;left:7.1847648620606rem;overflow:hidden;display:block; }
#JMBsTLkTAnXi7MZudwfPO1MqIlkW0GBt { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:19.717966079712rem;left:41.998828887939rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vuDvPPcUQ4RgbAO9DZBWTrddEaNo0EeG { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:20.465626716614rem;left:21rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UEk7Qc6pMGM5lldGmUgFFOsV90cOI2FD { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.5rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:20.465625762939rem;left:2.2488288879394rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lHvnf5ZCb7XG7GTTtITp2PUfoFLvOfXJ { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.711330413818rem;left:16.681640625rem;display:none; }
#iW5xOl668FcdiHCwsXD2cudQzifTnmcc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JcEMyOAVT4Geg6zdtkSLFmlOFxqc4ERN { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.711330413818rem;left:16.681640625rem;display:none; }
#wUeKPT03dGQaKK21xCRSEgRs5trlCCf2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WO2cspIDbWa21JOodTNpgQiQD1IRExKB { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.81175rem;height:4.62421875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.711330413818rem;left:16.681640625rem;display:none; }
#Pehg39Gro9zEcV1BG1skedqciRvrR2UJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aJ1yelrnGohre27TSl3adaTawk2kfRr8 { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#TT0OxvSypoWapL33o8lsnP6y5I4TdrxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zQsuBV0v4HqkDIfEiMC8kPfEkc4p8BBo { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#n4zHdKiEfZM5gcSZrg4P86rtMNZl4PZi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gb5eiRHkCi0xScOHqSRXyNCw84srBpIW { z-index:15140;top:14rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#J7faXg6i7vTnqTehP7nFwvfABxeHDmha { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kMdFCG42g4ZD1r94QdaCze1Ti4UAATTt { position:relative;display:block; }#kMdFCG42g4ZD1r94QdaCze1Ti4UAATTt { background-color: transparent; background-image: none; }#kMdFCG42g4ZD1r94QdaCze1Ti4UAATTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMdFCG42g4ZD1r94QdaCze1Ti4UAATTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMdFCG42g4ZD1r94QdaCze1Ti4UAATTt > .row .container > .video-iframe-container { display: none; }#kMdFCG42g4ZD1r94QdaCze1Ti4UAATTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMdFCG42g4ZD1r94QdaCze1Ti4UAATTt > .row > .video-iframe-container { display: none; }#kMdFCG42g4ZD1r94QdaCze1Ti4UAATTt > .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); }#kMdFCG42g4ZD1r94QdaCze1Ti4UAATTt { border-width: 0; border-radius: 0; }#kMdFCG42g4ZD1r94QdaCze1Ti4UAATTt > .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; }#kMdFCG42g4ZD1r94QdaCze1Ti4UAATTt > .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:23.3125rem;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; }#RpOPHde7WaXOHoUWNsaQSiqWcoxeWA0l { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15000;background-color:#b98c65;background-image:none;left:50.625rem;top:3.8125rem;display:block; }
#BDeU3LX58SIQoI26MnHxSVOzRDbqV1fw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:57.25rem;left:6.3125rem;display:none; }
#q3EcO9SM7AfEih48lp8JZqfysAv7wUlW { color:#b98c65;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:2.60039375rem;top:0.6875rem;left:47.5rem;font-style:normal;display:block; }
#GMfi1t5lhzltRgx0xB876D8eW58u5niX { color:#000000;display:block;width:22.875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.54375rem;top:6rem;left:37.125rem;display:block; }
#W8QVlzBwL3bTlJemCtGAXovgRpxmdVFb { color:#000000;display:block;width:58.4375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.7625rem;top:9rem;left:1.43701171875rem;text-align:right;text-align-last:right;display:block; }
#URx6ebM0BhNrZHPerF1uTx2MkfaTeOBQ { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.7625rem;top:14.93701171875rem;left:2.25rem;text-align:right;text-align-last:right;display:block; }
#zlAI0kuE4bW8b6ildqoGOyKsXtMxNk4l { background-color:rgba(223,186,155,0.09);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b98c65;border-left:0.0625rem solid #b98c65;border-right:0.0625rem solid #b98c65;border-bottom:0.0625rem solid #b98c65;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:#b98c65;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:28.4375rem;height:2.375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:19.43701171875rem;left:17.560546875rem;display:block; }
#hkKg2fRKPMJQ1wfqgSdUF9uPEWVHPyXT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qDGvgXZ4UN8gp2zKTDdwNxle9Tz69eFe { box-sizing:content-box;height:1.875rem;width:0.9375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:2.9375rem;left:55.875rem;display:block; }
#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .row .container { background-color: transparent; background-image: none; }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .row .container > .video-iframe-container { display: none; }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .row > .video-iframe-container { display: none; }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .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); }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .row .container { border-width: 0; border-radius: 0; }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#S6hBoPnKxrew7sXxatiDFM90tB1Or1Og { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#dTs0ZdDiQ3ziL6C5Rut8FgDep7nICveW { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#TWqvEKHRLcwqt0Nz67Bym0D6PXdKbBlA { position:absolute;display:block;z-index:15186;height:24.375rem;width:43.5600625rem;top:2.0625rem;left:9.25rem;display:block; }
#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row .container { border-width: 0; border-radius: 0; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;text-align:right;text-align-last:right;font-family:cairo; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;text-align:right;text-align-last:right;font-family:amiri;font-weight:700;font-style:normal; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-trigger.adaptive-delivery-prevent-bg, #CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-trigger.lazyload, #CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-trigger.lazyloading { background-image: none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f { box-sizing:content-box;height:auto;width:49.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.4541015625rem;left:7.75rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OwglBkuzIGzrulZlZwmshWiTHW07SquW { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OAcUhxkNZpk09rxUefLMWGtH3ZLAfq4X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #l4MTlKTDuD94gKkxDTs0CQiXt9lEFdcQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #AP8zBFQPEkSfFPIxamZ2pz95GAR5nztF { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #pHdu642Fpy1GwBv74Z9gdttbaFPOi5p0 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #iwAxlU5gX7JZIpkiyKkRW6KTrkuiqHv3 { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #fzFpeagEMpSphCC4RgMR564NxcS40d9x { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #JuhVkN9bS9k9FKLB4Ey5BveXT39iTUND { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #F2fB0ZmOhWQS8NE2Kl9JbiWDaUBgo7Hl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #v8SmkDgmkenwcRcI3TVTJBQccbZeMJPo { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TukhfysiB3g5hs9OTmoNoM3KfO29ZOkM {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TBn1mkbTTopyFTGtdJ0BoiPyOpJnUAb3 { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #e1szwtSUhU6MQqdShBSziyZtBt5GqpUV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #y6LT9vmMmNhBpzgk5upAFozxIFDVEODX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #mvk03m6KCAnO0oazbpXhmBkyWuHKNAOc { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #chROoOOT9N0wwG7fTkAW9psQSCrkZTS4 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #y9lmcbKBQd58O7E5DqxaN4stm0XMLRWU { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #q8FJ5TJ7UOtITbuRamic2V1x7kALJgzw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #zMlAkxoKV8nqDTCBQbymFDdaC5xTgZgk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #yWSqGIThhpi0zQPynTfNwgvxuvAV6FWn { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #yHg9qNIisOLzCL5mkgH1N43sM7psMK27 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Il9GcoLZeaHbfKGuWT0wC2yF0pWfuNSk { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OaVR0JwO4k1rO3QLGtVG0RSk3gonFLTC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oy9wZceM8uwEFMUH4FA9Qp6QRB6EBZRm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #mBRhK7PmcZuvJRRFgMAMO9KTeITkQO3g { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BedPA7Qr2pqKJqDoA7MioDJBuTVfBPL9 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qqM4SOlBi1q4axFXwLgta8bQHcQKeemR { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cTtqJJwvo6tUdHLchNQDckDAwFkSoetH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cvGaFITGqblP7JN4w1gHsfSA6WFo2mQ9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #vcEQaVJA6i2UpIcqmr7gAakypDqpuFXo { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #uVFklxXaaRd4Cbe4yOqgcz3Eyb8PRPnH {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oqaXipLbgFN650y3PK8E5aE3UkiF8UVl { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #i7QBVJO7Cr2G9n1Kc6tK6CXKbPsZbWUs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qE0x036GdXED8tUpH5W7KX0heOPdHLRg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #z9g3b3Mp7xbCQZSo6JeJ8mJ9EQXX9eVm { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #RR8wKCVerehfiSplkTvQA925qubMDUn6 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #KDah8BpTiUixNcbFX0y3kBRFsZMNz5EC { display:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #ot5UAA6LTLQsOQHmoh9XoD1I85e0KQ4G { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BymxBheAcmm0XT3GCdwP4998xKhTfVyQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TitwSHM6odn7Z86FAD40l5f3TLpdrVNi { display:block;position:relative; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #zxCghzLbGimL9xuhDHbligT7uu1Qxtzz {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Ihgu2uTNKy7JhUiSy3FJozhKwiuuOZP8 { display:none; }
#T59di0zSl4DEfGzudTmorzbPMJs7oP4Q { color:#000000;display:block;width:15.4980625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:5.8125rem;height:2.0317375rem;font-style:normal;display:none; }
#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf { position:relative;display:block; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf { background-color: transparent; background-image: none; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container > .video-iframe-container { display: none; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row > .video-iframe-container { display: none; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .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); }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf { border-width: 0; border-radius: 0; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .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; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a34c2b;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:15.3125rem;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; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container.adaptive-delivery-prevent-bg, #WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container.lazyload, #WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container.lazyloading { background-image: none; }#lncnftVh8PLQ7Qrd54FzithiTzFWz4dT { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.54375rem;font-style:normal;display:block; }
#oskdUgLAq9BPICdyfkJM6CTMkBm7Fybm { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#KChWTiZUw4ctBMtMh6Ze1O4yVKltlTCT { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2.00039375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PWl9qVvh1eqWUEqhKT3EPkGWBshOCsaW { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#c66mEkdtGQuubt6WJ51fx71xbJxcxhmQ { color:#0e193d;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0625rem;left:38.3125rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#n3KbUKfeu1p4OheZuJzBitNRy1APqvp4 { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:4.78125rem;left:50.4375rem;display:block; }
#Wgs3deG8O9Qwy4B9eZwSnZziBhJd5uV6 { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:9.125rem;left:31.5rem;height:1.8rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#Wteu7HLroGl8GTKMkEoFLsf3wuXiZ9Tv { position:absolute;display:block;z-index:14999;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:2.9375rem;width:20.1875rem;top:8.5625rem;left:31.375rem;display:none; }
body { position:relative;display:block; }
#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi { display:block; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .row .container { width:47.75rem;position:relative;display:block; }#CgZIKSkFMBLsuVnxncp13Ci9n4IkZ7hU { width:13.25rem;height:3.5rem;top:0.375rem;left:34.5rem;display:block; }
#u7JcUa4Qeir6LLQe13uR1QtaIaiTqgGh { display:block; }
#KKdQ43EBGrTET14megvTypHyOZXpEHpE { top:1rem;left:39.916666030884rem;width:2.3125rem;height:2.3125rem;display:block; }
#T2b6H46MXUTU0e8B3H5dibyIEq4ytTWV { top:1.5625rem;left:0rem;width:14.5rem;height:1.25rem;font-size:1rem;display:none; }
#RK4b0wOzOfaXx4oAoFMp9Sau5avs0hSN { top:0.625rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
#RK4b0wOzOfaXx4oAoFMp9Sau5avs0hSN > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 { display:block; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container { width:47.75rem;position:relative;display:block; }#pySfVgHeGOET26dXc00JqSgEGMK9ac1Q { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
#O3loA1grA2udfunco7vZHLnWOxovaORA { top:28.3125rem;left:4.9375rem;width:9.375rem;height:3.5rem;display:block; }
#MJ91nzHqaqotEAbbaaVHXnXCB05KntxG { top:31.6875rem;left:0.5625rem;width:10.5625rem;height:0.9375rem;font-size:0.9375rem;display:block; }
#JUC6cLHOSwVqsNTxoVVRsvt4fPRstWTu { top:28.5625rem;left:0rem;width:6.625rem;height:2.6875rem;display:block; }
#b2veLFwoVVyC2qIllUIvTPUnhJVFWfxP { top:3.0625rem;left:9.7734375rem;width:4.0625rem;height:2.25rem;display:block; }
#cq8fNC8C3G10Dx7rfrSwE4o3vdenTfU7 { top:2.875rem;left:0rem;width:4.625rem;height:2.5625rem;display:block; }
#xZG1za3fNn6MKLANdEWKZ7clCIsb3hbm { top:28.375rem;left:6.375rem;width:6.5625rem;height:1.5609375rem;display:none; }
#cLmGmO71DpQl3wkDOn7rBVwVkupmrLuo { top:28.0625rem;left:0rem;width:6.5625rem;height:2.1859375rem;display:none; }
#Jvpn4qAHkAtZzeBUZSvdmaBUs4LwD3gp { top:26rem;left:0rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#C9k06QauT35R26zSJC8sqABaVGincJIk { top:22.875rem;left:4.4375rem;width:3.0625rem;height:3.0625rem;display:none; }
#BSSRgziKAlPwPURpkEq6Ppnqaut7oyPl { top:3.1875rem;left:0rem;width:19.6875rem;height:;font-size:1.375rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #L2TeZHtgkBgcracOiDGJsXe8Jy284WsE {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fZmN59JlKWlyeRmCP3LRkvQrGiPg70ap { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #AumVTyMuzfqwMHb5vo0HayAJtacPBc8O {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #cPd3DkaUzT5ympSkGeZnShl5BiGrJQx8 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PBNLv0FpgqatUuqPCfbnFQXNxdx8OoUt { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #dmvAHWRFig2MaJouAAGUX6X1S1G3uSTw {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #UIAKJof0GKcZLhIRsxp0hk5hOh9ldTaa {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yeSi7aQN1xdgWib9toaryrTugU7LoZt4 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Avpl3NUGn0UQU12sZZXLaupQnZ1iwRHe {  }
#qEMnJLiSILpidg87Kk5wT5RHGwtSTVIz { display:block; }
#LQD3JFlINgBooC9WMfhfpwqyPq2SmEKZ { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kmgI7MDRWrKaXHEnbGb21L0u1L8BPAeO {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BMQBdTSdxlRfWwOMJzetGivpUbUImK1m {  }
#sC08R30DBAZMqhFX8wn90vp7eDQga4Cy { width:18.875rem;height:18.875rem;top:6.625rem;left:28.875rem;display:none; }
#T8gwzpT5855LZLHwlHqzFDZqobToXHPJ { top:27.75rem;left:31.287109375rem;width:15.125rem;height:2.5rem;display:none; }
#z3b07NXEq8AxgN0UiTdGF2HXKrxtTSsc { display:block; }
#BQ7zzLRPZC0g1U5v7wZa3HfBDXfGg7PW { top:27.8125rem;left:32.65625rem;width:2.3125rem;height:2.3125rem;display:block; }
#GeF2VN8k7W06Qso4op5eOVHK0kGrGaIV { top:9rem;left:42.3125rem;width:18.125rem;height:1.25rem;display:none; }
#br2hqTnwnJ4QBknIwl2TzrTepfFHZuIC { top:27.75rem;left:31.287109375rem;width:15.125rem;height:2.5rem;display:none; }
#E5SnduMFbTFnmFswJiWfM1L70vbf2cxh { display:block; }
#mdyTyfCW6FBqNDpOdTJXPBSeMnkM9sKk { top:27.8125rem;left:32.65625rem;width:2.3125rem;height:2.3125rem;display:none; }
#nDmNeLk3RtSIg0mQ0C500RJim2MG9DKw { top:2.25rem;left:13.187500953674rem;width:21.375rem;height:2.875rem;font-size:3.0625rem;display:none; }
#ObWVzpAE9RmyGldMW3woFEZsuZVpQybW { display:none; }#ObWVzpAE9RmyGldMW3woFEZsuZVpQybW > .row .container { width:47.75rem;position:relative;display:none; }#i0E0hKsFcFUZtzBCbo9MIzctIwkxneQE { top:0.8125rem;left:0rem;width:14.5rem;height:4.1875rem;font-size:1.1875rem;display:none; }
#a1ukARqBdaSbA0L5Icr5thsk6kuW2L5L { top:1.5625rem;left:29.1875rem;width:2.1875rem;height:1.5rem;display:block; }
#fW43oJCDAIgcTDLW8k5gP6ydICPV2THP { top:0rem;left:0rem;width:47.75rem;height:5.0625rem;display:none; }
#osPR3UZaFCQAtZIp9FOCIyMCZUKyHbk3 { display:block; }#osPR3UZaFCQAtZIp9FOCIyMCZUKyHbk3 > .row .container { width:47.75rem;position:relative;display:block; }#h33mKRCwHnDGbCmtuiyhTmaOtOGE89eJ { top:4.5625rem;left:15.406253814698rem;width:16.875rem;height:1.1875rem;font-size:0.75rem;display:block; }
#FxlFo1iWvSDyxT8QvddRxbMvT4SiDmxd { top:0.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.4375rem;display:block; }
#Wtrfey0yUnQzW2NBh6XPqy6LcbyQ6Rwf { top:6.9375rem;left:36.125rem;width:6.8125rem;height:7.7416124163513rem;display:block; }
#vs4JyCE1NJxkKlraAVvLtntGCQBLTif3 { width:9.75rem;height:2.4375rem;top:14.125rem;left:34.75rem;display:block; }
#hynLwPu1ySJXbGBce3N62KQqLu9KwLHV { display:block; }
#tbMN09nhLITaHmV7QwPhcAVc952BN61W { top:17rem;left:37.5625rem;width:5.625rem;height:6.4286844777788rem;display:block; }
#Ez7dW8uEtWy2C2oDPaUXvpdAGFpmK1Fg { width:9.75rem;height:2.4375rem;top:23.9375rem;left:34.625rem;display:block; }
#TKWuARkzFVwez6Uotvk6hhO85hwX6b2W { display:block; }
#E5TkzOnRp6LrNCgrqo8ItNsbEZRwXSy9 { top:6.875rem;left:21.5rem;width:6.8125rem;height:7.7416124163513rem;display:block; }
#OsWR3hJaWpEIB7WWqTPPwQJ6Z9tf232W { width:8.875rem;height:2.5625rem;top:14.0625rem;left:20.625rem;display:block; }
#FCQC82Ld1fbK3K7arC0kzxtcpXBaz4Ot { display:block; }
#fEGp7hd3T7trMtKAoJZ4FIxbHDZIXrdG { top:17rem;left:22rem;width:5.875rem;height:6.6800443020119rem;display:block; }
#XbhAepdoo60k6XGf7V84pqbZ2PGHMg5t { width:7.5rem;height:2.4375rem;top:23.875rem;left:21rem;display:block; }
#z97VhTPNSR01MD7zlGTOIs2KROe65d1h { display:block; }
#e4Lru3ud1kmkg55cyGCwXepOX18DQIVU { top:8.5rem;left:6.0625rem;width:6.1875rem;height:4.5rem;display:block; }
#b1ZwNp9S5WswifuT0aLnRPSxCy9raCCi { width:9.25rem;height:2.4375rem;top:14.25rem;left:3.875rem;display:block; }
#Jf0ByyASccWTtlLiNIZhyRd62Qs4ZciW { display:block; }
#xxi669TU7aBz3VKd7lJ1z9TaaABIsOu4 { top:17.3125rem;left:5.625rem;width:5.8125rem;height:5.8743453700827rem;display:block; }
#qwPeFtb0Km6AVOKRDDGE6NRqBXVSWZ7Q { width:8.3125rem;height:2.4375rem;top:23.5625rem;left:3.8125rem;display:block; }
#wpvllLno5gtpkJJ3FTMC4ca9D9kKUrKp { display:block; }
#ObkFyF3zRR0gNUo6sOksyW1Z1hCLTR6X { top:14.4375rem;left:34.4375rem;width:10.375rem;height:1.8125rem;display:block; }
#Skr7JZIQRAxse9IKanBuL8AaT6IePiZp { top:14.5rem;left:19.625rem;width:10.875rem;height:1.8125rem;display:block; }
#qMkrZOsiAybJI284PkicM5TrKVz0fpyL { top:14.5625rem;left:3.0625rem;width:10.875rem;height:1.9375rem;display:block; }
#ePaT4U3hvbf9Xxclwdm0BLvz19uMGzTD { top:24.1875rem;left:34.125rem;width:10.625rem;height:1.875rem;display:block; }
#gm0BNRJtuTk33R86GsFUkhOxFTmmxB9K { top:23.875rem;left:2.9375rem;width:10.4375rem;height:1.875rem;display:block; }
#A2BRxMfW51MOWoGN6EkqbBn38qZvmAWP { top:24.25rem;left:19.625rem;width:9.8125rem;height:1.6875rem;display:block; }
#a3WQh7WzKFTQhrWS1yEu81Bn1uiExZn4 { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#EyQEhCpfsLXCUlXPcZrUTlCuP8LopiuT { display:block; }
#rQ8C17aZvN9harUswgBGLw1koJrcSncU { top:13.375rem;left:39.375rem;width:6rem;height:2.4375rem;display:none; }
#H26AIUE9hdzsaHSTHZH2BsWMVHd7BDMv { display:block; }
#HyP4ZXcSeOgv3e5TuSw20oUsGQgzGzR2 { top:0.625rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
#HyP4ZXcSeOgv3e5TuSw20oUsGQgzGzR2 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#nCXmfwwV64iRVxmuxu54v3qibN8UbzMh { top:1rem;left:39.916666030884rem;width:2.3125rem;height:2.3125rem;display:none; }
#LLtukUxF65NGhlpUDi7PSLDQtHhxMmxQ { top:28.3125rem;left:4.9375rem;width:9.375rem;height:3.5rem;display:none; }
#HTT2VqkLEUPTe8kKAFTfXA8ya9R6nJO9 { top:31.6875rem;left:0.5625rem;width:10.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#pGTIrpeRtc6RdRaoushnJu2V5HlVTbDp { top:28.5625rem;left:0rem;width:6.625rem;height:2.6875rem;display:none; }
#to7D6mp2zMNplZuRZWEPTHmITb0UDTET { top:26rem;left:0rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#ImRkRIJliNOFTK6TGqvUvhTf0hSD5mBW { top:28.375rem;left:6.375rem;width:6.5625rem;height:1.5609375rem;display:none; }
#T69IdGaT2pMFTD8sqsuAUBoL7BCxcOkK { top:28.0625rem;left:0rem;width:6.5625rem;height:2.1859375rem;display:none; }
#dVXdry56E6u3DVhAuzD2ETgdoDlnrVak { top:22.875rem;left:4.4375rem;width:3.0625rem;height:3.0625rem;display:none; }
#XGErMgTC7bctwUqCfGJnJGTrMB6rUeTz { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#UZPNzXBd4dvTV0O33gAtNgA9TmeOD1wF { display:block; }
#ZK98tAK4MiplABrQeEEO46KOxorSUDOa { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#bq0I6ohoZBpVPeiINGP4E05V1FOW49rE { display:block; }
#CWhEZH8i7X0MlMyNy1odDbFBspFhqoNr { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#zbs6gg8EiOT3e9TSNZo0uzuaJRFkVqHa { display:block; }
#kl2EuCHKMBbZkmgT7vSov4dnsgxutTHS { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#A7CAxkgO9TdEo1JzU6sX7dhFOyxa9eKM { display:block; }
#Z3AlbM3Rdwl07E7VdspJc5g4e38bVSxE { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#WOddmnHxXXEGke33UyHt3lDGFWZI2KTS { display:block; }
#hOECiCEWtdEEGydwnwCIxRGGxVTMTR8w { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#RhNRCT1PcRHHSFMhiBpopMMDogIyTsTh { display:block; }
#SQcRTJKuX4mbhJZrmKVaw4ekCqoLMxyR { display:none; }
#ga8bTTlKRMP94GcQp27Rs5iCwwfCnhdg { top:9rem;left:8.6805554628375rem;width:4.25rem;height:1.4375rem;font-size:0.4375rem;display:none; }
#ITJ0eP9MkmyOysc2oFlkTMk8HizTCGDF { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#ITJ0eP9MkmyOysc2oFlkTMk8HizTCGDF > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#tg9iyJX28vrnzW3C2VA2D3J1IEHWVPuV { display:none; }#tg9iyJX28vrnzW3C2VA2D3J1IEHWVPuV > .row .container { width:47.75rem;position:relative;display:none; }#OHl2h0bL00VNkqhsNaPHBXMpHG24FXBM { top:4.5625rem;left:15.406253814698rem;width:16.875rem;height:1.1875rem;font-size:0.75rem;display:block; }
#FqQoUTxAvikMZFT5QAV8c44Kn7dDr2OP { top:0.9375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.4375rem;display:block; }
#RNt1vFzKwLCgvH2s3Vszk83Uhv5PSR0q { top:6.9375rem;left:36.125rem;width:6.8125rem;height:7.7416124163513rem;display:block; }
#uKq94FwGsozQZ2h3LkvqPTNMach8kAcc { width:9.75rem;height:2.4375rem;top:14.125rem;left:34.75rem;display:block; }
#wDPs00d1C5hHdu3blvyyXO5igTTIWPsz { display:block; }
#Xfnc0qyS5WeQBJU5t7R8v1tS0Ni2XvP0 { top:17rem;left:37.5625rem;width:5.625rem;height:6.4286844777788rem;display:block; }
#NxxF5X4KfwIRlwg2MrC21Ow8eJXN2hlW { width:9.75rem;height:2.4375rem;top:23.9375rem;left:34.625rem;display:block; }
#GsztbxzccqP2il3o0lmRvlHs30QBDHre { display:block; }
#XT3akF15Aqv2Z8TsTOKh6CqkfUxwT18l { top:6.875rem;left:21.5rem;width:6.8125rem;height:7.7416124163513rem;display:block; }
#qL1e9VCBwA0MvNpsnXsepMTAVdU1H9Ld { width:8.875rem;height:2.5625rem;top:14.0625rem;left:20.625rem;display:block; }
#xyWOxDpEk1JvfL1uUvVU53CI5ELXp0GL { display:block; }
#SPNvmUtMB4Kf3MIdm5Ww5n4e70mxMChO { top:17rem;left:22rem;width:5.875rem;height:6.6800443020119rem;display:block; }
#rbMNhahw7oESbAuhXks1cVWLsqJGr5VX { width:7.5rem;height:2.4375rem;top:23.875rem;left:21rem;display:block; }
#DsGElscePhZ5ppQOdq80SLhuki7pf35D { display:block; }
#KatwyV9tkRtmxZ43l5F8el46vHs1r8WA { top:8.5rem;left:6.0625rem;width:6.1875rem;height:4.5rem;display:block; }
#uXvcQpctJb0hxeEcOelbwS4wWinwl80k { width:9.25rem;height:2.4375rem;top:14.25rem;left:3.875rem;display:block; }
#rJpiPRlErnwPULv9SrgZdnJgJuTTPG2s { display:block; }
#Cs1x1CoaFTPyfcIzpfwikWHa0MRNW4Un { top:17.3125rem;left:5.625rem;width:5.8125rem;height:5.8743453700827rem;display:block; }
#tvXuX7cubithRLeSvTPKD4csJ5ZL34Mu { width:8.3125rem;height:2.4375rem;top:23.5625rem;left:3.8125rem;display:block; }
#tCHLnVUMLTaf4K5JpigrsIJx7Vh9vRez { display:block; }
#Lm5uT2rUaSwgsWhQARbRD5g9QOxeep39 { top:14.4375rem;left:34.4375rem;width:10.375rem;height:1.8125rem;display:block; }
#ZSop8KTp0ySpTCudIGHhzh71ccU0UOlA { top:14.5rem;left:19.625rem;width:10.875rem;height:1.8125rem;display:block; }
#X41bB8VlgMSHQkiK8TOATOyPzevK6qsw { top:14.5625rem;left:3.0625rem;width:10.875rem;height:1.9375rem;display:block; }
#HS34SJibRPKOxMCGF02PdmwX57C8n0ZP { top:24.1875rem;left:34.125rem;width:10.625rem;height:1.875rem;display:block; }
#qCiT1uI1NTQcld7Z78L68TU5ExFTTiUH { top:23.875rem;left:2.9375rem;width:10.4375rem;height:1.875rem;display:block; }
#BmzZ4dcDtV6iZQZWrhErNxgcooDmaXhI { top:24.25rem;left:19.625rem;width:9.8125rem;height:1.6875rem;display:block; }
#KSWJAJqC24cRIp70CuFhFa7eUgWpkVZ2 { top:13.375rem;left:39.375rem;width:6rem;height:2.4375rem;display:none; }
#MeDkW5oJm98mOFdsB1NHUIH9SqAbS42m { display:block; }
#NIwL1eHC4wnAlLxNe6ZLb0HisOAFv8Oy { top:0.625rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
#NIwL1eHC4wnAlLxNe6ZLb0HisOAFv8Oy > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#NPNwrhEX5ts6mNfuQvnwcLZTTo8csMni { top:4.5625rem;left:32.625rem;width:15.125rem;height:2.5rem;display:none; }
#LOfk2RZhbEDZl2xhtb9kLUoxT9SOlVNK { display:block; }
#TzqnzTIVEuNSn1LPSKUFR1hNhOJDrrq1 { display:none; }#TzqnzTIVEuNSn1LPSKUFR1hNhOJDrrq1 > .row .container { width:47.75rem;position:relative;display:none; }#TlyEFbOWSOxt5QGf7o9GS6VHTkhJZO7E { top:0.625rem;left:36.1875rem;width:6rem;height:7.75rem;display:block; }
#khPCqoFoaEo9vgR4u90CwgPSe4FTNUFB { width:9.75rem;height:2.4375rem;top:7.8125rem;left:34.8125rem;display:block; }
#Fuy9FHeR9RTbQb455pgIL4V6eQIszaU5 { display:block; }
#tB0l57Ay4dMQIyDKLT2GTIocXwE81rhh { top:0.5625rem;left:21.5625rem;width:6rem;height:7.75rem;display:block; }
#fwD7WvbpX0OcopeM8P308yvSk7BzhfN2 { width:8.8125rem;height:2.5rem;top:7.75rem;left:20.625rem;display:block; }
#naMWSgsJWTnQ6wNCd6GRHyJe6nxfAT6R { display:block; }
#sp050MeUt0LvRDwmdoQS8kG2S6naxeCV { top:2.1875rem;left:6.125rem;width:3.5rem;height:4.5rem;display:block; }
#GivbehT6fT7xNdeewTHH0EM3ThBH2ouu { width:9.1875rem;height:2.4375rem;top:7.9375rem;left:3.9375rem;display:block; }
#CSmXMapV5FPAqG383dr3ylpGMXeEXqVT { display:block; }
#uX1dlCPbHMDJBOEgt32RWtidHvVmCN3N { top:8.125rem;left:34.5rem;width:10.3125rem;height:1.8008698733087rem;display:block; }
#E0kiTi6OCdZnvMCkABknJ0lyhO3VPMTf { top:8.1875rem;left:19.6875rem;width:10.875rem;height:1.81171875rem;display:block; }
#TUI6eOJ13hSnoytErohzTbhqB2aDacVB { top:8.25rem;left:3.125rem;width:10.875rem;height:1.93710625rem;display:block; }
#PbwUiwPhzza52bvZtUvEyugtuJTack35 { display:block; }#PbwUiwPhzza52bvZtUvEyugtuJTack35 > .row .container { width:47.75rem;position:relative;display:block; }#TiXAybyAh0HDALpCUnPV6HLOAvDMnCbp { top:0.625rem;left:36.1875rem;width:6rem;height:7.75rem;display:block; }
#IRqVBTcNkMH7T6cyyTNGPB1cMTeIqEap { width:9.75rem;height:2.4375rem;top:7.8125rem;left:34.8125rem;display:block; }
#moyBd7QwauHe7skKGe6WOv7sSkT0JmDO { display:block; }
#vIIWZLgP1kVQPqUOfvMuJTZJgHCwAF0B { top:0.5625rem;left:21.5625rem;width:6rem;height:7.75rem;display:block; }
#ATl6WVnD4XpzvclTtFpmD823EyiEpqe3 { width:8.8125rem;height:2.5rem;top:7.75rem;left:20.625rem;display:block; }
#Sta2TVecwRCe0sDGxfUDWZBFKHD9goB1 { display:block; }
#Gafr3iyA24nZDsgPqCBgZaZJttaJKL11 { top:2.1875rem;left:6.125rem;width:3.5rem;height:4.5rem;display:block; }
#JJw043Tm7ZPqBB4Ja9iWlcQkku6M7B5q { width:9.1875rem;height:2.4375rem;top:7.9375rem;left:3.9375rem;display:block; }
#xKn6nQ4dXWSlpg0U52H1TfQ7A0ELLJ68 { display:block; }
#NDVvzMARbRNpkgTze3obyus7ufvW05bN { top:8.125rem;left:34.5rem;width:10.3125rem;height:1.8008698733087rem;display:block; }
#BPu0o1chBJlOt0m1RAdK20wZtv0pJGTO { top:8.1875rem;left:19.6875rem;width:10.875rem;height:1.81171875rem;display:block; }
#yvuTGOtofW4CXcM5kqpTahLR3dVXsfHQ { top:8.25rem;left:3.125rem;width:10.875rem;height:1.93710625rem;display:block; }
#VNzFkqWzkAI5X8GaGX9qSspVRoF8Mkod { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#lbRLfQfpv2y5yFLqxwyvUuMISx8id1Mp { display:block; }
#Tnb0nKdNSULtnK4BHb66qNzB9M0BT4Cn { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#lcPktmlwzbGQkhN56SuKFnwoTHFH5AkW { display:block; }
#FW1EBomMBVGGaGwoTg5iLw6tsDRA7Kk7 { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#TfKF0gS8AwlD5GsWdnpbO6eW6TKliR7V { display:block; }
#Scn76DUk51kfguePp0ypUSPGeiaGTvn4 { display:block; }#Scn76DUk51kfguePp0ypUSPGeiaGTvn4 > .row .container { width:47.75rem;position:relative;display:block; }#hO7yZXWnsxSChmTxFHBvgr3lcxtfvRA1 { top:0rem;left:0rem;width:47.75rem;height:4.3125rem;display:none; }
#f3bXA8PxS0HDS0T1xXxnFZ6qt5uZqLtg { top:1.25rem;left:15.562503814698rem;width:21.125rem;height:1.75rem;font-size:1.375rem;display:none; }
#bbSmXbii69JaTBL8EVLriyZTsUXyCOvS { top:1.375rem;left:28.500003814698rem;width:2.1875rem;height:1.5rem;display:block; }
#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x { display:block; }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .row .container { width:47.75rem;position:relative;display:block; }#hSLTOJroWWkzXo6mJz01pxNDbME8JBoi { top:1.4375rem;left:38.0625rem;width:9.5625rem;height:17rem;display:block; }
#eK6bKIGsvupnG4eE8txw0EykMxK77c4O { top:1.5rem;left:23.628910064698rem;width:9.375rem;height:16.763911148787rem;display:block; }
#QCI5hSHfbkkip3sZCAkBNkMlDCSkZU35 { top:20rem;left:29.75rem;width:18rem;height:;font-size:0.5625rem;display:block; }
#HCLez01FWOglROnyX8WnTX3zAqwOcvu1 { top:1.625rem;left:4.43359375rem;width:9.4375rem;height:16.827024995394rem;display:block; }
#Rv1gaWebAkxEl8VTG9TIfBmUTWf8I0iQ { top:19.0625rem;left:19.345706939698rem;width:18rem;height:11.5625rem;font-size:0.5625rem;display:block; }
#nPfIHExVkhVy6VVqFXaWcSk4mfGPnnIx { top:19.0625rem;left:0.18202972412109rem;width:18rem;height:11.5625rem;font-size:0.5625rem;display:block; }
#b2VgIycyptDL2GsiBrROnrquofZDSV4T { width:25.75rem;height:4.5625rem;top:31.625rem;left:8.435546875rem;display:block; }
#TQOa8LJ76FBWBbbwQ4p1DV74nzAoGlRk { display:block; }
#DrCIdIq0GQkEu5awhS0uJfVhPIAnTVXS { width:25.75rem;height:4.5625rem;top:31.625rem;left:8.435546875rem;display:none; }
#GlLmtkkoufhWR9V8WIw62xiWyiKsPfuh { display:block; }
#oEs7M2ZJv9UfrbXRbF9w7VuGdxlcnDeH { width:25.75rem;height:4.5625rem;top:31.625rem;left:8.435546875rem;display:none; }
#ZHTpNbpgKI9We0QDntA0y3XBFzbQQRfG { display:block; }
#ZVCpVnWsyOQfnsGIfEKZ3Mt48qSluTlW { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#muPTNec5sF4Uu7nFFK2Kw7xdXpKW4Slh { display:block; }
#wJHZ0u8VVBCfZK0M2LILMbeJeQ2WbiSQ { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#bTiII2q9m8Dt6kLrISr69t3iIgLd05KL { display:block; }
#ao9OdMUo7TpNHzI6bAhp1qePATSrHIXD { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#aI3tGDT8bQpFCbcAXnu6ERlt6U9lnIPB { display:block; }
#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb { display:block; }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .row .container { width:47.75rem;position:relative;display:block; }#kfWnbQVsakIZ2yapkGAHRViqx2InSG2T { top:1.8125rem;left:2.32421875rem;width:9.625rem;height:17.326341394172rem;display:block; }
#tTHQexvqvIHbx0FIPntpmbm4FsBxMXTH { top:2.0625rem;left:22.626956939698rem;width:9.5625rem;height:16.99925rem;display:block; }
#C9d35F7wGfWuEmL74LV7dEsSFkpPtqpo { top:2.125rem;left:38.375rem;width:9.375rem;height:16.763911148787rem;display:block; }
#r5NCRMr8pME3pWQmiJ2HX2E0Rbrzc8yU { top:21.0625rem;left:29.75rem;width:18rem;height:;font-size:0.5625rem;display:block; }
#raHhXxf9l67If9CgCOqWW6nu3yd484gx { top:21.0625rem;left:16.085548400879rem;width:18rem;height:7.125rem;font-size:0.5625rem;display:block; }
#UxkZxRGdvVv7T2tMNCBJroNpab3uCBRF { top:21.0625rem;left:0rem;width:18rem;height:;font-size:0.5625rem;display:block; }
#uFndBifWSv0KJn3MHmRC2ocM8qlrCh0U { width:25.75rem;height:4.5625rem;top:30.1875rem;left:12.009765625rem;display:block; }
#HGrAFfippmenJrdgXf6Ef8i4ov62mlbU { display:block; }
#T1aV1xO3DIAqHoJatW4LxI4KHCapeCMR { width:25.75rem;height:4.5625rem;top:30.1875rem;left:12.009765625rem;display:none; }
#SJVkwHzs11FgDBiNKmpa1aTU6ThTVbDf { display:block; }
#Mb9lGGcP00f9ATUL7bqPRR0Vk45CSwWO { width:25.75rem;height:4.5625rem;top:30.1875rem;left:12.009765625rem;display:none; }
#zqDXb9PGCoooU88R7ZSdTiJPA3x1tUPi { display:block; }
#mzD3qqEoE7WgHgpT7idJoHEE382yRRUa { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#XKKgXcJo6FMNoPdduvld3cSpoW1uPTHA { display:block; }
#m03MiUlLUhofesvSpNPTxDWIy4M5mVGe { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#mCkHCaWoysT24TxAE2xJalVQibTB4DZl { display:block; }
#AipLthwRpoP2eV30aTThwxCCPOPxK5Tv { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#RmZTpua2ruf8bE5OLMNnTNG4ULNqygGG { display:block; }
#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg { display:block; }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .row .container { width:47.75rem;position:relative;display:block; }#gHA3XWGtafC1OJKbVrqXkqcH1JIeVUp5 { top:1.4375rem;left:38.0625rem;width:9.625rem;height:17.1875rem;display:block; }
#cX7tHZ8yGLpJRqPB5rmshWfu1nTuDuRf { top:1.8125rem;left:19.060939788818rem;width:9.5625rem;height:17rem;display:block; }
#dHinhEG8btipDLHZqg6r25QLKuSSpZGB { top:1.875rem;left:1.0597648620606rem;width:9.5rem;height:16.9375rem;display:block; }
#JMBsTLkTAnXi7MZudwfPO1MqIlkW0GBt { top:19.6875rem;left:29.75rem;width:18rem;height:;font-size:0.5625rem;display:block; }
#vuDvPPcUQ4RgbAO9DZBWTrddEaNo0EeG { top:20.4375rem;left:14.875rem;width:18rem;height:;font-size:0.5rem;display:block; }
#UEk7Qc6pMGM5lldGmUgFFOsV90cOI2FD { top:20.4375rem;left:0rem;width:18rem;height:;font-size:0.5rem;display:block; }
#lHvnf5ZCb7XG7GTTtITp2PUfoFLvOfXJ { width:25.75rem;height:4.5625rem;top:27.6875rem;left:10.556640625rem;display:block; }
#iW5xOl668FcdiHCwsXD2cudQzifTnmcc { display:block; }
#JcEMyOAVT4Geg6zdtkSLFmlOFxqc4ERN { width:25.75rem;height:4.5625rem;top:27.6875rem;left:10.556640625rem;display:none; }
#wUeKPT03dGQaKK21xCRSEgRs5trlCCf2 { display:block; }
#WO2cspIDbWa21JOodTNpgQiQD1IRExKB { width:25.75rem;height:4.5625rem;top:27.6875rem;left:10.556640625rem;display:none; }
#Pehg39Gro9zEcV1BG1skedqciRvrR2UJ { display:block; }
#aJ1yelrnGohre27TSl3adaTawk2kfRr8 { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#TT0OxvSypoWapL33o8lsnP6y5I4TdrxP { display:block; }
#zQsuBV0v4HqkDIfEiMC8kPfEkc4p8BBo { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#n4zHdKiEfZM5gcSZrg4P86rtMNZl4PZi { display:block; }
#gb5eiRHkCi0xScOHqSRXyNCw84srBpIW { top:14rem;left:3.125rem;width:6rem;height:2.4375rem;display:none; }
#J7faXg6i7vTnqTehP7nFwvfABxeHDmha { display:block; }
#kMdFCG42g4ZD1r94QdaCze1Ti4UAATTt { display:none; }#kMdFCG42g4ZD1r94QdaCze1Ti4UAATTt > .row .container { width:47.75rem;position:relative;display:none; }#RpOPHde7WaXOHoUWNsaQSiqWcoxeWA0l { top:3.8125rem;left:38.375rem;width:9.375rem;height:0.125rem;display:none; }
#BDeU3LX58SIQoI26MnHxSVOzRDbqV1fw { top:57.25rem;left:0.1875rem;width:12.5rem;height:1.25rem;font-size:1.4375rem;display:none; }
#q3EcO9SM7AfEih48lp8JZqfysAv7wUlW { top:0.6875rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:none; }
#GMfi1t5lhzltRgx0xB876D8eW58u5niX { top:6rem;left:24.875rem;width:22.875rem;height:1.5rem;font-size:1.1875rem;display:none; }
#W8QVlzBwL3bTlJemCtGAXovgRpxmdVFb { top:9rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:none; }
#URx6ebM0BhNrZHPerF1uTx2MkfaTeOBQ { top:14.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:none; }
#zlAI0kuE4bW8b6ildqoGOyKsXtMxNk4l { width:28.4375rem;height:2.375rem;top:19.375rem;left:11.435546875rem;display:none; }
#hkKg2fRKPMJQ1wfqgSdUF9uPEWVHPyXT { display:block; }
#qDGvgXZ4UN8gp2zKTDdwNxle9Tz69eFe { top:2.9375rem;left:46.8125rem;width:0.9375rem;height:1.875rem;display:block; }
#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk { display:block; }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .row .container { width:47.75rem;position:relative;display:block; }#S6hBoPnKxrew7sXxatiDFM90tB1Or1Og { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#dTs0ZdDiQ3ziL6C5Rut8FgDep7nICveW { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#TWqvEKHRLcwqt0Nz67Bym0D6PXdKbBlA { top:2.0625rem;left:3.125rem;width:43.5rem;height:24.375rem;display:block; }
#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs { display:none; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row .container { width:47.75rem;position:relative;display:none; }#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OwglBkuzIGzrulZlZwmshWiTHW07SquW {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OAcUhxkNZpk09rxUefLMWGtH3ZLAfq4X {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #l4MTlKTDuD94gKkxDTs0CQiXt9lEFdcQ {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #AP8zBFQPEkSfFPIxamZ2pz95GAR5nztF {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #pHdu642Fpy1GwBv74Z9gdttbaFPOi5p0 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #iwAxlU5gX7JZIpkiyKkRW6KTrkuiqHv3 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #fzFpeagEMpSphCC4RgMR564NxcS40d9x {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #JuhVkN9bS9k9FKLB4Ey5BveXT39iTUND {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #F2fB0ZmOhWQS8NE2Kl9JbiWDaUBgo7Hl {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #v8SmkDgmkenwcRcI3TVTJBQccbZeMJPo {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TukhfysiB3g5hs9OTmoNoM3KfO29ZOkM {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TBn1mkbTTopyFTGtdJ0BoiPyOpJnUAb3 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #e1szwtSUhU6MQqdShBSziyZtBt5GqpUV {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #y6LT9vmMmNhBpzgk5upAFozxIFDVEODX {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #mvk03m6KCAnO0oazbpXhmBkyWuHKNAOc {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #chROoOOT9N0wwG7fTkAW9psQSCrkZTS4 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #y9lmcbKBQd58O7E5DqxaN4stm0XMLRWU {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #q8FJ5TJ7UOtITbuRamic2V1x7kALJgzw {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #zMlAkxoKV8nqDTCBQbymFDdaC5xTgZgk {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #yWSqGIThhpi0zQPynTfNwgvxuvAV6FWn {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #yHg9qNIisOLzCL5mkgH1N43sM7psMK27 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Il9GcoLZeaHbfKGuWT0wC2yF0pWfuNSk {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OaVR0JwO4k1rO3QLGtVG0RSk3gonFLTC {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oy9wZceM8uwEFMUH4FA9Qp6QRB6EBZRm {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #mBRhK7PmcZuvJRRFgMAMO9KTeITkQO3g {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BedPA7Qr2pqKJqDoA7MioDJBuTVfBPL9 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qqM4SOlBi1q4axFXwLgta8bQHcQKeemR {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cTtqJJwvo6tUdHLchNQDckDAwFkSoetH {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cvGaFITGqblP7JN4w1gHsfSA6WFo2mQ9 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #vcEQaVJA6i2UpIcqmr7gAakypDqpuFXo {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #uVFklxXaaRd4Cbe4yOqgcz3Eyb8PRPnH {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oqaXipLbgFN650y3PK8E5aE3UkiF8UVl {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #i7QBVJO7Cr2G9n1Kc6tK6CXKbPsZbWUs {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qE0x036GdXED8tUpH5W7KX0heOPdHLRg {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #z9g3b3Mp7xbCQZSo6JeJ8mJ9EQXX9eVm {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #RR8wKCVerehfiSplkTvQA925qubMDUn6 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #KDah8BpTiUixNcbFX0y3kBRFsZMNz5EC {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #ot5UAA6LTLQsOQHmoh9XoD1I85e0KQ4G {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BymxBheAcmm0XT3GCdwP4998xKhTfVyQ {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TitwSHM6odn7Z86FAD40l5f3TLpdrVNi {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #zxCghzLbGimL9xuhDHbligT7uu1Qxtzz {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Ihgu2uTNKy7JhUiSy3FJozhKwiuuOZP8 {  }
#T59di0zSl4DEfGzudTmorzbPMJs7oP4Q { top:1.3125rem;left:0rem;width:15.4375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf { display:block; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container { width:47.75rem;position:relative;display:block; }#lncnftVh8PLQ7Qrd54FzithiTzFWz4dT { width:28.8125rem;height:2.5rem;top:1.4375rem;left:18.9375rem;font-size:1.375rem;display:block; }
#oskdUgLAq9BPICdyfkJM6CTMkBm7Fybm { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#KChWTiZUw4ctBMtMh6Ze1O4yVKltlTCT { width:45.0625rem;height:2rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
#PWl9qVvh1eqWUEqhKT3EPkGWBshOCsaW { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#c66mEkdtGQuubt6WJ51fx71xbJxcxhmQ { top:13.0625rem;left:28.3125rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
#n3KbUKfeu1p4OheZuJzBitNRy1APqvp4 { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
#Wgs3deG8O9Qwy4B9eZwSnZziBhJd5uV6 { width:19.25rem;height:1.75rem;top:9.125rem;left:25.375rem;font-size:1.0625rem;display:block; }
#Wteu7HLroGl8GTKMkEoFLsf3wuXiZ9Tv { top:8.5625rem;left:25.25rem;width:20.125rem;height:2.875rem;display:block; }
body { position:relative;display:block; }
#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi { position:relative;z-index:auto;display:block; }#FooXZLXeThb8C8vbg3wLNf2VPG7gZyvi > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; }#CgZIKSkFMBLsuVnxncp13Ci9n4IkZ7hU { width:5.9375rem;height:3.5rem;top:0rem;left:11rem;font-size:0.75rem;display:block; }
#u7JcUa4Qeir6LLQe13uR1QtaIaiTqgGh { display:block; }
#KKdQ43EBGrTET14megvTypHyOZXpEHpE { display:flex;width:1.8125rem;height:1.8125rem;top:0.875rem;left:16.1875rem;font-size:2.1875rem; }
#T2b6H46MXUTU0e8B3H5dibyIEq4ytTWV { top:1.25rem;left:2rem;width:6.75rem;height:0.975rem;z-index:15023;font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
#RK4b0wOzOfaXx4oAoFMp9Sau5avs0hSN { display:flex;top:0.5625rem;left:8.6875rem;width:2.37421875rem;height:2.37421875rem;z-index:15025;opacity:1; }
#RK4b0wOzOfaXx4oAoFMp9Sau5avs0hSN > img { max-width: 100%;max-height:100%; width:2.37421875rem; height:2.37421875rem; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3.adaptive-delivery-prevent-bg, #OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3.lazyload, #OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3.lazyloading { background-image: none; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container { background-color: transparent; background-image: none; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container > .video-iframe-container { display: none; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row > .video-iframe-container { display: none; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .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); }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container { border-width: 0; border-radius: 0; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OEG2xm8MxoDZmlfT9PNiZNrSspKt80m3 > .row .container { width:20rem;height:59.875rem;position:relative;display:block; }#pySfVgHeGOET26dXc00JqSgEGMK9ac1Q { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;display:none; }
#O3loA1grA2udfunco7vZHLnWOxovaORA { width:9.375rem;height:3.4995125rem;top:45.5rem;left:2.125rem;display:none; }
#MJ91nzHqaqotEAbbaaVHXnXCB05KntxG { width:14.4375rem;height:1.21875rem;top:56.637500762939rem;left:3.1562500596046rem;font-size:0.9375rem;display:block; }
#JUC6cLHOSwVqsNTxoVVRsvt4fPRstWTu { width:6.5625rem;height:2.6615821727808rem;top:46.125rem;left:12.0625rem;display:none; }
#b2veLFwoVVyC2qIllUIvTPUnhJVFWfxP { width:5.0625rem;height:2.8125rem;top:44.868056774139rem;left:12.375000119209rem;display:none; }
#cq8fNC8C3G10Dx7rfrSwE4o3vdenTfU7 { width:5.1875rem;height:2.875rem;top:44.125rem;left:0.875rem;display:none; }
#xZG1za3fNn6MKLANdEWKZ7clCIsb3hbm { width:6.5625rem;height:1.56055rem;top:39.6875rem;left:11rem;z-index:15035;overflow:hidden;display:none; }
#cLmGmO71DpQl3wkDOn7rBVwVkupmrLuo { width:6.5625rem;height:2.18555rem;top:39.375rem;left:3.8125rem;z-index:15034;overflow:hidden;display:none; }
#Jvpn4qAHkAtZzeBUZSvdmaBUs4LwD3gp { top:55.5rem;left:1.3125rem;width:18.125rem;height:1.1375rem;z-index:15188;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#C9k06QauT35R26zSJC8sqABaVGincJIk { display:flex;top:53.237501144409rem;left:9.5000005364419rem;width:1.6875rem;height:1.6875rem;z-index:15195; }
#BSSRgziKAlPwPURpkEq6Ppnqaut7oyPl { width:19.6875rem;height:7.15rem;top:3.1875rem;left:0.1875rem;font-size:1.375rem;font-weight:700;font-style:normal;font-family:"advent pro";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15023;color:#171717;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #L2TeZHtgkBgcracOiDGJsXe8Jy284WsE {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fZmN59JlKWlyeRmCP3LRkvQrGiPg70ap { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #AumVTyMuzfqwMHb5vo0HayAJtacPBc8O {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #cPd3DkaUzT5ympSkGeZnShl5BiGrJQx8 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PBNLv0FpgqatUuqPCfbnFQXNxdx8OoUt { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #dmvAHWRFig2MaJouAAGUX6X1S1G3uSTw {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #UIAKJof0GKcZLhIRsxp0hk5hOh9ldTaa {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yeSi7aQN1xdgWib9toaryrTugU7LoZt4 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Avpl3NUGn0UQU12sZZXLaupQnZ1iwRHe {  }
#qEMnJLiSILpidg87Kk5wT5RHGwtSTVIz { display:block; }
#LQD3JFlINgBooC9WMfhfpwqyPq2SmEKZ { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kmgI7MDRWrKaXHEnbGb21L0u1L8BPAeO {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BMQBdTSdxlRfWwOMJzetGivpUbUImK1m {  }
#sC08R30DBAZMqhFX8wn90vp7eDQga4Cy { top:31.0625rem;left:0.5625rem;width:18.0625rem;height:18rem;z-index:15196;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
#T8gwzpT5855LZLHwlHqzFDZqobToXHPJ { top:26.8125rem;left:3.8125rem;width:12.4375rem;height:2.4375rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15001;display:block; }
#z3b07NXEq8AxgN0UiTdGF2HXKrxtTSsc { display:block; }
#BQ7zzLRPZC0g1U5v7wZa3HfBDXfGg7PW { display:flex;width:2.3125rem;height:2.3125rem;top:26.875rem;left:4.3125rem;font-size:2.1875rem; }
#GeF2VN8k7W06Qso4op5eOVHK0kGrGaIV { width:17.5rem;height:1.25rem;top:58.375rem;left:1.5000000596046rem;z-index:15001;overflow:hidden;display:block; }
#br2hqTnwnJ4QBknIwl2TzrTepfFHZuIC { top:50.4375rem;left:4.125rem;width:12.4375rem;height:2.4375rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15003;display:block; }
#E5SnduMFbTFnmFswJiWfM1L70vbf2cxh { display:block; }
#mdyTyfCW6FBqNDpOdTJXPBSeMnkM9sKk { display:flex;width:2.3125rem;height:2.3125rem;top:50.5rem;left:4.3125000596046rem;font-size:2.1875rem;z-index:15010; }
#nDmNeLk3RtSIg0mQ0C500RJim2MG9DKw { width:10.375rem;height:11.94375rem;top:12.625rem;left:4.8125000596046rem;font-size:3.0625rem;z-index:15156;font-family:"alw arabic";display:block; }
#ObWVzpAE9RmyGldMW3woFEZsuZVpQybW { display:block; }#ObWVzpAE9RmyGldMW3woFEZsuZVpQybW > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#i0E0hKsFcFUZtzBCbo9MIzctIwkxneQE { top:0.88125038146975rem;left:1.25rem;width:13.125rem;height:1.54375rem;z-index:15004;font-family:cairo;color:#ffffff;font-weight:700;font-style:normal;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
#a1ukARqBdaSbA0L5Icr5thsk6kuW2L5L { width:4.25rem;height:2.75rem;top:0.51718902587891rem;left:15.190624773503rem;display:block; }
#fW43oJCDAIgcTDLW8k5gP6ydICPV2THP { width:20rem;height:3.5rem;top:0rem;left:0rem;z-index:15000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#osPR3UZaFCQAtZIp9FOCIyMCZUKyHbk3 { background-color:#ffffff;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; }#osPR3UZaFCQAtZIp9FOCIyMCZUKyHbk3 > .row .container { border-width: 0; border-radius: 0; }#osPR3UZaFCQAtZIp9FOCIyMCZUKyHbk3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#osPR3UZaFCQAtZIp9FOCIyMCZUKyHbk3 > .row .container { width:20rem;height:83.6875rem;position:relative;display:none; }#h33mKRCwHnDGbCmtuiyhTmaOtOGE89eJ { width:16.875rem;height:0.975rem;top:4.625rem;left:1.5625rem;font-size:0.75rem;display:block; }
#FxlFo1iWvSDyxT8QvddRxbMvT4SiDmxd { width:19.9995rem;height:1.86875rem;top:1.875rem;left:0rem;font-size:1.4375rem;display:block; }
#Wtrfey0yUnQzW2NBh6XPqy6LcbyQ6Rwf { width:8.5rem;height:9.75rem;top:26.8125rem;left:5.6875rem;display:block; }
#vs4JyCE1NJxkKlraAVvLtntGCQBLTif3 { width:11.3125rem;height:2.5625rem;top:36.0625rem;left:7.375rem;font-size:1.1875rem;z-index:15007;display:block; }
#hynLwPu1ySJXbGBce3N62KQqLu9KwLHV { display:block; }
#tbMN09nhLITaHmV7QwPhcAVc952BN61W { width:7.6245rem;height:8.8125rem;top:37.3125rem;left:6.5rem;display:block; }
#Ez7dW8uEtWy2C2oDPaUXvpdAGFpmK1Fg { width:12rem;height:2.5625rem;top:45.0625rem;left:7.1875rem;font-size:1.0625rem;z-index:15005;display:block; }
#TKWuARkzFVwez6Uotvk6hhO85hwX6b2W { display:block; }
#E5TkzOnRp6LrNCgrqo8ItNsbEZRwXSy9 { width:8.0625rem;height:9.25rem;top:16rem;left:5.75rem;display:block; }
#OsWR3hJaWpEIB7WWqTPPwQJ6Z9tf232W { width:10.625rem;height:2.5625rem;top:24.25rem;left:7.9375rem;font-size:1.125rem;z-index:15009;display:block; }
#FCQC82Ld1fbK3K7arC0kzxtcpXBaz4Ot { display:block; }
#fEGp7hd3T7trMtKAoJZ4FIxbHDZIXrdG { width:8.375rem;height:9.6875rem;top:45.875rem;left:6rem;display:block; }
#XbhAepdoo60k6XGf7V84pqbZ2PGHMg5t { width:10.4375rem;height:2.625rem;top:53.5625rem;left:8.0625rem;font-size:1.25rem;z-index:15006;display:block; }
#z97VhTPNSR01MD7zlGTOIs2KROe65d1h { display:block; }
#e4Lru3ud1kmkg55cyGCwXepOX18DQIVU { width:9.0615rem;height:6.4995rem;top:7.375rem;left:5.375rem;display:block; }
#b1ZwNp9S5WswifuT0aLnRPSxCy9raCCi { width:10.3125rem;height:2.5rem;top:14.375rem;left:8.0625rem;font-size:1.125rem;z-index:15007;display:block; }
#Jf0ByyASccWTtlLiNIZhyRd62Qs4ZciW { display:block; }
#xxi669TU7aBz3VKd7lJ1z9TaaABIsOu4 { width:7.812rem;height:7.875rem;top:55.625rem;left:6.0625rem;display:block; }
#qwPeFtb0Km6AVOKRDDGE6NRqBXVSWZ7Q { width:10.0625rem;height:2.875rem;top:62.8125rem;left:8.1875rem;font-size:1.4375rem;z-index:15005;display:block; }
#wpvllLno5gtpkJJ3FTMC4ca9D9kKUrKp { display:block; }
#ObkFyF3zRR0gNUo6sOksyW1Z1hCLTR6X { width:10.625rem;height:1.9375rem;top:54rem;left:8.125rem;display:block; }
#Skr7JZIQRAxse9IKanBuL8AaT6IePiZp { width:11.125rem;height:2.375rem;top:24.4375rem;left:7.6875rem;display:block; }
#qMkrZOsiAybJI284PkicM5TrKVz0fpyL { width:10.375rem;height:2.3125rem;top:14.4375rem;left:8.0625rem;display:block; }
#ePaT4U3hvbf9Xxclwdm0BLvz19uMGzTD { width:10.8125rem;height:2.3125rem;top:36.1875rem;left:7.625rem;display:block; }
#gm0BNRJtuTk33R86GsFUkhOxFTmmxB9K { width:10.375rem;height:2rem;top:63.3125rem;left:7.9375rem;display:block; }
#A2BRxMfW51MOWoGN6EkqbBn38qZvmAWP { width:11.25rem;height:2.0625rem;top:45.1875rem;left:7.5625rem;display:block; }
#a3WQh7WzKFTQhrWS1yEu81Bn1uiExZn4 { top:67.4375rem;left:4.5rem;width:10.875rem;height:2.4375rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15000;display:block; }
#EyQEhCpfsLXCUlXPcZrUTlCuP8LopiuT { display:block; }
#rQ8C17aZvN9harUswgBGLw1koJrcSncU { top:69.25rem;left:2.9375rem;width:14.125rem;height:2.4375rem;background-color:rgba(29,141,41,0.78);background-image:none;color:#ffffff;z-index:15002;font-size:1rem;display:none; }
#H26AIUE9hdzsaHSTHZH2BsWMVHd7BDMv { display:block; }
#HyP4ZXcSeOgv3e5TuSw20oUsGQgzGzR2 { display:flex;top:69.5625rem;left:3.71875rem;width:1.75rem;height:1.75rem;z-index:15027;display:none; }
#HyP4ZXcSeOgv3e5TuSw20oUsGQgzGzR2 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#nCXmfwwV64iRVxmuxu54v3qibN8UbzMh { display:flex;width:1.8125rem;height:1.8125rem;top:67.8125rem;left:5.375rem;font-size:2.1875rem;z-index:15009; }
#LLtukUxF65NGhlpUDi7PSLDQtHhxMmxQ { width:6.3125rem;height:2.3125rem;top:81.25rem;left:9.875rem;z-index:15037;display:block; }
#HTT2VqkLEUPTe8kKAFTfXA8ya9R6nJO9 { width:10.5rem;height:0.975rem;top:79.75rem;left:4.5625rem;font-size:0.75rem;z-index:15008;display:block; }
#pGTIrpeRtc6RdRaoushnJu2V5HlVTbDp { width:5.375rem;height:2.125rem;top:81.25rem;left:3.6875rem;z-index:15036;display:block; }
#to7D6mp2zMNplZuRZWEPTHmITb0UDTET { top:74.3125rem;left:0.8125rem;width:18.125rem;height:1.1375rem;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; }
#ImRkRIJliNOFTK6TGqvUvhTf0hSD5mBW { width:6.5625rem;height:1.56055rem;top:76.6875rem;left:10.0625rem;z-index:15038;overflow:hidden;display:block; }
#T69IdGaT2pMFTD8sqsuAUBoL7BCxcOkK { width:6.5625rem;height:2.18555rem;top:76.375rem;left:2.875rem;z-index:15037;overflow:hidden;display:block; }
#dVXdry56E6u3DVhAuzD2ETgdoDlnrVak { display:flex;top:71.3125rem;left:8.375rem;width:3.0625rem;height:3.0625rem;z-index:15196; }
#XGErMgTC7bctwUqCfGJnJGTrMB6rUeTz { top:14.5625rem;left:1.625rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15001;font-size:0.9375rem;display:block; }
#UZPNzXBd4dvTV0O33gAtNgA9TmeOD1wF { display:block; }
#ZK98tAK4MiplABrQeEEO46KOxorSUDOa { top:24.4375rem;left:1.625rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15002;font-size:0.9375rem;display:block; }
#bq0I6ohoZBpVPeiINGP4E05V1FOW49rE { display:block; }
#CWhEZH8i7X0MlMyNy1odDbFBspFhqoNr { top:36.375rem;left:1.625rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15003;font-size:0.9375rem;display:block; }
#zbs6gg8EiOT3e9TSNZo0uzuaJRFkVqHa { display:block; }
#kl2EuCHKMBbZkmgT7vSov4dnsgxutTHS { top:45.125rem;left:1.4375rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15004;font-size:0.9375rem;display:block; }
#A7CAxkgO9TdEo1JzU6sX7dhFOyxa9eKM { display:block; }
#Z3AlbM3Rdwl07E7VdspJc5g4e38bVSxE { top:54.0625rem;left:1.625rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15005;font-size:0.9375rem;display:block; }
#WOddmnHxXXEGke33UyHt3lDGFWZI2KTS { display:block; }
#hOECiCEWtdEEGydwnwCIxRGGxVTMTR8w { top:63.1875rem;left:1.75rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15006;font-size:0.9375rem;display:block; }
#RhNRCT1PcRHHSFMhiBpopMMDogIyTsTh { display:block; }
#SQcRTJKuX4mbhJZrmKVaw4ekCqoLMxyR { top:7.859375rem;left:15.180555462837rem;width:3.3125rem;height:3.3125rem;z-index:15020;background-color:#9b7d8c;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#ga8bTTlKRMP94GcQp27Rs5iCwwfCnhdg { width:4.25rem;height:1.4875rem;top:8.7838554382325rem;left:14.743055462837rem;font-size:0.4375rem;z-index:15197;color:#c88e8e;line-height:1.7;display:block; }
#ITJ0eP9MkmyOysc2oFlkTMk8HizTCGDF { display:flex;width:2.5rem;height:2.5rem;top:11.131945172302rem;left:15.569445291511rem;z-index:14996; }
#ITJ0eP9MkmyOysc2oFlkTMk8HizTCGDF > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#tg9iyJX28vrnzW3C2VA2D3J1IEHWVPuV { display:block; }#tg9iyJX28vrnzW3C2VA2D3J1IEHWVPuV { background-color: transparent; background-image: none; }#tg9iyJX28vrnzW3C2VA2D3J1IEHWVPuV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg9iyJX28vrnzW3C2VA2D3J1IEHWVPuV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg9iyJX28vrnzW3C2VA2D3J1IEHWVPuV > .row .container > .video-iframe-container { display: none; }#tg9iyJX28vrnzW3C2VA2D3J1IEHWVPuV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg9iyJX28vrnzW3C2VA2D3J1IEHWVPuV > .row > .video-iframe-container { display: none; }#tg9iyJX28vrnzW3C2VA2D3J1IEHWVPuV > .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); }#tg9iyJX28vrnzW3C2VA2D3J1IEHWVPuV > .row .container { width:20rem;height:64.4375rem;background-color:#ffffff;background-image:none;position:relative;display:block; }#OHl2h0bL00VNkqhsNaPHBXMpHG24FXBM { width:16.875rem;height:0.975rem;top:4.625rem;left:1.5625rem;font-size:0.75rem;display:block; }
#FqQoUTxAvikMZFT5QAV8c44Kn7dDr2OP { width:19.9995rem;height:1.86875rem;top:1.875rem;left:0rem;font-size:1.4375rem;display:block; }
#RNt1vFzKwLCgvH2s3Vszk83Uhv5PSR0q { width:8.5rem;height:9.75rem;top:25.28125rem;left:5.75rem;display:block; }
#uKq94FwGsozQZ2h3LkvqPTNMach8kAcc { width:17.3125rem;height:3.25rem;top:34.125rem;left:1.2500000596046rem;font-size:1.0625rem;z-index:15007;display:block; }
#wDPs00d1C5hHdu3blvyyXO5igTTIWPsz { display:block; }
#Xfnc0qyS5WeQBJU5t7R8v1tS0Ni2XvP0 { width:7.6245rem;height:8.8125rem;top:35.8125rem;left:6.5625rem;display:block; }
#NxxF5X4KfwIRlwg2MrC21Ow8eJXN2hlW { width:17.375rem;height:3.4375rem;top:43.25rem;left:1.5625000596046rem;font-size:1.0625rem;z-index:15028;display:block; }
#GsztbxzccqP2il3o0lmRvlHs30QBDHre { display:block; }
#XT3akF15Aqv2Z8TsTOKh6CqkfUxwT18l { width:8.0625rem;height:9.25rem;top:14.8125rem;left:5.84375rem;display:block; }
#qL1e9VCBwA0MvNpsnXsepMTAVdU1H9Ld { width:18.25rem;height:3.6875rem;top:22.9375rem;left:0.93750005960463rem;font-size:1.125rem;z-index:15009;display:block; }
#xyWOxDpEk1JvfL1uUvVU53CI5ELXp0GL { display:block; }
#SPNvmUtMB4Kf3MIdm5Ww5n4e70mxMChO { width:8.375rem;height:9.6875rem;top:44.375rem;left:6.1865234375rem;display:block; }
#rbMNhahw7oESbAuhXks1cVWLsqJGr5VX { width:18.3125rem;height:2.875rem;top:52.125rem;left:0.68750005960463rem;font-size:1.25rem;z-index:15029;display:block; }
#DsGElscePhZ5ppQOdq80SLhuki7pf35D { display:block; }
#KatwyV9tkRtmxZ43l5F8el46vHs1r8WA { width:9.0615rem;height:6.4995rem;top:5.875rem;left:5.4375rem;display:block; }
#uXvcQpctJb0hxeEcOelbwS4wWinwl80k { width:16.375rem;height:3.5rem;top:12.46875rem;left:1.5312500596046rem;font-size:1.125rem;z-index:15007;display:block; }
#rJpiPRlErnwPULv9SrgZdnJgJuTTPG2s { display:block; }
#Cs1x1CoaFTPyfcIzpfwikWHa0MRNW4Un { width:7.812rem;height:7.875rem;top:54.125rem;left:6.125rem;display:block; }
#tvXuX7cubithRLeSvTPKD4csJ5ZL34Mu { width:15.875rem;height:3rem;top:61.3125rem;left:2.3125000596046rem;font-size:1.375rem;z-index:15005;display:block; }
#tCHLnVUMLTaf4K5JpigrsIJx7Vh9vRez { display:block; }
#Lm5uT2rUaSwgsWhQARbRD5g9QOxeep39 { width:12.375rem;height:1.9375rem;top:52.5rem;left:4.25rem;display:block; }
#ZSop8KTp0ySpTCudIGHhzh71ccU0UOlA { width:12.6875rem;height:2.375rem;top:23.71875rem;left:3.65625rem;display:block; }
#X41bB8VlgMSHQkiK8TOATOyPzevK6qsw { width:12.875rem;height:2.3125rem;top:13rem;left:3.5rem;display:block; }
#HS34SJibRPKOxMCGF02PdmwX57C8n0ZP { width:12.8125rem;height:2.0625rem;top:34.75rem;left:3.5625rem;display:block; }
#qCiT1uI1NTQcld7Z78L68TU5ExFTTiUH { width:11.6875rem;height:2rem;top:61.8125rem;left:4.4375rem;display:block; }
#BmzZ4dcDtV6iZQZWrhErNxgcooDmaXhI { width:13.5rem;height:2.0625rem;top:43.875rem;left:3.625rem;display:block; }
#KSWJAJqC24cRIp70CuFhFa7eUgWpkVZ2 { top:69.25rem;left:2.9375rem;width:14.125rem;height:2.4375rem;background-color:rgba(29,141,41,0.78);background-image:none;color:#ffffff;z-index:15002;font-size:1rem;display:none; }
#MeDkW5oJm98mOFdsB1NHUIH9SqAbS42m { display:block; }
#NIwL1eHC4wnAlLxNe6ZLb0HisOAFv8Oy { display:flex;top:69.5625rem;left:3.71875rem;width:1.75rem;height:1.75rem;z-index:15027;display:none; }
#NIwL1eHC4wnAlLxNe6ZLb0HisOAFv8Oy > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#NPNwrhEX5ts6mNfuQvnwcLZTTo8csMni { top:86rem;left:2.4375rem;width:15.125rem;height:2.5rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15001;display:none; }
#LOfk2RZhbEDZl2xhtb9kLUoxT9SOlVNK { display:block; }
#TzqnzTIVEuNSn1LPSKUFR1hNhOJDrrq1 { display:block; }#TzqnzTIVEuNSn1LPSKUFR1hNhOJDrrq1 { background-color: transparent; background-image: none; }#TzqnzTIVEuNSn1LPSKUFR1hNhOJDrrq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzqnzTIVEuNSn1LPSKUFR1hNhOJDrrq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzqnzTIVEuNSn1LPSKUFR1hNhOJDrrq1 > .row .container > .video-iframe-container { display: none; }#TzqnzTIVEuNSn1LPSKUFR1hNhOJDrrq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzqnzTIVEuNSn1LPSKUFR1hNhOJDrrq1 > .row > .video-iframe-container { display: none; }#TzqnzTIVEuNSn1LPSKUFR1hNhOJDrrq1 > .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); }#TzqnzTIVEuNSn1LPSKUFR1hNhOJDrrq1 > .row .container { width:20rem;height:31.6875rem;background-color:#ffffff;background-image:none;position:relative;display:block; }#TlyEFbOWSOxt5QGf7o9GS6VHTkhJZO7E { width:7.5625rem;height:9.75rem;top:20.1875rem;left:5.8125rem;display:block; }
#khPCqoFoaEo9vgR4u90CwgPSe4FTNUFB { width:12.9375rem;height:2.5625rem;top:28.1875rem;left:3.6250000596046rem;font-size:1.1875rem;z-index:15007;display:block; }
#Fuy9FHeR9RTbQb455pgIL4V6eQIszaU5 { display:block; }
#tB0l57Ay4dMQIyDKLT2GTIocXwE81rhh { width:7.125rem;height:9.1875rem;top:9.75rem;left:5.9375rem;display:block; }
#fwD7WvbpX0OcopeM8P308yvSk7BzhfN2 { width:16.875rem;height:3.3125rem;top:18.25rem;left:1.0625000596046rem;font-size:1.25rem;z-index:15009;display:block; }
#naMWSgsJWTnQ6wNCd6GRHyJe6nxfAT6R { display:block; }
#sp050MeUt0LvRDwmdoQS8kG2S6naxeCV { width:5rem;height:6.4375rem;top:0.9375rem;left:7.5rem;display:block; }
#GivbehT6fT7xNdeewTHH0EM3ThBH2ouu { width:15.125rem;height:3rem;top:7.625rem;left:2.1250000596046rem;font-size:1.125rem;z-index:15007;display:block; }
#CSmXMapV5FPAqG383dr3ylpGMXeEXqVT { display:block; }
#uX1dlCPbHMDJBOEgt32RWtidHvVmCN3N { width:12.375rem;height:1.9375rem;top:28.4375rem;left:3.875rem;display:block; }
#E0kiTi6OCdZnvMCkABknJ0lyhO3VPMTf { width:12.6875rem;height:2.375rem;top:18.6875rem;left:3.75rem;display:block; }
#TUI6eOJ13hSnoytErohzTbhqB2aDacVB { width:12.875rem;height:2.3125rem;top:7.9375rem;left:3.5625rem;display:block; }
#PbwUiwPhzza52bvZtUvEyugtuJTack35 { display:none; }#PbwUiwPhzza52bvZtUvEyugtuJTack35 > .row .container { width:20rem;height:31.6875rem;background-color:#ffffff;background-image:none;position:relative;display:none; }#TiXAybyAh0HDALpCUnPV6HLOAvDMnCbp { width:7.5625rem;height:9.125rem;top:20.243054866791rem;left:5.7187501192093rem;display:block; }
#IRqVBTcNkMH7T6cyyTNGPB1cMTeIqEap { width:11.311625rem;height:2.56163125rem;top:28.310763835907rem;left:8.6883679628375rem;font-size:1.1875rem;z-index:15007;display:block; }
#moyBd7QwauHe7skKGe6WOv7sSkT0JmDO { display:block; }
#vIIWZLgP1kVQPqUOfvMuJTZJgHCwAF0B { width:7.125rem;height:9.1875rem;top:9.75rem;left:5.9375rem;display:block; }
#ATl6WVnD4XpzvclTtFpmD823EyiEpqe3 { width:8.8125rem;height:2.5rem;top:17.743054866791rem;left:10.178819775581rem;font-size:1.25rem;z-index:15009;display:block; }
#Sta2TVecwRCe0sDGxfUDWZBFKHD9goB1 { display:block; }
#Gafr3iyA24nZDsgPqCBgZaZJttaJKL11 { width:5.8125rem;height:7.5rem;top:0.8125rem;left:6.7180602383456rem;display:block; }
#JJw043Tm7ZPqBB4Ja9iWlcQkku6M7B5q { width:8.8125rem;height:2.5rem;top:7.3055553436281rem;left:10.249132275581rem;font-size:1.125rem;z-index:15007;display:block; }
#xKn6nQ4dXWSlpg0U52H1TfQ7A0ELLJ68 { display:block; }
#NDVvzMARbRNpkgTze3obyus7ufvW05bN { width:9.625rem;height:1.9375rem;top:28.624133586884rem;left:9.2960067987444rem;display:block; }
#BPu0o1chBJlOt0m1RAdK20wZtv0pJGTO { width:9.625rem;height:2.375rem;top:17.868049621582rem;left:9.6553817987444rem;display:block; }
#yvuTGOtofW4CXcM5kqpTahLR3dVXsfHQ { width:9.625rem;height:2.3125rem;top:7.4930553436281rem;left:9.8428817987444rem;display:block; }
#VNzFkqWzkAI5X8GaGX9qSspVRoF8Mkod { top:7.6805553436281rem;left:2.0277777910232rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15007;font-size:0.9375rem;display:block; }
#lbRLfQfpv2y5yFLqxwyvUuMISx8id1Mp { display:block; }
#Tnb0nKdNSULtnK4BHb66qNzB9M0BT4Cn { top:18.118054866791rem;left:2.0277777910232rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15008;font-size:0.9375rem;display:block; }
#lcPktmlwzbGQkhN56SuKFnwoTHFH5AkW { display:block; }
#FW1EBomMBVGGaGwoTg5iLw6tsDRA7Kk7 { top:28.310763835907rem;left:2.0277777910232rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15009;font-size:0.9375rem;display:block; }
#TfKF0gS8AwlD5GsWdnpbO6eW6TKliR7V { display:block; }
#Scn76DUk51kfguePp0ypUSPGeiaGTvn4 { display:block; }#Scn76DUk51kfguePp0ypUSPGeiaGTvn4 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; }#hO7yZXWnsxSChmTxFHBvgr3lcxtfvRA1 { width:20rem;height:4.3125rem;top:0.3125rem;left:0rem;z-index:15000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#f3bXA8PxS0HDS0T1xXxnFZ6qt5uZqLtg { top:1.7375022768974rem;left:0rem;width:20rem;height:1.4625rem;z-index:15004;font-family:cairo;color:#ffffff;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#bbSmXbii69JaTBL8EVLriyZTsUXyCOvS { width:2.1875rem;height:1.5rem;top:1.71875rem;left:16.000001132488rem;display:block; }
#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x.adaptive-delivery-prevent-bg, #T3X9nBA2a6aTRbN8anoMylrIdPqwho0x.lazyload, #T3X9nBA2a6aTRbN8anoMylrIdPqwho0x.lazyloading { background-image: none; }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .row .container { background-color: transparent; background-image: none; }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .row .container > .video-iframe-container { display: none; }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .row > .video-iframe-container { display: none; }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .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); }#T3X9nBA2a6aTRbN8anoMylrIdPqwho0x > .row .container { width:20rem;height:93.1875rem;position:relative;display:block; }#hSLTOJroWWkzXo6mJz01pxNDbME8JBoi { width:9.5625rem;height:17.0625rem;top:0.57890510559082rem;left:5.1867187023163rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#eK6bKIGsvupnG4eE8txw0EykMxK77c4O { width:9.4375rem;height:16.875rem;top:30.875rem;left:4.9375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#QCI5hSHfbkkip3sZCAkBNkMlDCSkZU35 { width:18rem;height:9.50625rem;top:17.765234470367rem;left:0.99843752384188rem;text-align:center;text-align-last:center;font-size:0.5625rem;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; }
#HCLez01FWOglROnyX8WnTX3zAqwOcvu1 { width:9.49925rem;height:16.937125rem;top:62.561715602875rem;left:5.2500002384186rem;display:block; }
#Rv1gaWebAkxEl8VTG9TIfBmUTWf8I0iQ { width:18rem;height:9.50625rem;top:79.999221801756rem;left:0.99843752384188rem;text-align:center;text-align-last:center;font-size:0.5625rem;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; }
#nPfIHExVkhVy6VVqFXaWcSk4mfGPnnIx { width:18rem;height:9.50625rem;top:48.310548782349rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;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; }
#b2VgIycyptDL2GsiBrROnrquofZDSV4T { width:14.1445rem;height:3.45820625rem;top:89.505470275881rem;left:2.9273438453674rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;display:none; }
#TQOa8LJ76FBWBbbwQ4p1DV74nzAoGlRk { display:block; }
#DrCIdIq0GQkEu5awhS0uJfVhPIAnTVXS { width:14.10158375rem;height:3.41579625rem;top:57.811626434326rem;left:2.9279514551163rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;z-index:15015;display:none; }
#GlLmtkkoufhWR9V8WIw62xiWyiKsPfuh { display:block; }
#oEs7M2ZJv9UfrbXRbF9w7VuGdxlcnDeH { width:14.143375rem;height:3.45820625rem;top:26.628517150879rem;left:2.9273438453674rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;z-index:15016;display:none; }
#ZHTpNbpgKI9We0QDntA0y3XBFzbQQRfG { display:block; }
#ZVCpVnWsyOQfnsGIfEKZ3Mt48qSluTlW { top:27.875rem;left:7.2812501192094rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15010;font-size:0.9375rem;display:block; }
#muPTNec5sF4Uu7nFFK2Kw7xdXpKW4Slh { display:block; }
#wJHZ0u8VVBCfZK0M2LILMbeJeQ2WbiSQ { top:58.708333969116rem;left:6.2812501192094rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15011;font-size:0.9375rem;display:block; }
#bTiII2q9m8Dt6kLrISr69t3iIgLd05KL { display:block; }
#ao9OdMUo7TpNHzI6bAhp1qePATSrHIXD { top:90.423610687256rem;left:7.2812501192094rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15012;font-size:0.9375rem;display:block; }
#aI3tGDT8bQpFCbcAXnu6ERlt6U9lnIPB { display:block; }
#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb.adaptive-delivery-prevent-bg, #qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb.lazyload, #qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb.lazyloading { background-image: none; }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .row .container { background-color: transparent; background-image: none; }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .row .container > .video-iframe-container { display: none; }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .row > .video-iframe-container { display: none; }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .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); }#qAPlMyG0rOmqktMRUayOuJOTEQNDKMpb > .row .container { width:20rem;height:86.6875rem;position:relative;display:block; }#kfWnbQVsakIZ2yapkGAHRViqx2InSG2T { width:9.624625rem;height:17.3261875rem;top:57.812111377716rem;left:5.1867187023163rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#tTHQexvqvIHbx0FIPntpmbm4FsBxMXTH { width:9.5625rem;height:16.99925rem;top:29.312110900879rem;left:5.218359708786rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#C9d35F7wGfWuEmL74LV7dEsSFkpPtqpo { width:9.437125rem;height:16.875rem;top:1.1859431266784rem;left:5.2804687023163rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#r5NCRMr8pME3pWQmiJ2HX2E0Rbrzc8yU { width:18rem;height:5.11875rem;top:47.190237045288rem;left:0.99843752384188rem;text-align:center;text-align-last:center;font-size:0.5625rem;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; }
#raHhXxf9l67If9CgCOqWW6nu3yd484gx { width:18rem;height:5.11875rem;top:18.623439311981rem;left:0.99843752384188rem;text-align:center;text-align-last:center;font-size:0.5625rem;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; }
#UxkZxRGdvVv7T2tMNCBJroNpab3uCBRF { width:18rem;height:6.58125rem;top:75.768751621244rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;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; }
#uFndBifWSv0KJn3MHmRC2ocM8qlrCh0U { width:14.1445rem;height:3.45820625rem;top:83.374219506981rem;left:2.9261720180511rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;display:none; }
#HGrAFfippmenJrdgXf6Ef8i4ov62mlbU { display:block; }
#T1aV1xO3DIAqHoJatW4LxI4KHCapeCMR { width:14.143375rem;height:3.45820625rem;top:52.998049259186rem;left:2.9273438453674rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;z-index:15015;display:none; }
#SJVkwHzs11FgDBiNKmpa1aTU6ThTVbDf { display:block; }
#Mb9lGGcP00f9ATUL7bqPRR0Vk45CSwWO { width:14.143375rem;height:3.45820625rem;top:24.684377670288rem;left:2.9273438453674rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;z-index:15016;display:none; }
#zqDXb9PGCoooU88R7ZSdTiJPA3x1tUPi { display:block; }
#mzD3qqEoE7WgHgpT7idJoHEE382yRRUa { top:25.339409932494rem;left:7.2812501192094rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15013;font-size:0.9375rem;display:block; }
#XKKgXcJo6FMNoPdduvld3cSpoW1uPTHA { display:block; }
#m03MiUlLUhofesvSpNPTxDWIy4M5mVGe { top:54.4921875rem;left:7.2812501192094rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15014;font-size:0.9375rem;display:block; }
#mCkHCaWoysT24TxAE2xJalVQibTB4DZl { display:block; }
#AipLthwRpoP2eV30aTThwxCCPOPxK5Tv { top:83.958332061769rem;left:6.2812501192094rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15015;font-size:0.9375rem;display:block; }
#RmZTpua2ruf8bE5OLMNnTNG4ULNqygGG { display:block; }
#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg.adaptive-delivery-prevent-bg, #OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg.lazyload, #OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg.lazyloading { background-image: none; }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .row .container { background-color: transparent; background-image: none; }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .row .container > .video-iframe-container { display: none; }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .row > .video-iframe-container { display: none; }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .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); }#OAhKfAm5aSd5Q4PnOCPzJ5TPnNBOKKfg > .row .container { width:20rem;height:80.625rem;position:relative;display:block; }#gHA3XWGtafC1OJKbVrqXkqcH1JIeVUp5 { width:9.5625rem;height:17.0625rem;top:0.57890510559082rem;left:5.1867187023163rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#cX7tHZ8yGLpJRqPB5rmshWfu1nTuDuRf { width:9.5625rem;height:16.99925rem;top:27.124145507812rem;left:5.2178817987442rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#dHinhEG8btipDLHZqg6r25QLKuSSpZGB { width:9.5rem;height:16.9375rem;top:55.3125rem;left:5.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#JMBsTLkTAnXi7MZudwfPO1MqIlkW0GBt { width:18rem;height:4.3875rem;top:18.499603271484rem;left:0.99960935115812rem;text-align:center;text-align-last:center;font-size:0.5625rem;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; }
#vuDvPPcUQ4RgbAO9DZBWTrddEaNo0EeG { width:18rem;height:5.85rem;top:44.850708007812rem;left:0.99826395511625rem;text-align:center;text-align-last:center;font-size:0.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UEk7Qc6pMGM5lldGmUgFFOsV90cOI2FD { width:18rem;height:3.9rem;top:73.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lHvnf5ZCb7XG7GTTtITp2PUfoFLvOfXJ { width:18.20833375rem;height:4.52083375rem;top:80.162334442138rem;left:0.875rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;display:none; }
#iW5xOl668FcdiHCwsXD2cudQzifTnmcc { display:block; }
#JcEMyOAVT4Geg6zdtkSLFmlOFxqc4ERN { width:18.249625rem;height:4.5621125rem;top:52.453128814698rem;left:0.873046875rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;z-index:15016;display:none; }
#wUeKPT03dGQaKK21xCRSEgRs5trlCCf2 { display:block; }
#WO2cspIDbWa21JOodTNpgQiQD1IRExKB { width:18.249625rem;height:4.5621125rem;top:23.19960975647rem;left:0.873046875rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;z-index:15017;display:none; }
#Pehg39Gro9zEcV1BG1skedqciRvrR2UJ { display:block; }
#aJ1yelrnGohre27TSl3adaTawk2kfRr8 { top:23.985260009766rem;left:7.2812501192094rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15016;font-size:0.9375rem;display:block; }
#TT0OxvSypoWapL33o8lsnP6y5I4TdrxP { display:block; }
#zQsuBV0v4HqkDIfEiMC8kPfEkc4p8BBo { top:52.388031005859rem;left:7.2812501192094rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15017;font-size:0.9375rem;display:block; }
#n4zHdKiEfZM5gcSZrg4P86rtMNZl4PZi { display:block; }
#gb5eiRHkCi0xScOHqSRXyNCw84srBpIW { top:77.875rem;left:7.3125rem;width:5.4375rem;height:2.125rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15018;font-size:0.9375rem;display:block; }
#J7faXg6i7vTnqTehP7nFwvfABxeHDmha { display:block; }
#kMdFCG42g4ZD1r94QdaCze1Ti4UAATTt { display:block; }#kMdFCG42g4ZD1r94QdaCze1Ti4UAATTt > .row .container { width:20rem;height:13.875rem;position:relative;display:block; }#RpOPHde7WaXOHoUWNsaQSiqWcoxeWA0l { top:2.8125rem;left:13.5625rem;width:6.25rem;height:0.125rem;z-index:15032;background-color:#b98c65;background-image:none;display:block; }
#BDeU3LX58SIQoI26MnHxSVOzRDbqV1fw { top:0.625rem;left:7.125rem;width:12.5rem;height:1.86875rem;z-index:15031;color:#b98c65;font-size:1.4375rem;font-family:cairo;text-align:right;text-align-last:right;font-weight:700;font-style:normal;display:block; }
#q3EcO9SM7AfEih48lp8JZqfysAv7wUlW { top:26.617966461182rem;left:3.75rem;width:12.5rem;height:1.86875rem;z-index:15031;color:#b98c65;font-size:1.4375rem;font-family:cairo;text-align:right;text-align-last:right;font-weight:700;font-style:normal;display:none; }
#GMfi1t5lhzltRgx0xB876D8eW58u5niX { top:3rem;left:1.5rem;width:18.25rem;height:1.05625rem;z-index:15033;text-align:right;text-align-last:right;font-family:cairo;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#W8QVlzBwL3bTlJemCtGAXovgRpxmdVFb { top:4.875rem;left:0rem;width:19.5625rem;height:3.9rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;display:block; }
#URx6ebM0BhNrZHPerF1uTx2MkfaTeOBQ { top:9.625rem;left:0.875rem;width:18.625rem;height:2.925rem;z-index:15035;font-size:0.75rem;font-family:cairo;text-align:right;text-align-last:right;display:block; }
#zlAI0kuE4bW8b6ildqoGOyKsXtMxNk4l { top:19.375rem;left:0rem;width:18.875rem;height:2.375rem;z-index:15015;background-color:rgba(255,255,255,0.23);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-family:cairo;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:none; }
#hkKg2fRKPMJQ1wfqgSdUF9uPEWVHPyXT { display:block; }
#qDGvgXZ4UN8gp2zKTDdwNxle9Tz69eFe { width:0.9375rem;height:1.875rem;top:26.617970275879rem;left:9.5rem;display:none; }
#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .row .container { background-color: transparent; background-image: none; }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .row .container > .video-iframe-container { display: none; }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .row > .video-iframe-container { display: none; }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .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); }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .row .container { border-width: 0; border-radius: 0; }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VsBsNPHw0SinQot5D9FPPti2RxWRgxTk > .row .container { width:20rem;height:28.125rem;position:relative;display:block; }#S6hBoPnKxrew7sXxatiDFM90tB1Or1Og { width:20rem;height:2rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
#dTs0ZdDiQ3ziL6C5Rut8FgDep7nICveW { width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
#TWqvEKHRLcwqt0Nz67Bym0D6PXdKbBlA { width:16.6875rem;height:16.6875rem;top:5.1536531448364rem;left:1.6562501192093rem;display:block; }
#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row .container { background-color: transparent; background-image: none; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row .container > .video-iframe-container { display: none; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row > .video-iframe-container { display: none; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .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); }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row .container { border-width: 0; border-radius: 0; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCTduK7JPs3sQgWX3TyI12kOcZpE45qs > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; }#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-element-container { background-color:#5abad7;background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-heading-text { font-size:0.6875rem;height:auto;line-height:1.3;overflow:hidden;font-weight:700;font-style:normal;color:#ffffff; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-desc-text { font-family:cairo;font-size:0.5625rem;height:auto;font-weight:300;font-style:normal;color:#ffffff;line-height:1.6;overflow:hidden; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f .accordion-trigger { height:1.375rem;width:1.375rem;min-width:1.375rem;background-image:url("https://icons.assets-landingi.com/icon_e38ff10e0dae4801a2700830f978383e36ededb3.svg"); }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f { display:flex;height:auto;width:18.2448125rem;top:4.1859130859375rem;left:0.12734371423721rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;gap:0.75rem;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem;background-color:#ffffff;background-image:none; }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OwglBkuzIGzrulZlZwmshWiTHW07SquW {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OAcUhxkNZpk09rxUefLMWGtH3ZLAfq4X {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #l4MTlKTDuD94gKkxDTs0CQiXt9lEFdcQ {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #AP8zBFQPEkSfFPIxamZ2pz95GAR5nztF {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #pHdu642Fpy1GwBv74Z9gdttbaFPOi5p0 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #iwAxlU5gX7JZIpkiyKkRW6KTrkuiqHv3 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #fzFpeagEMpSphCC4RgMR564NxcS40d9x {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #JuhVkN9bS9k9FKLB4Ey5BveXT39iTUND {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #F2fB0ZmOhWQS8NE2Kl9JbiWDaUBgo7Hl {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #v8SmkDgmkenwcRcI3TVTJBQccbZeMJPo {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TukhfysiB3g5hs9OTmoNoM3KfO29ZOkM {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TBn1mkbTTopyFTGtdJ0BoiPyOpJnUAb3 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #e1szwtSUhU6MQqdShBSziyZtBt5GqpUV {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #y6LT9vmMmNhBpzgk5upAFozxIFDVEODX {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #mvk03m6KCAnO0oazbpXhmBkyWuHKNAOc {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #chROoOOT9N0wwG7fTkAW9psQSCrkZTS4 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #y9lmcbKBQd58O7E5DqxaN4stm0XMLRWU {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #q8FJ5TJ7UOtITbuRamic2V1x7kALJgzw {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #zMlAkxoKV8nqDTCBQbymFDdaC5xTgZgk {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #yWSqGIThhpi0zQPynTfNwgvxuvAV6FWn {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #yHg9qNIisOLzCL5mkgH1N43sM7psMK27 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Il9GcoLZeaHbfKGuWT0wC2yF0pWfuNSk {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #OaVR0JwO4k1rO3QLGtVG0RSk3gonFLTC {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oy9wZceM8uwEFMUH4FA9Qp6QRB6EBZRm {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #mBRhK7PmcZuvJRRFgMAMO9KTeITkQO3g {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BedPA7Qr2pqKJqDoA7MioDJBuTVfBPL9 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qqM4SOlBi1q4axFXwLgta8bQHcQKeemR {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cTtqJJwvo6tUdHLchNQDckDAwFkSoetH {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #cvGaFITGqblP7JN4w1gHsfSA6WFo2mQ9 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #vcEQaVJA6i2UpIcqmr7gAakypDqpuFXo {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #uVFklxXaaRd4Cbe4yOqgcz3Eyb8PRPnH {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #oqaXipLbgFN650y3PK8E5aE3UkiF8UVl {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #i7QBVJO7Cr2G9n1Kc6tK6CXKbPsZbWUs {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #qE0x036GdXED8tUpH5W7KX0heOPdHLRg {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #z9g3b3Mp7xbCQZSo6JeJ8mJ9EQXX9eVm {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #RR8wKCVerehfiSplkTvQA925qubMDUn6 {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #KDah8BpTiUixNcbFX0y3kBRFsZMNz5EC {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #ot5UAA6LTLQsOQHmoh9XoD1I85e0KQ4G {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #BymxBheAcmm0XT3GCdwP4998xKhTfVyQ {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #TitwSHM6odn7Z86FAD40l5f3TLpdrVNi {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #zxCghzLbGimL9xuhDHbligT7uu1Qxtzz {  }
#CQrxdOswa685uQ0cJfTD4Jpf5tf4d61f #Ihgu2uTNKy7JhUiSy3FJozhKwiuuOZP8 {  }
#T59di0zSl4DEfGzudTmorzbPMJs7oP4Q { width:15.4375rem;height:1.95rem;top:1.312518119812rem;left:2.2812500596046rem;font-size:1.5rem;color:#000000;z-index:15015;text-align:center;text-align-last:center;display:block; }
#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf.adaptive-delivery-prevent-bg, #WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf.lazyload, #WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf.lazyloading { background-image: none; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container { background-color: transparent; background-image: none; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container > .video-iframe-container { display: none; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row > .video-iframe-container { display: none; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .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); }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container { border-width: 0; border-radius: 0; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WSrwiTsRbqqZqIke7erUF4LrBlrt0nWf > .row .container { width:20rem;height:11rem;position:relative;display:block; }#lncnftVh8PLQ7Qrd54FzithiTzFWz4dT { width:16.6875rem;height:1.5125rem;top:1.75rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
#oskdUgLAq9BPICdyfkJM6CTMkBm7Fybm { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#KChWTiZUw4ctBMtMh6Ze1O4yVKltlTCT { width:15.874rem;height:3.2rem;top:4.3359375rem;left:1.06201171875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
#PWl9qVvh1eqWUEqhKT3EPkGWBshOCsaW { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#c66mEkdtGQuubt6WJ51fx71xbJxcxhmQ { width:19.4375rem;height:1.3rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
#n3KbUKfeu1p4OheZuJzBitNRy1APqvp4 { width:3.12378125rem;height:3.12378125rem;top:4.37255859375rem;left:16.38916015625rem;font-size:2.1875rem;display:block; }
#Wgs3deG8O9Qwy4B9eZwSnZziBhJd5uV6 { width:18.812125rem;height:0;top:10.5rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:none; }
#Wteu7HLroGl8GTKMkEoFLsf3wuXiZ9Tv { width:17.9375rem;height:2.9375rem;top:9.875rem;left:1.0625rem;display:none; }
