.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/265796e0-1ceb-4cd6-9e33-a08cbd83dd93/BG_4.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRxVVJrbmwbiG1xrQD7TcvASWBScUy1S { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #762026, rgba(118,32,38,0.05));background-image: -moz-linear-gradient(180deg, #762026, rgba(118,32,38,0.05));background-image: -ms-linear-gradient(180deg, #762026, rgba(118,32,38,0.05));background-image: -o-linear-gradient(180deg, #762026, rgba(118,32,38,0.05));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#762026', endColorstr='#0c762026' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#762026', endColorstr='#0c762026' );";background-image: linear-gradient(180deg, #762026, rgba(118,32,38,0.05));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dRxVVJrbmwbiG1xrQD7TcvASWBScUy1S > .row .container { background-color: transparent; background-image: none; }#dRxVVJrbmwbiG1xrQD7TcvASWBScUy1S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRxVVJrbmwbiG1xrQD7TcvASWBScUy1S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRxVVJrbmwbiG1xrQD7TcvASWBScUy1S > .row .container > .video-iframe-container { display: none; }#dRxVVJrbmwbiG1xrQD7TcvASWBScUy1S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRxVVJrbmwbiG1xrQD7TcvASWBScUy1S > .row > .video-iframe-container { display: none; }#dRxVVJrbmwbiG1xrQD7TcvASWBScUy1S > .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); }#dRxVVJrbmwbiG1xrQD7TcvASWBScUy1S > .row .container { border-width: 0; border-radius: 0; }#dRxVVJrbmwbiG1xrQD7TcvASWBScUy1S > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dRxVVJrbmwbiG1xrQD7TcvASWBScUy1S > .row .container { font-size:14px;font-family:arial;height:160px;width:960px;overflow:visible;position:relative;display:block; }#MOtV3mAJdRp6rgBPgv5ohfVSf7qiJ6WD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:122px;width:571px;top:19px;left:194.5px;overflow:hidden;display:block; }
#EfbRLzx84TuS32K0J36SU8vwKk5Ez1QR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.48);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EfbRLzx84TuS32K0J36SU8vwKk5Ez1QR > .row .container { background-color: transparent; background-image: none; }#EfbRLzx84TuS32K0J36SU8vwKk5Ez1QR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfbRLzx84TuS32K0J36SU8vwKk5Ez1QR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfbRLzx84TuS32K0J36SU8vwKk5Ez1QR > .row .container > .video-iframe-container { display: none; }#EfbRLzx84TuS32K0J36SU8vwKk5Ez1QR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfbRLzx84TuS32K0J36SU8vwKk5Ez1QR > .row > .video-iframe-container { display: none; }#EfbRLzx84TuS32K0J36SU8vwKk5Ez1QR > .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); }#EfbRLzx84TuS32K0J36SU8vwKk5Ez1QR > .row .container { border-width: 0; border-radius: 0; }#EfbRLzx84TuS32K0J36SU8vwKk5Ez1QR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EfbRLzx84TuS32K0J36SU8vwKk5Ez1QR > .row .container { font-size:14px;font-family:arial;height:415px;width:960px;position:relative;display:block; }#pT1FDAZiTEvWDghNnRrkENUm2GOdhT0r { color:#68382a;display:block;width:912px;position:absolute;font-family:tajawal;font-size:20px;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:95px;left:24px;height:108px;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cKgSonWHGG5ghtKu2ZcmizFrkCmgX1Vb { color:#762026;display:block;width:476px;position:absolute;font-family:tajawal;font-size:51px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12px;left:242px;height:66.2969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vExAsmTCmuvnHaDQZtkuhinZJC02dckq { color:#68382a;display:block;width:646px;position:absolute;font-family:tajawal;font-size:22px;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:261.9921875px;left:291px;height:128.781px;text-align:right;text-align-last:right;font-style:normal;display:block; }#vExAsmTCmuvnHaDQZtkuhinZJC02dckq li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#vExAsmTCmuvnHaDQZtkuhinZJC02dckq li:before{  }
#DRmTaJ3kscJzFTPSimf1uO6HC8hoi19t { color:#762026;display:block;width:199px;position:absolute;font-family:tajawal;font-size:27px;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:213.3984375px;left:738px;height:48.5938px;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B9M8TUtLAqwer6LmxvZlJHneLCVZbNgR { position:relative;display:block; }#B9M8TUtLAqwer6LmxvZlJHneLCVZbNgR { background-color: transparent; background-image: none; }#B9M8TUtLAqwer6LmxvZlJHneLCVZbNgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9M8TUtLAqwer6LmxvZlJHneLCVZbNgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9M8TUtLAqwer6LmxvZlJHneLCVZbNgR > .row .container > .video-iframe-container { display: none; }#B9M8TUtLAqwer6LmxvZlJHneLCVZbNgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9M8TUtLAqwer6LmxvZlJHneLCVZbNgR > .row > .video-iframe-container { display: none; }#B9M8TUtLAqwer6LmxvZlJHneLCVZbNgR > .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); }#B9M8TUtLAqwer6LmxvZlJHneLCVZbNgR { border-width: 0; border-radius: 0; }#B9M8TUtLAqwer6LmxvZlJHneLCVZbNgR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#B9M8TUtLAqwer6LmxvZlJHneLCVZbNgR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:94px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AeaydxoahMJ0c5LmqDPeWDGOf3Fl5TUg { color:#762026;display:block;width:952px;position:absolute;font-family:tajawal;font-size:60px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10px;left:6px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#miVuVfAkBhuwgtx7mthaofwK2ZEFKUld { position:relative;display:block; }#miVuVfAkBhuwgtx7mthaofwK2ZEFKUld { background-color: transparent; background-image: none; }#miVuVfAkBhuwgtx7mthaofwK2ZEFKUld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miVuVfAkBhuwgtx7mthaofwK2ZEFKUld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miVuVfAkBhuwgtx7mthaofwK2ZEFKUld > .row .container > .video-iframe-container { display: none; }#miVuVfAkBhuwgtx7mthaofwK2ZEFKUld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#miVuVfAkBhuwgtx7mthaofwK2ZEFKUld > .row > .video-iframe-container { display: none; }#miVuVfAkBhuwgtx7mthaofwK2ZEFKUld > .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); }#miVuVfAkBhuwgtx7mthaofwK2ZEFKUld { border-width: 0; border-radius: 0; }#miVuVfAkBhuwgtx7mthaofwK2ZEFKUld > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#miVuVfAkBhuwgtx7mthaofwK2ZEFKUld > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:604px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HDgkyNPm80rgZ2sNKnJfO9yLozwuxV6G { color:#762026;display:block;width:595px;position:absolute;font-family:tajawal;font-size:35px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:30.1015625px;left:183.5px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aBUM54QzwoxTQWUBd6IpI1fODvvK6Xs0 { color:#403633;display:block;width:329px;position:absolute;font-family:tajawal;font-size:32px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:138.046875px;left:478.5px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F1vNHG5ulzoBLGTi5K0GZOsgHys7EESo { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #a49a83;border-left:3px solid #a49a83;border-right:3px solid #a49a83;border-bottom:3px solid #a49a83;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:99px;width:691px;top:100.5px;left:126.5px;display:block; }
#vlTyWuvMNE0EI8IrZlwTg4gFyHwiT0dV { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #a49a83;border-left:3px solid #a49a83;border-right:3px solid #a49a83;border-bottom:3px solid #a49a83;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:92px;width:691px;top:236px;left:130px;display:block; }
#m6kD8FHQlwqaMu2DCfQkkVFwuXMTzFA6 { color:#403633;display:block;width:322px;position:absolute;font-family:tajawal;font-size:32px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:270.046875px;left:482px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u5WFkIJO28BMLMPpT5xJK7KDmkclTlrz { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #a49a83;border-left:3px solid #a49a83;border-right:3px solid #a49a83;border-bottom:3px solid #a49a83;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:77px;width:691px;top:358.4453125px;left:131.5px;display:block; }
#d5mIChA05trpkTwRVAy4ICBiZ7m16pp4 { color:#403633;display:block;width:300px;position:absolute;font-family:tajawal;font-size:32px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:379.140625px;left:493px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OLPZTiPlJWxupTIRABsgSbTzhCtBAB2V { color:#762026;display:block;width:167px;position:absolute;font-family:tajawal;font-size:51px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:375px;left:262px;height:66.2969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nvcp75Sod7zKzNHM0gWs9ySOqdGdGE7r { color:#762026;display:block;width:125px;position:absolute;font-family:tajawal;font-size:40px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:375px;left:153px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l28KFKBENQRoPTnBQ5QtsysvhkLUJbbc { color:#762026;display:block;width:167px;position:absolute;font-family:tajawal;font-size:51px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:129px;left:263px;height:66.2969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a4CLr6fNymxVkQy7DZykZLdhfy6qT8GF { color:#762026;display:block;width:125px;position:absolute;font-family:tajawal;font-size:40px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:129px;left:156px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qFplx0sVtf7OV6Xkw40RLiv6cz5r1dhE { color:#762026;display:block;width:167px;position:absolute;font-family:tajawal;font-size:51px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:256.8515625px;left:263px;height:66.2969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q42eqcZU5DPQLTJHRIyqoCvCuqdQXdq3 { color:#762026;display:block;width:125px;position:absolute;font-family:tajawal;font-size:40px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:259px;left:152.5px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mLiHURTxgsnif2QK52PlFA0TxQoovnfx { background-color:transparent;background-image: -webkit-linear-gradient(top, #ceb9a3, #c18780);background-image: -moz-linear-gradient(top, #ceb9a3, #c18780);background-image: -ms-linear-gradient(top, #ceb9a3, #c18780);background-image: -o-linear-gradient(top, #ceb9a3, #c18780);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceb9a3', endColorstr='#c18780' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceb9a3', endColorstr='#c18780' );";background-image: linear-gradient(to bottom, #ceb9a3, #c18780);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 8px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#68382a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:24px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:285px;height:69px;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:504px;left:337.5px;display:block; }
#MyEVo42GLqz1GKE9FPlXXtnZXENx0E7R { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RGo2oq7n4tT6AbRLduxmL4hAs8u15Skf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#762026;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RGo2oq7n4tT6AbRLduxmL4hAs8u15Skf > .row .container { background-color: transparent; background-image: none; }#RGo2oq7n4tT6AbRLduxmL4hAs8u15Skf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGo2oq7n4tT6AbRLduxmL4hAs8u15Skf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGo2oq7n4tT6AbRLduxmL4hAs8u15Skf > .row .container > .video-iframe-container { display: none; }#RGo2oq7n4tT6AbRLduxmL4hAs8u15Skf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGo2oq7n4tT6AbRLduxmL4hAs8u15Skf > .row > .video-iframe-container { display: none; }#RGo2oq7n4tT6AbRLduxmL4hAs8u15Skf > .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); }#RGo2oq7n4tT6AbRLduxmL4hAs8u15Skf > .row .container { border-width: 0; border-radius: 0; }#RGo2oq7n4tT6AbRLduxmL4hAs8u15Skf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RGo2oq7n4tT6AbRLduxmL4hAs8u15Skf > .row .container { font-size:14px;font-family:arial;height:13px;width:960px;position:relative;display:block; }#cb1c8nPUTwmgJd8wXXASOUv4plaRf7OK { position:relative;display:block; }#cb1c8nPUTwmgJd8wXXASOUv4plaRf7OK { background-color: transparent; background-image: none; }#cb1c8nPUTwmgJd8wXXASOUv4plaRf7OK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cb1c8nPUTwmgJd8wXXASOUv4plaRf7OK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cb1c8nPUTwmgJd8wXXASOUv4plaRf7OK > .row .container > .video-iframe-container { display: none; }#cb1c8nPUTwmgJd8wXXASOUv4plaRf7OK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cb1c8nPUTwmgJd8wXXASOUv4plaRf7OK > .row > .video-iframe-container { display: none; }#cb1c8nPUTwmgJd8wXXASOUv4plaRf7OK > .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); }#cb1c8nPUTwmgJd8wXXASOUv4plaRf7OK { border-width: 0; border-radius: 0; }#cb1c8nPUTwmgJd8wXXASOUv4plaRf7OK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cb1c8nPUTwmgJd8wXXASOUv4plaRf7OK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:344px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FO8AyGxAVBRIEm8v7fbbU3iGepaV5DGt { color:#762026;display:block;width:595px;position:absolute;font-family:tajawal;font-size:35px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:30.1015625px;left:183.5px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UG6NUTieQwIuvp9iQF7Kl5ogdIOVR1Ms { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #a49a83;border-left:3px solid #a49a83;border-right:3px solid #a49a83;border-bottom:3px solid #a49a83;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:77px;width:691px;top:113px;left:135px;display:block; }
#q9gxUa0REtWMxWior5v3ZMPuDXyg4tQQ { color:#403633;display:block;width:388px;position:absolute;font-family:tajawal;font-size:32px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:136.6953125px;left:424px;height:41.5938px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sSiXCyx6bQ1KGlLzPcMMvO8CxrMUg4KT { color:#762026;display:block;width:167px;position:absolute;font-family:tajawal;font-size:51px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:130.6953125px;left:256px;height:66.2969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nX0D1Mr4bhroFg1ZObTEBoJ6KvOEi9e0 { color:#762026;display:block;width:125px;position:absolute;font-family:tajawal;font-size:40px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:130px;left:156px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#duTp9HnTEUsud6AfvTiqzDOQPq88g0zX { background-color:transparent;background-image: -webkit-linear-gradient(top, #ceb9a3, #c18780);background-image: -moz-linear-gradient(top, #ceb9a3, #c18780);background-image: -ms-linear-gradient(top, #ceb9a3, #c18780);background-image: -o-linear-gradient(top, #ceb9a3, #c18780);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceb9a3', endColorstr='#c18780' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceb9a3', endColorstr='#c18780' );";background-image: linear-gradient(to bottom, #ceb9a3, #c18780);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 8px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#68382a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:24px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:285px;height:69px;text-decoration:none;z-index:15104;text-align:center;text-align-last:center;top:247px;left:337.5px;display:block; }
#C0rf03oF3T9XmJvElZVw8x479qp5E0EG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZeuV2QC0BByLVq8XMBG0esG8g7LEugbM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#762026;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZeuV2QC0BByLVq8XMBG0esG8g7LEugbM > .row .container { background-color: transparent; background-image: none; }#ZeuV2QC0BByLVq8XMBG0esG8g7LEugbM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeuV2QC0BByLVq8XMBG0esG8g7LEugbM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeuV2QC0BByLVq8XMBG0esG8g7LEugbM > .row .container > .video-iframe-container { display: none; }#ZeuV2QC0BByLVq8XMBG0esG8g7LEugbM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeuV2QC0BByLVq8XMBG0esG8g7LEugbM > .row > .video-iframe-container { display: none; }#ZeuV2QC0BByLVq8XMBG0esG8g7LEugbM > .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); }#ZeuV2QC0BByLVq8XMBG0esG8g7LEugbM > .row .container { border-width: 0; border-radius: 0; }#ZeuV2QC0BByLVq8XMBG0esG8g7LEugbM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZeuV2QC0BByLVq8XMBG0esG8g7LEugbM > .row .container { font-size:14px;font-family:arial;height:13px;width:960px;position:relative;display:block; }#W9e00mtCZ0nIK3zJDyLfN9P5iXt2BoE7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W9e00mtCZ0nIK3zJDyLfN9P5iXt2BoE7 > .row .container { background-color: transparent; background-image: none; }#W9e00mtCZ0nIK3zJDyLfN9P5iXt2BoE7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9e00mtCZ0nIK3zJDyLfN9P5iXt2BoE7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9e00mtCZ0nIK3zJDyLfN9P5iXt2BoE7 > .row .container > .video-iframe-container { display: none; }#W9e00mtCZ0nIK3zJDyLfN9P5iXt2BoE7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9e00mtCZ0nIK3zJDyLfN9P5iXt2BoE7 > .row > .video-iframe-container { display: none; }#W9e00mtCZ0nIK3zJDyLfN9P5iXt2BoE7 > .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); }#W9e00mtCZ0nIK3zJDyLfN9P5iXt2BoE7 > .row .container { border-width: 0; border-radius: 0; }#W9e00mtCZ0nIK3zJDyLfN9P5iXt2BoE7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W9e00mtCZ0nIK3zJDyLfN9P5iXt2BoE7 > .row .container { font-size:14px;font-family:arial;height:236px;width:960px;position:relative;display:block; }#wS3a3dBVdBeP0IHeA6o6RBndslwfmy5n { color:#68382a;display:block;width:960px;position:absolute;font-family:tajawal;font-size:30px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:31px;left:0px;height:39px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S5yGHhbpOEQXxAtF6lzQX4nqzf6lTkq5 { color:#68382a;display:block;width:960px;position:absolute;font-family:tajawal;font-size:20px;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:107px;left:0px;height:108px;text-align:center;text-align-last:center;display:block; }
#ISa9icJZmhPkZ10IMXUJmzmzTNMBwLp2 { position:absolute;display:block;z-index:15100;background-color:#b38383;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:4px;width:413px;top:81px;left:274px;display:block; }
#w9WzZZoi9U7SFNoQLOqzMxFdBSyWCTEq { position:absolute;display:block;z-index:15006;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid rgba(240,233,235,0.3);border-left:2px solid rgba(240,233,235,0.3);border-right:2px solid rgba(240,233,235,0.3);border-bottom:2px solid rgba(240,233,235,0.3);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:300px;width:300px;top:222px;left:654px;display:none; }
#cDX3RR9nypmE4zFZQlO0y0pTQVp6el5r { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:163px;width:168px;top:174.5px;left:722px;overflow:hidden;display:none; }
#zDskS9eB7LuPbeGl33DMTJJnFOWnddDX { color:#121212;display:block;width:277px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:415px;left:668px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RaIxKTOU70e3t7IACTepD5IGnUdSpcFP { color:#5f1d34;display:block;width:245px;position:absolute;font-family:tajawal;font-size:25px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:362px;left:684px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xTanKhfM06z8DIdWmC4i08RzGNX9DbHl { color:#5f1d34;display:block;width:245px;position:absolute;font-family:tajawal;font-size:25px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:362px;left:359px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#f2shKfPwzdnSGdsyTigPNS9AiF9NUtmO { color:#121212;display:block;width:277px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:415px;left:343px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#l39EHf0wEPfzu6aM8a2t71R5p0lopfda { position:absolute;display:block;z-index:15010;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid rgba(240,233,235,0.3);border-left:2px solid rgba(240,233,235,0.3);border-right:2px solid rgba(240,233,235,0.3);border-bottom:2px solid rgba(240,233,235,0.3);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:300px;width:300px;top:222px;left:329px;display:none; }
#siWrZ47NymlwGIome7VKr4iuxCSZfvQW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:162px;width:165px;top:173px;left:396.5px;overflow:hidden;display:none; }
#N1fEuTIVU4xgLIqGd6ofpXPxCwQMya2z { color:#5f1d34;display:block;width:245px;position:absolute;font-family:tajawal;font-size:25px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:361px;left:30px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ueLLKo2l85Wnnz21uJEdm1kfPu5l7I5I { color:#121212;display:block;width:277px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:414px;left:14px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MaB9XqNnArMpdmTwfow0S7TI0yXi7HcW { position:absolute;display:block;z-index:15014;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid rgba(240,233,235,0.3);border-left:2px solid rgba(240,233,235,0.3);border-right:2px solid rgba(240,233,235,0.3);border-bottom:2px solid rgba(240,233,235,0.3);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:300px;width:300px;top:221px;left:0px;display:none; }
#WTAfStkEoTPLS71Un4ak0KeiXiecgJq7 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:165px;width:168px;top:171.5px;left:67.5px;overflow:hidden;display:none; }
#hnNz5IUoaMLhHqTheTfe1UdgT1aUQv9h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(118,32,38,0.24);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hnNz5IUoaMLhHqTheTfe1UdgT1aUQv9h > .row .container { background-color: transparent; background-image: none; }#hnNz5IUoaMLhHqTheTfe1UdgT1aUQv9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnNz5IUoaMLhHqTheTfe1UdgT1aUQv9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnNz5IUoaMLhHqTheTfe1UdgT1aUQv9h > .row .container > .video-iframe-container { display: none; }#hnNz5IUoaMLhHqTheTfe1UdgT1aUQv9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnNz5IUoaMLhHqTheTfe1UdgT1aUQv9h > .row > .video-iframe-container { display: none; }#hnNz5IUoaMLhHqTheTfe1UdgT1aUQv9h > .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); }#hnNz5IUoaMLhHqTheTfe1UdgT1aUQv9h > .row .container { border-width: 0; border-radius: 0; }#hnNz5IUoaMLhHqTheTfe1UdgT1aUQv9h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hnNz5IUoaMLhHqTheTfe1UdgT1aUQv9h > .row .container { font-size:14px;font-family:arial;height:507px;width:960px;position:relative;display:block; }#XEAlXw0ZidIQOSyS4kqKZKvELe54vQRK { position:absolute;display:block;z-index:15006;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid rgba(240,233,235,0.3);border-left:2px solid rgba(240,233,235,0.3);border-right:2px solid rgba(240,233,235,0.3);border-bottom:2px solid rgba(240,233,235,0.3);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:380px;width:477px;top:78px;left:239.5px;display:block; }
#uwXPrgtKCvRrFdwgaW8HhyD2XaN6Tnqd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:162px;width:166px;top:24px;left:397px;overflow:hidden;display:block; }
#vZw6PPwhZEnfbsXwDfVs6UQnE8Tf4d5m { color:#68382a;display:block;width:277px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:239.09375px;left:341.5px;height:28.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qkbFT3Mo2cohsMlUw8cQtATuXBhTqRPm { color:#68382a;display:block;width:245px;position:absolute;font-family:tajawal;font-size:25px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:207.5px;left:357.5px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y5GLyUubCcQMpKdPEMKBpGe2T2W1RmM7 { color:#68382a;display:block;width:277px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:280px;left:341.5px;height:163.984px;text-align:right;text-align-last:right;font-style:normal;display:block; }#y5GLyUubCcQMpKdPEMKBpGe2T2W1RmM7 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#y5GLyUubCcQMpKdPEMKBpGe2T2W1RmM7 li:before{  }
#vk2fMsK9RdoofK84DAtnpR4XGHreoXP0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.48);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vk2fMsK9RdoofK84DAtnpR4XGHreoXP0 > .row .container { background-color: transparent; background-image: none; }#vk2fMsK9RdoofK84DAtnpR4XGHreoXP0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vk2fMsK9RdoofK84DAtnpR4XGHreoXP0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vk2fMsK9RdoofK84DAtnpR4XGHreoXP0 > .row .container > .video-iframe-container { display: none; }#vk2fMsK9RdoofK84DAtnpR4XGHreoXP0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vk2fMsK9RdoofK84DAtnpR4XGHreoXP0 > .row > .video-iframe-container { display: none; }#vk2fMsK9RdoofK84DAtnpR4XGHreoXP0 > .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); }#vk2fMsK9RdoofK84DAtnpR4XGHreoXP0 > .row .container { border-width: 0; border-radius: 0; }#vk2fMsK9RdoofK84DAtnpR4XGHreoXP0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vk2fMsK9RdoofK84DAtnpR4XGHreoXP0 > .row .container { font-size:14px;font-family:arial;height:343px;width:960px;position:relative;display:block; }#qEITs59lTyPAWO49G6KdZWmMwbkCPEW3 { color:#68382a;display:block;width:912px;position:absolute;font-family:tajawal;font-size:20px;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:117.5px;left:24px;height:108px;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fZDrBT7IIcZIC7damZTEeTas0D2OW9s9 { color:#762026;display:block;width:476px;position:absolute;font-family:tajawal;font-size:49px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30px;left:242px;height:63.6953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bcV8JKBw0Es1fi9zt5oFT9cCenO4pF4a { background-color:#762026;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 8px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:25px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:338px;height:60px;text-decoration:none;z-index:15103;text-align:center;text-align-last:center;top:251px;left:311px;display:block; }
#zb99J16Kz4HwsykpimT05C3w18k4NNzu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vNqLUH0Su1NvOAWTdkpMphzT1JfcKfEp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#762026;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vNqLUH0Su1NvOAWTdkpMphzT1JfcKfEp > .row .container { background-color: transparent; background-image: none; }#vNqLUH0Su1NvOAWTdkpMphzT1JfcKfEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNqLUH0Su1NvOAWTdkpMphzT1JfcKfEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNqLUH0Su1NvOAWTdkpMphzT1JfcKfEp > .row .container > .video-iframe-container { display: none; }#vNqLUH0Su1NvOAWTdkpMphzT1JfcKfEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNqLUH0Su1NvOAWTdkpMphzT1JfcKfEp > .row > .video-iframe-container { display: none; }#vNqLUH0Su1NvOAWTdkpMphzT1JfcKfEp > .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); }#vNqLUH0Su1NvOAWTdkpMphzT1JfcKfEp > .row .container { border-width: 0; border-radius: 0; }#vNqLUH0Su1NvOAWTdkpMphzT1JfcKfEp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vNqLUH0Su1NvOAWTdkpMphzT1JfcKfEp > .row .container { font-size:14px;font-family:arial;height:15px;width:960px;position:relative;display:block; }#kqU5hPagTQ7ZznJTfVU7Qx72TNHdT1Xr { position:relative;display:block; }#kqU5hPagTQ7ZznJTfVU7Qx72TNHdT1Xr { background-color: transparent; background-image: none; }#kqU5hPagTQ7ZznJTfVU7Qx72TNHdT1Xr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqU5hPagTQ7ZznJTfVU7Qx72TNHdT1Xr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqU5hPagTQ7ZznJTfVU7Qx72TNHdT1Xr > .row .container > .video-iframe-container { display: none; }#kqU5hPagTQ7ZznJTfVU7Qx72TNHdT1Xr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqU5hPagTQ7ZznJTfVU7Qx72TNHdT1Xr > .row > .video-iframe-container { display: none; }#kqU5hPagTQ7ZznJTfVU7Qx72TNHdT1Xr > .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); }#kqU5hPagTQ7ZznJTfVU7Qx72TNHdT1Xr { border-width: 0; border-radius: 0; }#kqU5hPagTQ7ZznJTfVU7Qx72TNHdT1Xr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kqU5hPagTQ7ZznJTfVU7Qx72TNHdT1Xr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:666px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BEAh5WuJ0oqvvTdBZqtHqrKFPOU2xsiV { position:absolute;display:block;z-index:15007;background-color:#b38383;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(139,82,153,0.2);border-left:1px solid rgba(139,82,153,0.2);border-right:1px solid rgba(139,82,153,0.2);border-bottom:1px solid rgba(139,82,153,0.2);border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:68px;width:864px;top:47px;left:47px;display:block; }
#xii28CDb0r0NWxnfmLDdD89rPIhbgo6x { color:#fffcfb;display:block;width:320px;position:absolute;font-family:cairo;font-size:30px;font-weight:700;z-index:15100;line-height:1.6;letter-spacing:0;top:58px;left:320px;height:48px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zZJI172KAH25UT9mOGz8mdpUxoJWlCtM { position:absolute;display:block;z-index:15001;background-color:rgba(179,131,131,0.41);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(240,233,235,0.2);border-left:1px solid rgba(240,233,235,0.2);border-right:1px solid rgba(240,233,235,0.2);border-bottom:1px solid rgba(240,233,235,0.2);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 6px rgba(0,0,0,0.2) ;height:640px;width:917px;top:21px;left:18px;display:block; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-form-header {  }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-regular-label { height:auto;display:block;font-family:tajawal;font-size:16px;font-weight:bold;color:#5f1d34;width:829px;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;text-align:left;text-align-last:left;line-height:1.6;overflow:hidden;vertical-align:top; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:rgba(255,255,255,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:829px;box-sizing:border-box;height:50px;color:#161616;font-size:16px;overflow:hidden;font-family:tajawal;text-align:right;text-align-last:right;line-height:1.6;font-weight:400;font-style:normal;vertical-align:top; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:rgba(255,255,255,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:829px;box-sizing:border-box;height:70px;color:#161616;font-size:16px;overflow:hidden;font-family:tajawal;text-align:right;text-align-last:right;line-height:1.6;font-weight:400;font-style:normal;vertical-align:top; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:rgba(255,255,255,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:829px;box-sizing:border-box;height:40px;color:#161616;font-family:tajawal;font-size:16px;overflow:hidden;line-height:1.6;text-align:right;text-align-last:right;vertical-align:top; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .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; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#5f1d34;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;box-sizing:border-box;font-size:25px;font-weight:bold;color:#ffffff;width:829px;height:55px;font-family:cairo;overflow:hidden;line-height:.3; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 [class*="-text"]:-moz-placeholder { color:#63656a;font-family:tajawal;font-size:16px; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 [class*="-text"]::-moz-placeholder { color:#63656a;font-family:tajawal;font-size:16px; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 [class*="-text"]:-ms-input-placeholder { color:#63656a;font-family:tajawal;font-size:16px; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 [class*="-text"]::-webkit-input-placeholder { color:#63656a;font-family:tajawal;font-size:16px; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:810px;overflow:hidden;font-style:normal;float:none; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .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; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-container { padding-top:5px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-container:first-of-type{padding-top:0;}#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-container:last-of-type{padding-bottom:0;}#C1hbVVszbIo9whk8TRTp1tp9fONvWib6  { background-color:rgba(255,255,255,0.7);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:829px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;position:absolute;top:144px;left:44px; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:829px;display:block;vertical-align:top; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 {display:block;}#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 { background-color:rgba(255,255,255,0.7);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:829px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;position:absolute;top:144px;left:44px; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #hTvTzrswT96Z8uRG1rIehSfHJxR19LBg { position:relative; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #EUWZXBhi7Kv5JKbVLW9RoF9Ze92gLzTP { position:relative;display:none; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #EdUMGqd08PJUbDDuzbnKfUPI2Zu3DANs { position:relative; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #vOVTAVVKMTlWBornLxQqT4fLmR9ria93 { position:relative; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #rXAgfTzsPZQc9ldcmOqyTK7VOTt9c8sI { position:relative;display:none; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #mC6wAiNSHozqCA67VnugNrvEKOHnrtMR { position:relative; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #CW2yOsnm58vuqm1FW3wB6NGEm9ypOers { position:relative; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #o29BQFcPWOds2GVoDUDViJ5wWwzPW9AS { position:relative;display:none; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #OSsTuSfwuUt0cVp9hcgi7sH9ReLmbKwH { position:relative; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #RqtMmmC28NCsRCPdP2Mc36OEyW3ynlFQ { position:relative; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #ETb3H5gCnZfxuGanm2de7EIvzNXuRaVw { position:relative;display:none; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #NI8Wtx6Txh8o1DIVLPu415vEdsUJgz9B { position:relative; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #KrivklnlLibh2ZGfzrTeg4hSvbsv0C2C { position:relative; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #uTVXwUiy38R2TdZ3fsE3BuJpfcCka1Vt { position:relative;display:none; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #uG60PiHRWKog3h7FL0hR0xVJNtuWw3DT { position:relative; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #uzwvRdB7lFBXSArzdBLF3M6hahcQHZTm { position:relative; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #F8MTwtdRxX1VOUT7yPA6kbOHIIDBKOUr { position:relative;display:none; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #cSsKqymzF4LWMfuVek0zHQqqgLMccxBl { position:relative; }
#yRs6GraAwscbKCxpvHiucq3Z8Q1pyMhA { position:relative;display:block; }
#kCwaVxq6cA8UlPiQ9SAeADc47l0vcIwt { position:relative;display:block; }
#y2AcICqkiegsWPiKDw6Ac6NUaZMu0LdP { position:relative;display:block; }
#rZhLUTbvzpqkNwX14cvDwDia83igqnvU { position:relative;display:block; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #FB1U4VwzRSWniyoRKKpTbpDHIdhNGi6v { position:relative; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #iBTsBbfRvBOF5gF7IuWJAQJulmgop09L { position:relative; }
#ZgZwgEqdwT3M3TzoHgZdz3UU7uwRgzvQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,235,253,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZgZwgEqdwT3M3TzoHgZdz3UU7uwRgzvQ > .row .container { border-width: 0; border-radius: 0; }#ZgZwgEqdwT3M3TzoHgZdz3UU7uwRgzvQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZgZwgEqdwT3M3TzoHgZdz3UU7uwRgzvQ > .row .container { font-size:14px;font-family:arial;height:833px;width:960px;position:relative;display:none; }#Un2AbKAS2nPmXnlgxOfnvCuMdcNxUD1J { position:absolute;display:block;z-index:15006;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid rgba(240,233,235,0.3);border-left:2px solid rgba(240,233,235,0.3);border-right:2px solid rgba(240,233,235,0.3);border-bottom:2px solid rgba(240,233,235,0.3);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:300px;width:300px;top:79px;left:328px;display:block; }
#rT7niDu3CJcbRHadLSnu7B5maHkSSgZ0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:163px;width:166px;top:32px;left:396px;overflow:hidden;display:block; }
#bZU4UpX9Pb4OIOy5FEfkvpgnvTLyeHUR { color:#121212;display:block;width:277px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:272px;left:342px;height:28.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fEDqZs3WPbKdqJtHtTIylzxOJesJEXtl { color:#5f1d34;display:block;width:245px;position:absolute;font-family:tajawal;font-size:25px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:219px;left:358px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TMZyk9ihJvZaLGuHiV9Dq3ly8pPQ8aGI { color:#5f1d34;display:block;width:245px;position:absolute;font-family:tajawal;font-size:25px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:218px;left:30px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fwKVbZBqp1PcI2c5VZDSGTnWMOxio0b6 { color:#121212;display:block;width:277px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:271px;left:14px;height:57.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bVdvgmnRRoaaJau9D2lNrKAmnff40QBx { position:absolute;display:block;z-index:15010;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid rgba(240,233,235,0.3);border-left:2px solid rgba(240,233,235,0.3);border-right:2px solid rgba(240,233,235,0.3);border-bottom:2px solid rgba(240,233,235,0.3);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:300px;width:300px;top:78px;left:0px;display:block; }
#tfuPzWEeFABagx0rhKw6Q2nygDBzVsLT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:161px;width:165px;top:29px;left:68px;overflow:hidden;display:block; }
#uIzzHD0z3zdEzA4VE2DqCGuAHLxt5RVh { color:#5f1d34;display:block;width:245px;position:absolute;font-family:tajawal;font-size:25px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:220px;left:686px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UTadpVGGfdaHV14I9bLWZQhlgc9IkPei { color:#121212;display:block;width:277px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:273px;left:670px;height:57.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ed4w0esrJJctqzNA6u4KN6GAqLHSs4bM { position:absolute;display:block;z-index:15014;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid rgba(240,233,235,0.3);border-left:2px solid rgba(240,233,235,0.3);border-right:2px solid rgba(240,233,235,0.3);border-bottom:2px solid rgba(240,233,235,0.3);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:300px;width:300px;top:80px;left:656px;display:block; }
#svFzmfrHoXNEWbUgVecAvxh3QZXivzQB { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:164px;width:168px;top:31px;left:723px;overflow:hidden;display:block; }
#tpT7owXeaOxJKhxgFN4MwC0Ud7TyJcb9 { position:absolute;display:block;z-index:15018;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid rgba(240,233,235,0.3);border-left:2px solid rgba(240,233,235,0.3);border-right:2px solid rgba(240,233,235,0.3);border-bottom:2px solid rgba(240,233,235,0.3);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:300px;width:300px;top:468px;left:656px;display:block; }
#HOGCttS5az7DJfXtTnZT8FLwpuNAcTRV { color:#121212;display:block;width:277px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:661px;left:670px;height:28.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V0HIsFkidtuJMJZbO36q0ZATvhEtbTLg { color:#5f1d34;display:block;width:245px;position:absolute;font-family:tajawal;font-size:25px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:608px;left:686px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d51yhK6XNFcX4EwvZrV0iE0wJzc4EFhE { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:164px;width:168px;top:419px;left:724.5px;overflow:hidden;display:block; }
#TfNCBBqyJBSsdmm165I81XmCp3ZUsc2v { position:absolute;display:block;z-index:15022;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid rgba(240,233,235,0.3);border-left:2px solid rgba(240,233,235,0.3);border-right:2px solid rgba(240,233,235,0.3);border-bottom:2px solid rgba(240,233,235,0.3);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:300px;width:300px;top:468px;left:330px;display:block; }
#psVnbLbiR7FfBK7uU0chhzseAEP6CnDT { color:#121212;display:block;width:273px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:661px;left:344px;height:86.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBmxTZt9Hmy1ftiRS8l1T5oGGhqLqOqh { color:#5f1d34;display:block;width:245px;position:absolute;font-family:tajawal;font-size:25px;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:608px;left:360px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iB1pBa2wMKm6qbpz3SNhJO634tTMMC1G { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:164px;width:168px;top:419px;left:398px;overflow:hidden;display:block; }
#OvU0C9XcQMnw6AQ7KkbltJIuDuOgJRvq { position:absolute;display:block;z-index:15026;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid rgba(240,233,235,0.3);border-left:2px solid rgba(240,233,235,0.3);border-right:2px solid rgba(240,233,235,0.3);border-bottom:2px solid rgba(240,233,235,0.3);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:300px;width:300px;top:468px;left:0px;display:block; }
#pWlkiLq6FVXf6QbWZviKCREyhQWPE9A5 { color:#121212;display:block;width:277px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:661px;left:14px;height:28.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ALsC6fsdg4HOV4oDc5tiAyXbdoKEb7yP { color:#5f1d34;display:block;width:245px;position:absolute;font-family:tajawal;font-size:25px;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:608px;left:30px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nVbR93L4UdTEeASmENukA78sqvunKSfT { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 3px rgba(95,29,52,0.2) ;height:164px;width:168px;top:419px;left:68px;overflow:hidden;display:block; }
#CZe0NVfbmyAAg3ux285GABbaEcLl4JDW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(234,232,227,0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CZe0NVfbmyAAg3ux285GABbaEcLl4JDW > .row .container { background-color: transparent; background-image: none; }#CZe0NVfbmyAAg3ux285GABbaEcLl4JDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZe0NVfbmyAAg3ux285GABbaEcLl4JDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZe0NVfbmyAAg3ux285GABbaEcLl4JDW > .row .container > .video-iframe-container { display: none; }#CZe0NVfbmyAAg3ux285GABbaEcLl4JDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZe0NVfbmyAAg3ux285GABbaEcLl4JDW > .row > .video-iframe-container { display: none; }#CZe0NVfbmyAAg3ux285GABbaEcLl4JDW > .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); }#CZe0NVfbmyAAg3ux285GABbaEcLl4JDW > .row .container { border-width: 0; border-radius: 0; }#CZe0NVfbmyAAg3ux285GABbaEcLl4JDW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZe0NVfbmyAAg3ux285GABbaEcLl4JDW > .row .container { font-size:14px;font-family:arial;height:131px;width:960px;position:relative;display:block; }#imGsFTy12fNgIT1ouq4VylOI3RNrerpe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:95px;width:441px;top:18px;left:259.5px;overflow:hidden;display:block; }
#zwHbIqIwdJhGndTr3dff1gWrw94NxABg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(234,232,227,0.47);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#zwHbIqIwdJhGndTr3dff1gWrw94NxABg > .row .container { background-color: transparent; background-image: none; }#zwHbIqIwdJhGndTr3dff1gWrw94NxABg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwHbIqIwdJhGndTr3dff1gWrw94NxABg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwHbIqIwdJhGndTr3dff1gWrw94NxABg > .row .container > .video-iframe-container { display: none; }#zwHbIqIwdJhGndTr3dff1gWrw94NxABg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwHbIqIwdJhGndTr3dff1gWrw94NxABg > .row > .video-iframe-container { display: none; }#zwHbIqIwdJhGndTr3dff1gWrw94NxABg > .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); }#zwHbIqIwdJhGndTr3dff1gWrw94NxABg > .row .container { border-width: 0; border-radius: 0; }#zwHbIqIwdJhGndTr3dff1gWrw94NxABg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zwHbIqIwdJhGndTr3dff1gWrw94NxABg > .row .container { font-size:14px;font-family:arial;height:58px;width:960px;position:relative;display:block; }#kMLPGNUg2az9vrNTfvPGEkuBIHsFXTug { color:#121212;display:block;width:960px;position:absolute;font-family:tajawal;font-size:12px;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:17.5px;left:0px;height:19.1953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dRxVVJrbmwbiG1xrQD7TcvASWBScUy1S { display:block; }#dRxVVJrbmwbiG1xrQD7TcvASWBScUy1S > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOtV3mAJdRp6rgBPgv5ohfVSf7qiJ6WD { top:19px;left:96.5px;width:571px;height:122px;display:block; }
 }@media only screen and (max-width: 763px) { #EfbRLzx84TuS32K0J36SU8vwKk5Ez1QR { display:block; }#EfbRLzx84TuS32K0J36SU8vwKk5Ez1QR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pT1FDAZiTEvWDghNnRrkENUm2GOdhT0r { top:95px;left:0px;width:764px;height:108px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cKgSonWHGG5ghtKu2ZcmizFrkCmgX1Vb { top:12px;left:144px;width:476px;height:66px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #vExAsmTCmuvnHaDQZtkuhinZJC02dckq { top:261px;left:118px;width:646px;height:129px;font-size:22px;display:block; }#vExAsmTCmuvnHaDQZtkuhinZJC02dckq li:before{  }
 }@media only screen and (max-width: 763px) { #DRmTaJ3kscJzFTPSimf1uO6HC8hoi19t { top:213px;left:565px;width:199px;height:48px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #B9M8TUtLAqwer6LmxvZlJHneLCVZbNgR { display:block; }#B9M8TUtLAqwer6LmxvZlJHneLCVZbNgR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeaydxoahMJ0c5LmqDPeWDGOf3Fl5TUg { top:10px;left:0px;width:764px;height:78px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #miVuVfAkBhuwgtx7mthaofwK2ZEFKUld { display:block; }#miVuVfAkBhuwgtx7mthaofwK2ZEFKUld > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDgkyNPm80rgZ2sNKnJfO9yLozwuxV6G { top:30px;left:85.5px;width:595px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #aBUM54QzwoxTQWUBd6IpI1fODvvK6Xs0 { top:138px;left:380.5px;width:329px;height:41px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #F1vNHG5ulzoBLGTi5K0GZOsgHys7EESo { top:100px;left:28.5px;width:691px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #vlTyWuvMNE0EI8IrZlwTg4gFyHwiT0dV { top:236px;left:32px;width:691px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #m6kD8FHQlwqaMu2DCfQkkVFwuXMTzFA6 { top:270px;left:384px;width:322px;height:41px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #u5WFkIJO28BMLMPpT5xJK7KDmkclTlrz { top:358px;left:33.5px;width:691px;height:77px;display:block; }
 }@media only screen and (max-width: 763px) { #d5mIChA05trpkTwRVAy4ICBiZ7m16pp4 { top:379px;left:395px;width:300px;height:41px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #OLPZTiPlJWxupTIRABsgSbTzhCtBAB2V { top:375px;left:164px;width:167px;height:66px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Nvcp75Sod7zKzNHM0gWs9ySOqdGdGE7r { top:375px;left:55px;width:125px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #l28KFKBENQRoPTnBQ5QtsysvhkLUJbbc { top:129px;left:165px;width:167px;height:66px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #a4CLr6fNymxVkQy7DZykZLdhfy6qT8GF { top:129px;left:58px;width:125px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #qFplx0sVtf7OV6Xkw40RLiv6cz5r1dhE { top:256px;left:165px;width:167px;height:66px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Q42eqcZU5DPQLTJHRIyqoCvCuqdQXdq3 { top:259px;left:54.5px;width:125px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #mLiHURTxgsnif2QK52PlFA0TxQoovnfx { width:285px;height:69px;top:504px;left:239.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MyEVo42GLqz1GKE9FPlXXtnZXENx0E7R { display:block; }
 }@media only screen and (max-width: 763px) { #RGo2oq7n4tT6AbRLduxmL4hAs8u15Skf { display:block; }#RGo2oq7n4tT6AbRLduxmL4hAs8u15Skf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb1c8nPUTwmgJd8wXXASOUv4plaRf7OK { display:block; }#cb1c8nPUTwmgJd8wXXASOUv4plaRf7OK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FO8AyGxAVBRIEm8v7fbbU3iGepaV5DGt { top:30px;left:85.5px;width:595px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UG6NUTieQwIuvp9iQF7Kl5ogdIOVR1Ms { top:113px;left:37px;width:691px;height:77px;display:block; }
 }@media only screen and (max-width: 763px) { #q9gxUa0REtWMxWior5v3ZMPuDXyg4tQQ { top:136px;left:326px;width:388px;height:41px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #sSiXCyx6bQ1KGlLzPcMMvO8CxrMUg4KT { top:130px;left:158px;width:167px;height:66px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #nX0D1Mr4bhroFg1ZObTEBoJ6KvOEi9e0 { top:130px;left:58px;width:125px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #duTp9HnTEUsud6AfvTiqzDOQPq88g0zX { width:285px;height:69px;top:247px;left:239.5px;display:block; }
 }@media only screen and (max-width: 763px) { #C0rf03oF3T9XmJvElZVw8x479qp5E0EG { display:block; }
 }@media only screen and (max-width: 763px) { #ZeuV2QC0BByLVq8XMBG0esG8g7LEugbM { display:block; }#ZeuV2QC0BByLVq8XMBG0esG8g7LEugbM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9e00mtCZ0nIK3zJDyLfN9P5iXt2BoE7 { display:block; }#W9e00mtCZ0nIK3zJDyLfN9P5iXt2BoE7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wS3a3dBVdBeP0IHeA6o6RBndslwfmy5n { top:31px;left:0px;width:764px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #S5yGHhbpOEQXxAtF6lzQX4nqzf6lTkq5 { top:107px;left:0px;width:764px;height:108px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ISa9icJZmhPkZ10IMXUJmzmzTNMBwLp2 { top:81px;left:176px;width:413px;height:4px;display:block; }
 }@media only screen and (max-width: 763px) { #w9WzZZoi9U7SFNoQLOqzMxFdBSyWCTEq { top:222px;left:460px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #cDX3RR9nypmE4zFZQlO0y0pTQVp6el5r { top:174px;left:596px;width:168px;height:163px;display:block; }
 }@media only screen and (max-width: 763px) { #zDskS9eB7LuPbeGl33DMTJJnFOWnddDX { top:415px;left:487px;width:277px;height:86px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RaIxKTOU70e3t7IACTepD5IGnUdSpcFP { top:362px;left:519px;width:245px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #xTanKhfM06z8DIdWmC4i08RzGNX9DbHl { top:362px;left:261px;width:245px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #f2shKfPwzdnSGdsyTigPNS9AiF9NUtmO { top:415px;left:245px;width:277px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #l39EHf0wEPfzu6aM8a2t71R5p0lopfda { top:222px;left:231px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #siWrZ47NymlwGIome7VKr4iuxCSZfvQW { top:173px;left:298.5px;width:165px;height:162px;display:block; }
 }@media only screen and (max-width: 763px) { #N1fEuTIVU4xgLIqGd6ofpXPxCwQMya2z { top:361px;left:0px;width:245px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ueLLKo2l85Wnnz21uJEdm1kfPu5l7I5I { top:414px;left:0px;width:277px;height:57px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MaB9XqNnArMpdmTwfow0S7TI0yXi7HcW { top:221px;left:0px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #WTAfStkEoTPLS71Un4ak0KeiXiecgJq7 { top:171px;left:0px;width:168px;height:165px;display:block; }
 }@media only screen and (max-width: 763px) { #hnNz5IUoaMLhHqTheTfe1UdgT1aUQv9h { display:block; }#hnNz5IUoaMLhHqTheTfe1UdgT1aUQv9h > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEAlXw0ZidIQOSyS4kqKZKvELe54vQRK { top:78px;left:141.5px;width:477px;height:380px;display:block; }
 }@media only screen and (max-width: 763px) { #uwXPrgtKCvRrFdwgaW8HhyD2XaN6Tnqd { top:24px;left:299px;width:166px;height:162px;display:block; }
 }@media only screen and (max-width: 763px) { #vZw6PPwhZEnfbsXwDfVs6UQnE8Tf4d5m { top:239px;left:243.5px;width:277px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qkbFT3Mo2cohsMlUw8cQtATuXBhTqRPm { top:207px;left:259.5px;width:245px;height:32px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #y5GLyUubCcQMpKdPEMKBpGe2T2W1RmM7 { top:280px;left:243.5px;width:277px;height:163px;font-size:18px;display:block; }#y5GLyUubCcQMpKdPEMKBpGe2T2W1RmM7 li:before{  }
 }@media only screen and (max-width: 763px) { #vk2fMsK9RdoofK84DAtnpR4XGHreoXP0 { display:block; }#vk2fMsK9RdoofK84DAtnpR4XGHreoXP0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEITs59lTyPAWO49G6KdZWmMwbkCPEW3 { top:117px;left:0px;width:764px;height:108px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fZDrBT7IIcZIC7damZTEeTas0D2OW9s9 { top:30px;left:144px;width:476px;height:63px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #bcV8JKBw0Es1fi9zt5oFT9cCenO4pF4a { width:338px;height:60px;top:251px;left:213px;display:block; }
 }@media only screen and (max-width: 763px) { #zb99J16Kz4HwsykpimT05C3w18k4NNzu { display:block; }
 }@media only screen and (max-width: 763px) { #vNqLUH0Su1NvOAWTdkpMphzT1JfcKfEp { display:block; }#vNqLUH0Su1NvOAWTdkpMphzT1JfcKfEp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqU5hPagTQ7ZznJTfVU7Qx72TNHdT1Xr { display:block; }#kqU5hPagTQ7ZznJTfVU7Qx72TNHdT1Xr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEAh5WuJ0oqvvTdBZqtHqrKFPOU2xsiV { top:47px;left:0px;width:762px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #xii28CDb0r0NWxnfmLDdD89rPIhbgo6x { top:58px;left:222px;width:320px;height:48px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #zZJI172KAH25UT9mOGz8mdpUxoJWlCtM { top:21px;left:0px;width:762px;height:640px;display:block; }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-regular-label { width:368px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-text { width:368px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-textarea { width:368px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-select { width:368px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-button { width:368px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-checkbox-label { width:349px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6  { width:368px;height:auto;top:297px;left:0px; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .radio-container { width:368px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 {display:block;}#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 { width:368px;height:auto;top:297px;left:0px; }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #hTvTzrswT96Z8uRG1rIehSfHJxR19LBg {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #EUWZXBhi7Kv5JKbVLW9RoF9Ze92gLzTP { display:none; }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #EdUMGqd08PJUbDDuzbnKfUPI2Zu3DANs {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #vOVTAVVKMTlWBornLxQqT4fLmR9ria93 {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #rXAgfTzsPZQc9ldcmOqyTK7VOTt9c8sI { display:none; }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #mC6wAiNSHozqCA67VnugNrvEKOHnrtMR {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #CW2yOsnm58vuqm1FW3wB6NGEm9ypOers {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #o29BQFcPWOds2GVoDUDViJ5wWwzPW9AS { display:none; }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #OSsTuSfwuUt0cVp9hcgi7sH9ReLmbKwH {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #RqtMmmC28NCsRCPdP2Mc36OEyW3ynlFQ {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #ETb3H5gCnZfxuGanm2de7EIvzNXuRaVw { display:none; }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #NI8Wtx6Txh8o1DIVLPu415vEdsUJgz9B {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #KrivklnlLibh2ZGfzrTeg4hSvbsv0C2C {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #uTVXwUiy38R2TdZ3fsE3BuJpfcCka1Vt {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #uG60PiHRWKog3h7FL0hR0xVJNtuWw3DT {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #uzwvRdB7lFBXSArzdBLF3M6hahcQHZTm {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #F8MTwtdRxX1VOUT7yPA6kbOHIIDBKOUr {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #cSsKqymzF4LWMfuVek0zHQqqgLMccxBl {  }
 }@media only screen and (max-width: 763px) { #yRs6GraAwscbKCxpvHiucq3Z8Q1pyMhA { display:block; }
 }@media only screen and (max-width: 763px) { #kCwaVxq6cA8UlPiQ9SAeADc47l0vcIwt { display:block; }
 }@media only screen and (max-width: 763px) { #y2AcICqkiegsWPiKDw6Ac6NUaZMu0LdP { display:block; }
 }@media only screen and (max-width: 763px) { #rZhLUTbvzpqkNwX14cvDwDia83igqnvU { display:block; }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #FB1U4VwzRSWniyoRKKpTbpDHIdhNGi6v {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #iBTsBbfRvBOF5gF7IuWJAQJulmgop09L {  }
 }@media only screen and (max-width: 763px) { #ZgZwgEqdwT3M3TzoHgZdz3UU7uwRgzvQ { display:block; }#ZgZwgEqdwT3M3TzoHgZdz3UU7uwRgzvQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Un2AbKAS2nPmXnlgxOfnvCuMdcNxUD1J { top:79px;left:230px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #rT7niDu3CJcbRHadLSnu7B5maHkSSgZ0 { top:32px;left:298px;width:166px;height:163px;display:block; }
 }@media only screen and (max-width: 763px) { #bZU4UpX9Pb4OIOy5FEfkvpgnvTLyeHUR { top:272px;left:244px;width:277px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fEDqZs3WPbKdqJtHtTIylzxOJesJEXtl { top:219px;left:260px;width:245px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TMZyk9ihJvZaLGuHiV9Dq3ly8pPQ8aGI { top:218px;left:0px;width:245px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #fwKVbZBqp1PcI2c5VZDSGTnWMOxio0b6 { top:271px;left:0px;width:277px;height:57px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bVdvgmnRRoaaJau9D2lNrKAmnff40QBx { top:78px;left:0px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #tfuPzWEeFABagx0rhKw6Q2nygDBzVsLT { top:29px;left:0px;width:165px;height:161px;display:block; }
 }@media only screen and (max-width: 763px) { #uIzzHD0z3zdEzA4VE2DqCGuAHLxt5RVh { top:220px;left:519px;width:245px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #UTadpVGGfdaHV14I9bLWZQhlgc9IkPei { top:273px;left:487px;width:277px;height:57px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ed4w0esrJJctqzNA6u4KN6GAqLHSs4bM { top:80px;left:460px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #svFzmfrHoXNEWbUgVecAvxh3QZXivzQB { top:31px;left:596px;width:168px;height:164px;display:block; }
 }@media only screen and (max-width: 763px) { #tpT7owXeaOxJKhxgFN4MwC0Ud7TyJcb9 { top:468px;left:460px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #HOGCttS5az7DJfXtTnZT8FLwpuNAcTRV { top:661px;left:487px;width:277px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #V0HIsFkidtuJMJZbO36q0ZATvhEtbTLg { top:608px;left:519px;width:245px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #d51yhK6XNFcX4EwvZrV0iE0wJzc4EFhE { top:419px;left:596px;width:168px;height:164px;display:block; }
 }@media only screen and (max-width: 763px) { #TfNCBBqyJBSsdmm165I81XmCp3ZUsc2v { top:468px;left:232px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #psVnbLbiR7FfBK7uU0chhzseAEP6CnDT { top:661px;left:246px;width:273px;height:86px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TBmxTZt9Hmy1ftiRS8l1T5oGGhqLqOqh { top:608px;left:262px;width:245px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #iB1pBa2wMKm6qbpz3SNhJO634tTMMC1G { top:419px;left:300px;width:168px;height:164px;display:block; }
 }@media only screen and (max-width: 763px) { #OvU0C9XcQMnw6AQ7KkbltJIuDuOgJRvq { top:468px;left:0px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #pWlkiLq6FVXf6QbWZviKCREyhQWPE9A5 { top:661px;left:0px;width:277px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ALsC6fsdg4HOV4oDc5tiAyXbdoKEb7yP { top:608px;left:0px;width:245px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #nVbR93L4UdTEeASmENukA78sqvunKSfT { top:419px;left:0px;width:168px;height:164px;display:block; }
 }@media only screen and (max-width: 763px) { #CZe0NVfbmyAAg3ux285GABbaEcLl4JDW { display:block; }#CZe0NVfbmyAAg3ux285GABbaEcLl4JDW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imGsFTy12fNgIT1ouq4VylOI3RNrerpe { top:18px;left:161.5px;width:441px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #zwHbIqIwdJhGndTr3dff1gWrw94NxABg { display:block; }#zwHbIqIwdJhGndTr3dff1gWrw94NxABg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMLPGNUg2az9vrNTfvPGEkuBIHsFXTug { top:17px;left:0px;width:764px;height:19px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/265796e0-1ceb-4cd6-9e33-a08cbd83dd93/BG_4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #dRxVVJrbmwbiG1xrQD7TcvASWBScUy1S { display:block; }#dRxVVJrbmwbiG1xrQD7TcvASWBScUy1S > .row .container { width:320px;height:128px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOtV3mAJdRp6rgBPgv5ohfVSf7qiJ6WD { width:320px;height:69.598108747045px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EfbRLzx84TuS32K0J36SU8vwKk5Ez1QR { display:block; }#EfbRLzx84TuS32K0J36SU8vwKk5Ez1QR > .row .container { width:320px;height:697px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pT1FDAZiTEvWDghNnRrkENUm2GOdhT0r { width:294px;height:360px;top:79.5px;left:13px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cKgSonWHGG5ghtKu2ZcmizFrkCmgX1Vb { width:320px;height:41.5938px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #vExAsmTCmuvnHaDQZtkuhinZJC02dckq { width:320px;height:154px;top:517px;left:0px;font-size:20px;text-align:right;text-align-last:right;display:block; }#vExAsmTCmuvnHaDQZtkuhinZJC02dckq li:before{  }
 }@media only screen and (max-width: 763px) { #DRmTaJ3kscJzFTPSimf1uO6HC8hoi19t { width:199px;height:48.5938px;top:458px;left:121px;font-size:27px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #B9M8TUtLAqwer6LmxvZlJHneLCVZbNgR { display:block; }#B9M8TUtLAqwer6LmxvZlJHneLCVZbNgR > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeaydxoahMJ0c5LmqDPeWDGOf3Fl5TUg { width:320px;height:83.1875px;top:11.390625px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #miVuVfAkBhuwgtx7mthaofwK2ZEFKUld { display:block; }#miVuVfAkBhuwgtx7mthaofwK2ZEFKUld > .row .container { width:320px;height:717px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDgkyNPm80rgZ2sNKnJfO9yLozwuxV6G { width:320px;height:83.1875px;top:21px;left:0px;font-size:32px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aBUM54QzwoxTQWUBd6IpI1fODvvK6Xs0 { width:311px;height:45.5px;top:141px;left:4px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #F1vNHG5ulzoBLGTi5K0GZOsgHys7EESo { width:314px;height:138px;top:117px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vlTyWuvMNE0EI8IrZlwTg4gFyHwiT0dV { width:314px;height:132px;top:289px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #m6kD8FHQlwqaMu2DCfQkkVFwuXMTzFA6 { width:303px;height:45.5px;top:310px;left:8.5px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #u5WFkIJO28BMLMPpT5xJK7KDmkclTlrz { width:314px;height:116px;top:462px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d5mIChA05trpkTwRVAy4ICBiZ7m16pp4 { width:246px;height:45.5px;top:482.5px;left:37px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #OLPZTiPlJWxupTIRABsgSbTzhCtBAB2V { width:112px;height:54.5938px;top:527px;left:156px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Nvcp75Sod7zKzNHM0gWs9ySOqdGdGE7r { width:123px;height:41.5938px;top:530px;left:52px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #l28KFKBENQRoPTnBQ5QtsysvhkLUJbbc { width:167px;height:54.5938px;top:195px;left:135px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #a4CLr6fNymxVkQy7DZykZLdhfy6qT8GF { width:125px;height:41.5938px;top:198.5px;left:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #qFplx0sVtf7OV6Xkw40RLiv6cz5r1dhE { width:167px;height:54.5938px;top:362px;left:117px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Q42eqcZU5DPQLTJHRIyqoCvCuqdQXdq3 { width:125px;height:41.5938px;top:362px;left:39px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #mLiHURTxgsnif2QK52PlFA0TxQoovnfx { width:285px;height:69px;top:604px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #MyEVo42GLqz1GKE9FPlXXtnZXENx0E7R { display:block; }
 }@media only screen and (max-width: 763px) { #RGo2oq7n4tT6AbRLduxmL4hAs8u15Skf { display:block; }#RGo2oq7n4tT6AbRLduxmL4hAs8u15Skf > .row .container { width:320px;height:13px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cb1c8nPUTwmgJd8wXXASOUv4plaRf7OK { display:block; }#cb1c8nPUTwmgJd8wXXASOUv4plaRf7OK > .row .container { width:320px;height:347px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FO8AyGxAVBRIEm8v7fbbU3iGepaV5DGt { width:320px;height:83.1875px;top:26px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UG6NUTieQwIuvp9iQF7Kl5ogdIOVR1Ms { width:314px;height:99px;top:113px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #q9gxUa0REtWMxWior5v3ZMPuDXyg4tQQ { width:291px;height:31.1953px;top:132.8125px;left:14.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #sSiXCyx6bQ1KGlLzPcMMvO8CxrMUg4KT { width:112px;height:54.5938px;top:164px;left:148px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #nX0D1Mr4bhroFg1ZObTEBoJ6KvOEi9e0 { width:105px;height:41.5938px;top:171px;left:60px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #duTp9HnTEUsud6AfvTiqzDOQPq88g0zX { width:285px;height:69px;top:232px;left:17.5px;display:block; }
 }@media only screen and (max-width: 763px) { #C0rf03oF3T9XmJvElZVw8x479qp5E0EG { display:block; }
 }@media only screen and (max-width: 763px) { #ZeuV2QC0BByLVq8XMBG0esG8g7LEugbM { display:block; }#ZeuV2QC0BByLVq8XMBG0esG8g7LEugbM > .row .container { width:320px;height:13px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9e00mtCZ0nIK3zJDyLfN9P5iXt2BoE7 { display:block; }#W9e00mtCZ0nIK3zJDyLfN9P5iXt2BoE7 > .row .container { width:320px;height:342px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wS3a3dBVdBeP0IHeA6o6RBndslwfmy5n { width:290px;height:33.7969px;top:29px;left:15px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #S5yGHhbpOEQXxAtF6lzQX4nqzf6lTkq5 { width:306px;height:226.789px;top:95px;left:7px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ISa9icJZmhPkZ10IMXUJmzmzTNMBwLp2 { width:100px;height:4px;top:75px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #w9WzZZoi9U7SFNoQLOqzMxFdBSyWCTEq { width:300px;height:300px;top:345px;left:8px;display:none; }
 }@media only screen and (max-width: 763px) { #cDX3RR9nypmE4zFZQlO0y0pTQVp6el5r { width:168px;height:163px;top:293px;left:76px;display:none; }
 }@media only screen and (max-width: 763px) { #zDskS9eB7LuPbeGl33DMTJJnFOWnddDX { width:277px;height:96px;top:538px;left:22px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #RaIxKTOU70e3t7IACTepD5IGnUdSpcFP { width:245px;height:26px;top:485px;left:38px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #xTanKhfM06z8DIdWmC4i08RzGNX9DbHl { width:245px;height:26px;top:858px;left:38px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #f2shKfPwzdnSGdsyTigPNS9AiF9NUtmO { width:277px;height:32px;top:911px;left:22px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #l39EHf0wEPfzu6aM8a2t71R5p0lopfda { width:300px;height:300px;top:718px;left:8px;display:none; }
 }@media only screen and (max-width: 763px) { #siWrZ47NymlwGIome7VKr4iuxCSZfvQW { width:165px;height:162px;top:672px;left:77px;display:none; }
 }@media only screen and (max-width: 763px) { #N1fEuTIVU4xgLIqGd6ofpXPxCwQMya2z { width:245px;height:26px;top:1243px;left:37.5px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #ueLLKo2l85Wnnz21uJEdm1kfPu5l7I5I { width:277px;height:64px;top:1284px;left:23px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #MaB9XqNnArMpdmTwfow0S7TI0yXi7HcW { width:300px;height:300px;top:1091px;left:9px;display:none; }
 }@media only screen and (max-width: 763px) { #WTAfStkEoTPLS71Un4ak0KeiXiecgJq7 { width:168px;height:165px;top:1059px;left:84px;display:none; }
 }@media only screen and (max-width: 763px) { #hnNz5IUoaMLhHqTheTfe1UdgT1aUQv9h { display:block; }#hnNz5IUoaMLhHqTheTfe1UdgT1aUQv9h > .row .container { width:320px;height:542px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEAlXw0ZidIQOSyS4kqKZKvELe54vQRK { width:300px;height:438px;top:71px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #uwXPrgtKCvRrFdwgaW8HhyD2XaN6Tnqd { width:166px;height:162px;top:19px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #vZw6PPwhZEnfbsXwDfVs6UQnE8Tf4d5m { width:277px;height:32px;top:253px;left:21.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qkbFT3Mo2cohsMlUw8cQtATuXBhTqRPm { width:245px;height:31.1953px;top:211px;left:38px;font-size:24px;color:#ad7d57;display:block; }
 }@media only screen and (max-width: 763px) { #y5GLyUubCcQMpKdPEMKBpGe2T2W1RmM7 { width:277px;height:180px;top:312px;left:21.5px;font-size:20px;display:block; }#y5GLyUubCcQMpKdPEMKBpGe2T2W1RmM7 li:before{  }
 }@media only screen and (max-width: 763px) { #vk2fMsK9RdoofK84DAtnpR4XGHreoXP0 { display:block; }#vk2fMsK9RdoofK84DAtnpR4XGHreoXP0 > .row .container { width:320px;height:540px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEITs59lTyPAWO49G6KdZWmMwbkCPEW3 { width:294px;height:324px;top:79.5px;left:13px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fZDrBT7IIcZIC7damZTEeTas0D2OW9s9 { width:320px;height:41.5938px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #bcV8JKBw0Es1fi9zt5oFT9cCenO4pF4a { width:304px;height:60px;top:442.59375px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #zb99J16Kz4HwsykpimT05C3w18k4NNzu { display:block; }
 }@media only screen and (max-width: 763px) { #vNqLUH0Su1NvOAWTdkpMphzT1JfcKfEp { display:block; }#vNqLUH0Su1NvOAWTdkpMphzT1JfcKfEp > .row .container { width:320px;height:11px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqU5hPagTQ7ZznJTfVU7Qx72TNHdT1Xr { display:block; }#kqU5hPagTQ7ZznJTfVU7Qx72TNHdT1Xr > .row .container { width:320px;height:665px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEAh5WuJ0oqvvTdBZqtHqrKFPOU2xsiV { width:300px;height:68px;top:50px;left:10px;background-color:#b38383;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;display:block; }
 }@media only screen and (max-width: 763px) { #xii28CDb0r0NWxnfmLDdD89rPIhbgo6x { width:252px;height:41.5938px;top:63.1953125px;left:34px;font-size:26px;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zZJI172KAH25UT9mOGz8mdpUxoJWlCtM { width:320px;height:635px;top:23px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-regular-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-text { width:261px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-textarea { width:261px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-select { width:261px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-input-button { width:261px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .widget-checkbox-label { width:242px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6  { width:261px;height:auto;top:138.9921875px;left:9px; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 .radio-container { width:261px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 {display:block;}#C1hbVVszbIo9whk8TRTp1tp9fONvWib6 { width:261px;height:auto;top:138.9921875px;left:9px; }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #hTvTzrswT96Z8uRG1rIehSfHJxR19LBg {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #EUWZXBhi7Kv5JKbVLW9RoF9Ze92gLzTP { display:none; }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #EdUMGqd08PJUbDDuzbnKfUPI2Zu3DANs {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #vOVTAVVKMTlWBornLxQqT4fLmR9ria93 {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #rXAgfTzsPZQc9ldcmOqyTK7VOTt9c8sI { display:none; }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #mC6wAiNSHozqCA67VnugNrvEKOHnrtMR {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #CW2yOsnm58vuqm1FW3wB6NGEm9ypOers {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #o29BQFcPWOds2GVoDUDViJ5wWwzPW9AS { display:none; }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #OSsTuSfwuUt0cVp9hcgi7sH9ReLmbKwH {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #RqtMmmC28NCsRCPdP2Mc36OEyW3ynlFQ {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #ETb3H5gCnZfxuGanm2de7EIvzNXuRaVw { display:none; }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #NI8Wtx6Txh8o1DIVLPu415vEdsUJgz9B {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #KrivklnlLibh2ZGfzrTeg4hSvbsv0C2C {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #uTVXwUiy38R2TdZ3fsE3BuJpfcCka1Vt { display:none; }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #uG60PiHRWKog3h7FL0hR0xVJNtuWw3DT {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #uzwvRdB7lFBXSArzdBLF3M6hahcQHZTm {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #F8MTwtdRxX1VOUT7yPA6kbOHIIDBKOUr { display:none; }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #cSsKqymzF4LWMfuVek0zHQqqgLMccxBl {  }
 }@media only screen and (max-width: 763px) { #yRs6GraAwscbKCxpvHiucq3Z8Q1pyMhA { display:block; }
 }@media only screen and (max-width: 763px) { #kCwaVxq6cA8UlPiQ9SAeADc47l0vcIwt { display:block; }
 }@media only screen and (max-width: 763px) { #y2AcICqkiegsWPiKDw6Ac6NUaZMu0LdP { display:block; }
 }@media only screen and (max-width: 763px) { #rZhLUTbvzpqkNwX14cvDwDia83igqnvU { display:block; }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #FB1U4VwzRSWniyoRKKpTbpDHIdhNGi6v {  }
 }@media only screen and (max-width: 763px) { #C1hbVVszbIo9whk8TRTp1tp9fONvWib6 #iBTsBbfRvBOF5gF7IuWJAQJulmgop09L {  }
 }@media only screen and (max-width: 763px) { #ZgZwgEqdwT3M3TzoHgZdz3UU7uwRgzvQ { display:none; }#ZgZwgEqdwT3M3TzoHgZdz3UU7uwRgzvQ > .row .container { width:320px;height:2472px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Un2AbKAS2nPmXnlgxOfnvCuMdcNxUD1J { width:300px;height:300px;top:578px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #rT7niDu3CJcbRHadLSnu7B5maHkSSgZ0 { width:166px;height:163px;top:526px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #bZU4UpX9Pb4OIOy5FEfkvpgnvTLyeHUR { width:277px;height:32px;top:771px;left:22px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fEDqZs3WPbKdqJtHtTIylzxOJesJEXtl { width:245px;height:26px;top:718px;left:38px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TMZyk9ihJvZaLGuHiV9Dq3ly8pPQ8aGI { width:245px;height:26px;top:1091px;left:38px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fwKVbZBqp1PcI2c5VZDSGTnWMOxio0b6 { width:277px;height:64px;top:1144px;left:22px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bVdvgmnRRoaaJau9D2lNrKAmnff40QBx { width:300px;height:300px;top:951px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #tfuPzWEeFABagx0rhKw6Q2nygDBzVsLT { width:165px;height:161px;top:905px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #uIzzHD0z3zdEzA4VE2DqCGuAHLxt5RVh { width:245px;height:26px;top:350px;left:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UTadpVGGfdaHV14I9bLWZQhlgc9IkPei { width:277px;height:64px;top:391px;left:24px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ed4w0esrJJctqzNA6u4KN6GAqLHSs4bM { width:300px;height:300px;top:198px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #svFzmfrHoXNEWbUgVecAvxh3QZXivzQB { width:168px;height:164px;top:166px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #tpT7owXeaOxJKhxgFN4MwC0Ud7TyJcb9 { width:300px;height:300px;top:1340px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #HOGCttS5az7DJfXtTnZT8FLwpuNAcTRV { width:277px;height:32px;top:1533px;left:24px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #V0HIsFkidtuJMJZbO36q0ZATvhEtbTLg { width:245px;height:26px;top:1480px;left:40px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #d51yhK6XNFcX4EwvZrV0iE0wJzc4EFhE { width:168px;height:164px;top:1291px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #TfNCBBqyJBSsdmm165I81XmCp3ZUsc2v { width:300px;height:300px;top:1733px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #psVnbLbiR7FfBK7uU0chhzseAEP6CnDT { width:277px;height:96px;top:1926px;left:24px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TBmxTZt9Hmy1ftiRS8l1T5oGGhqLqOqh { width:245px;height:26px;top:1873px;left:40px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iB1pBa2wMKm6qbpz3SNhJO634tTMMC1G { width:168px;height:164px;top:1684px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #OvU0C9XcQMnw6AQ7KkbltJIuDuOgJRvq { width:300px;height:300px;top:2121px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #pWlkiLq6FVXf6QbWZviKCREyhQWPE9A5 { width:277px;height:32px;top:2314px;left:24px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ALsC6fsdg4HOV4oDc5tiAyXbdoKEb7yP { width:245px;height:26px;top:2261px;left:40px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nVbR93L4UdTEeASmENukA78sqvunKSfT { width:168px;height:164px;top:2072px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #CZe0NVfbmyAAg3ux285GABbaEcLl4JDW { display:block; }#CZe0NVfbmyAAg3ux285GABbaEcLl4JDW > .row .container { width:320px;height:104px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imGsFTy12fNgIT1ouq4VylOI3RNrerpe { width:314px;height:69px;top:13.9765625px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #zwHbIqIwdJhGndTr3dff1gWrw94NxABg { position:relative;z-index:auto;display:block; }#zwHbIqIwdJhGndTr3dff1gWrw94NxABg > .row .container { width:320px;height:59px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMLPGNUg2az9vrNTfvPGEkuBIHsFXTug { width:320px;height:19.1953px;top:20px;left:0px;font-size:12px;display:block; }
 }