.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;
}
.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-input-select option {
  color: #000;
}
.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;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/RXeag0id/03_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { background-color:rgba(0,0,0,0);background-image:none;width:960px;height:788px;font-size:14px;font-family:arial;position:relative;display:block; }#NUH0xv7Dxdw4ltK8Q0tLPNF0VMITfTPS { position:absolute;display:block;z-index:100000;background-color:rgba(41,50,55,0.67);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 1px 30px rgba(0,0,0,0.3) ;height:690px;width:415px;top:56px;left:505px;display:block; }
#O5P3sOt0J5ToOWLuyKVfT6pEUEXZVinq { color:#ffffff;display:block;width:336px;position:absolute;font-family:"arabic almarai";font-size:24px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:319px;left:544px;height:31px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-form-header {  }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-regular-label { height:auto;display:none;font-family:roboto;font-size:14px;font-weight:400;color:#ffffff;width:337px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-text { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:337px;box-sizing:border-box;height:53px;color:rgba(255,255,255,0.6);font-size:17px;overflow:hidden;font-family:"arabic almarai";vertical-align:top;text-align:right;text-align-last:right;font-weight:400;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-text {padding-top: 0; padding-bottom: 0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-textarea { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:337px;box-sizing:border-box;height:50px;color:rgba(255,255,255,0.6);font-size:17px;overflow:hidden;font-family:"arabic almarai";vertical-align:top;text-align:right;text-align-last:right;font-weight:400;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-select { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:337px;box-sizing:border-box;height:44px;color:#000000;font-family:roboto;font-size:16px;overflow:hidden;vertical-align:top; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-select {padding-top: 0; padding-bottom: 0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-button { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#b19777;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:18px;font-weight:400;color:#ffffff;width:337px;height:50px;font-family:"arabic almarai";overflow:hidden;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e [class*="-text"]:-moz-placeholder { color:#a2a2a2;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e [class*="-text"]::-moz-placeholder { color:#a2a2a2;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e [class*="-text"]:-ms-input-placeholder { color:#a2a2a2;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e [class*="-text"]::-webkit-input-placeholder { color:#a2a2a2;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:14px;font-weight:400;color:#ffffff;vertical-align:top;width:318px;overflow:hidden;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:21px;vertical-align:middle;font-family:roboto;font-size:16px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-container:first-of-type{padding-top:0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-container:last-of-type{padding-bottom:0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:337px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:523.5px;top:410px;z-index:100005;position:absolute; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:337px;display:block;vertical-align:top; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-info-text { display:block;height:auto;font-family:roboto;font-size:14px;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e {display:block;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:337px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:523.5px;top:410px;z-index:100005;position:absolute; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #pvS38gEeqXB74LzIvm5vC9UfB956UT2n { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #P7lFrSXCozJn103DcLDI3pE8TV4Eq6G2 { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #Xm3wAm5NXE1bBK7KeDL3HyV7tGy6qmb4 { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #WISCKW7ciTPfTiwHuK3B4GtIFA2aOMPp { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #TOBsSGrOR8R0IDl42WFnAmSH5P6sQDIP { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #FyD00zFFesTndQPQBzTB2h0SBiN7xHmf { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ml2NaBbS9iBu30p0rKKnxmJnocrOWZah { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #LWBxXI2StMg9FzkCteHz1VTTlKPVURes { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #PedixeUBP1FNSn6sefqoN06ZrrVzhClU { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #NK4Xb9nnF9E2PvDRwMrlt1774RZIUA8y { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #bHmIQ2Elq13GtvVRN23eWwy9FRKbvPU9 { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ThRtfg6Moda6545eX5oPOaFwx0DkITbZ { position:relative; }
#trykxRyx8mbe7QyzTqb2QS6O6GcdLMp0 { position:relative;display:block; }
#enfedANp7Mg1vCVEfwwT03m3lMwGuMm8 { position:relative;display:block; }
#RX6VWDnH2JuPCQEoSLM89wvFapJVCMUB { position:relative;display:block; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #SVSi5Owmxn15X449EQiRBkkg5XwRLKRB { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #KlhwUBQIz953O6rNSiClxrCgFABDbPrg { position:relative; }
#JIirB6Q5gQDeDV46vyuvZsQmBBxIJpGf { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:72px;width:167px;top:89px;left:628.5px;overflow:hidden;display:block; }
#FIOhx4KNZCSZep43dcrEetDvhOoXU32m { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:453px;width:960px;display:none; }
#hlBu7tJetlx8OyfqN4tftENF01R8PvrX { color:#ffffff;display:block;width:370px;position:absolute;font-family:"arabic almarai";font-size:18px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:363px;left:527px;height:23px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wqSORzF6rCRJ78sh2nyvvqld2xUFHy5h { color:#ffffff;display:block;width:328px;position:absolute;font-family:"arabic almarai";font-size:30px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:194px;left:548px;height:39px;text-align:center;text-align-last:center;display:block; }
#nZEGUuNzZDOTFMPBJMbMvHN2tW7LIDS6 { position:absolute;display:block;z-index:100008;height:180px;width:320px;top:519px;left:103.39999389648px;display:block; }
#bTgXNu35rgIWfy90TnvQR8XnBtUKcbAc { color:#ffffff;display:block;width:370px;position:absolute;font-family:"arabic almarai";font-size:18px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:247px;left:531.5px;height:23px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b19777;background-image:none;position:relative;display:block; }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD > .row .container { background-color: transparent; background-image: none; }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD > .row .container > .video-iframe-container { display: none; }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD > .row > .video-iframe-container { display: none; }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD > .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); }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD > .row .container { border-width: 0; border-radius: 0; }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD > .row .container { font-size:14px;font-family:arial;height:179px;width:960px;position:relative;display:block; }#UWiAOitHPeRhOhFACgJlK0F7L7wTviE2 { color:#04253a;display:block;width:520px;position:absolute;font-family:"arabic almarai";font-size:29px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:52.5px;left:409.50003051758px;height:74px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bz3LUnFlNtVkPZsn3QxCHGnRV2bV3uaM { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:92px;width:213px;top:43.5px;left:125.5px;overflow:hidden;display:block; }
#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/v4xZoCiT/couple.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H.adaptive-delivery-prevent-bg { background-image: none; }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H > .row .container { background-color: transparent; background-image: none; }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,37,37,0.9); }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H > .row .container > .video-iframe-container { display: none; }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,37,37,0.9); }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H > .row > .video-iframe-container { display: none; }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H > .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); }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H > .row .container { border-width: 0; border-radius: 0; }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H > .row .container { font-size:14px;font-family:arial;height:137px;width:960px;position:relative;display:block; }#XhkewhwvlmBXoRHdK4qhS7bdiL9abG85 { color:#ffffff;display:block;width:910px;position:absolute;font-family:"arabic almarai";font-size:40px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:46.5px;left:13px;height:52px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zsLnDd0BaL7LDVTuQJslUKCk1HreR2Ro { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:910px;top:112px;left:25px;display:block; }
#hd2b0kUXHEVJZ43CobonNTmxQHA9kuhl { position:absolute;display:block;z-index:100007;background-color:#e0c579;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:60px;top:111px;left:875.99996948242px;display:block; }
#qEzL9wZFUI0kWDkZSODbXdUsekc107Im { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/4DGrXJUQ/couple.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#qEzL9wZFUI0kWDkZSODbXdUsekc107Im.adaptive-delivery-prevent-bg { background-image: none; }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im > .row .container { background-color: transparent; background-image: none; }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,37,37,0.85); }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im > .row .container > .video-iframe-container { display: none; }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,37,37,0.85); }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im > .row > .video-iframe-container { display: none; }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im > .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); }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im > .row .container { border-width: 0; border-radius: 0; }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im > .row .container { font-size:14px;font-family:arial;height:347px;width:960px;position:relative;display:block; }#HTeNTMEgsmibGsx27E4WpLV2JbOJTxTt { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/kHqV34XP/02.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:300px;width:300px;top:15.481750488281px;left:10px;display:block; }
#HTeNTMEgsmibGsx27E4WpLV2JbOJTxTt.adaptive-delivery-prevent-bg { background-image: none; }
#TqGveQxRxyTxb1WRRdiiTCmTUpeAiiM2 { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/YgXfRSWX/12.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:300px;width:300px;top:15.46875px;left:330px;display:block; }
#TqGveQxRxyTxb1WRRdiiTCmTUpeAiiM2.adaptive-delivery-prevent-bg { background-image: none; }
#D1O1JqafD1M5ggDLqvTUBagkdpN5mD5g { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/swYXXS0s/03_1_.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:300px;width:300px;top:15.46875px;left:650px;display:block; }
#D1O1JqafD1M5ggDLqvTUBagkdpN5mD5g.adaptive-delivery-prevent-bg { background-image: none; }
#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci > .row .container { background-color: transparent; background-image: none; }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci > .row .container > .video-iframe-container { display: none; }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci > .row > .video-iframe-container { display: none; }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci > .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); }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci > .row .container { border-width: 0; border-radius: 0; }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci > .row .container { font-size:14px;font-family:arial;height:137px;width:960px;position:relative;display:block; }#c9GswWMHoydd2L3fqEkLHGsaGcqIpKbe { color:#04253a;display:block;width:910px;position:absolute;font-family:"arabic almarai";font-size:40px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:45px;left:25px;height:52px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DeNJGvbehC1wvfLWqMXPniULkW0LckDb { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:910px;top:112px;left:25px;display:block; }
#oCsuOK8hfHFqrGlGlBGcFKwVWFlG1LAW { position:absolute;display:block;z-index:100007;background-color:#b19777;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:60px;top:111px;left:875.99996948242px;display:block; }
#hFImzObsuZB4vlOJ8SC2SdfiCmnDHF6a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#hFImzObsuZB4vlOJ8SC2SdfiCmnDHF6a > .row .container { background-color: transparent; background-image: none; }#hFImzObsuZB4vlOJ8SC2SdfiCmnDHF6a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hFImzObsuZB4vlOJ8SC2SdfiCmnDHF6a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hFImzObsuZB4vlOJ8SC2SdfiCmnDHF6a > .row .container > .video-iframe-container { display: none; }#hFImzObsuZB4vlOJ8SC2SdfiCmnDHF6a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hFImzObsuZB4vlOJ8SC2SdfiCmnDHF6a > .row > .video-iframe-container { display: none; }#hFImzObsuZB4vlOJ8SC2SdfiCmnDHF6a > .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); }#hFImzObsuZB4vlOJ8SC2SdfiCmnDHF6a > .row .container { border-width: 0; border-radius: 0; }#hFImzObsuZB4vlOJ8SC2SdfiCmnDHF6a > .row .container { font-size:14px;font-family:arial;height:317px;width:960px;position:relative;display:block; }#WSeDxztelRBdSUu0zJnLIE9hTZ42S26y { color:#04253a;display:block;width:461px;position:absolute;font-family:"arabic almarai";font-size:20px;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:53.5px;left:476.00003051758px;height:210px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gONr7wKEZkG3fiSbfUiFDcnw7MmQgk5u { position:absolute;display:block;z-index:100008;height:245px;width:440px;top:35px;left:0px;display:block; }
#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,37,37,0.85);background-image:none;position:relative;display:block; }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 > .row .container { background-color: transparent; background-image: none; }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 > .row .container > .video-iframe-container { display: none; }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 > .row > .video-iframe-container { display: none; }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 > .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); }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 > .row .container { border-width: 0; border-radius: 0; }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 > .row .container { font-size:14px;font-family:arial;height:137px;width:960px;position:relative;display:block; }#Aui15AJfZffgEMyKybOdETV4rkI3syas { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:910px;top:112px;left:25px;display:block; }
#aZAgzLhs43TzmN0p2EQvnh7kcJPcTU0n { position:absolute;display:block;z-index:100007;background-color:#b19777;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:60px;top:111px;left:25px;display:block; }
#TeaFtipMpRFc2zgDVDWzVhFdkeOMzeKd { color:#ffffff;display:block;width:910px;position:absolute;font-family:"arabic almarai";font-size:40px;font-weight:400;z-index:100006;line-height:.6;letter-spacing:0;top:44.5px;left:25px;height:24px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CX9UqmuA73ioOquG9qqAf4q4TkCp1Z6r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,37,37,0.85);background-image:none;position:relative;display:block; }#CX9UqmuA73ioOquG9qqAf4q4TkCp1Z6r > .row .container { background-color: transparent; background-image: none; }#CX9UqmuA73ioOquG9qqAf4q4TkCp1Z6r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CX9UqmuA73ioOquG9qqAf4q4TkCp1Z6r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CX9UqmuA73ioOquG9qqAf4q4TkCp1Z6r > .row .container > .video-iframe-container { display: none; }#CX9UqmuA73ioOquG9qqAf4q4TkCp1Z6r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CX9UqmuA73ioOquG9qqAf4q4TkCp1Z6r > .row > .video-iframe-container { display: none; }#CX9UqmuA73ioOquG9qqAf4q4TkCp1Z6r > .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); }#CX9UqmuA73ioOquG9qqAf4q4TkCp1Z6r > .row .container { border-width: 0; border-radius: 0; }#CX9UqmuA73ioOquG9qqAf4q4TkCp1Z6r > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#RdTMKa3pgURFA39TLRXE4aGLro6nPKVA { color:#ffffff;display:block;width:200px;position:absolute;font-family:"arabic almarai";font-size:22px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:190px;left:20px;height:28px;text-align:center;text-align-last:center;display:block; }
#oQs1Nnny7BIJwRqwe5hzqiau3QtocuFL { color:#ffffff;display:block;width:200px;position:absolute;font-family:"arabic almarai";font-size:22px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:190px;left:260px;height:28px;text-align:center;text-align-last:center;display:block; }
#PA8miNrlvEfxgwmQ8ogMlHWHtwHThpVl { color:#ffffff;display:block;width:200px;position:absolute;font-family:"arabic almarai";font-size:22px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:190px;left:500px;height:28px;text-align:center;text-align-last:center;display:block; }
#aM5SNcLc5exMu2Zx0eGCkGdVGe26ng36 { color:#ffffff;display:block;width:200px;position:absolute;font-family:"arabic almarai";font-size:22px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:190px;left:740px;height:28px;text-align:center;text-align-last:center;display:block; }
#RREa4X0U2G55LiL2kWAl0ufTcULb6yXS { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:82px;width:82px;top:57px;left:79px;overflow:hidden;display:block; }
#pyisASQ5MBAa4ZhiembeX1mgw9vWbTz8 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:99px;width:99px;top:48.5px;left:310.5px;overflow:hidden;display:block; }
#UJUkJrLGRfNlLEqzLGoB9QxXAybkwzZJ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:82px;width:82px;top:57px;left:559px;overflow:hidden;display:block; }
#VlAACF4h7GaApnzEsMVnHcAVpT0sXRXN { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:82px;width:82px;top:57px;left:799px;overflow:hidden;display:block; }
#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { background-color: transparent; background-image: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container > .video-iframe-container { display: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container { display: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .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); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { border-width: 0; border-radius: 0; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { font-size:14px;font-family:arial;height:137px;width:960px;position:relative;display:block; }#p5FSJxEsKINNsodLLo4WgargDNtARIbG { color:#04253a;display:block;width:910px;position:absolute;font-family:"arabic almarai";font-size:40px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:45px;left:25px;height:52px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:910px;top:112px;left:25px;display:block; }
#yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { position:absolute;display:block;z-index:100007;background-color:#b19777;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:60px;top:111px;left:875.99996948242px;display:block; }
#IemfeVTQZ2IcSa5wfciS1ayrOorP44p7 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:406px;width:476px;top:97px;left:0px;overflow:hidden;display:block; }
#wxDhALmvbOuZTIATrUTOHmOSn3eBdNy1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#wxDhALmvbOuZTIATrUTOHmOSn3eBdNy1 > .row .container { background-color: transparent; background-image: none; }#wxDhALmvbOuZTIATrUTOHmOSn3eBdNy1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wxDhALmvbOuZTIATrUTOHmOSn3eBdNy1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wxDhALmvbOuZTIATrUTOHmOSn3eBdNy1 > .row .container > .video-iframe-container { display: none; }#wxDhALmvbOuZTIATrUTOHmOSn3eBdNy1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wxDhALmvbOuZTIATrUTOHmOSn3eBdNy1 > .row > .video-iframe-container { display: none; }#wxDhALmvbOuZTIATrUTOHmOSn3eBdNy1 > .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); }#wxDhALmvbOuZTIATrUTOHmOSn3eBdNy1 > .row .container { border-width: 0; border-radius: 0; }#wxDhALmvbOuZTIATrUTOHmOSn3eBdNy1 > .row .container { font-size:14px;font-family:arial;height:365px;width:960px;position:relative;display:block; }#ww5PyyPWaM8e84rFohpHmzDbNZ9Dr5Db { color:#04253a;display:block;width:451px;position:absolute;font-family:"arabic almarai";font-size:20px;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:28.5px;left:491px;height:300px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b19777;background-image:none;position:relative;display:block; }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX > .row .container { background-color: transparent; background-image: none; }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX > .row .container > .video-iframe-container { display: none; }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX > .row > .video-iframe-container { display: none; }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX > .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); }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX > .row .container { border-width: 0; border-radius: 0; }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX > .row .container { font-size:14px;font-family:arial;height:148px;width:960px;position:relative;display:block; }#pXchgdV1gO0xmOTZ3cp1cbyhGzzwxfwK { color:#183843;display:block;width:303px;position:absolute;font-family:"arabic almarai";font-size:38px;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:47.5px;left:475px;height:53px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aJuLzPyTtRoWLno2wRC68PvDH8T8yzNE { z-index:100003;top:46px;left:162.984375px;background-color:#183843;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"arabic almarai";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:303px;height:56px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SVG57wK7zTHRT9KpoLfS995FWgCL9BHl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/v4xZoCiT/couple.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk.adaptive-delivery-prevent-bg { background-image: none; }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk > .row .container { background-color: transparent; background-image: none; }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,37,37,0.9); }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk > .row .container > .video-iframe-container { display: none; }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,37,37,0.9); }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk > .row > .video-iframe-container { display: none; }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk > .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); }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk > .row .container { border-width: 0; border-radius: 0; }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk > .row .container { font-size:14px;font-family:arial;height:137px;width:960px;position:relative;display:block; }#DSk7uivUlFrkKfzc1BveaQcKpLUDlatp { color:#ffffff;display:block;width:910px;position:absolute;font-family:"arabic almarai";font-size:40px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:46.5px;left:13px;height:52px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MM3xeJLRP9yMBUR2vhcrCKnopSZxKEgz { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:910px;top:112px;left:25px;display:block; }
#q9z2FSmd76TMhkt8hrSNLcGC3MXoqx9A { position:absolute;display:block;z-index:100007;background-color:#e0c579;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:60px;top:111px;left:875.99996948242px;display:block; }
#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/4DGrXJUQ/couple.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR.adaptive-delivery-prevent-bg { background-image: none; }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR > .row .container { background-color: transparent; background-image: none; }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,37,37,0.85); }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR > .row .container > .video-iframe-container { display: none; }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,37,37,0.85); }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR > .row > .video-iframe-container { display: none; }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR > .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); }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR > .row .container { border-width: 0; border-radius: 0; }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR > .row .container { font-size:14px;font-family:arial;height:347px;width:960px;position:relative;display:block; }#zyb7RH4BlV4dorDgzB1FpfXwWNtymLLv { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Slyaw3La/02_1_.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:300px;width:300px;top:13.999996185303px;left:10px;display:block; }
#zyb7RH4BlV4dorDgzB1FpfXwWNtymLLv.adaptive-delivery-prevent-bg { background-image: none; }
#v2m9Slz3AzhAmF3rkpzcnah2l1c5Dt5m { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/AVG2gS3i/08.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:300px;width:300px;top:13.984371185303px;left:330px;display:block; }
#v2m9Slz3AzhAmF3rkpzcnah2l1c5Dt5m.adaptive-delivery-prevent-bg { background-image: none; }
#Hu1EVRgVrVb0zdvpzVZcFT5231Lcuihb { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uXH3WZQO/03.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:300px;width:300px;top:13.984371185303px;left:650px;display:block; }
#Hu1EVRgVrVb0zdvpzVZcFT5231Lcuihb.adaptive-delivery-prevent-bg { background-image: none; }
#LzaywEN4vMvk7CLTpH493JnJerbu49QO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LzaywEN4vMvk7CLTpH493JnJerbu49QO > .row .container { background-color: transparent; background-image: none; }#LzaywEN4vMvk7CLTpH493JnJerbu49QO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LzaywEN4vMvk7CLTpH493JnJerbu49QO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LzaywEN4vMvk7CLTpH493JnJerbu49QO > .row .container > .video-iframe-container { display: none; }#LzaywEN4vMvk7CLTpH493JnJerbu49QO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LzaywEN4vMvk7CLTpH493JnJerbu49QO > .row > .video-iframe-container { display: none; }#LzaywEN4vMvk7CLTpH493JnJerbu49QO > .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); }#LzaywEN4vMvk7CLTpH493JnJerbu49QO > .row .container { border-width: 0; border-radius: 0; }#LzaywEN4vMvk7CLTpH493JnJerbu49QO > .row .container { font-size:14px;font-family:arial;height:137px;width:960px;position:relative;display:block; }#BmgTyaI4ooBdTWdZOgAqB4aySthKPk9B { color:#04253a;display:block;width:910px;position:absolute;font-family:"arabic almarai";font-size:40px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:45px;left:25px;height:52px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JJg4VFXqQTkGdRO93nmvy1rTBfz2gTXy { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:910px;top:112px;left:25px;display:block; }
#aMFx4xe8BOTIrJMMCATQUNas43Cs9Plv { position:absolute;display:block;z-index:100007;background-color:#b19777;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:60px;top:111px;left:875.99996948242px;display:block; }
#nRsWE0e4WQ5Tk6eDRLM2XndFMXU7fsJM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nRsWE0e4WQ5Tk6eDRLM2XndFMXU7fsJM > .row .container { background-color: transparent; background-image: none; }#nRsWE0e4WQ5Tk6eDRLM2XndFMXU7fsJM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nRsWE0e4WQ5Tk6eDRLM2XndFMXU7fsJM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nRsWE0e4WQ5Tk6eDRLM2XndFMXU7fsJM > .row .container > .video-iframe-container { display: none; }#nRsWE0e4WQ5Tk6eDRLM2XndFMXU7fsJM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nRsWE0e4WQ5Tk6eDRLM2XndFMXU7fsJM > .row > .video-iframe-container { display: none; }#nRsWE0e4WQ5Tk6eDRLM2XndFMXU7fsJM > .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); }#nRsWE0e4WQ5Tk6eDRLM2XndFMXU7fsJM > .row .container { border-width: 0; border-radius: 0; }#nRsWE0e4WQ5Tk6eDRLM2XndFMXU7fsJM > .row .container { font-size:14px;font-family:arial;height:153px;width:960px;position:relative;display:block; }#rSMbAfEPKLtyIxGviTZ1W9l942L92MPl { color:#04253a;display:block;width:270px;position:absolute;font-family:"arabic almarai";font-size:24px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:83px;left:665px;height:31px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loeJyV9ZulqUCdsABrhsTTh13RJiOMTp { color:#04253a;display:block;width:270px;position:absolute;font-family:"arabic almarai";font-size:24px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:82px;left:345px;height:31px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uAi5aqlEROmLMcMWzBHoWeqP1Tiwrl1O { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48px;width:38px;top:22px;left:781px;overflow:hidden;display:block; }
#v0qJ4ZAZTgelpZ2m7HwfiTFeCxz3u2TR { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:54px;width:54px;top:20px;left:133px;overflow:hidden;display:block; }
#Sux8vVVX8UqPoMG59Mh2pDPQ8zRTpkKq { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:44px;width:50px;top:23.5px;left:455px;overflow:hidden;display:block; }
#A0mziU4idTkOeXer8zg1TSbd67QLJ9PQ { color:#04253a;display:block;width:270px;position:absolute;font-family:"arabic almarai";font-size:24px;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:84px;left:25px;height:31px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row .container { background-color: transparent; background-image: none; }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row .container > .video-iframe-container { display: none; }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row > .video-iframe-container { display: none; }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .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); }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row .container { border-width: 0; border-radius: 0; }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row .container { font-size:14px;font-family:arial;height:161px;width:960px;position:relative;display:block; }#TSbOFybeEV6MG8Kf8W7HZkMU1XdcMDvw { color:#04253a;display:block;width:270px;position:absolute;font-family:"arabic almarai";font-size:24px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:83px;left:665px;height:31px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WL5kErEaKvTGIAauVH9tKmiN8wcEzpqf { color:#04253a;display:block;width:270px;position:absolute;font-family:"arabic almarai";font-size:24px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:82px;left:345px;height:31px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NxT2BDqaBRpAavmwfuDB7KsHduEr2BBZ { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:57px;top:22.5px;left:451.00003051758px;overflow:hidden;display:block; }
#JdKR14FiMBWXMckLf2UfAWbAr42XTAR1 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:47px;top:27px;left:776.48751831055px;overflow:hidden;display:block; }
#hf6iJb6GcT1S2T86yk6EWvA6U3kwzBSz { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51px;width:56px;top:23px;left:132px;overflow:hidden;display:block; }
#mXmcTuOkldQtwHaIEuSyHqhzg328wODR { color:#04253a;display:block;width:270px;position:absolute;font-family:"arabic almarai";font-size:24px;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:84.012512207031px;left:25px;height:31px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/4DGrXJUQ/couple.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0.adaptive-delivery-prevent-bg { background-image: none; }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 > .row .container { background-color: transparent; background-image: none; }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,37,37,0.9); }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 > .row .container > .video-iframe-container { display: none; }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,37,37,0.9); }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 > .row > .video-iframe-container { display: none; }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 > .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); }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 > .row .container { border-width: 0; border-radius: 0; }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 > .row .container { font-size:14px;font-family:arial;height:137px;width:960px;position:relative;display:block; }#iEE8OBqk1uayFvALhVGEU3wdaTF10I5f { color:#ffffff;display:block;width:910px;position:absolute;font-family:"arabic almarai";font-size:40px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:46.5px;left:13px;height:52px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JTQIce90TZmuJ3os0g8XemcBCCs1CI8T { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:910px;top:112px;left:25px;display:block; }
#XnZN0e2N1hMmXFpwhqm9wmoA317PbS38 { position:absolute;display:block;z-index:100007;background-color:#e0c579;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:60px;top:111px;left:875.99996948242px;display:block; }
#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/4DGrXJUQ/couple.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV.adaptive-delivery-prevent-bg { background-image: none; }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV > .row .container { background-color: transparent; background-image: none; }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,37,37,0.85); }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV > .row .container > .video-iframe-container { display: none; }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,37,37,0.85); }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV > .row > .video-iframe-container { display: none; }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV > .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); }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV > .row .container { border-width: 0; border-radius: 0; }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV > .row .container { font-size:14px;font-family:arial;height:321px;width:960px;position:relative;display:block; }#G0eztfUHJ4A8F4KBRsex2mub89zlt9oz { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/lJgrSzwZ/06.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:300px;width:300px;top:17.5px;left:10px;display:block; }
#G0eztfUHJ4A8F4KBRsex2mub89zlt9oz.adaptive-delivery-prevent-bg { background-image: none; }
#WkGaDi4sSQwpuDQCmBymPVUfVKTDUU0p { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/bplBjDVo/01.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:300px;width:300px;top:17.5px;left:330px;display:block; }
#WkGaDi4sSQwpuDQCmBymPVUfVKTDUU0p.adaptive-delivery-prevent-bg { background-image: none; }
#nf5MPHT8cPSWPyc4McuI918DhxTumbiU { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/IZa3jHqz/04.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:300px;width:300px;top:17.5px;left:650px;display:block; }
#nf5MPHT8cPSWPyc4McuI918DhxTumbiU.adaptive-delivery-prevent-bg { background-image: none; }
#g8mSeKQswF7CEOzIeyecatSi34NIfucT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/4DGrXJUQ/couple.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#g8mSeKQswF7CEOzIeyecatSi34NIfucT.adaptive-delivery-prevent-bg { background-image: none; }#g8mSeKQswF7CEOzIeyecatSi34NIfucT > .row .container { background-color: transparent; background-image: none; }#g8mSeKQswF7CEOzIeyecatSi34NIfucT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,37,37,0.85); }#g8mSeKQswF7CEOzIeyecatSi34NIfucT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g8mSeKQswF7CEOzIeyecatSi34NIfucT > .row .container > .video-iframe-container { display: none; }#g8mSeKQswF7CEOzIeyecatSi34NIfucT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,37,37,0.85); }#g8mSeKQswF7CEOzIeyecatSi34NIfucT > .row > .video-iframe-container { display: none; }#g8mSeKQswF7CEOzIeyecatSi34NIfucT > .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); }#g8mSeKQswF7CEOzIeyecatSi34NIfucT > .row .container { border-width: 0; border-radius: 0; }#g8mSeKQswF7CEOzIeyecatSi34NIfucT > .row .container { font-size:14px;font-family:arial;height:345px;width:960px;position:relative;display:block; }#x5Alq7StMWC8IUgiTJczhaF1yGPxRU9v { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/RXeag0id/03_1_.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:300px;width:300px;top:17.5px;left:10px;display:block; }
#x5Alq7StMWC8IUgiTJczhaF1yGPxRU9v.adaptive-delivery-prevent-bg { background-image: none; }
#GN8XuUFnwrxSdBE2vkryBuTQKZZbq8lP { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dgGfGQF8/05.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:300px;width:300px;top:17.5px;left:330px;display:block; }
#GN8XuUFnwrxSdBE2vkryBuTQKZZbq8lP.adaptive-delivery-prevent-bg { background-image: none; }
#OE3pQ5UawSKoJKa1B7gvXdVwIea4Tpc6 { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/1DEU3RAi/02.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 15px rgba(0,0,0,0.2) ;height:300px;width:300px;top:17.5px;left:650px;display:block; }
#OE3pQ5UawSKoJKa1B7gvXdVwIea4Tpc6.adaptive-delivery-prevent-bg { background-image: none; }
#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { background-color: transparent; background-image: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .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); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { border-width: 0; border-radius: 0; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { font-size:14px;font-family:arial;height:137px;width:960px;position:relative;display:block; }#HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { color:#04253a;display:block;width:910px;position:absolute;font-family:lato;font-size:40px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:42px;left:25px;height:52px;font-style:normal;display:none; }
#LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:910px;top:112px;left:25px;display:block; }
#BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { position:absolute;display:block;z-index:100007;background-color:#b19777;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:60px;top:111px;left:875.99996948242px;display:block; }
#m8GcsJo3fkAfpQrQNOXK5bxbOVfnPeM3 { color:#04253a;display:block;width:910px;position:absolute;font-family:"arabic almarai";font-size:40px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:40px;left:25px;height:52px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { background-color: transparent; background-image: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .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); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { border-width: 0; border-radius: 0; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { font-size:14px;font-family:arial;height:178px;width:960px;position:relative;display:block; }#HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { color:#04253a;display:block;width:598px;position:absolute;font-family:"arabic almarai";font-size:20px;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:41px;left:346.00003051758px;height:90px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { color:#04253a;display:block;width:270px;position:absolute;font-family:"arabic almarai";font-size:18px;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:41px;left:0px;height:27px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#V9a0GM4Xq7R1tI4W5iyPLKTZst5A2HAs { color:#04253a;display:block;width:270px;position:absolute;font-family:"arabic almarai";font-size:18px;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:77px;left:0px;height:27px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#acBCdpEsyER1TivrdrdgcTf31PKu8XmJ { color:#04253a;display:block;width:270px;position:absolute;font-family:"arabic almarai";font-size:18px;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:114px;left:0px;height:27px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#D62fBGR46pfBqCVPTXG2Wsl56FIvafDb { box-sizing:content-box;color:#b19777;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:35.5px;left:280.00003051758px;display:block; }
#xV3OdFCMHZQE2WLAMn7SraXIpIBSTK0p { box-sizing:content-box;color:#b19777;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:71.5px;left:280.00003051758px;display:block; }
#ZUnAvfQoUMUJOBM9ApU6RbXcVaFZECdm { box-sizing:content-box;color:#b19777;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:108.5px;left:280.00003051758px;display:block; }
#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container { background-color: transparent; background-image: none; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container > .video-iframe-container { display: none; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row > .video-iframe-container { display: none; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .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); }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container { border-width: 0; border-radius: 0; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container { font-size:14px;font-family:arial;height:225px;width:960px;position:relative;display:block; }#uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { color:#04253a;display:block;width:270px;position:absolute;font-family:"arabic almarai";font-size:24px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:140px;left:665px;height:31px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FbQtUQAEwDcM7gxsolMDpMrhLaTKiXsI { color:#04253a;display:block;width:270px;position:absolute;font-family:"arabic almarai";font-size:24px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:141px;left:345px;height:31px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zxi62gCqPPTccUquBXskoqQdkwdc5OHH { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:125px;width:125px;top:16px;left:737.5px;overflow:hidden;display:block; }
#DfFuhsCTO1ZE53BF4GT5TBMGJp1BUqJ5 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:125px;width:125px;top:16px;left:97.5px;overflow:hidden;display:block; }
#SVeJ5sdvfrh04xTcZD6hKnQt5i7JoEGd { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:125px;width:125px;top:16px;left:417.5px;overflow:hidden;display:block; }
#Nt1qVzUTvdABCz9zTSXR4zwLVzlbFkSM { color:#04253a;display:block;width:270px;position:absolute;font-family:"arabic almarai";font-size:24px;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:142px;left:25px;height:31px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#183843;background-image:none;position:relative;display:block; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { background-color: transparent; background-image: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .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); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { border-width: 0; border-radius: 0; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { font-size:14px;font-family:arial;height:288px;width:960px;position:relative;display:block; }#EEW8DWKwNSBfohNOlQnWpRSomb5W620m { color:#ffffff;display:block;width:466px;position:absolute;font-family:"arabic almarai";font-size:35px;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:64px;left:458.984375px;height:49px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qwAadgk6BeOzZKh1zqA1zl3Rnvb6Tn4Z { z-index:100003;top:128px;left:668.984375px;background-color:#b19777;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"arabic almarai";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:255px;height:56px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cF9ZpTTB3wNKy1kTqE8PJPMLi2O6TUac { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#wxAzH3Ur1nLfrrHMp4eXz14enIesKlMC { color:#ffffff;display:block;width:960px;position:absolute;font-family:tahoma, arial, sans-serif;font-size:17px;font-weight:400;z-index:100006;line-height:1.9;letter-spacing:0;top:256px;left:0px;height:32px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dlG94Lq4AnmaXcnUtTCqIGAEKEdnKFXC { background-color:#183843;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"arabic almarai";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:23.9974px;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:237px;left:340px;display:block; }
#pSfzwEmksoNOA9GRyPkAmfKDG1Wwm0oM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#XhRl2SGBC1y6xZrP0LofmcNoIEQI6hJf { box-sizing:content-box;color:#ffffff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:231px;left:368px;display:block; }
#uT26VZSP71HF6IHinyUxkDTNM17XUQnO { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:105px;width:224px;top:64px;left:57.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUH0xv7Dxdw4ltK8Q0tLPNF0VMITfTPS { width:415px;height:690px;top:56px;left:349px;display:block; }
 }@media only screen and (max-width: 763px) { #O5P3sOt0J5ToOWLuyKVfT6pEUEXZVinq { width:445px;height:31px;top:136px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e  { width:337px;height:auto; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e {display:block;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e { width:337px;height:auto; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #pvS38gEeqXB74LzIvm5vC9UfB956UT2n {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #P7lFrSXCozJn103DcLDI3pE8TV4Eq6G2 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #Xm3wAm5NXE1bBK7KeDL3HyV7tGy6qmb4 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #WISCKW7ciTPfTiwHuK3B4GtIFA2aOMPp {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #TOBsSGrOR8R0IDl42WFnAmSH5P6sQDIP {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #FyD00zFFesTndQPQBzTB2h0SBiN7xHmf {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ml2NaBbS9iBu30p0rKKnxmJnocrOWZah {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #LWBxXI2StMg9FzkCteHz1VTTlKPVURes {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #PedixeUBP1FNSn6sefqoN06ZrrVzhClU {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #NK4Xb9nnF9E2PvDRwMrlt1774RZIUA8y {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #bHmIQ2Elq13GtvVRN23eWwy9FRKbvPU9 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ThRtfg6Moda6545eX5oPOaFwx0DkITbZ {  }
 }@media only screen and (max-width: 763px) { #trykxRyx8mbe7QyzTqb2QS6O6GcdLMp0 { display:block; }
 }@media only screen and (max-width: 763px) { #enfedANp7Mg1vCVEfwwT03m3lMwGuMm8 { display:block; }
 }@media only screen and (max-width: 763px) { #RX6VWDnH2JuPCQEoSLM89wvFapJVCMUB { display:block; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #SVSi5Owmxn15X449EQiRBkkg5XwRLKRB {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #KlhwUBQIz953O6rNSiClxrCgFABDbPrg {  }
 }@media only screen and (max-width: 763px) { #JIirB6Q5gQDeDV46vyuvZsQmBBxIJpGf { top:89px;left:530.5px;width:167px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #FIOhx4KNZCSZep43dcrEetDvhOoXU32m { width:764px;height:360px;display:none; }
 }@media only screen and (max-width: 763px) { #hlBu7tJetlx8OyfqN4tftENF01R8PvrX { width:445px;height:93px;top:307px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #wqSORzF6rCRJ78sh2nyvvqld2xUFHy5h { top:194px;left:436px;width:328px;height:70px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #nZEGUuNzZDOTFMPBJMbMvHN2tW7LIDS6 { top:519px;left:5.3999938964844px;width:320px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #bTgXNu35rgIWfy90TnvQR8XnBtUKcbAc { width:445px;height:93px;top:307px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD { display:block; }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWiAOitHPeRhOhFACgJlK0F7L7wTviE2 { top:52px;left:244px;width:520px;height:75px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #bz3LUnFlNtVkPZsn3QxCHGnRV2bV3uaM { top:43px;left:27.5px;width:213px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H { display:block; }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhkewhwvlmBXoRHdK4qhS7bdiL9abG85 { width:764px;height:52px;top:46px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #zsLnDd0BaL7LDVTuQJslUKCk1HreR2Ro { width:764px;height:1px;top:112px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hd2b0kUXHEVJZ43CobonNTmxQHA9kuhl { width:60px;height:3px;top:111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qEzL9wZFUI0kWDkZSODbXdUsekc107Im { display:none; }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HTeNTMEgsmibGsx27E4WpLV2JbOJTxTt { width:218px;height:218px;top:20px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TqGveQxRxyTxb1WRRdiiTCmTUpeAiiM2 { width:218px;height:218px;top:20px;left:272.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #D1O1JqafD1M5ggDLqvTUBagkdpN5mD5g { width:218px;height:218px;top:20px;left:527.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci { display:block; }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9GswWMHoydd2L3fqEkLHGsaGcqIpKbe { width:764px;height:52px;top:45px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #DeNJGvbehC1wvfLWqMXPniULkW0LckDb { width:764px;height:1px;top:112px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oCsuOK8hfHFqrGlGlBGcFKwVWFlG1LAW { width:60px;height:3px;top:111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hFImzObsuZB4vlOJ8SC2SdfiCmnDHF6a { display:block; }#hFImzObsuZB4vlOJ8SC2SdfiCmnDHF6a > .row .container { width:764px;height:259px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSeDxztelRBdSUu0zJnLIE9hTZ42S26y { width:473px;height:168px;top:19px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gONr7wKEZkG3fiSbfUiFDcnw7MmQgk5u { top:35px;left:0px;width:440px;height:245px;display:block; }
 }@media only screen and (max-width: 763px) { #HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 { display:block; }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aui15AJfZffgEMyKybOdETV4rkI3syas { width:764px;height:1px;top:112px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aZAgzLhs43TzmN0p2EQvnh7kcJPcTU0n { width:60px;height:3px;top:111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TeaFtipMpRFc2zgDVDWzVhFdkeOMzeKd { width:764px;height:24px;top:44px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #CX9UqmuA73ioOquG9qqAf4q4TkCp1Z6r { display:block; }#CX9UqmuA73ioOquG9qqAf4q4TkCp1Z6r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdTMKa3pgURFA39TLRXE4aGLro6nPKVA { top:190px;left:0px;width:200px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #oQs1Nnny7BIJwRqwe5hzqiau3QtocuFL { top:190px;left:182px;width:200px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #PA8miNrlvEfxgwmQ8ogMlHWHtwHThpVl { top:190px;left:373px;width:200px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #aM5SNcLc5exMu2Zx0eGCkGdVGe26ng36 { top:190px;left:564px;width:200px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #RREa4X0U2G55LiL2kWAl0ufTcULb6yXS { top:57px;left:54.5px;width:82px;height:82px;display:block; }
 }@media only screen and (max-width: 763px) { #pyisASQ5MBAa4ZhiembeX1mgw9vWbTz8 { top:48px;left:237px;width:99px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #UJUkJrLGRfNlLEqzLGoB9QxXAybkwzZJ { top:57px;left:436.5px;width:82px;height:82px;display:block; }
 }@media only screen and (max-width: 763px) { #VlAACF4h7GaApnzEsMVnHcAVpT0sXRXN { top:57px;left:627.5px;width:82px;height:82px;display:block; }
 }@media only screen and (max-width: 763px) { #DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { display:block; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5FSJxEsKINNsodLLo4WgargDNtARIbG { width:764px;height:52px;top:45px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { width:764px;height:1px;top:112px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { width:60px;height:3px;top:111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IemfeVTQZ2IcSa5wfciS1ayrOorP44p7 { top:97px;left:0px;width:476px;height:406px;display:block; }
 }@media only screen and (max-width: 763px) { #wxDhALmvbOuZTIATrUTOHmOSn3eBdNy1 { display:block; }#wxDhALmvbOuZTIATrUTOHmOSn3eBdNy1 > .row .container { width:764px;height:259px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ww5PyyPWaM8e84rFohpHmzDbNZ9Dr5Db { width:473px;height:168px;top:19px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX { display:block; }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXchgdV1gO0xmOTZ3cp1cbyhGzzwxfwK { width:303px;height:53px;top:47px;left:377px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #aJuLzPyTtRoWLno2wRC68PvDH8T8yzNE { top:46px;left:64.984375px;width:303px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #SVG57wK7zTHRT9KpoLfS995FWgCL9BHl { display:block; }
 }@media only screen and (max-width: 763px) { #ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk { display:block; }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSk7uivUlFrkKfzc1BveaQcKpLUDlatp { width:764px;height:52px;top:46px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #MM3xeJLRP9yMBUR2vhcrCKnopSZxKEgz { width:764px;height:1px;top:112px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #q9z2FSmd76TMhkt8hrSNLcGC3MXoqx9A { width:60px;height:3px;top:111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR { display:none; }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zyb7RH4BlV4dorDgzB1FpfXwWNtymLLv { width:218px;height:218px;top:20px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #v2m9Slz3AzhAmF3rkpzcnah2l1c5Dt5m { width:218px;height:218px;top:20px;left:272.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #Hu1EVRgVrVb0zdvpzVZcFT5231Lcuihb { width:218px;height:218px;top:20px;left:527.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #LzaywEN4vMvk7CLTpH493JnJerbu49QO { display:block; }#LzaywEN4vMvk7CLTpH493JnJerbu49QO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BmgTyaI4ooBdTWdZOgAqB4aySthKPk9B { width:764px;height:52px;top:45px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #JJg4VFXqQTkGdRO93nmvy1rTBfz2gTXy { width:764px;height:1px;top:112px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aMFx4xe8BOTIrJMMCATQUNas43Cs9Plv { width:60px;height:3px;top:111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nRsWE0e4WQ5Tk6eDRLM2XndFMXU7fsJM { display:block; }#nRsWE0e4WQ5Tk6eDRLM2XndFMXU7fsJM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSMbAfEPKLtyIxGviTZ1W9l942L92MPl { width:270px;height:31px;top:83px;left:492px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #loeJyV9ZulqUCdsABrhsTTh13RJiOMTp { width:270px;height:31px;top:82px;left:238px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uAi5aqlEROmLMcMWzBHoWeqP1Tiwrl1O { top:22px;left:616px;width:38px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #v0qJ4ZAZTgelpZ2m7HwfiTFeCxz3u2TR { top:20px;left:100px;width:54px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #Sux8vVVX8UqPoMG59Mh2pDPQ8zRTpkKq { top:23px;left:356px;width:50px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #A0mziU4idTkOeXer8zg1TSbd67QLJ9PQ { width:270px;height:31px;top:84px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO { display:block; }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSbOFybeEV6MG8Kf8W7HZkMU1XdcMDvw { width:270px;height:31px;top:83px;left:492px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #WL5kErEaKvTGIAauVH9tKmiN8wcEzpqf { width:270px;height:31px;top:82px;left:238px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NxT2BDqaBRpAavmwfuDB7KsHduEr2BBZ { top:22px;left:352.00003051758px;width:57px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #JdKR14FiMBWXMckLf2UfAWbAr42XTAR1 { top:27px;left:611.48751831055px;width:47px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #hf6iJb6GcT1S2T86yk6EWvA6U3kwzBSz { top:23px;left:99px;width:56px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #mXmcTuOkldQtwHaIEuSyHqhzg328wODR { width:270px;height:31px;top:84px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 { display:block; }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEE8OBqk1uayFvALhVGEU3wdaTF10I5f { width:764px;height:52px;top:46px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #JTQIce90TZmuJ3os0g8XemcBCCs1CI8T { width:764px;height:1px;top:112px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XnZN0e2N1hMmXFpwhqm9wmoA317PbS38 { width:60px;height:3px;top:111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV { display:none; }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G0eztfUHJ4A8F4KBRsex2mub89zlt9oz { width:218px;height:218px;top:20px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WkGaDi4sSQwpuDQCmBymPVUfVKTDUU0p { width:218px;height:218px;top:20px;left:272.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #nf5MPHT8cPSWPyc4McuI918DhxTumbiU { width:218px;height:218px;top:20px;left:527.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #g8mSeKQswF7CEOzIeyecatSi34NIfucT { display:none; }#g8mSeKQswF7CEOzIeyecatSi34NIfucT > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x5Alq7StMWC8IUgiTJczhaF1yGPxRU9v { width:218px;height:218px;top:20px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GN8XuUFnwrxSdBE2vkryBuTQKZZbq8lP { width:218px;height:218px;top:20px;left:272.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #OE3pQ5UawSKoJKa1B7gvXdVwIea4Tpc6 { width:218px;height:218px;top:20px;left:527.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { display:block; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:320px;height:29px;top:37px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { width:764px;height:1px;top:112px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { width:60px;height:3px;top:111px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #m8GcsJo3fkAfpQrQNOXK5bxbOVfnPeM3 { width:764px;height:52px;top:40px;left:0px;font-size:1px;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:764px;height:259px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:473px;height:168px;top:19px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { width:230px;height:24px;top:19px;left:534px;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #V9a0GM4Xq7R1tI4W5iyPLKTZst5A2HAs { width:230px;height:24px;top:55px;left:534px;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #acBCdpEsyER1TivrdrdgcTf31PKu8XmJ { width:230px;height:48px;top:103px;left:534px;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #D62fBGR46pfBqCVPTXG2Wsl56FIvafDb { width:35px;height:35px;top:19px;left:497px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #xV3OdFCMHZQE2WLAMn7SraXIpIBSTK0p { width:35px;height:35px;top:55px;left:497px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ZUnAvfQoUMUJOBM9ApU6RbXcVaFZECdm { width:35px;height:35px;top:103px;left:497px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 { display:block; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { width:270px;height:31px;top:140px;left:492px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #FbQtUQAEwDcM7gxsolMDpMrhLaTKiXsI { width:270px;height:31px;top:141px;left:238px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zxi62gCqPPTccUquBXskoqQdkwdc5OHH { top:16px;left:572.5px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #DfFuhsCTO1ZE53BF4GT5TBMGJp1BUqJ5 { top:16px;left:64.5px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #SVeJ5sdvfrh04xTcZD6hKnQt5i7JoEGd { top:16px;left:318.5px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #Nt1qVzUTvdABCz9zTSXR4zwLVzlbFkSM { width:270px;height:31px;top:142px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 { display:block; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEW8DWKwNSBfohNOlQnWpRSomb5W620m { width:466px;height:48px;top:64px;left:298px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #qwAadgk6BeOzZKh1zqA1zl3Rnvb6Tn4Z { top:128px;left:509px;width:255px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #cF9ZpTTB3wNKy1kTqE8PJPMLi2O6TUac { display:block; }
 }@media only screen and (max-width: 763px) { #wxAzH3Ur1nLfrrHMp4eXz14enIesKlMC { top:256px;left:0px;width:764px;height:32px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #dlG94Lq4AnmaXcnUtTCqIGAEKEdnKFXC { width:280px;height:23px;top:237px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #pSfzwEmksoNOA9GRyPkAmfKDG1Wwm0oM { display:block; }
 }@media only screen and (max-width: 763px) { #XhRl2SGBC1y6xZrP0LofmcNoIEQI6hJf { top:231px;left:270px;width:35px;height:35px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #uT26VZSP71HF6IHinyUxkDTNM17XUQnO { top:64px;left:0px;width:224px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/RXeag0id/03_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.adaptive-delivery-prevent-bg { background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { border-width: 0; border-radius: 0; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:320px;height:664px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUH0xv7Dxdw4ltK8Q0tLPNF0VMITfTPS { width:283px;height:591px;top:29.390625px;left:18.5px;display:block; }
 }@media only screen and (max-width: 763px) { #O5P3sOt0J5ToOWLuyKVfT6pEUEXZVinq { width:266px;height:24px;top:242px;left:27px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-form-header {  }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-regular-label { height:auto;display:none;font-family:roboto;font-size:14px;font-weight:400;color:#ffffff;width:218px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-text { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:218px;box-sizing:border-box;height:44px;color:#161616;font-size:11px;overflow:hidden;font-family:roboto;vertical-align:top;text-align:right;text-align-last:right; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-text {padding-top: 0; padding-bottom: 0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-textarea { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:218px;box-sizing:border-box;height:50px;color:#161616;font-size:11px;overflow:hidden;font-family:roboto;vertical-align:top;text-align:right;text-align-last:right; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-select { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:218px;box-sizing:border-box;height:44px;color:#000000;font-family:roboto;font-size:16px;overflow:hidden;vertical-align:top; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-select {padding-top: 0; padding-bottom: 0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-button { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#b19777;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:35px;margin-bottom:4px;margin-left:35px;display:block;box-sizing:border-box;font-size:16px;font-weight:400;color:#ffffff;width:148px;height:43px;font-family:tahoma, arial, sans-serif;overflow:hidden;font-style:normal;line-height:1.3; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:16px;font-weight:400;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:16px;font-weight:400;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:16px;font-weight:400;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:16px;font-weight:400;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:14px;font-weight:400;color:#ffffff;vertical-align:top;width:199px;overflow:hidden;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:21px;vertical-align:middle;font-family:roboto;font-size:16px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-container:first-of-type{padding-top:0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-container:last-of-type{padding-bottom:0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:220px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:30px;top:319.390625px;z-index:100003; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:218px;display:block;vertical-align:top; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-info-text { display:block;height:auto;font-family:roboto;font-size:14px;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e {display:block;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:220px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:30px;top:319.390625px;z-index:100003; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #pvS38gEeqXB74LzIvm5vC9UfB956UT2n {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #P7lFrSXCozJn103DcLDI3pE8TV4Eq6G2 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #Xm3wAm5NXE1bBK7KeDL3HyV7tGy6qmb4 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #WISCKW7ciTPfTiwHuK3B4GtIFA2aOMPp {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #TOBsSGrOR8R0IDl42WFnAmSH5P6sQDIP {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #FyD00zFFesTndQPQBzTB2h0SBiN7xHmf {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ml2NaBbS9iBu30p0rKKnxmJnocrOWZah {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #LWBxXI2StMg9FzkCteHz1VTTlKPVURes {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #PedixeUBP1FNSn6sefqoN06ZrrVzhClU {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #NK4Xb9nnF9E2PvDRwMrlt1774RZIUA8y {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #bHmIQ2Elq13GtvVRN23eWwy9FRKbvPU9 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ThRtfg6Moda6545eX5oPOaFwx0DkITbZ {  }
 }@media only screen and (max-width: 763px) { #trykxRyx8mbe7QyzTqb2QS6O6GcdLMp0 { display:block; }
 }@media only screen and (max-width: 763px) { #enfedANp7Mg1vCVEfwwT03m3lMwGuMm8 { display:block; }
 }@media only screen and (max-width: 763px) { #RX6VWDnH2JuPCQEoSLM89wvFapJVCMUB { display:block; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #SVSi5Owmxn15X449EQiRBkkg5XwRLKRB {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #KlhwUBQIz953O6rNSiClxrCgFABDbPrg {  }
 }@media only screen and (max-width: 763px) { #JIirB6Q5gQDeDV46vyuvZsQmBBxIJpGf { width:73px;height:34px;top:578px;left:123px;display:none; }
 }@media only screen and (max-width: 763px) { #FIOhx4KNZCSZep43dcrEetDvhOoXU32m { top:54.390625px;left:91px;width:138px;height:63px;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hlBu7tJetlx8OyfqN4tftENF01R8PvrX { width:273px;height:40px;top:283px;left:23.5px;text-align:center;text-align-last:center;font-size:16px;color:#e3d8db;display:block; }
 }@media only screen and (max-width: 763px) { #wqSORzF6rCRJ78sh2nyvvqld2xUFHy5h { width:292px;height:29px;top:145.1875px;left:14px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #nZEGUuNzZDOTFMPBJMbMvHN2tW7LIDS6 { width:320px;height:14px;top:650px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bTgXNu35rgIWfy90TnvQR8XnBtUKcbAc { width:320px;height:20px;top:182.390625px;left:0px;text-align:center;text-align-last:center;font-size:16px;color:#e3d8db;display:block; }
 }@media only screen and (max-width: 763px) { #r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD { background-color:#e1e1e1;background-image:none;display:block; }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD > .row .container { background-color: transparent; background-image: none; }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD > .row .container > .video-iframe-container { display: none; }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD > .row > .video-iframe-container { display: none; }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD > .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); }#r2ORSXtTrGhgt0dDzrFTL8squIFPI7uD > .row .container { width:320px;height:312px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWiAOitHPeRhOhFACgJlK0F7L7wTviE2 { width:320px;height:96px;top:43px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bz3LUnFlNtVkPZsn3QxCHGnRV2bV3uaM { width:206px;height:88px;top:170px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H { background-color:#b19777;background-image:none;display:block; }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H > .row .container { background-color: transparent; background-image: none; }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H > .row .container > .video-iframe-container { display: none; }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H > .row > .video-iframe-container { display: none; }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H > .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); }#hmPbIdEMniTNK1CCdBFQKcG9tcCphV9H > .row .container { width:320px;height:117px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhkewhwvlmBXoRHdK4qhS7bdiL9abG85 { width:320px;height:39px;top:32px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #zsLnDd0BaL7LDVTuQJslUKCk1HreR2Ro { width:320px;height:1px;top:85px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hd2b0kUXHEVJZ43CobonNTmxQHA9kuhl { width:60px;height:3px;top:84px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #qEzL9wZFUI0kWDkZSODbXdUsekc107Im { background-color:#183843;background-image:none;display:block; }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im > .row .container { background-color: transparent; background-image: none; }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im > .row .container > .video-iframe-container { display: none; }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im > .row > .video-iframe-container { display: none; }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im > .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); }#qEzL9wZFUI0kWDkZSODbXdUsekc107Im > .row .container { width:320px;height:960px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTeNTMEgsmibGsx27E4WpLV2JbOJTxTt { width:300px;height:300px;top:15.976501464844px;left:9.9869794845581px;display:block; }
 }@media only screen and (max-width: 763px) { #TqGveQxRxyTxb1WRRdiiTCmTUpeAiiM2 { width:300px;height:300px;top:329.4921875px;left:9.9869794845581px;display:block; }
 }@media only screen and (max-width: 763px) { #D1O1JqafD1M5ggDLqvTUBagkdpN5mD5g { width:300px;height:300px;top:642.9557800293px;left:9.9869794845581px;display:block; }
 }@media only screen and (max-width: 763px) { #aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci { background-color:#b19777;background-image:none;display:block; }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci > .row .container { background-color: transparent; background-image: none; }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci > .row .container > .video-iframe-container { display: none; }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci > .row > .video-iframe-container { display: none; }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci > .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); }#aUUzoTdeVy2MLJ98PChJPPESHFI3H7ci > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9GswWMHoydd2L3fqEkLHGsaGcqIpKbe { width:320px;height:39px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:30px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DeNJGvbehC1wvfLWqMXPniULkW0LckDb { width:320px;height:1px;top:71px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oCsuOK8hfHFqrGlGlBGcFKwVWFlG1LAW { width:60px;height:3px;top:70px;left:130px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hFImzObsuZB4vlOJ8SC2SdfiCmnDHF6a { display:block; }#hFImzObsuZB4vlOJ8SC2SdfiCmnDHF6a > .row .container { width:320px;height:509px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSeDxztelRBdSUu0zJnLIE9hTZ42S26y { width:300px;height:270px;top:26px;left:10px;text-align:center;text-align-last:center;font-size:18px;z-index:100001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gONr7wKEZkG3fiSbfUiFDcnw7MmQgk5u { width:320px;height:180px;top:310px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 { background-color:#b19777;background-image:none;display:block; }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 > .row .container { background-color: transparent; background-image: none; }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 > .row .container > .video-iframe-container { display: none; }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 > .row > .video-iframe-container { display: none; }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 > .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); }#HcJif3kL2Mbxmacx7uXwo4rPOh1y7iR6 > .row .container { width:320px;height:111px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aui15AJfZffgEMyKybOdETV4rkI3syas { width:320px;height:1px;top:93px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aZAgzLhs43TzmN0p2EQvnh7kcJPcTU0n { width:60px;height:3px;top:92px;left:130px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TeaFtipMpRFc2zgDVDWzVhFdkeOMzeKd { width:320px;height:33px;top:29px;left:0px;text-align:center;text-align-last:center;font-size:30px;color:#183843;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CX9UqmuA73ioOquG9qqAf4q4TkCp1Z6r { display:block; }#CX9UqmuA73ioOquG9qqAf4q4TkCp1Z6r > .row .container { width:320px;height:699px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdTMKa3pgURFA39TLRXE4aGLro6nPKVA { width:200px;height:26px;top:146px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oQs1Nnny7BIJwRqwe5hzqiau3QtocuFL { width:200px;height:26px;top:287px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #PA8miNrlvEfxgwmQ8ogMlHWHtwHThpVl { width:200px;height:26px;top:454px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aM5SNcLc5exMu2Zx0eGCkGdVGe26ng36 { width:200px;height:26px;top:619px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RREa4X0U2G55LiL2kWAl0ufTcULb6yXS { width:77px;height:77px;top:45px;left:121.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pyisASQ5MBAa4ZhiembeX1mgw9vWbTz8 { width:99px;height:99px;top:188px;left:110.5px;display:block; }
 }@media only screen and (max-width: 763px) { #UJUkJrLGRfNlLEqzLGoB9QxXAybkwzZJ { width:76px;height:76px;top:352px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #VlAACF4h7GaApnzEsMVnHcAVpT0sXRXN { width:69px;height:69px;top:524px;left:125.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { background-color:#f9f9f9;background-image:none;display:block; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { background-color: transparent; background-image: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container > .video-iframe-container { display: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container { display: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .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); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { width:320px;height:385px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5FSJxEsKINNsodLLo4WgargDNtARIbG { width:320px;height:39px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:30px;color:#b19777;display:block; }
 }@media only screen and (max-width: 763px) { #JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { width:320px;height:1px;top:71px;left:0px;background-color:#b19777;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { width:60px;height:3px;top:70px;left:130px;background-color:#b19777;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IemfeVTQZ2IcSa5wfciS1ayrOorP44p7 { width:318px;height:271px;top:93px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wxDhALmvbOuZTIATrUTOHmOSn3eBdNy1 { display:block; }#wxDhALmvbOuZTIATrUTOHmOSn3eBdNy1 > .row .container { width:320px;height:327px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ww5PyyPWaM8e84rFohpHmzDbNZ9Dr5Db { width:300px;height:297px;top:18.299987792969px;left:10px;text-align:center;text-align-last:center;font-size:18px;z-index:100001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX { background-color:#183843;background-image:none;display:block; }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX > .row .container { background-color: transparent; background-image: none; }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX > .row .container > .video-iframe-container { display: none; }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX > .row > .video-iframe-container { display: none; }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX > .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); }#yep7zgJMwCwdiw5BpGhxAqta2Q97d7BX > .row .container { width:320px;height:219px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXchgdV1gO0xmOTZ3cp1cbyhGzzwxfwK { width:296px;height:47px;top:43px;left:11px;text-align:center;text-align-last:center;font-size:34px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aJuLzPyTtRoWLno2wRC68PvDH8T8yzNE { top:115px;left:33px;width:251.992px;height:55px;background-color:#b19777;background-image:none;color:#ffffff;font-size:16px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #SVG57wK7zTHRT9KpoLfS995FWgCL9BHl { display:block; }
 }@media only screen and (max-width: 763px) { #ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk { background-color:#b19777;background-image:none;display:block; }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk > .row .container { background-color: transparent; background-image: none; }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk > .row .container > .video-iframe-container { display: none; }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk > .row > .video-iframe-container { display: none; }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk > .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); }#ZbEgcxXF9capPWFFIoLrtVq7lznkwxNk > .row .container { width:320px;height:117px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSk7uivUlFrkKfzc1BveaQcKpLUDlatp { width:320px;height:39px;top:32px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #MM3xeJLRP9yMBUR2vhcrCKnopSZxKEgz { width:320px;height:1px;top:85px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #q9z2FSmd76TMhkt8hrSNLcGC3MXoqx9A { width:60px;height:3px;top:84px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR { background-color:#183843;background-image:none;display:block; }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR > .row .container { background-color: transparent; background-image: none; }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR > .row .container > .video-iframe-container { display: none; }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR > .row > .video-iframe-container { display: none; }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR > .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); }#IvbdGq4hAnRCkB7kuA3ZFDk8qPiFATRR > .row .container { width:320px;height:965px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyb7RH4BlV4dorDgzB1FpfXwWNtymLLv { width:300px;height:300px;top:13.997375488281px;left:9.9869794845581px;display:block; }
 }@media only screen and (max-width: 763px) { #v2m9Slz3AzhAmF3rkpzcnah2l1c5Dt5m { width:300px;height:300px;top:328.99995803833px;left:9.9869794845581px;display:block; }
 }@media only screen and (max-width: 763px) { #Hu1EVRgVrVb0zdvpzVZcFT5231Lcuihb { width:300px;height:300px;top:643.98957061768px;left:9.9869794845581px;display:block; }
 }@media only screen and (max-width: 763px) { #LzaywEN4vMvk7CLTpH493JnJerbu49QO { background-color:#b19777;background-image:none;display:block; }#LzaywEN4vMvk7CLTpH493JnJerbu49QO > .row .container { background-color: transparent; background-image: none; }#LzaywEN4vMvk7CLTpH493JnJerbu49QO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LzaywEN4vMvk7CLTpH493JnJerbu49QO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LzaywEN4vMvk7CLTpH493JnJerbu49QO > .row .container > .video-iframe-container { display: none; }#LzaywEN4vMvk7CLTpH493JnJerbu49QO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LzaywEN4vMvk7CLTpH493JnJerbu49QO > .row > .video-iframe-container { display: none; }#LzaywEN4vMvk7CLTpH493JnJerbu49QO > .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); }#LzaywEN4vMvk7CLTpH493JnJerbu49QO > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BmgTyaI4ooBdTWdZOgAqB4aySthKPk9B { width:320px;height:39px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:30px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JJg4VFXqQTkGdRO93nmvy1rTBfz2gTXy { width:320px;height:1px;top:71px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aMFx4xe8BOTIrJMMCATQUNas43Cs9Plv { width:60px;height:3px;top:70px;left:130px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nRsWE0e4WQ5Tk6eDRLM2XndFMXU7fsJM { display:block; }#nRsWE0e4WQ5Tk6eDRLM2XndFMXU7fsJM > .row .container { width:320px;height:390px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSMbAfEPKLtyIxGviTZ1W9l942L92MPl { width:270px;height:26px;top:98px;left:25px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #loeJyV9ZulqUCdsABrhsTTh13RJiOMTp { width:270px;height:26px;top:216px;left:25px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uAi5aqlEROmLMcMWzBHoWeqP1Tiwrl1O { width:44px;height:57px;top:28px;left:138px;display:block; }
 }@media only screen and (max-width: 763px) { #v0qJ4ZAZTgelpZ2m7HwfiTFeCxz3u2TR { width:58px;height:58px;top:268px;left:131px;display:block; }
 }@media only screen and (max-width: 763px) { #Sux8vVVX8UqPoMG59Mh2pDPQ8zRTpkKq { width:56px;height:50px;top:153px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #A0mziU4idTkOeXer8zg1TSbd67QLJ9PQ { width:270px;height:26px;top:340px;left:25px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO { display:block; }#FXu53w3Id4QnBZJVkxKkhVSTOlJvcuLO > .row .container { width:320px;height:399px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSbOFybeEV6MG8Kf8W7HZkMU1XdcMDvw { width:270px;height:26px;top:89px;left:25px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #WL5kErEaKvTGIAauVH9tKmiN8wcEzpqf { width:270px;height:26px;top:224px;left:25px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NxT2BDqaBRpAavmwfuDB7KsHduEr2BBZ { width:62px;height:56px;top:150px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #JdKR14FiMBWXMckLf2UfAWbAr42XTAR1 { width:55px;height:50px;top:27px;left:132.5px;display:block; }
 }@media only screen and (max-width: 763px) { #hf6iJb6GcT1S2T86yk6EWvA6U3kwzBSz { width:56px;height:51px;top:282px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #mXmcTuOkldQtwHaIEuSyHqhzg328wODR { width:270px;height:26px;top:346px;left:25px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 { background-color:#b19777;background-image:none;display:block; }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 > .row .container { background-color: transparent; background-image: none; }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 > .row .container > .video-iframe-container { display: none; }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 > .row > .video-iframe-container { display: none; }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 > .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); }#C43NDsG6x207GVBoEpGOsf5K2AEG2TN0 > .row .container { width:320px;height:117px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEE8OBqk1uayFvALhVGEU3wdaTF10I5f { width:320px;height:39px;top:32px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #JTQIce90TZmuJ3os0g8XemcBCCs1CI8T { width:320px;height:1px;top:85px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XnZN0e2N1hMmXFpwhqm9wmoA317PbS38 { width:60px;height:3px;top:84px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV { background-color:#183843;background-image:none;display:block; }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV > .row .container { background-color: transparent; background-image: none; }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV > .row .container > .video-iframe-container { display: none; }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV > .row > .video-iframe-container { display: none; }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV > .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); }#ouZlKCoouUkeLgEUmHXhXvrK5fqBRynV > .row .container { width:320px;height:945px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0eztfUHJ4A8F4KBRsex2mub89zlt9oz { width:300px;height:300px;top:17.994792938232px;left:9.9869794845581px;display:block; }
 }@media only screen and (max-width: 763px) { #WkGaDi4sSQwpuDQCmBymPVUfVKTDUU0p { width:300px;height:300px;top:330.99215698242px;left:9.9869794845581px;display:block; }
 }@media only screen and (max-width: 763px) { #nf5MPHT8cPSWPyc4McuI918DhxTumbiU { width:300px;height:300px;top:644.9895324707px;left:9.9869794845581px;display:block; }
 }@media only screen and (max-width: 763px) { #g8mSeKQswF7CEOzIeyecatSi34NIfucT { background-color:#183843;background-image:none;display:block; }#g8mSeKQswF7CEOzIeyecatSi34NIfucT > .row .container { background-color: transparent; background-image: none; }#g8mSeKQswF7CEOzIeyecatSi34NIfucT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g8mSeKQswF7CEOzIeyecatSi34NIfucT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g8mSeKQswF7CEOzIeyecatSi34NIfucT > .row .container > .video-iframe-container { display: none; }#g8mSeKQswF7CEOzIeyecatSi34NIfucT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g8mSeKQswF7CEOzIeyecatSi34NIfucT > .row > .video-iframe-container { display: none; }#g8mSeKQswF7CEOzIeyecatSi34NIfucT > .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); }#g8mSeKQswF7CEOzIeyecatSi34NIfucT > .row .container { width:320px;height:970px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5Alq7StMWC8IUgiTJczhaF1yGPxRU9v { width:300px;height:300px;top:12.992172241211px;left:9.9869794845581px;display:block; }
 }@media only screen and (max-width: 763px) { #GN8XuUFnwrxSdBE2vkryBuTQKZZbq8lP { width:300px;height:300px;top:327.99212646484px;left:9.9869794845581px;display:block; }
 }@media only screen and (max-width: 763px) { #OE3pQ5UawSKoJKa1B7gvXdVwIea4Tpc6 { width:300px;height:300px;top:642.97912597656px;left:9.9869794845581px;display:block; }
 }@media only screen and (max-width: 763px) { #T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { background-color:#ffffff;background-image:none;display:block; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { background-color: transparent; background-image: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .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); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { width:320px;height:129px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:320px;height:33px;top:36.1875px;left:0px;text-align:center;text-align-last:center;font-size:26px;color:#b19777;font-weight:400;font-style:normal;font-family:"arabic almarai";display:block; }
 }@media only screen and (max-width: 763px) { #LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { width:320px;height:1px;top:114.39999389648px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { width:60px;height:3px;top:113.89999389648px;left:130.00000572205px;background-color:#b19777;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #m8GcsJo3fkAfpQrQNOXK5bxbOVfnPeM3 { width:320px;height:1px;top:115px;left:0px;text-align:center;text-align-last:center;font-size:1px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:320px;height:434px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:300px;height:162px;top:19.999984741211px;left:10px;text-align:center;text-align-last:center;font-size:18px;z-index:100001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { width:270px;height:27px;top:220px;left:25px;text-align:center;text-align-last:center;font-size:18px;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #V9a0GM4Xq7R1tI4W5iyPLKTZst5A2HAs { width:270px;height:27px;top:299px;left:25px;text-align:center;text-align-last:center;font-size:18px;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #acBCdpEsyER1TivrdrdgcTf31PKu8XmJ { width:270px;height:27px;top:382px;left:25px;text-align:center;text-align-last:center;font-size:18px;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D62fBGR46pfBqCVPTXG2Wsl56FIvafDb { width:35px;height:35px;top:186px;left:143px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #xV3OdFCMHZQE2WLAMn7SraXIpIBSTK0p { width:35px;height:35px;top:265px;left:143px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ZUnAvfQoUMUJOBM9ApU6RbXcVaFZECdm { width:35px;height:35px;top:348px;left:143px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 { display:block; }#AmbdDXb0ho5oyxxRyBRgimotQscQIsH8 > .row .container { width:320px;height:507px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { width:270px;height:33px;top:130px;left:25px;text-align:center;text-align-last:center;font-size:22px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FbQtUQAEwDcM7gxsolMDpMrhLaTKiXsI { width:270px;height:33px;top:284px;left:25px;text-align:center;text-align-last:center;font-size:22px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zxi62gCqPPTccUquBXskoqQdkwdc5OHH { width:130px;height:130px;top:12px;left:96.5px;display:block; }
 }@media only screen and (max-width: 763px) { #DfFuhsCTO1ZE53BF4GT5TBMGJp1BUqJ5 { width:130px;height:130px;top:317px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #SVeJ5sdvfrh04xTcZD6hKnQt5i7JoEGd { width:130px;height:130px;top:166px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #Nt1qVzUTvdABCz9zTSXR4zwLVzlbFkSM { width:270px;height:33px;top:438px;left:25px;text-align:center;text-align-last:center;font-size:22px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 { background-color:#183843;background-image:none;display:block; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { background-color: transparent; background-image: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .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); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { width:320px;height:537px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEW8DWKwNSBfohNOlQnWpRSomb5W620m { width:296px;height:56px;top:46px;left:12px;text-align:center;text-align-last:center;font-size:40px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qwAadgk6BeOzZKh1zqA1zl3Rnvb6Tn4Z { top:137px;left:18.5px;width:283px;height:62px;background-color:#b19777;background-image:none;color:#ffffff;font-size:19px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #cF9ZpTTB3wNKy1kTqE8PJPMLi2O6TUac { display:block; }
 }@media only screen and (max-width: 763px) { #wxAzH3Ur1nLfrrHMp4eXz14enIesKlMC { width:320px;height:28px;top:493px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #dlG94Lq4AnmaXcnUtTCqIGAEKEdnKFXC { width:253px;height:23px;top:465px;left:46px;background-color:#183843;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pSfzwEmksoNOA9GRyPkAmfKDG1Wwm0oM { display:block; }
 }@media only screen and (max-width: 763px) { #XhRl2SGBC1y6xZrP0LofmcNoIEQI6hJf { width:35px;height:35px;top:459px;left:74px;font-size:24px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uT26VZSP71HF6IHinyUxkDTNM17XUQnO { width:224px;height:105px;top:257px;left:48px;display:block; }
 }