.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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(283deg, #9d2889, #6edeea);background-image: -moz-linear-gradient(283deg, #9d2889, #6edeea);background-image: -ms-linear-gradient(283deg, #9d2889, #6edeea);background-image: -o-linear-gradient(283deg, #9d2889, #6edeea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d2889', endColorstr='#6edeea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d2889', endColorstr='#6edeea' );";background-image: linear-gradient(283deg, #9d2889, #6edeea);position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(283deg, rgba(157,40,137,0.86), #6edeea);background-image: -moz-linear-gradient(283deg, rgba(157,40,137,0.86), #6edeea);background-image: -ms-linear-gradient(283deg, rgba(157,40,137,0.86), #6edeea);background-image: -o-linear-gradient(283deg, rgba(157,40,137,0.86), #6edeea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#db9d2889', endColorstr='#6edeea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#db9d2889', endColorstr='#6edeea' );";background-image: linear-gradient(283deg, rgba(157,40,137,0.86), #6edeea);background-size:cover;position:relative;display:block; }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d > .row .container { background-color: transparent; background-image: none; }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d > .row .container > .video-iframe-container { display: none; }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d > .row > .video-iframe-container { display: none; }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d > .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); }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d > .row .container { border-width: 0; border-radius: 0; }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d > .row .container { font-size:14px;font-family:arial;height:665px;width:960px;position:relative;display:block; }#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-form-header {  }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:700;color:#f2f9ff;width:200px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;font-style:normal;text-align:right;text-align-last:right; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-text { border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;background-color:transparent;background-image:none;border-top:2px solid rgba(242,249,255,0.4);border-left:2px solid rgba(242,249,255,0.4);border-right:2px solid rgba(242,249,255,0.4);border-bottom:2px solid rgba(242,249,255,0.4);padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:200px;box-sizing:border-box;height:41px;color:#f2f9ff;font-size:20px;overflow:hidden;font-family:tajawal;text-align:center;text-align-last:center; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-text {padding-top: 0; padding-bottom: 0;}#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-textarea { border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;background-color:transparent;background-image:none;border-top:2px solid rgba(242,249,255,0.4);border-left:2px solid rgba(242,249,255,0.4);border-right:2px solid rgba(242,249,255,0.4);border-bottom:2px solid rgba(242,249,255,0.4);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:200px;box-sizing:border-box;height:70px;color:#f2f9ff;font-size:20px;overflow:hidden;font-family:tajawal;text-align:center;text-align-last:center; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-select { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:transparent;background-image:none;border-top:2px solid rgba(242,249,255,0.4);border-right:2px solid rgba(242,249,255,0.4);border-bottom:2px solid rgba(242,249,255,0.4);border-left:2px solid rgba(242,249,255,0.4);padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:200px;box-sizing:border-box;height:41px;color:#ffffff;font-family:ubuntu;font-size:13px;overflow:hidden; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-select {padding-top: 0; padding-bottom: 0;}#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:25px;font-weight:bold;color:#50bbd3;width:200px;height:55px;font-family:tajawal;overflow:hidden; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon [class*="-text"]:-moz-placeholder { color:#eef4f6;font-family:tajawal;font-size:20px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon [class*="-text"]::-moz-placeholder { color:#eef4f6;font-family:tajawal;font-size:20px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon [class*="-text"]:-ms-input-placeholder { color:#eef4f6;font-family:tajawal;font-size:20px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon [class*="-text"]::-webkit-input-placeholder { color:#eef4f6;font-family:tajawal;font-size:20px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:ubuntu;font-size:12px;font-weight:400;color:#f2f9ff;vertical-align:top;width:180px;overflow:hidden;font-style:normal; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-container:first-of-type{padding-top:0;}#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-container:last-of-type{padding-bottom:0;}#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon  { background-color:#381d72;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:200px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:617px;top:180.5px;z-index:100013;position:absolute;border-top-right-radius:50px;border-bottom-right-radius:50px;border-bottom-left-radius:50px;border-top-left-radius:50px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:200px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon {display:block;}#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon { background-color:#381d72;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:200px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:617px;top:180.5px;z-index:100013;position:absolute;border-top-right-radius:50px;border-bottom-right-radius:50px;border-bottom-left-radius:50px;border-top-left-radius:50px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #gw7iG3OpfSKgigNzcbb9H9s1iX7FoeZq { position:relative; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #UeXIJGZVJWzIwUZaAB5kzsXDF7M6EItI { position:relative; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #MyzQigtEDfBPfQf7nJlM7XgTSzTmMNwz { position:relative; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #PxATW0ei7aESSNoUriA442owRGrQw0vq { position:relative; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #gzCAdMBsqEaMnC70GQroxsRGvGAgAXH1 { position:relative; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #lJneNJGpzOT2btDSfUI9R8Z0oT2BMpwu { position:relative; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #f8G2MzDuen4c8FACR60fZQiUJhy8NNCh { position:relative;top:0px;left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #P2MgWqIuNJbkRXV1HiGtqNUoF4hiI2b5 { position:relative;top:0px;left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #mdiMnTvZitvt0XcbELnHAUdZFs4Hm6yB { position:relative;top:0px;left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #Ioa05am6NarZ9JkkJvcrL4lJ4fHofNJq { position:relative;top:0px;left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #pWVoTZ4zHJgfHKXxKtKRT2gkpafRTfZ5 { position:relative;top:0px;left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #zEgfIQ3CXJTFmNHHLews50q3gACerzmf { position:relative;top:0px;left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #fVwepKgAZeX5uzqgnTrZtnTUC8bmVoRk { position:relative;top:0px;left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #dBS3anAhHMtsCp0gWp8afnkuUvXCxdRQ { position:relative;top:0px;left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #mQsRVueFxFIxUTWunBu0GEML11q7G4UV { position:relative;top:0px;left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #KRdduvEVqLCZOA2cxD9wwOf4XMiLlI1x { position:relative; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #GIZBDVgZli9NgheymJtofxSiJQ5cCzS6 { position:relative; }
#eQVqIikXD124BsCKvVwtboeQdpX89K3T { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.32), rgba(255,255,255,0.69));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.32), rgba(255,255,255,0.69));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.32), rgba(255,255,255,0.69));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.32), rgba(255,255,255,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#51ffffff', endColorstr='#afffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#51ffffff', endColorstr='#afffffff' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.32), rgba(255,255,255,0.69));border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 0 14px 100px rgba(126,132,139,0.66) ;height:441px;width:308px;top:155.5px;left:583px;display:block; }
#OfAwk9gRoGvrFF8bFiVDKyGyusk8AGVz { color:#ffffff;display:block;width:390px;position:absolute;font-family:tajawal;font-size:60px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:180.5px;left:113.5px;height:156px;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; }
#ARd3cGrCCcbdBbNG4vTgzuoqM7dlfTLo { color:#f1e9eb;display:block;width:504px;position:absolute;font-family:tajawal;font-size:34px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:401.5px;left:56.5px;height:88px;text-align:center;text-align-last:center;display:block; }
#aR7vH31P1qWeKctoNz3wuGvOvHm7bgQy { box-sizing:content-box;color:#0e9ae5;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#nfZuZ21RtmEA1Fhe1bkAl0SzDHu2KN39 { color:#ffffff;display:block;width:390px;position:absolute;font-family:tajawal;font-size:60px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:113px;left:126.5px;height:0;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:none; }
#iDPSqKccpcVONmZRdlK2Gk83plCeAvmA { box-sizing:content-box;color:#0e9ae5;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#TQfHVF9gQVvTZUH3o2KfFszLM6usr6O7 { box-sizing:content-box;color:#0e9ae5;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#xQEElrqAqRMdXr1TibJG57NSRuOlC7B8 { color:#000000;display:block;width:222px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:40px;top:369px;left:49px;display:none; }
#Th1KG4RtGCJVUzvpigcuMAGeWRbh4sbb { box-sizing:content-box;color:#0e9ae5;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#DZC7AGoOqgF12Upex4O1xGDw3TMu3Fh5 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:40px;top:398px;left:60px;display:none; }
#FEifwe0mydCF8Lp1AQin71Pv8rEIyzR6 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:40px;top:203px;left:46px;display:none; }
#ZSTTeRMNiIpUZRF97X5TyX6X7TcRlECI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:113px;width:410px;top:0;left:275px;display:block; }
#w8vo1tO5D9DTXv6tBvVceRlQ1r3rrppb { color:#ffffff;display:block;width:390px;position:absolute;font-family:tajawal;font-size:60px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:180.5px;left:113.5px;height:156px;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:none; }
#obPyJHgqvdMSelIVbn30csR5nfD78nCs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(157,40,137,0.1);background-image:none;position:relative;display:block; }#obPyJHgqvdMSelIVbn30csR5nfD78nCs > .row .container { background-color: transparent; background-image: none; }#obPyJHgqvdMSelIVbn30csR5nfD78nCs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#obPyJHgqvdMSelIVbn30csR5nfD78nCs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#obPyJHgqvdMSelIVbn30csR5nfD78nCs > .row .container > .video-iframe-container { display: none; }#obPyJHgqvdMSelIVbn30csR5nfD78nCs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#obPyJHgqvdMSelIVbn30csR5nfD78nCs > .row > .video-iframe-container { display: none; }#obPyJHgqvdMSelIVbn30csR5nfD78nCs > .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); }#obPyJHgqvdMSelIVbn30csR5nfD78nCs > .row .container { border-width: 0; border-radius: 0; }#obPyJHgqvdMSelIVbn30csR5nfD78nCs > .row .container { font-size:14px;font-family:arial;height:287px;width:960px;position:relative;display:block; }#AeKAInSkETHDNeXOT3R9TH5ubRBinRFu { color:#ffffff;display:block;width:426px;position:absolute;font-family:cairo;font-size:28px;font-weight:700;z-index:100011;line-height:1.4;letter-spacing:0;top:29px;left:253px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTvyGDTMx4XOrnJtvKsBtcKwEPNJ8tPv { color:#fafafa;display:block;width:366px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:100030;line-height:1.7;letter-spacing:0;top:144px;left:270px;height:60px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TiluqeqnZ9lTBrK6atCOrbeUOmUJU1Ok { box-sizing:content-box;color:#19232e;font-size:35px;font-weight:400;line-height:1;height:50px;width:49px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:80px;left:428.5px;display:block; }
#nQsvImhlK3opg281H8DLdsvqyLeAg4Jm { color:#29bdbe;display:block;width:311px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:245px;left:297.5px;height:20px;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d { display:block; }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-regular-label { width:200px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-text { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-text {padding-top: 0; padding-bottom: 0;}#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-textarea { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-select { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-select {padding-top: 0; padding-bottom: 0;}#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-button { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-checkbox-label { width:181px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon  { width:200px;height:348px;top:180px;left:519px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .radio-container { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon {display:block;}#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon { width:200px;height:348px;top:180px;left:519px; }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #gw7iG3OpfSKgigNzcbb9H9s1iX7FoeZq {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #UeXIJGZVJWzIwUZaAB5kzsXDF7M6EItI {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #MyzQigtEDfBPfQf7nJlM7XgTSzTmMNwz {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #PxATW0ei7aESSNoUriA442owRGrQw0vq {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #gzCAdMBsqEaMnC70GQroxsRGvGAgAXH1 {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #lJneNJGpzOT2btDSfUI9R8Z0oT2BMpwu {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #f8G2MzDuen4c8FACR60fZQiUJhy8NNCh {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #P2MgWqIuNJbkRXV1HiGtqNUoF4hiI2b5 {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #mdiMnTvZitvt0XcbELnHAUdZFs4Hm6yB {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #Ioa05am6NarZ9JkkJvcrL4lJ4fHofNJq {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #pWVoTZ4zHJgfHKXxKtKRT2gkpafRTfZ5 {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #zEgfIQ3CXJTFmNHHLews50q3gACerzmf {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #fVwepKgAZeX5uzqgnTrZtnTUC8bmVoRk {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #dBS3anAhHMtsCp0gWp8afnkuUvXCxdRQ {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #mQsRVueFxFIxUTWunBu0GEML11q7G4UV {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #KRdduvEVqLCZOA2cxD9wwOf4XMiLlI1x {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #GIZBDVgZli9NgheymJtofxSiJQ5cCzS6 {  }
 }@media only screen and (max-width: 763px) { #eQVqIikXD124BsCKvVwtboeQdpX89K3T { width:308px;height:441px;top:155px;left:456px;display:block; }
 }@media only screen and (max-width: 763px) { #OfAwk9gRoGvrFF8bFiVDKyGyusk8AGVz { width:390px;height:156px;top:180px;left:15.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ARd3cGrCCcbdBbNG4vTgzuoqM7dlfTLo { top:401px;left:0;width:504px;height:88px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #aR7vH31P1qWeKctoNz3wuGvOvHm7bgQy { display:none; }
 }@media only screen and (max-width: 763px) { #nfZuZ21RtmEA1Fhe1bkAl0SzDHu2KN39 { width:390px;height:156px;top:113px;left:28.5px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #iDPSqKccpcVONmZRdlK2Gk83plCeAvmA { display:none; }
 }@media only screen and (max-width: 763px) { #TQfHVF9gQVvTZUH3o2KfFszLM6usr6O7 { display:none; }
 }@media only screen and (max-width: 763px) { #xQEElrqAqRMdXr1TibJG57NSRuOlC7B8 { top:369px;left:0;width:222px;height:40px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #Th1KG4RtGCJVUzvpigcuMAGeWRbh4sbb { display:none; }
 }@media only screen and (max-width: 763px) { #DZC7AGoOqgF12Upex4O1xGDw3TMu3Fh5 { top:398px;left:0;width:200px;height:40px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #FEifwe0mydCF8Lp1AQin71Pv8rEIyzR6 { top:203px;left:0;width:200px;height:40px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #ZSTTeRMNiIpUZRF97X5TyX6X7TcRlECI { width:410px;height:113px;top:0;left:177px;display:none; }
 }@media only screen and (max-width: 763px) { #w8vo1tO5D9DTXv6tBvVceRlQ1r3rrppb { width:292px;height:32px;top:101px;left:0;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #obPyJHgqvdMSelIVbn30csR5nfD78nCs { display:block; }#obPyJHgqvdMSelIVbn30csR5nfD78nCs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeKAInSkETHDNeXOT3R9TH5ubRBinRFu { width:426px;height:39px;top:29px;left:155px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VTvyGDTMx4XOrnJtvKsBtcKwEPNJ8tPv { top:144px;left:172px;width:366px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TiluqeqnZ9lTBrK6atCOrbeUOmUJU1Ok { top:80px;left:330.5px;width:49px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nQsvImhlK3opg281H8DLdsvqyLeAg4Jm { top:245px;left:199.5px;width:311px;height:20px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d { background-color:transparent;background-image: -webkit-linear-gradient(283deg, #9d2889, #6edeea);background-image: -moz-linear-gradient(283deg, #9d2889, #6edeea);background-image: -ms-linear-gradient(283deg, #9d2889, #6edeea);background-image: -o-linear-gradient(283deg, #9d2889, #6edeea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d2889', endColorstr='#6edeea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d2889', endColorstr='#6edeea' );";background-image: linear-gradient(283deg, #9d2889, #6edeea);background-size:cover;display:block; }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d > .row .container { background-color: transparent; background-image: none; }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d > .row .container > .video-iframe-container { display: none; }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d > .row > .video-iframe-container { display: none; }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d > .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); }#vxGFbyCABkpe83n6D8zVwwHMSwHAxJ6d > .row .container { width:320px;height:972px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-regular-label { width:200px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-text { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-text {padding-top: 0; padding-bottom: 0;}#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-textarea { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-select { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-select {padding-top: 0; padding-bottom: 0;}#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-input-button { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;color:#644593; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .widget-checkbox-label { width:181px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon  { width:200px;height:auto;top:545.5px;left:40px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon .radio-container { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon {display:block;}#KfR6IhTR63T9A1hXidaTHg4PtCkf5yon { width:200px;height:auto;top:545.5px;left:40px; }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #gw7iG3OpfSKgigNzcbb9H9s1iX7FoeZq {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #UeXIJGZVJWzIwUZaAB5kzsXDF7M6EItI {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #MyzQigtEDfBPfQf7nJlM7XgTSzTmMNwz {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #PxATW0ei7aESSNoUriA442owRGrQw0vq {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #gzCAdMBsqEaMnC70GQroxsRGvGAgAXH1 {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #lJneNJGpzOT2btDSfUI9R8Z0oT2BMpwu {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #f8G2MzDuen4c8FACR60fZQiUJhy8NNCh {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #P2MgWqIuNJbkRXV1HiGtqNUoF4hiI2b5 {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #mdiMnTvZitvt0XcbELnHAUdZFs4Hm6yB {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #Ioa05am6NarZ9JkkJvcrL4lJ4fHofNJq {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #pWVoTZ4zHJgfHKXxKtKRT2gkpafRTfZ5 {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #zEgfIQ3CXJTFmNHHLews50q3gACerzmf {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #fVwepKgAZeX5uzqgnTrZtnTUC8bmVoRk {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #dBS3anAhHMtsCp0gWp8afnkuUvXCxdRQ {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #mQsRVueFxFIxUTWunBu0GEML11q7G4UV {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #KRdduvEVqLCZOA2cxD9wwOf4XMiLlI1x {  }
 }@media only screen and (max-width: 763px) { #KfR6IhTR63T9A1hXidaTHg4PtCkf5yon #GIZBDVgZli9NgheymJtofxSiJQ5cCzS6 {  }
 }@media only screen and (max-width: 763px) { #eQVqIikXD124BsCKvVwtboeQdpX89K3T { width:268px;height:418px;top:529px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #OfAwk9gRoGvrFF8bFiVDKyGyusk8AGVz { width:292px;height:26px;top:170px;left:14px;text-align:center;text-align-last:center;font-size:20px;font-family:tajawal;color:#ffffff;font-weight:700;font-style:normal;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ARd3cGrCCcbdBbNG4vTgzuoqM7dlfTLo { width:320px;height:0;top:58px;left:0;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #aR7vH31P1qWeKctoNz3wuGvOvHm7bgQy { top:214px;left:270px;width:50px;height:50px;z-index:100015;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nfZuZ21RtmEA1Fhe1bkAl0SzDHu2KN39 { width:198px;height:26px;top:226px;left:61px;text-align:right;text-align-last:right;font-size:20px;font-family:tajawal;color:#ffffff;font-weight:400;font-style:normal;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #iDPSqKccpcVONmZRdlK2Gk83plCeAvmA { top:286px;left:270px;width:50px;height:50px;z-index:100016;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TQfHVF9gQVvTZUH3o2KfFszLM6usr6O7 { top:359px;left:270px;width:50px;height:50px;z-index:100018;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #xQEElrqAqRMdXr1TibJG57NSRuOlC7B8 { top:358px;left:40px;width:222px;height:52px;z-index:100019;color:#ffffff;font-size:20px;font-weight:400;font-style:normal;font-family:tajawal;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Th1KG4RtGCJVUzvpigcuMAGeWRbh4sbb { top:430px;left:270px;width:50px;height:50px;z-index:100020;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DZC7AGoOqgF12Upex4O1xGDw3TMu3Fh5 { top:429px;left:0;width:265px;height:52px;z-index:100021;color:#ffffff;font-size:20px;font-weight:400;font-style:normal;font-family:tajawal;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FEifwe0mydCF8Lp1AQin71Pv8rEIyzR6 { top:286px;left:27px;width:234px;height:46px;z-index:100022;font-family:tajawal;color:#ffffff;font-weight:400;font-style:normal;font-size:18px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZSTTeRMNiIpUZRF97X5TyX6X7TcRlECI { top:0;left:0;width:320px;height:86px;z-index:100023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w8vo1tO5D9DTXv6tBvVceRlQ1r3rrppb { width:320px;height:39px;top:107px;left:0;text-align:center;text-align-last:center;font-size:30px;font-family:tajawal;color:#ffffff;font-weight:700;font-style:normal;text-shadow:1px 1px 3px rgba(0,0,0,0.5);z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #obPyJHgqvdMSelIVbn30csR5nfD78nCs { display:block; }#obPyJHgqvdMSelIVbn30csR5nfD78nCs > .row .container { width:320px;height:235px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeKAInSkETHDNeXOT3R9TH5ubRBinRFu { width:320px;height:43px;top:22px;left:0;text-align:center;text-align-last:center;font-size:23px;color:#ffffff;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #VTvyGDTMx4XOrnJtvKsBtcKwEPNJ8tPv { width:320px;height:40px;top:87.5px;left:0;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #TiluqeqnZ9lTBrK6atCOrbeUOmUJU1Ok { width:49px;height:50px;top:137.5px;left:135.5px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nQsvImhlK3opg281H8DLdsvqyLeAg4Jm { width:297px;height:14px;top:207px;left:0;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }