.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; }
#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; }
#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; }
#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;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:21.0625rem;width:20.6875rem;top:5.3408203125rem;left:34.630859375rem;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; }
#gfubJWWWTgkGdBvixTcqN0gWFCDETuiP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:16.25rem;top:56.875rem;left:30rem;overflow:hidden;display:none; }
#hQDHF0zwys2uh1MRqP1TvrbvAQDXUtO9 { 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; }
#CAmGXcwGLLSygU1LyAP1oiXzTU6LQWvU { 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; }
#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; }#pTHHJS55qWcU7HGdMBrpP1mRvuIZdBeV { 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; }
#stDDeyZR3K7we3bCeQ0s1KSFM8XsotBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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; }
#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:38.375rem;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; }
#TTivIVTcQVyFBEhLX6pHN9LvioRdOhTI { z-index:15001;top:32.4375rem;left:24.126953125rem;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; }
#qhc5FhiWQfILdnwfJynXP8H5Dz6Z5gby { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L0w4bEKxyEKsRXhFvPeR9DFUVZf0QL9G { z-index:15003;top:29.625rem;left:35.34375rem;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; }
#qmmhT4GNJUdfvTiSdCPEJOS5Onk9M5M1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hfNaCM1Rc0n2UBBbmSOvVgQuBRqg7kEK { z-index:15003;top:29.625rem;left:35.34375rem;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; }
#Tmuhw7dJBcIKM7FMtm2O30T1C8I96UOI { 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:36.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; }#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; }
#RiELk9Kxr4U9QyINVTZqGuKMx5N5KrVx { z-index:15002;top:32.6875rem;left:23.251953125rem;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; }
#IehTGKXG5BlP9sOH4onzBiBE6VFcwhrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MOEC1BK95rSwU9J3Tv0AylzstRoORWbB { z-index:15003;top:29.625rem;left:35.34375rem;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; }
#lPilk4G7TvxSB9gTZHeEwqylIPeNWPzN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PvNg9Slc2yx4QKr8owwJfgPpbm0Wt3nT { z-index:15003;top:29.625rem;left:35.34375rem;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; }
#mrAa4oXIfVWpKo8f2il9kF9NcPczZ6dP { 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:34.125rem;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; }
#OfwTEDt08VxwnfSBP2DlTMknthdlCfMf { z-index:15003;top:29.0625rem;left:21rem;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; }
#S5Gf7xkkI0QaZVTBUJc0GFnfDLA0nOnZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bUM0OtJcoUB5ipVtnZ6SbiAuVCcGMSE0 { z-index:15003;top:29.625rem;left:35.34375rem;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; }
#bGaqyHIK0ZrzJncA6Zb997yZvHBRBdOC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iaS8y51tX80BbKH9ZKLm8w0bpZpVrcfr { z-index:15003;top:29.625rem;left:35.34375rem;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; }
#Sig5Nr5xkhLtToF2vd3caBd9fErUDxPq { 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; }
#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:block; }
#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:block; }
#mZsEbGXfi9hXb4JZWgVfRiD1aOxe9QoW { box-sizing:content-box;color:#1b57c7;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:15012;top:8.4375rem;left:27.75rem;display:block; }
#BbkuFfuPALw3WbOsmWbeFc44wUBagnsX { box-sizing:content-box;color:#1b57c7;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:15013;top:8.4375rem;left:23.75rem;display:block; }
#pTonXNzI3T8T4LUE2P4d1ytfv9XfMmle { box-sizing:content-box;color:#1b57c7;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:15014;top:8.4375rem;left:19.625rem;display:block; }
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; }
#MJ91nzHqaqotEAbbaaVHXnXCB05KntxG { top:31.6875rem;left:0.5625rem;width:10.5625rem;height:0.9375rem;font-size:0.75rem;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; }
#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:8.9375rem;left:9.3125rem;width:34.375rem;height:6.3125rem;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:20.6875rem;height:21.0625rem;top:5.3125rem;left:27.0625rem;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; }
#gfubJWWWTgkGdBvixTcqN0gWFCDETuiP { top:56.875rem;left:16.375rem;width:16.25rem;height:1.25rem;display:none; }
#hQDHF0zwys2uh1MRqP1TvrbvAQDXUtO9 { top:9rem;left:42.3125rem;width:18.125rem;height:1.25rem;display:none; }
#CAmGXcwGLLSygU1LyAP1oiXzTU6LQWvU { 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:1.25rem;left:17.625rem;width:11.125rem;height:1.8125rem;font-size:1.375rem;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; }
#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; }#pTHHJS55qWcU7HGdMBrpP1mRvuIZdBeV { top:4.5625rem;left:32.625rem;width:15.125rem;height:2.5rem;display:none; }
#stDDeyZR3K7we3bCeQ0s1KSFM8XsotBg { 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; }
#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; }
#TTivIVTcQVyFBEhLX6pHN9LvioRdOhTI { top:32.4375rem;left:18.001953125rem;width:15.125rem;height:2.5rem;display:none; }
#qhc5FhiWQfILdnwfJynXP8H5Dz6Z5gby { display:block; }
#L0w4bEKxyEKsRXhFvPeR9DFUVZf0QL9G { top:30.25rem;left:29.84375rem;width:15.125rem;height:2.5rem;display:none; }
#qmmhT4GNJUdfvTiSdCPEJOS5Onk9M5M1 { display:block; }
#hfNaCM1Rc0n2UBBbmSOvVgQuBRqg7kEK { top:30.25rem;left:29.84375rem;width:15.125rem;height:2.5rem;display:none; }
#Tmuhw7dJBcIKM7FMtm2O30T1C8I96UOI { 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; }
#RiELk9Kxr4U9QyINVTZqGuKMx5N5KrVx { top:32.6875rem;left:17.126953125rem;width:15.125rem;height:2.5rem;display:none; }
#IehTGKXG5BlP9sOH4onzBiBE6VFcwhrJ { display:block; }
#MOEC1BK95rSwU9J3Tv0AylzstRoORWbB { top:30.25rem;left:29.84375rem;width:15.125rem;height:2.5rem;display:none; }
#lPilk4G7TvxSB9gTZHeEwqylIPeNWPzN { display:block; }
#PvNg9Slc2yx4QKr8owwJfgPpbm0Wt3nT { top:30.25rem;left:29.84375rem;width:15.125rem;height:2.5rem;display:none; }
#mrAa4oXIfVWpKo8f2il9kF9NcPczZ6dP { 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; }
#OfwTEDt08VxwnfSBP2DlTMknthdlCfMf { top:29.0625rem;left:14.875rem;width:15.125rem;height:2.5rem;display:none; }
#S5Gf7xkkI0QaZVTBUJc0GFnfDLA0nOnZ { display:block; }
#bUM0OtJcoUB5ipVtnZ6SbiAuVCcGMSE0 { top:30.25rem;left:29.84375rem;width:15.125rem;height:2.5rem;display:none; }
#bGaqyHIK0ZrzJncA6Zb997yZvHBRBdOC { display:block; }
#iaS8y51tX80BbKH9ZKLm8w0bpZpVrcfr { top:30.25rem;left:29.84375rem;width:15.125rem;height:2.5rem;display:none; }
#Sig5Nr5xkhLtToF2vd3caBd9fErUDxPq { 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; }
#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; }
#mZsEbGXfi9hXb4JZWgVfRiD1aOxe9QoW { top:8.4375rem;left:21.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#BbkuFfuPALw3WbOsmWbeFc44wUBagnsX { top:8.4375rem;left:17.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#pTonXNzI3T8T4LUE2P4d1ytfv9XfMmle { top:8.4375rem;left:13.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;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; }
#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 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; }#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:58.125rem;position:relative;display:block; }#pySfVgHeGOET26dXc00JqSgEGMK9ac1Q { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;display:none; }
#MJ91nzHqaqotEAbbaaVHXnXCB05KntxG { width:10.5rem;height:0.975rem;top:53.9375rem;left:4.75rem;font-size:0.75rem;display:block; }
#b2veLFwoVVyC2qIllUIvTPUnhJVFWfxP { width:5.0625rem;height:2.8125rem;top:54.875rem;left:13.4375rem;z-index:15197;display:block; }
#cq8fNC8C3G10Dx7rfrSwE4o3vdenTfU7 { width:5.1875rem;height:2.875rem;top:54.8125rem;left:0.8125rem;z-index:15198;display:block; }
#Jvpn4qAHkAtZzeBUZSvdmaBUs4LwD3gp { top:52.0625rem;left:0.875rem;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:48.625rem;left:8.375rem;width:3.0625rem;height:3.0625rem;z-index:15195; }
#BSSRgziKAlPwPURpkEq6Ppnqaut7oyPl { width:17.8125rem;height:7.15rem;top:3.3125rem;left:1.2179687619209rem;font-size:1.375rem;font-weight:700;font-style:normal;font-family:"ahj 2024 font";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;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:28.875rem;left:0.4375rem;width:19.0625rem;height:19.4375rem;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:25.5rem;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.125rem;height:2.125rem;top:25.75rem;left:4.5rem;font-size:2.1875rem; }
#gfubJWWWTgkGdBvixTcqN0gWFCDETuiP { width:6.0625rem;height:6.0625rem;top:60.375rem;left:-0.15000003576279rem;z-index:15174;overflow:hidden;display:none; }
#hQDHF0zwys2uh1MRqP1TvrbvAQDXUtO9 { width:17.5rem;height:1.25rem;top:55.625rem;left:0.75rem;z-index:15000;overflow:hidden;display:block; }
#CAmGXcwGLLSygU1LyAP1oiXzTU6LQWvU { width:10.375rem;height:11.94375rem;top:12.274997711182rem;left:4.8125000596046rem;font-size:3.0625rem;z-index:15155;font-family:"alw arabic";display:block; }
#ObWVzpAE9RmyGldMW3woFEZsuZVpQybW { display:block; }#ObWVzpAE9RmyGldMW3woFEZsuZVpQybW > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#i0E0hKsFcFUZtzBCbo9MIzctIwkxneQE { top:1.1000003814698rem;left:0rem;width:19.75rem;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; }
#a1ukARqBdaSbA0L5Icr5thsk6kuW2L5L { width:4.25rem;height:2.75rem;top:0.45468902587891rem;left:14.315625369549rem;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 { 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 > .row .container { width:20rem;height:64.4375rem;background-color:#ffffff;background-image:none;position:relative;display:block; }#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:25.28125rem;left:5.75rem;display:block; }
#vs4JyCE1NJxkKlraAVvLtntGCQBLTif3 { width:17.3125rem;height:3.25rem;top:34.125rem;left:1.2500000596046rem;font-size:1.0625rem;z-index:15007;display:block; }
#hynLwPu1ySJXbGBce3N62KQqLu9KwLHV { display:block; }
#tbMN09nhLITaHmV7QwPhcAVc952BN61W { width:7.6245rem;height:8.8125rem;top:35.8125rem;left:6.5625rem;display:block; }
#Ez7dW8uEtWy2C2oDPaUXvpdAGFpmK1Fg { width:17.375rem;height:3.4375rem;top:43.25rem;left:1.5625000596046rem;font-size:1.0625rem;z-index:15028;display:block; }
#TKWuARkzFVwez6Uotvk6hhO85hwX6b2W { display:block; }
#E5TkzOnRp6LrNCgrqo8ItNsbEZRwXSy9 { width:8.0625rem;height:9.25rem;top:14.8125rem;left:5.84375rem;display:block; }
#OsWR3hJaWpEIB7WWqTPPwQJ6Z9tf232W { width:18.25rem;height:3.6875rem;top:22.9375rem;left:0.93750005960463rem;font-size:1.125rem;z-index:15009;display:block; }
#FCQC82Ld1fbK3K7arC0kzxtcpXBaz4Ot { display:block; }
#fEGp7hd3T7trMtKAoJZ4FIxbHDZIXrdG { width:8.375rem;height:9.6875rem;top:44.375rem;left:6.1865234375rem;display:block; }
#XbhAepdoo60k6XGf7V84pqbZ2PGHMg5t { width:18.3125rem;height:2.875rem;top:52.125rem;left:0.68750005960463rem;font-size:1.25rem;z-index:15029;display:block; }
#z97VhTPNSR01MD7zlGTOIs2KROe65d1h { display:block; }
#e4Lru3ud1kmkg55cyGCwXepOX18DQIVU { width:9.0615rem;height:6.4995rem;top:5.875rem;left:5.4375rem;display:block; }
#b1ZwNp9S5WswifuT0aLnRPSxCy9raCCi { width:16.375rem;height:3.5rem;top:12.46875rem;left:1.5312500596046rem;font-size:1.125rem;z-index:15007;display:block; }
#Jf0ByyASccWTtlLiNIZhyRd62Qs4ZciW { display:block; }
#xxi669TU7aBz3VKd7lJ1z9TaaABIsOu4 { width:7.812rem;height:7.875rem;top:54.125rem;left:6.125rem;display:block; }
#qwPeFtb0Km6AVOKRDDGE6NRqBXVSWZ7Q { width:15.875rem;height:3rem;top:61.3125rem;left:2.3125000596046rem;font-size:1.375rem;z-index:15005;display:block; }
#wpvllLno5gtpkJJ3FTMC4ca9D9kKUrKp { display:block; }
#ObkFyF3zRR0gNUo6sOksyW1Z1hCLTR6X { width:12.375rem;height:1.9375rem;top:52.5rem;left:4.25rem;display:block; }
#Skr7JZIQRAxse9IKanBuL8AaT6IePiZp { width:12.6875rem;height:2.375rem;top:23.71875rem;left:3.65625rem;display:block; }
#qMkrZOsiAybJI284PkicM5TrKVz0fpyL { width:12.875rem;height:2.3125rem;top:13rem;left:3.5rem;display:block; }
#ePaT4U3hvbf9Xxclwdm0BLvz19uMGzTD { width:12.8125rem;height:2.0625rem;top:34.75rem;left:3.5625rem;display:block; }
#gm0BNRJtuTk33R86GsFUkhOxFTmmxB9K { width:11.6875rem;height:2rem;top:61.8125rem;left:4.4375rem;display:block; }
#A2BRxMfW51MOWoGN6EkqbBn38qZvmAWP { width:13.5rem;height:2.0625rem;top:43.875rem;left:3.625rem;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; }#pTHHJS55qWcU7HGdMBrpP1mRvuIZdBeV { 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; }
#stDDeyZR3K7we3bCeQ0s1KSFM8XsotBg { display:block; }
#PbwUiwPhzza52bvZtUvEyugtuJTack35 { 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 > .row .container { width:20rem;height:31.6875rem;background-color:#ffffff;background-image:none;position:relative;display:block; }#TiXAybyAh0HDALpCUnPV6HLOAvDMnCbp { width:7.5625rem;height:9.75rem;top:20.1875rem;left:5.8125rem;display:block; }
#IRqVBTcNkMH7T6cyyTNGPB1cMTeIqEap { width:12.9375rem;height:2.5625rem;top:28.1875rem;left:3.6250000596046rem;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:16.875rem;height:3.3125rem;top:18.25rem;left:1.0625000596046rem;font-size:1.25rem;z-index:15009;display:block; }
#Sta2TVecwRCe0sDGxfUDWZBFKHD9goB1 { display:block; }
#Gafr3iyA24nZDsgPqCBgZaZJttaJKL11 { width:5rem;height:6.4375rem;top:0.9375rem;left:7.5rem;display:block; }
#JJw043Tm7ZPqBB4Ja9iWlcQkku6M7B5q { width:15.125rem;height:3rem;top:7.625rem;left:2.1250000596046rem;font-size:1.125rem;z-index:15007;display:block; }
#xKn6nQ4dXWSlpg0U52H1TfQ7A0ELLJ68 { display:block; }
#NDVvzMARbRNpkgTze3obyus7ufvW05bN { width:12.375rem;height:1.9375rem;top:28.4375rem;left:3.875rem;display:block; }
#BPu0o1chBJlOt0m1RAdK20wZtv0pJGTO { width:12.6875rem;height:2.375rem;top:18.6875rem;left:3.75rem;display:block; }
#yvuTGOtofW4CXcM5kqpTahLR3dVXsfHQ { width:12.875rem;height:2.3125rem;top:7.9375rem;left:3.5625rem;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:96.375rem;position:relative;display:block; }#hSLTOJroWWkzXo6mJz01pxNDbME8JBoi { width:9.5625rem;height:17.0625rem;top:0.57890510559082rem;left:5.1867187023163rem;display:block; }
#eK6bKIGsvupnG4eE8txw0EykMxK77c4O { width:9.4375rem;height:16.875rem;top:30.875rem;left:4.9375rem;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.1425625rem;height:3.45800625rem;top:57.806640625rem;left:2.927734375rem;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; }
#TTivIVTcQVyFBEhLX6pHN9LvioRdOhTI { top:90.7451484375rem;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:block; }
#qhc5FhiWQfILdnwfJynXP8H5Dz6Z5gby { display:block; }
#L0w4bEKxyEKsRXhFvPeR9DFUVZf0QL9G { top:27.2607421875rem;left:3.7802734375rem;width:12.4365rem;height:2.4375rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15003;display:block; }
#qmmhT4GNJUdfvTiSdCPEJOS5Onk9M5M1 { display:block; }
#hfNaCM1Rc0n2UBBbmSOvVgQuBRqg7kEK { top:58.8125rem;left:3.7802734375rem;width:12.4365rem;height:2.4375rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15004;display:block; }
#Tmuhw7dJBcIKM7FMtm2O30T1C8I96UOI { 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:87.75rem;position:relative;display:block; }#kfWnbQVsakIZ2yapkGAHRViqx2InSG2T { width:9.624625rem;height:17.3261875rem;top:57.812111377716rem;left:5.1867187023163rem;display:block; }
#tTHQexvqvIHbx0FIPntpmbm4FsBxMXTH { width:9.5625rem;height:16.99925rem;top:29.312110900879rem;left:5.218359708786rem;display:block; }
#C9d35F7wGfWuEmL74LV7dEsSFkpPtqpo { width:9.437125rem;height:16.875rem;top:1.1859431266784rem;left:5.2804687023163rem;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; }
#RiELk9Kxr4U9QyINVTZqGuKMx5N5KrVx { top:83.5928046875rem;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:block; }
#IehTGKXG5BlP9sOH4onzBiBE6VFcwhrJ { display:block; }
#MOEC1BK95rSwU9J3Tv0AylzstRoORWbB { top:25.5rem;left:3.78125rem;width:12.4365rem;height:2.4375rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15005;display:block; }
#lPilk4G7TvxSB9gTZHeEwqylIPeNWPzN { display:block; }
#PvNg9Slc2yx4QKr8owwJfgPpbm0Wt3nT { top:54rem;left:4.40625rem;width:12.4365rem;height:2.4375rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15006;display:block; }
#mrAa4oXIfVWpKo8f2il9kF9NcPczZ6dP { 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:87.75rem;position:relative;display:block; }#gHA3XWGtafC1OJKbVrqXkqcH1JIeVUp5 { width:9.5625rem;height:17.0625rem;top:0.57890510559082rem;left:5.1867187023163rem;display:block; }
#cX7tHZ8yGLpJRqPB5rmshWfu1nTuDuRf { width:9.5625rem;height:16.99925rem;top:28.687497615814rem;left:5.218359708786rem;display:block; }
#dHinhEG8btipDLHZqg6r25QLKuSSpZGB { width:9.5rem;height:16.9375rem;top:57.75rem;left:5.25rem;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:46.413284301757rem;left:0.99843752384188rem;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:75.537907123569rem;left:0rem;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.25rem;height:4.5625rem;top:80.412893295288rem;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;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; }
#OfwTEDt08VxwnfSBP2DlTMknthdlCfMf { top:80.683596875rem;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:block; }
#S5Gf7xkkI0QaZVTBUJc0GFnfDLA0nOnZ { display:block; }
#bUM0OtJcoUB5ipVtnZ6SbiAuVCcGMSE0 { top:24.3125rem;left:3.7802734375rem;width:12.4365rem;height:2.4375rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15007;display:block; }
#bGaqyHIK0ZrzJncA6Zb997yZvHBRBdOC { display:block; }
#iaS8y51tX80BbKH9ZKLm8w0bpZpVrcfr { top:53.8125rem;left:3.7802734375rem;width:12.4365rem;height:2.4375rem;background-color:rgba(33,139,62,0.86);background-image:none;color:#ffffff;z-index:15008;display:block; }
#Sig5Nr5xkhLtToF2vd3caBd9fErUDxPq { 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.8691375rem;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:19.3125rem;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:1.3417778015137rem;left:1.6546874642372rem;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:20.625rem;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:18.6875rem;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:1.7rem;top:10.5rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
#Wteu7HLroGl8GTKMkEoFLsf3wuXiZ9Tv { width:17.9375rem;height:2.9375rem;top:9.875rem;left:1.0625rem;display:block; }
#mZsEbGXfi9hXb4JZWgVfRiD1aOxe9QoW { width:3.125rem;height:3.125rem;top:14.0625rem;left:14.5625rem;font-size:2.1875rem;display:block; }
#BbkuFfuPALw3WbOsmWbeFc44wUBagnsX { width:3.125rem;height:3.125rem;top:14.0625rem;left:8.375rem;font-size:2.1875rem;display:block; }
#pTonXNzI3T8T4LUE2P4d1ytfv9XfMmle { width:3.125rem;height:3.125rem;top:14.0625rem;left:2.5625rem;font-size:2.1875rem;display:block; }
