.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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI { z-index:;position:relative;display:block; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI { background-color: transparent; background-image: none; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container > .video-iframe-container { display: none; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row > .video-iframe-container { display: none; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .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); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI { border-width: 0; border-radius: 0; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .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; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container { background-color:#2649a9;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:cairo;height:6.75rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container.adaptive-delivery-prevent-bg, #xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container.lazyload, #xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container.lazyloading { background-image: none; }#EVchsvxi4RbrnttMHEBQ1vao4hPIzuVx { 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:4.6875rem;width:17.5625rem;top:1.1875rem;left:21.465625762939rem;overflow:hidden;display:block; }
#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ { position:relative;display:block; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ { background-color: transparent; background-image: none; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container > .video-iframe-container { display: none; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row > .video-iframe-container { display: none; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .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); }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ { border-width: 0; border-radius: 0; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .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; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .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/49ddbb47-4102-4097-ade8-bf7ddc30dc56/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:6.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; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container.adaptive-delivery-prevent-bg, #ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container.lazyload, #ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container.lazyloading { background-image: none; }#Z5tKFs2ZsWe4UK2aOfppQHO5kyuifgru { 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; }
#kblBOuxVrBfk6BkH1iLNz2MIRA3tQSk2 { 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; }
#KZ1xA0urxgT2f2RdOeit99pngtdW9Dtb { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.4375rem rgba(0,0,0,0.5);top:1.46875rem;left:15.687503814698rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex { position:relative;display:block; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex { background-color: transparent; background-image: none; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container > .video-iframe-container { display: none; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row > .video-iframe-container { display: none; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .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); }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex { border-width: 0; border-radius: 0; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .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; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .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:30.4375rem;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; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container.adaptive-delivery-prevent-bg, #ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container.lazyload, #ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container.lazyloading { background-image: none; }#t9TIWKbxDFbtwlAfBuWHSsp5QWQGNILi { color:#945f8b;display:block;width:21.125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0.4072265625rem;left:20.3125rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yJWOhCMNrPIe2weTst2BMypwesur70SN { 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.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:3.0820465087891rem;left:19.75rem;display:block; }
#nwgpHM7mgEICvqaN0LLGQ6K5gLCo00ad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dFf2vw5Ehd1CZQn418UHP80NXngvI1X4 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.56055rem;width:6.5625rem;top:19.6875rem;left:31.0625rem;overflow:hidden;display:block; }
#kd6aRvsTglpeQ5HHOTRt7vT4dV3PwIhv { color:#000000;display:block;width:19.999rem;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:17.25rem;left:20.5625rem;text-align:center;text-align-last:center;display:block; }
#skas9hSMbhF43ngnEzhBKcIseGyI2InT { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.18555rem;width:6.5625rem;top:19.375rem;left:22.75rem;overflow:hidden;display:block; }
#eIItRaM0OmCTLPCAvHdPUttbXTWbs6DV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124025rem;width:3.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:14.1875rem;left:28.9375rem; }
#VQgvrWkiqcmg34bfR0onLm2IxqSsfBJl { 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:2rem;width:6.9375rem;top:24.4375rem;left:23.125rem;overflow:hidden;display:block; }
#cBoW4cF2r9o9CeV5n5QpPInlpr1s5XpS { 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:2.125rem;width:5.4375rem;top:24.4375rem;left:31.5rem;overflow:hidden;display:block; }
#QchqQC4IM0GmtHEyNmwASdz39WPefLXh { 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; }
#MowupDZNvn1GEd0nazTicAM5Gb9GGoSs { 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:22.9375rem;left:24.875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJ6tKGrVbyHA5NMIyiuWPDExkaRvxU5y { 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.8115rem;height:4.624025rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:8.3125rem;left:17.9677734375rem;display:block; }
#xaQcJvrL4u8kBrm49VvbqdvzxFKSUB1V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R74qleRQ2bWDJdQUWL9ElMgqulphtWGI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124025rem;width:3.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15172;opacity:1;top:9.0625rem;left:21.8125rem; }
#R74qleRQ2bWDJdQUWL9ElMgqulphtWGI > img { max-width: 100%;max-height:100%; width:3.124025rem; height:3.124025rem; }#lhuys7N2ax9OatNLilpbmZbCPikZZRCL { color:#000000;display:block;width:19.999rem;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:17.25rem;left:20.5625rem;text-align:center;text-align-last:center;display:none; }
#cF73552uPuihgISz2oLseAB9b3al96y6 { position:relative;display:block; }#cF73552uPuihgISz2oLseAB9b3al96y6 { background-color: transparent; background-image: none; }#cF73552uPuihgISz2oLseAB9b3al96y6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cF73552uPuihgISz2oLseAB9b3al96y6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cF73552uPuihgISz2oLseAB9b3al96y6 > .row .container > .video-iframe-container { display: none; }#cF73552uPuihgISz2oLseAB9b3al96y6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cF73552uPuihgISz2oLseAB9b3al96y6 > .row > .video-iframe-container { display: none; }#cF73552uPuihgISz2oLseAB9b3al96y6 > .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); }#cF73552uPuihgISz2oLseAB9b3al96y6 { border-width: 0; border-radius: 0; }#cF73552uPuihgISz2oLseAB9b3al96y6 > .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; }#cF73552uPuihgISz2oLseAB9b3al96y6 > .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; }#cF73552uPuihgISz2oLseAB9b3al96y6 > .row .container.adaptive-delivery-prevent-bg, #cF73552uPuihgISz2oLseAB9b3al96y6 > .row .container.lazyload, #cF73552uPuihgISz2oLseAB9b3al96y6 > .row .container.lazyloading { background-image: none; }#SN8HuBgdKhROxnXRio2foe45eHNJyXEu { 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:32.436328887939rem;left:15.873046875rem;display:block; }
#iDATgicn1rXMCRKIDVGzM08FzymB3bo0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDgTtg5N6rbqnCdQVJQQvHSIK2w7DImV { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8125rem;height:4.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:25.0625rem;left:18.0625rem;display:none; }
#e9fVEKJT5fFnT6IGodyThTETvPGso7mB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mykgVf4QdeTrKeq55bC0EyOg1mrVS51r { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8125rem;height:4.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:25.0625rem;left:18.0625rem;display:none; }
#Pxq4d1X1uRLWvOdc3I3mmnFQBGXQszoB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MWgWy0XV8pNpFzCwA905SVtqSO4KttnV { 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; }
#qhtpyIKST5PL4mLxUR4nn3u42SNHS55L { 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; }
#TDXBzmIwqnpRGGuX0dxFgSCmFLoNM7Bg { 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; }
#cTKUL0dhE62Gugzgk57mi01mENsg9AN6 { 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.9365rem;width:9.499rem;top:1.5263671875rem;left:10.556640625rem;overflow:hidden;display:block; }
#ggKs5eXuihKldTeTmL00vpqqmK1mM5R7 { 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; }
#JGffzpuO733q34IKT20numPkkp0M8BBh { 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; }
#MTkLaKbtTrgZu2DDkTlve9OtzaxHm9VH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124025rem;width:3.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15173;opacity:1;top:33.185546875rem;left:20.0546875rem; }
#MTkLaKbtTrgZu2DDkTlve9OtzaxHm9VH > img { max-width: 100%;max-height:100%; width:3.124025rem; height:3.124025rem; }#CMlJW5FbZRuw9b3GNrvDoB2TLTTTxAhT { 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:15175;opacity:1;top:29.1875rem;left:21.78125rem;display:none; }
#CMlJW5FbZRuw9b3GNrvDoB2TLTTTxAhT > img { max-width: 100%;max-height:100%; width:3.12421875rem; height:3.12421875rem; }#ul60c5SksOZGl3c9aybs5VNWMbVqZ2lN { 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:15175;opacity:1;top:29.1875rem;left:21.78125rem;display:none; }
#ul60c5SksOZGl3c9aybs5VNWMbVqZ2lN > img { max-width: 100%;max-height:100%; width:3.12421875rem; height:3.12421875rem; }#NINKf93B3TUCouf3Spw7tHorBsOtnH7f { 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:15175;opacity:1;top:29.1875rem;left:21.78125rem;display:none; }
#NINKf93B3TUCouf3Spw7tHorBsOtnH7f > img { max-width: 100%;max-height:100%; width:3.12421875rem; height:3.12421875rem; }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI { position:relative;display:block; }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI { background-color: transparent; background-image: none; }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .row .container > .video-iframe-container { display: none; }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .row > .video-iframe-container { display: none; }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .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); }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI { border-width: 0; border-radius: 0; }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .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; }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .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; }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .row .container.adaptive-delivery-prevent-bg, #P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .row .container.lazyload, #P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .row .container.lazyloading { background-image: none; }#qD8UmIIulnzk0kJVrOvcbV3lt2gozLrp { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8125rem;height:4.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:25.0625rem;left:18.0625rem;display:none; }
#fUsqw33Ido75CzXGAy2kXVdTGmBaepb2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AsNB4KJWwWkF7RDWzP4WKAaS86syKDgq { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8125rem;height:4.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:25.0625rem;left:18.0625rem;display:none; }
#o3CSdhZnGewExLMkCNcrfTgrxpq53xvO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vw5AAOWpECKSqGtnZJ66GRMSsLGAKszr { 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; }
#Dwq3egtCsLILXFOUl9ycFH35NSJ0xeBs { 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; }
#A0ZCTkxaxS5OcFqu2DgVNWhomDIBtySG { 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; }
#huTXLy6RL5f8y86TCyBFCCcUP2SBUfeu { 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; }
#uwZwi4D0EGUrrBad0I8MwWARX5d5b3VS { 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:none; }
#bQ4DxgqzmhCHKWD9rLhxDAgfMpEDdOkT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124025rem;width:3.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:31.498046875rem;left:19.1474609375rem; }
#bQ4DxgqzmhCHKWD9rLhxDAgfMpEDdOkT > img { max-width: 100%;max-height:100%; width:3.124025rem; height:3.124025rem; }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG { position:relative;display:block; }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG { background-color: transparent; background-image: none; }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .row .container > .video-iframe-container { display: none; }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .row > .video-iframe-container { display: none; }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .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); }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG { border-width: 0; border-radius: 0; }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .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; }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .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; }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .row .container.adaptive-delivery-prevent-bg, #VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .row .container.lazyload, #VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .row .container.lazyloading { background-image: none; }#Jr4Syk7qXgBeX1WnTCSQvu1mIo9HLgmf { 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:27.685549736023rem;left:15.591796875rem;display:block; }
#HERLW310kxGZpt2Up4DN0Co0FGmUcIoa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pkfTQOPbJFHA8N2tuFHWVEs8qeQsAUJz { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8125rem;height:4.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:25.0625rem;left:18.0625rem;display:none; }
#w83hkqgGhORFr2KDtoUgb39CSCMScDLZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wmz6iOu4pqp6maNpvmJPqBnfr1iipruA { 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; }
#CtRJSuyJuehgX3LUAG4Bx4RF9TtJJCC5 { 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; }
#yyOuR2H0ng1Sc97KtmLe0Qskak5mODa3 { 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; }
#LPCC56rBUDZxihtVaQ1RFKIXUUciFbme { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8125rem;height:4.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:25.0625rem;left:18.0625rem;display:none; }
#cNn47mFfkzq9swfCZf6ht9ZXT0lOv21g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L4Ty5syqMhHc5w2O46LZlMMg5h1Qg7TM { 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; }
#itcP9rlJ4NAEVwUT4FlR30dvBUJAKR9U { 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; }
#Io9eXABGVGcUln3KDsfTeJuIrznbDWOT { 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; }
#C3GsUHXlaNqWdk5ScsH9gNiCIt8hBuG7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124025rem;width:3.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15175;opacity:1;top:28.435546875rem;left:20.248046875rem; }
#C3GsUHXlaNqWdk5ScsH9gNiCIt8hBuG7 > img { max-width: 100%;max-height:100%; width:3.124025rem; height:3.124025rem; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT { position:relative;display:block; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT { background-color: transparent; background-image: none; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container > .video-iframe-container { display: none; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row > .video-iframe-container { display: none; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .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); }#geccm6konqPBrGOdPgz6c6HE1R5M1raT { border-width: 0; border-radius: 0; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .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; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .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/49ddbb47-4102-4097-ade8-bf7ddc30dc56/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:15.8125rem;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; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container.adaptive-delivery-prevent-bg, #geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container.lazyload, #geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container.lazyloading { background-image: none; }#feUufipTANR5WxWWmhsHZstrSz8Rm3CD { color:#000000;display:block;width:42.5625rem;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:17.437503814698rem;height:2.54375rem;font-style:normal;display:block; }
#htzAHmyQOT4RzwMUp6KxXvmhRyevDliG { 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; }
#r5H0aFzCSqpJW8nHvygW9ZLkd7HNZxtk { 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; }
#aeeruZTIHT0FTy3Jspla7fgI5TuK4OMD { 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; }
#BUFGR0NKJ4ewJuP6Q3hilFQ9Mst6FkuP { color:#190309;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.125rem;left:36.25rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eBP7rt69LKTZ21yV9OzMVPiyG057ux8q { 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; }
#nQGlWXDI95q46cWppPGcl4riCcex1IT6 { 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:32.375rem;height:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#TbnE8ns1NLpGv4aEFJednBrnIxf8p9VC { box-sizing:content-box;color:#1178d1;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.46875rem;left:47.875rem;display:none; }
#rteUsuekcIyAT0r4tpJusVvzTWAQOu98 { box-sizing:content-box;color:#1178d1;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.46875rem;left:41.40625rem;display:none; }
#aJn1qHAmS9iGyyHmItpLAvtntXuSasJG { box-sizing:content-box;color:#1178d1;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.46875rem;left:35.25rem;display:none; }
body { position:relative;display:block; }
#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI { display:block; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container { width:47.5rem;position:relative;display:block; }#EVchsvxi4RbrnttMHEBQ1vao4hPIzuVx { top:1.1875rem;left:15.340625762939rem;width:17.5625rem;height:4.6875rem;display:block; }
#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ { display:block; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container { width:47.75rem;position:relative;display:block; }#Z5tKFs2ZsWe4UK2aOfppQHO5kyuifgru { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#kblBOuxVrBfk6BkH1iLNz2MIRA3tQSk2 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#KZ1xA0urxgT2f2RdOeit99pngtdW9Dtb { top:1.4375rem;left:9.5617179870606rem;width:28.5625rem;height:4rem;font-size:1.125rem;display:block; }
#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex { display:block; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container { width:47.75rem;position:relative;display:block; }#t9TIWKbxDFbtwlAfBuWHSsp5QWQGNILi { top:0.375rem;left:14.1875rem;width:21.0625rem;height:2.0625rem;font-size:1.625rem;display:block; }
#yJWOhCMNrPIe2weTst2BMypwesur70SN { width:22.5rem;height:3.4375rem;top:3.0625rem;left:13.625rem;display:block; }
#nwgpHM7mgEICvqaN0LLGQ6K5gLCo00ad { display:block; }
#dFf2vw5Ehd1CZQn418UHP80NXngvI1X4 { top:19.6875rem;left:24.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#kd6aRvsTglpeQ5HHOTRt7vT4dV3PwIhv { top:17.25rem;left:14.4375rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#skas9hSMbhF43ngnEzhBKcIseGyI2InT { top:19.375rem;left:16.625rem;width:6.5625rem;height:2.18555rem;display:none; }
#eIItRaM0OmCTLPCAvHdPUttbXTWbs6DV { top:14.1875rem;left:22.8125rem;width:3.0625rem;height:3.0625rem;display:none; }
#VQgvrWkiqcmg34bfR0onLm2IxqSsfBJl { top:24.4375rem;left:17rem;width:6.9375rem;height:2rem;display:none; }
#cBoW4cF2r9o9CeV5n5QpPInlpr1s5XpS { top:24.4375rem;left:25.375rem;width:5.4375rem;height:2.125rem;display:none; }
#QchqQC4IM0GmtHEyNmwASdz39WPefLXh { top:31.6875rem;left:0.5625rem;width:10.5625rem;height:0.9375rem;font-size:0.875rem;display:none; }
#MowupDZNvn1GEd0nazTicAM5Gb9GGoSs { top:22.9375rem;left:18.75rem;width:10.5625rem;height:0.9375rem;font-size:0.875rem;display:none; }
#lJ6tKGrVbyHA5NMIyiuWPDExkaRvxU5y { width:25.75rem;height:4.5625rem;top:8.3125rem;left:11.8427734375rem;display:block; }
#xaQcJvrL4u8kBrm49VvbqdvzxFKSUB1V { display:block; }
#R74qleRQ2bWDJdQUWL9ElMgqulphtWGI { top:9.0625rem;left:15.6875rem;width:3.0625rem;height:3.0625rem;display:none; }
#R74qleRQ2bWDJdQUWL9ElMgqulphtWGI > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#lhuys7N2ax9OatNLilpbmZbCPikZZRCL { top:11.875rem;left:0rem;width:18.125rem;height:1.125rem;font-size:0.8125rem;display:none; }
#cF73552uPuihgISz2oLseAB9b3al96y6 { display:block; }#cF73552uPuihgISz2oLseAB9b3al96y6 > .row .container { width:47.75rem;position:relative;display:block; }#SN8HuBgdKhROxnXRio2foe45eHNJyXEu { width:25.75rem;height:4.5625rem;top:32.375rem;left:9.748046875rem;display:block; }
#iDATgicn1rXMCRKIDVGzM08FzymB3bo0 { display:block; }
#TDgTtg5N6rbqnCdQVJQQvHSIK2w7DImV { width:25.8125rem;height:4.625rem;top:25.0625rem;left:11.9375rem;display:none; }
#e9fVEKJT5fFnT6IGodyThTETvPGso7mB { display:block; }
#mykgVf4QdeTrKeq55bC0EyOg1mrVS51r { width:25.8125rem;height:4.625rem;top:25.0625rem;left:11.9375rem;display:none; }
#Pxq4d1X1uRLWvOdc3I3mmnFQBGXQszoB { display:block; }
#MWgWy0XV8pNpFzCwA905SVtqSO4KttnV { top:1.4375rem;left:38.0625rem;width:9.5625rem;height:17rem;display:block; }
#qhtpyIKST5PL4mLxUR4nn3u42SNHS55L { top:1.5rem;left:23.628910064698rem;width:9.375rem;height:16.763911148787rem;display:block; }
#TDXBzmIwqnpRGGuX0dxFgSCmFLoNM7Bg { top:20rem;left:29.75rem;width:18rem;height:;font-size:0.5625rem;display:block; }
#cTKUL0dhE62Gugzgk57mi01mENsg9AN6 { top:1.5rem;left:4.431640625rem;width:9.4375rem;height:16.826846904938rem;display:block; }
#ggKs5eXuihKldTeTmL00vpqqmK1mM5R7 { top:19.0625rem;left:19.345706939698rem;width:18rem;height:11.5625rem;font-size:0.5625rem;display:block; }
#JGffzpuO733q34IKT20numPkkp0M8BBh { top:19.0625rem;left:0.18202972412109rem;width:18rem;height:11.5625rem;font-size:0.5625rem;display:block; }
#MTkLaKbtTrgZu2DDkTlve9OtzaxHm9VH { top:33.125rem;left:13.9296875rem;width:3.0625rem;height:3.0625rem;display:none; }
#MTkLaKbtTrgZu2DDkTlve9OtzaxHm9VH > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#CMlJW5FbZRuw9b3GNrvDoB2TLTTTxAhT { top:29.8125rem;left:16.28125rem;width:3.0625rem;height:3.0625rem;display:none; }
#CMlJW5FbZRuw9b3GNrvDoB2TLTTTxAhT > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#ul60c5SksOZGl3c9aybs5VNWMbVqZ2lN { top:29.8125rem;left:16.28125rem;width:3.0625rem;height:3.0625rem;display:none; }
#ul60c5SksOZGl3c9aybs5VNWMbVqZ2lN > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#NINKf93B3TUCouf3Spw7tHorBsOtnH7f { top:29.8125rem;left:16.28125rem;width:3.0625rem;height:3.0625rem;display:none; }
#NINKf93B3TUCouf3Spw7tHorBsOtnH7f > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI { display:block; }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .row .container { width:47.75rem;position:relative;display:block; }#qD8UmIIulnzk0kJVrOvcbV3lt2gozLrp { width:25.8125rem;height:4.625rem;top:25.0625rem;left:11.9375rem;display:none; }
#fUsqw33Ido75CzXGAy2kXVdTGmBaepb2 { display:block; }
#AsNB4KJWwWkF7RDWzP4WKAaS86syKDgq { width:25.8125rem;height:4.625rem;top:25.0625rem;left:11.9375rem;display:none; }
#o3CSdhZnGewExLMkCNcrfTgrxpq53xvO { display:block; }
#Vw5AAOWpECKSqGtnZJ66GRMSsLGAKszr { top:2.0625rem;left:22.626956939698rem;width:9.5625rem;height:16.99925rem;display:block; }
#Dwq3egtCsLILXFOUl9ycFH35NSJ0xeBs { top:2.125rem;left:38.375rem;width:9.375rem;height:16.763911148787rem;display:block; }
#A0ZCTkxaxS5OcFqu2DgVNWhomDIBtySG { top:21.0625rem;left:29.75rem;width:18rem;height:;font-size:0.5625rem;display:block; }
#huTXLy6RL5f8y86TCyBFCCcUP2SBUfeu { top:21.0625rem;left:16.085548400879rem;width:18rem;height:7.125rem;font-size:0.5625rem;display:block; }
#uwZwi4D0EGUrrBad0I8MwWARX5d5b3VS { top:21.0625rem;left:0rem;width:18rem;height:;font-size:0.5625rem;display:block; }
#bQ4DxgqzmhCHKWD9rLhxDAgfMpEDdOkT { top:31.4375rem;left:13.0224609375rem;width:3.0625rem;height:3.0625rem;display:none; }
#bQ4DxgqzmhCHKWD9rLhxDAgfMpEDdOkT > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG { display:block; }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .row .container { width:47.75rem;position:relative;display:block; }#Jr4Syk7qXgBeX1WnTCSQvu1mIo9HLgmf { width:25.75rem;height:4.5625rem;top:27.625rem;left:9.466796875rem;display:block; }
#HERLW310kxGZpt2Up4DN0Co0FGmUcIoa { display:block; }
#pkfTQOPbJFHA8N2tuFHWVEs8qeQsAUJz { width:25.8125rem;height:4.625rem;top:25.0625rem;left:11.9375rem;display:none; }
#w83hkqgGhORFr2KDtoUgb39CSCMScDLZ { display:block; }
#wmz6iOu4pqp6maNpvmJPqBnfr1iipruA { top:1.4375rem;left:38.0625rem;width:9.625rem;height:17.1875rem;display:block; }
#CtRJSuyJuehgX3LUAG4Bx4RF9TtJJCC5 { top:1.8125rem;left:19.060939788818rem;width:9.5625rem;height:17rem;display:block; }
#yyOuR2H0ng1Sc97KtmLe0Qskak5mODa3 { top:1.875rem;left:1.0597648620606rem;width:9.5rem;height:16.9375rem;display:block; }
#LPCC56rBUDZxihtVaQ1RFKIXUUciFbme { width:25.8125rem;height:4.625rem;top:25.0625rem;left:11.9375rem;display:none; }
#cNn47mFfkzq9swfCZf6ht9ZXT0lOv21g { display:block; }
#L4Ty5syqMhHc5w2O46LZlMMg5h1Qg7TM { top:19.6875rem;left:29.75rem;width:18rem;height:;font-size:0.5625rem;display:block; }
#itcP9rlJ4NAEVwUT4FlR30dvBUJAKR9U { top:20.4375rem;left:14.875rem;width:18rem;height:;font-size:0.5rem;display:block; }
#Io9eXABGVGcUln3KDsfTeJuIrznbDWOT { top:20.4375rem;left:0rem;width:18rem;height:;font-size:0.5rem;display:block; }
#C3GsUHXlaNqWdk5ScsH9gNiCIt8hBuG7 { top:28.375rem;left:14.123046875rem;width:3.0625rem;height:3.0625rem;display:none; }
#C3GsUHXlaNqWdk5ScsH9gNiCIt8hBuG7 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT { display:block; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container { width:47.75rem;position:relative;display:block; }#feUufipTANR5WxWWmhsHZstrSz8Rm3CD { width:42.5625rem;height:2.5rem;top:1.4375rem;left:5.1875rem;font-size:1.375rem;display:block; }
#htzAHmyQOT4RzwMUp6KxXvmhRyevDliG { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#r5H0aFzCSqpJW8nHvygW9ZLkd7HNZxtk { width:45rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
#aeeruZTIHT0FTy3Jspla7fgI5TuK4OMD { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#BUFGR0NKJ4ewJuP6Q3hilFQ9Mst6FkuP { top:13.125rem;left:28.3125rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
#eBP7rt69LKTZ21yV9OzMVPiyG057ux8q { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
#nQGlWXDI95q46cWppPGcl4riCcex1IT6 { width:19.25rem;height:1.75rem;top:9.125rem;left:26.25rem;font-size:1.0625rem;display:block; }
#TbnE8ns1NLpGv4aEFJednBrnIxf8p9VC { top:8.4375rem;left:41.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#rteUsuekcIyAT0r4tpJusVvzTWAQOu98 { top:8.4375rem;left:35.28125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#aJn1qHAmS9iGyyHmItpLAvtntXuSasJG { top:8.4375rem;left:29.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
body { position:relative;display:block; }
#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI { background-color:#0069ab;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI.adaptive-delivery-prevent-bg, #xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI.lazyload, #xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI.lazyloading { background-image: none; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container { background-color: transparent; background-image: none; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container > .video-iframe-container { display: none; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row > .video-iframe-container { display: none; }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .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); }#xfrwRBbfJy3V3ToJdxcS1J8CLIEkrrOI > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; }#EVchsvxi4RbrnttMHEBQ1vao4hPIzuVx { width:18.125rem;height:4.875rem;top:1.2492189407349rem;left:0.875rem;display:block; }
#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/24d85187-5892-4c62-b794-d98d49f21dc1/offers.jpg");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; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ.adaptive-delivery-prevent-bg, #ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ.lazyload, #ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ.lazyloading { background-image: none; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container { background-color: transparent; background-image: none; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container > .video-iframe-container { display: none; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row > .video-iframe-container { display: none; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .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); }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container { border-width: 0; border-radius: 0; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELFTebrbwIsHmtcN5mn4WVksNtiiL6vZ > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#Z5tKFs2ZsWe4UK2aOfppQHO5kyuifgru { width:20rem;height:2rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
#kblBOuxVrBfk6BkH1iLNz2MIRA3tQSk2 { width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
#KZ1xA0urxgT2f2RdOeit99pngtdW9Dtb { width:16.375rem;height:2.925rem;top:1.25rem;left:1.2499999403954rem;font-size:1.125rem;display:block; }
#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex { 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; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex.adaptive-delivery-prevent-bg, #ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex.lazyload, #ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex.lazyloading { background-image: none; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container { background-color: transparent; background-image: none; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container > .video-iframe-container { display: none; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row > .video-iframe-container { display: none; }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .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); }#ufTnlbeoRiJyhIgOhI5fK1L17xkTLEex > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; }#t9TIWKbxDFbtwlAfBuWHSsp5QWQGNILi { width:12.5rem;height:4.225rem;top:2.125rem;left:3.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#yJWOhCMNrPIe2weTst2BMypwesur70SN { width:19.9rem;height:3.2125rem;top:6.9374980926512rem;left:0rem;font-size:1.0625rem;display:block; }
#nwgpHM7mgEICvqaN0LLGQ6K5gLCo00ad { display:block; }
#dFf2vw5Ehd1CZQn418UHP80NXngvI1X4 { width:6.5625rem;height:1.56055rem;top:26.9375rem;left:10.0625rem;z-index:15043;overflow:hidden;display:block; }
#kd6aRvsTglpeQ5HHOTRt7vT4dV3PwIhv { top:24.875rem;left:0.0625rem;width:18.125rem;height:1.1375rem;z-index:15196;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#skas9hSMbhF43ngnEzhBKcIseGyI2InT { width:6.5625rem;height:2.18555rem;top:26.625rem;left:2.25rem;z-index:15042;overflow:hidden;display:block; }
#eIItRaM0OmCTLPCAvHdPUttbXTWbs6DV { display:flex;top:20.75rem;left:7.9375rem;width:3.0625rem;height:3.0625rem;z-index:15203; }
#VQgvrWkiqcmg34bfR0onLm2IxqSsfBJl { width:4.75rem;height:1.3125rem;top:32.9375rem;left:3.6875rem;z-index:15177;overflow:hidden;display:block; }
#cBoW4cF2r9o9CeV5n5QpPInlpr1s5XpS { width:4.375rem;height:1.375rem;top:32.9375rem;left:10.5rem;z-index:15103;display:block; }
#QchqQC4IM0GmtHEyNmwASdz39WPefLXh { width:13.5625rem;height:1.1375rem;top:26.625rem;left:-40rem;font-size:0.875rem;z-index:15009;font-weight:700;font-style:normal;display:block; }
#MowupDZNvn1GEd0nazTicAM5Gb9GGoSs { width:13.5625rem;height:1.1375rem;top:30.75rem;left:2.875rem;font-size:0.875rem;z-index:15007;font-weight:700;font-style:normal;display:block; }
#lJ6tKGrVbyHA5NMIyiuWPDExkaRvxU5y { width:18.25rem;height:4.5625rem;top:14.5rem;left:0.875rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;display:block; }
#xaQcJvrL4u8kBrm49VvbqdvzxFKSUB1V { display:block; }
#R74qleRQ2bWDJdQUWL9ElMgqulphtWGI { display:flex;width:3.0625rem;height:3.0625rem;top:15.25rem;left:3.75rem;z-index:15165; }
#R74qleRQ2bWDJdQUWL9ElMgqulphtWGI > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#lhuys7N2ax9OatNLilpbmZbCPikZZRCL { top:11.875rem;left:0.93671876192094rem;width:18.125rem;height:1.05625rem;z-index:15197;font-family:cairo;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#cF73552uPuihgISz2oLseAB9b3al96y6 { 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; }#cF73552uPuihgISz2oLseAB9b3al96y6.adaptive-delivery-prevent-bg, #cF73552uPuihgISz2oLseAB9b3al96y6.lazyload, #cF73552uPuihgISz2oLseAB9b3al96y6.lazyloading { background-image: none; }#cF73552uPuihgISz2oLseAB9b3al96y6 > .row .container { background-color: transparent; background-image: none; }#cF73552uPuihgISz2oLseAB9b3al96y6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cF73552uPuihgISz2oLseAB9b3al96y6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cF73552uPuihgISz2oLseAB9b3al96y6 > .row .container > .video-iframe-container { display: none; }#cF73552uPuihgISz2oLseAB9b3al96y6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cF73552uPuihgISz2oLseAB9b3al96y6 > .row > .video-iframe-container { display: none; }#cF73552uPuihgISz2oLseAB9b3al96y6 > .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); }#cF73552uPuihgISz2oLseAB9b3al96y6 > .row .container { width:20rem;height:93.9375rem;position:relative;display:block; }#SN8HuBgdKhROxnXRio2foe45eHNJyXEu { width:14.1445rem;height:3.45820625rem;top:57.816799163818rem;left:2.6039063930511rem;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:block; }
#iDATgicn1rXMCRKIDVGzM08FzymB3bo0 { display:block; }
#TDgTtg5N6rbqnCdQVJQQvHSIK2w7DImV { width:14.102375rem;height:3.41484375rem;top:89.504299163819rem;left:2.9484376907349rem;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:block; }
#e9fVEKJT5fFnT6IGodyThTETvPGso7mB { display:block; }
#mykgVf4QdeTrKeq55bC0EyOg1mrVS51r { width:14.102375rem;height:3.41484375rem;top:26.628517150879rem;left:2.9484376907349rem;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:block; }
#Pxq4d1X1uRLWvOdc3I3mmnFQBGXQszoB { display:block; }
#MWgWy0XV8pNpFzCwA905SVtqSO4KttnV { width:9.5625rem;height:17.0625rem;top:0.57890510559082rem;left:5.1867187023163rem;display:block; }
#qhtpyIKST5PL4mLxUR4nn3u42SNHS55L { width:9.4375rem;height:16.875rem;top:30.875rem;left:4.9375rem;display:block; }
#TDXBzmIwqnpRGGuX0dxFgSCmFLoNM7Bg { 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; }
#cTKUL0dhE62Gugzgk57mi01mENsg9AN6 { width:9.49925rem;height:16.937125rem;top:62.561715602875rem;left:5.2500002384186rem;display:block; }
#ggKs5eXuihKldTeTmL00vpqqmK1mM5R7 { 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; }
#JGffzpuO733q34IKT20numPkkp0M8BBh { 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; }
#MTkLaKbtTrgZu2DDkTlve9OtzaxHm9VH { display:flex;width:3.0625rem;height:3.0625rem;top:94.16796875rem;left:8.4375rem;z-index:15165;display:none; }
#MTkLaKbtTrgZu2DDkTlve9OtzaxHm9VH > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#CMlJW5FbZRuw9b3GNrvDoB2TLTTTxAhT { display:flex;width:3.06055rem;height:3.06055rem;top:26.8037109375rem;left:5.1865234375rem;z-index:15166; }
#CMlJW5FbZRuw9b3GNrvDoB2TLTTTxAhT > img { max-width: 100%;max-height:100%; width:3.06055rem; height:3.06055rem; }#ul60c5SksOZGl3c9aybs5VNWMbVqZ2lN { display:flex;width:3.06055rem;height:3.06055rem;top:58.0146484375rem;left:4.28125rem;z-index:15167; }
#ul60c5SksOZGl3c9aybs5VNWMbVqZ2lN > img { max-width: 100%;max-height:100%; width:3.06055rem; height:3.06055rem; }#NINKf93B3TUCouf3Spw7tHorBsOtnH7f { display:flex;width:3.06055rem;height:3.06055rem;top:89.6806640625rem;left:4.9375rem;z-index:15168; }
#NINKf93B3TUCouf3Spw7tHorBsOtnH7f > img { max-width: 100%;max-height:100%; width:3.06055rem; height:3.06055rem; }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI { 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; }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI.adaptive-delivery-prevent-bg, #P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI.lazyload, #P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI.lazyloading { background-image: none; }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .row .container { background-color: transparent; background-image: none; }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .row .container > .video-iframe-container { display: none; }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .row > .video-iframe-container { display: none; }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .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); }#P5rSvUoWMHJLT9NyFs4qsMaai3eqBwxI > .row .container { width:20rem;height:56.75rem;position:relative;display:block; }#qD8UmIIulnzk0kJVrOvcbV3lt2gozLrp { width:14.102375rem;height:3.41484375rem;top:24.812109947204rem;left:1.95703125rem;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:block; }
#fUsqw33Ido75CzXGAy2kXVdTGmBaepb2 { display:block; }
#AsNB4KJWwWkF7RDWzP4WKAaS86syKDgq { width:14.102375rem;height:3.41484375rem;top:52.999221801757rem;left:2.9484376907349rem;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:block; }
#o3CSdhZnGewExLMkCNcrfTgrxpq53xvO { display:block; }
#Vw5AAOWpECKSqGtnZJ66GRMSsLGAKszr { width:9.5625rem;height:16.99925rem;top:29.312110900879rem;left:5.218359708786rem;display:block; }
#Dwq3egtCsLILXFOUl9ycFH35NSJ0xeBs { width:9.437125rem;height:16.875rem;top:1.1859431266784rem;left:5.2804687023163rem;display:block; }
#A0ZCTkxaxS5OcFqu2DgVNWhomDIBtySG { 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; }
#huTXLy6RL5f8y86TCyBFCCcUP2SBUfeu { 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; }
#uwZwi4D0EGUrrBad0I8MwWARX5d5b3VS { width:18rem;height:0;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:none; }
#bQ4DxgqzmhCHKWD9rLhxDAgfMpEDdOkT { display:flex;width:3.0625rem;height:3.0625rem;top:87.8945296875rem;left:8.4375rem;z-index:15165;display:none; }
#bQ4DxgqzmhCHKWD9rLhxDAgfMpEDdOkT > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG { 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; }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG.adaptive-delivery-prevent-bg, #VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG.lazyload, #VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG.lazyloading { background-image: none; }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .row .container { background-color: transparent; background-image: none; }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .row .container > .video-iframe-container { display: none; }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .row > .video-iframe-container { display: none; }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .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); }#VKzcAgLcmWdpdPCTdHTb3MdDcITfwsPG > .row .container { width:20rem;height:83.6875rem;position:relative;display:block; }#Jr4Syk7qXgBeX1WnTCSQvu1mIo9HLgmf { width:14.143375rem;height:3.45820625rem;top:24.0625rem;left:2.625rem;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:block; }
#HERLW310kxGZpt2Up4DN0Co0FGmUcIoa { display:block; }
#pkfTQOPbJFHA8N2tuFHWVEs8qeQsAUJz { width:14.1035rem;height:3.4160125rem;top:53.0625rem;left:2.9375rem;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:block; }
#w83hkqgGhORFr2KDtoUgb39CSCMScDLZ { display:block; }
#wmz6iOu4pqp6maNpvmJPqBnfr1iipruA { width:9.5625rem;height:17.0625rem;top:0.57890510559082rem;left:5.1867187023163rem;display:block; }
#CtRJSuyJuehgX3LUAG4Bx4RF9TtJJCC5 { width:9.5625rem;height:16.99925rem;top:28.687497615814rem;left:5.218359708786rem;display:block; }
#yyOuR2H0ng1Sc97KtmLe0Qskak5mODa3 { width:9.5rem;height:16.9375rem;top:57.75rem;left:5.25rem;display:block; }
#LPCC56rBUDZxihtVaQ1RFKIXUUciFbme { width:14.102375rem;height:3.41484375rem;top:80.186723709106rem;left:2.9484376907349rem;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:block; }
#cNn47mFfkzq9swfCZf6ht9ZXT0lOv21g { display:block; }
#L4Ty5syqMhHc5w2O46LZlMMg5h1Qg7TM { width:18rem;height:4.3875rem;top:18.8125rem;left:1rem;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; }
#itcP9rlJ4NAEVwUT4FlR30dvBUJAKR9U { width:18rem;height:5.85rem;top:46.600782394409rem;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; }
#Io9eXABGVGcUln3KDsfTeJuIrznbDWOT { 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; }
#C3GsUHXlaNqWdk5ScsH9gNiCIt8hBuG7 { display:flex;width:2.6875rem;height:2.6875rem;top:80.6123046875rem;left:4.625rem;z-index:15165;display:none; }
#C3GsUHXlaNqWdk5ScsH9gNiCIt8hBuG7 > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/24d85187-5892-4c62-b794-d98d49f21dc1/offers.jpg");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; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT.adaptive-delivery-prevent-bg, #geccm6konqPBrGOdPgz6c6HE1R5M1raT.lazyload, #geccm6konqPBrGOdPgz6c6HE1R5M1raT.lazyloading { background-image: none; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container { background-color: transparent; background-image: none; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container > .video-iframe-container { display: none; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row > .video-iframe-container { display: none; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .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); }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container { border-width: 0; border-radius: 0; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#geccm6konqPBrGOdPgz6c6HE1R5M1raT > .row .container { width:20rem;height:9.25rem;position:relative;display:block; }#feUufipTANR5WxWWmhsHZstrSz8Rm3CD { width:16.6875rem;height:3.025rem;top:0.6875rem;left:1.6250000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
#htzAHmyQOT4RzwMUp6KxXvmhRyevDliG { width:20rem;height:2rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
#r5H0aFzCSqpJW8nHvygW9ZLkd7HNZxtk { width:15.9375rem;height:3.2rem;top:4.01171875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
#aeeruZTIHT0FTy3Jspla7fgI5TuK4OMD { width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
#BUFGR0NKJ4ewJuP6Q3hilFQ9Mst6FkuP { width:19.4375rem;height:1.3rem;top:7.59921836853rem;left:0.56171876192093rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
#eBP7rt69LKTZ21yV9OzMVPiyG057ux8q { width:3.125rem;height:3.125rem;top:4.0478515625rem;left:16.875rem;font-size:2.1875rem;display:block; }
#nQGlWXDI95q46cWppPGcl4riCcex1IT6 { width:18.812125rem;height:1.69921875rem;top:11.6875rem;left:0.625rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:none; }
#TbnE8ns1NLpGv4aEFJednBrnIxf8p9VC { width:3.125rem;height:3.125rem;top:7.9375rem;left:4.1875rem;font-size:2.1875rem;display:none; }
#rteUsuekcIyAT0r4tpJusVvzTWAQOu98 { width:3.125rem;height:3.125rem;top:7.9375rem;left:9.1875rem;font-size:2.1875rem;display:none; }
#aJn1qHAmS9iGyyHmItpLAvtntXuSasJG { width:3.125rem;height:3.125rem;top:7.9375rem;left:13.5rem;font-size:2.1875rem;display:none; }
