.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 .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:transparent;background-image:url("https://images.assets-landingi.com/UpcRQuWb/Mom_daughter_stretching.jpg");background-position:center left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(204,168,233,0.5); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(204,168,233,0.5); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:960px;height:793px;font-size:14px;font-family:arial;position:relative;display:block; }#ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { display:block;width:443px;position:absolute;font-family:tajawal;font-size:50px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:197.90625px;left:459.21875px;height:130px;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;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#obcGJosTb27KEaebD4mcskCXrr6sFQmt { display:block;width:428.969px;position:absolute;font-family:"sari 3";font-size:18px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:327.90625px;left:466.21875px;height:92px;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;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-form-header {  }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:16px;font-weight:bold;color:#0078c4;width:293px;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;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-input-text { 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-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:0px;margin-bottom:4px;margin-left:0px;display:block;width:293px;box-sizing:border-box;height:45px;color:#161616;font-size:15px;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-input-text {padding-top: 0; padding-bottom: 0;}#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-textarea { 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-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:0px;margin-bottom:4px;margin-left:0px;display:block;width:293px;box-sizing:border-box;height:70px;color:#161616;font-size:15px;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-input-select { 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:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:293px;box-sizing:border-box;height:45px;color:#161616;font-family:cairo;font-size:14px;overflow:hidden;text-align:right;text-align-last:right; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-input-select {padding-top: 0; padding-bottom: 0;}#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .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; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .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:#da476c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;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-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:22px;font-weight:400;color:#f2f9ff;width:293px;height:47px;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .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:lato;font-size:13px;font-weight:300;color:#ffffff;vertical-align:top;width:274px;overflow:hidden;font-style:normal; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .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; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .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:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-container { padding-top:0;padding-left:0;padding-right:0;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-container:first-of-type{padding-top:0;}#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-container:last-of-type{padding-bottom:0;}#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:293px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:133.5px;left:52.5px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:293px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-info-text { display:block;height:auto;font-family:lato;font-size:12px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w {display:block;}#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:293px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:133.5px;left:52.5px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #I6TqR6ieQJ6VhQqyOJ0UomsNTRH7By6M { position:relative; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #TKLBoPorAeGSvvy6VlvvNEzaIPTnpfaw { position:relative; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #ReskOldZuUNms9PFyRhky5N3IAGLvWtA { position:relative; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #AWnJOXbyzs285EUeDmcgK3Sg1gviVTmq { position:relative; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #WHmXr274EKQqiTTOR8J3dIF7n19tztA3 { position:relative; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #MdSCXh6Thw729dqc9mOstShaCanpQQGE { position:relative; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #VH7CaJThKlSfAUvCsHBw4sn1FDtoaSJF { position:relative; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #DKyvaf2TkHuw1u9685cmdIBWca7CUsEL { position:relative; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #WroAsOzDRUSFBZiBfle3T3R9ZX0qkuxB { position:relative; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #ZngMGFR4XbBTGAmltXi3oapEitnu5x4R { position:relative; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #gZIwvfCg9WvbiDGK8bPPd6fzpC17IgTD { position:relative; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #wI9Mzhy6W0z0gzzsKKzd9mAXlRb1u4Ge { position:relative; }
#h6yXwv9WIn4nIo9N2rWEaL66KsBbvbfo { position:relative;display:block; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #XT8te36GNMMAy200DB5c1AExBTc2lRTQ { position:relative; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #UWdbWf2EBJTFRncEeynrZnw2LaWX0PTT { position:relative; }
#ReGbwteamHWllzwoGZTZ4zWZdniBQCRo { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:91px;width:91px;top:13px;left:698.5px;overflow:hidden;display:block; }
#Vuz0XKlLIXrMkWxrhwQWbWCxuLsx8kh4 { color:#ffffff;display:block;width:507.969px;position:absolute;font-family:cairo;font-size:43px;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:0px;left:180.5px;height:94px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iZo1VPDkRTQ85PaA8ZicM3uwduTmSiRq { color:#000000;display:block;width:402px;position:absolute;font-family:kids;font-size:26px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:449.5px;left:466.21875px;height:99px;text-align:center;text-align-last:center;display:block; }
#l3R5afN4go7xEAwE3gDtpUB0zMfpiEu8 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#qaLMNMf7aQUyUouRMBLsIQWox1Z3kyay { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cca8e9;background-image:none;position:relative;display:none; }#qaLMNMf7aQUyUouRMBLsIQWox1Z3kyay > .row .container { border-width: 0; border-radius: 0; }#qaLMNMf7aQUyUouRMBLsIQWox1Z3kyay > .row .container { font-size:14px;font-family:arial;height:428px;width:960px;position:relative;display:none; }#uhlvUhxNOcVmPy5X0IpOUXAlmc1KqHM6 { z-index:100002;top:59.479141235352px;left:599.44445800781px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;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.3;overflow:hidden;position:absolute;width:266.041834px;height:54.010434px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u5ZittqRrlXGDkqGgkBnRxLJU90pgyXl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#anGvCeoHOXM3xrVyfPthfPmvnT749PtE { display:block;width:405px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:135.296875px;left:529.9375px;height:259px;text-align:center;text-align-last:center;color:#000000;display:block; }
#VT6TKFzc0uiehzKbx3hrihITxs2WGi9Z { display:block;width:410.99px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:149.30557250977px;left:34.479156494141px;height:185px;text-align:center;text-align-last:center;color:#000000;display:block; }
#tAeSKStTOJz6K7Zw1DpovOCuKVyGifpi { z-index:100004;top:59px;left:120px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;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.3;overflow:hidden;position:absolute;width:238px;height:57px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cSB4SwSeCywBsgF9iQp2gxZanGo3MGsK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#CCfyXUmgPZXzBqfMrEHDqT6TCQ7rxHFK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3bef0;background-image:none;position:relative;display:none; }#CCfyXUmgPZXzBqfMrEHDqT6TCQ7rxHFK > .row .container { border-width: 0; border-radius: 0; }#CCfyXUmgPZXzBqfMrEHDqT6TCQ7rxHFK > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#UCCPslFbVJUCR70Sv0EFgyxN0i5qzwl7 { display:block;width:410.99px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:149.30557250977px;left:34.479156494141px;height:111px;text-align:center;text-align-last:center;color:#000000;display:block; }
#VPIy7qTlct1mfab47W77VDBise1sPr2g { z-index:100004;top:59px;left:132px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;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.3;overflow:hidden;position:absolute;width:226.041834px;height:57.031234px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iG8yBQGQDZfEPSNTUTRJQKbybZ4RZzOp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#D1oygCoOTOzhQGZqOT9qKxQhlBbOQ8oh { z-index:100004;top:60.46875px;left:593.95837402344px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;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.3;overflow:hidden;position:absolute;width:269.010834px;height:54.010434px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GttDoDryO9eVWuWHQzdUcr3OSECiJfOK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#eVHlglCDCBeLZH92VbreAQC1WTAzW3ZL { display:block;width:410.99px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:150px;left:523px;height:74px;text-align:center;text-align-last:center;color:#000000;display:block; }
#ISsOqdTNP8A5GufH776CAZIEwh0Fsznz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cadefc;background-image:none;position:relative;display:none; }#ISsOqdTNP8A5GufH776CAZIEwh0Fsznz > .row .container { border-width: 0; border-radius: 0; }#ISsOqdTNP8A5GufH776CAZIEwh0Fsznz > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#Rk4dti7gdXpaDqaO4TAhnX6yDU9DEaqt { z-index:100004;top:50px;left:96px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;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.3;overflow:hidden;position:absolute;width:264.062834px;height:52.031234px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MC7L0Ow8acV1mokXBUL05JhqhpSST2Z2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#TkBRrBSRJrTw7tDMf4i5amgnSQcJFz8P { display:block;width:405px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:140px;left:27px;height:111px;text-align:center;text-align-last:center;color:#000000;display:block; }
#uhRb99SXswCLgQHXlkLsB2PygK7r7FTA { z-index:100004;top:48.975730895996px;left:585.46875px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;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.3;overflow:hidden;position:absolute;width:269.010834px;height:54.010434px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WTv0dGZSIuaV3HTZ2lAr60ip5Fmv7rGk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#oGNiSgr7qwZd9qNuJR58H1iIENHBZFv9 { display:block;width:410.99px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:140.00004577637px;left:514.47918701172px;height:74px;text-align:center;text-align-last:center;color:#000000;display:block; }
#U7M18zXEorqbfEzmKtUooeZapm5Rmqnp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#defcf9;background-image:none;position:relative;display:none; }#U7M18zXEorqbfEzmKtUooeZapm5Rmqnp > .row .container { border-width: 0; border-radius: 0; }#U7M18zXEorqbfEzmKtUooeZapm5Rmqnp > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#i7aQXUJb9NmI89H2uZbEUb7zxsqlAXTI { z-index:100002;top:48.975738525391px;left:586.96179199219px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:264.062834px;height:52.031234px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BO5xcCSETEW4pZHy4e9JIsGsm91VzeTM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#FgADJlyIQTAiSLICX3fAx56fzNBtGeOc { display:block;width:410.99px;position:absolute;font-family:tajawal;font-size:20px;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:149.16665649414px;left:514.47918701172px;height:60px;text-align:center;text-align-last:center;color:#000000;display:block; }
#luT6d5fNXgigm03NxDGIvriBEKnJagpl { z-index:100002;top:48.940948486328px;left:93.4375px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;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.3;overflow:hidden;position:absolute;width:264.062834px;height:52.031234px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HrzkAC0I0X0L7bIPOSCpNC7UDQepzooD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#NRnJEmVDZWeVy9ekHXvpRliPhgRmdk6Z { display:block;width:402.969px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:139.18402099609px;left:38.489562988281px;height:74px;text-align:center;text-align-last:center;color:#000000;display:block; }
#DF7bSiu4VMauzswbR5LRfWAOrO3qGBdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#DF7bSiu4VMauzswbR5LRfWAOrO3qGBdn > .row .container { border-width: 0; border-radius: 0; }#DF7bSiu4VMauzswbR5LRfWAOrO3qGBdn > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#rXOaLvEburVi0zSGfSfbSFzqRICyT48D { display:block;width:402.969px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:130.00003051758px;left:518.50695800781px;height:111px;text-align:center;text-align-last:center;color:#000000;display:block; }
#odDQG6Dp6pHdHvIkrNsd1PKedqRiTI1D { z-index:100004;top:50px;left:573px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;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.3;overflow:hidden;position:absolute;width:262.083834px;height:50.034734px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iPftDksP6cfDqszteCSnKPuHiB8h7HxG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#V3JTagLchxMWeUb7VB8D7UcFf00gxbqq { z-index:100006;top:50px;left:93px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;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.3;overflow:hidden;position:absolute;width:262.083834px;height:50.034734px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vI2R1ATF8b6mCQSkWZcgtLhFA6uxto3X { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Az0HbuqsUqOmULfRBBGmV3zMGExZ8F4t { display:block;width:402.969px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100008;line-height:1.6;letter-spacing:0;top:140px;left:39px;height:70px;text-align:center;text-align-last:center;color:#000000;display:block; }
#N34ubys1uE4Sv6oBdfxpllcp4XEC02Ft { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3bef0;background-image:none;position:relative;display:none; }#N34ubys1uE4Sv6oBdfxpllcp4XEC02Ft > .row .container { border-width: 0; border-radius: 0; }#N34ubys1uE4Sv6oBdfxpllcp4XEC02Ft > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#Qvou3tHqTJsMmJ771d1bMxbcz1NHH6QB { z-index:100006;top:55px;left:573px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;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.3;overflow:hidden;position:absolute;width:260.103834px;height:48.055534px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MgmvMhv3rfTH4qlerBZTH0CAZ8oXkCuL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#WqQiot5nfF2d2WJHT6H5wR2CH3HRdkar { display:block;width:402.969px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:135px;left:519px;height:74px;text-align:center;text-align-last:center;color:#000000;display:block; }
#JeeJazVTKZ8RCWX8WymDa1Ol9up7xVW9 { display:block;width:402.969px;position:absolute;font-family:tajawal;font-size:21px;font-weight:normal;z-index:100010;line-height:1.6;letter-spacing:0;top:135px;left:38.489562988281px;height:132px;text-align:center;text-align-last:center;color:#000000;display:block; }
#apdzsXbrgP8eHXPLfho1nTw4nhLbVyQb { z-index:100008;top:53.003471374512px;left:110.98956298828px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:256.006834px;height:50.017334px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BQ0VO5WETKRX4ESsfsiZq5wPfQdTTABf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#SsxG6KiOzLXBLnQ3aX1Ee5XH97VqfK3F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cca8e9;background-image:none;position:relative;display:none; }#SsxG6KiOzLXBLnQ3aX1Ee5XH97VqfK3F > .row .container { border-width: 0; border-radius: 0; }#SsxG6KiOzLXBLnQ3aX1Ee5XH97VqfK3F > .row .container { font-size:14px;font-family:arial;height:298px;width:960px;position:relative;display:none; }#omZVTqiU5dU9nzi4SlIdu4gHIFZVDDG0 { z-index:100000;top:218.15972900391px;left:368.42016601562px;background-color:transparent;background-image:none;border-bottom:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-top:1px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:194.062834px;height:56.597234px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vmP6VFSnBRV9z1qLy8Wf9E5AToQZggPu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#IkF6IKsl2RHyrJAELWrQQT926fJpa4nO { z-index:100008;top:29.982635498047px;left:290.98956298828px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;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.3;overflow:hidden;position:absolute;width:376.006834px;height:64.010434px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#C2vMilhBE4ByTCTHtE7xBTk5qzmuOLvk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#E12KU9wRWtf3Suq0eL3lGUZdVDMExHuN { display:block;width:480px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:112.32641601562px;left:225.46875px;height:74px;text-align:center;text-align-last:center;color:#000000;display:block; }
#FomJVUhZuzaCBGKZszolaTmCTbwzarmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { border-width: 0; border-radius: 0; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { font-size:14px;font-family:arial;height:255px;width:960px;position:relative;display:none; }#Xn2KSvy6nekpC81ofC6XUhiNXzXLgQr8 { display:block;width:290px;position:absolute;font-family:tajawal;font-size:38px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:16.996452331543px;left:335px;height:49px;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#JVeqwRPPrTHD6JbS0DLZPMgpVD8395No { display:block;width:733.993px;position:absolute;font-family:tajawal;font-size:28px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:113.87147521973px;left:112.98611450195px;height:108px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ad2d82;background-image:none;position:relative;display:block; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { background-color: transparent; background-image: none; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container > .video-iframe-container { display: none; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row > .video-iframe-container { display: none; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .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); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { border-width: 0; border-radius: 0; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#GPA6i6a65SH6frNZkUsXn1PobxSpyxey { color:#ffffff;display:block;width:451px;position:absolute;font-family:tajawal;font-size:30px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:65.53125px;left:488.921875px;height:78px;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; }
#n4yx41zR3T12zGwg9r4L80dErOdz4NA3 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:392.986px;top:40px;left:71.736114501953px;display:block; }
#FCbBM7fww5vAHpaCqPoXoQZssCSy7QMt { box-sizing:content-box;color:#ffffff;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:100007;top:211px;left:689.421875px;display:block; }
#Lsca2taqvfOI4gCBkuhKRq98luQkSsqZ { color:#ffffff;display:block;width:451px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:171px;left:488.921875px;height:28px;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; }
#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ad2d82;background-image:none;position:relative;display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { background-color: transparent; background-image: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .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); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { border-width: 0; border-radius: 0; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { font-size:14px;font-family:arial;height:168px;width:960px;position:relative;display:block; }#q39WzwJfGQ2KP6TGbMr5diQAkNyrHXNu { display:block;width:960px;position:absolute;font-family:tajawal;font-size:25px;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:26.5px;left:0px;height:32px;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#AM5FVgEIrZw1RwFd6RX4vD95cvTPXFtL { color:#fafafa;display:block;width:543.993px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:100029;line-height:1.7;letter-spacing:0;top:81.458312988281px;left:219.96527099609px;height:30px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZoTVngmTWZKon7Qzh7XBau64uGF71bdZ { color:#29bdbe;display:block;width:311px;position:absolute;font-family:tajawal;font-size:16px;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:133px;left:324.5px;height:20px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:443px;height:130px;top:197px;left:321px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #obcGJosTb27KEaebD4mcskCXrr6sFQmt { width:428px;height:92px;top:327px;left:336px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-regular-label { width:420px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-input-text { width:420px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-input-text {padding-top: 0; padding-bottom: 0;}#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-textarea { width:420px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-input-select { width:420px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-input-select {padding-top: 0; padding-bottom: 0;}#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-input-button { width:231px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:94px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-checkbox-label { width:401px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w  { width:420px;height:auto;top:252px;left:152px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .radio-container { width:420px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w {display:block;}#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w { width:420px;height:auto;top:252px;left:152px; }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #I6TqR6ieQJ6VhQqyOJ0UomsNTRH7By6M {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #TKLBoPorAeGSvvy6VlvvNEzaIPTnpfaw {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #ReskOldZuUNms9PFyRhky5N3IAGLvWtA {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #AWnJOXbyzs285EUeDmcgK3Sg1gviVTmq {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #WHmXr274EKQqiTTOR8J3dIF7n19tztA3 {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #MdSCXh6Thw729dqc9mOstShaCanpQQGE {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #VH7CaJThKlSfAUvCsHBw4sn1FDtoaSJF {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #DKyvaf2TkHuw1u9685cmdIBWca7CUsEL {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #WroAsOzDRUSFBZiBfle3T3R9ZX0qkuxB {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #ZngMGFR4XbBTGAmltXi3oapEitnu5x4R {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #gZIwvfCg9WvbiDGK8bPPd6fzpC17IgTD {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #wI9Mzhy6W0z0gzzsKKzd9mAXlRb1u4Ge {  }
 }@media only screen and (max-width: 763px) { #h6yXwv9WIn4nIo9N2rWEaL66KsBbvbfo { display:block; }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #XT8te36GNMMAy200DB5c1AExBTc2lRTQ {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #UWdbWf2EBJTFRncEeynrZnw2LaWX0PTT {  }
 }@media only screen and (max-width: 763px) { #ReGbwteamHWllzwoGZTZ4zWZdniBQCRo { top:13px;left:600.5px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #Vuz0XKlLIXrMkWxrhwQWbWCxuLsx8kh4 { width:507px;height:94px;top:0px;left:82.5px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #iZo1VPDkRTQ85PaA8ZicM3uwduTmSiRq { top:449px;left:362px;width:402px;height:99px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #l3R5afN4go7xEAwE3gDtpUB0zMfpiEu8 { display:none; }
 }@media only screen and (max-width: 763px) { #qaLMNMf7aQUyUouRMBLsIQWox1Z3kyay { display:block; }#qaLMNMf7aQUyUouRMBLsIQWox1Z3kyay > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhlvUhxNOcVmPy5X0IpOUXAlmc1KqHM6 { top:59px;left:452.44445800781px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #u5ZittqRrlXGDkqGgkBnRxLJU90pgyXl { display:block; }
 }@media only screen and (max-width: 763px) { #anGvCeoHOXM3xrVyfPthfPmvnT749PtE { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #VT6TKFzc0uiehzKbx3hrihITxs2WGi9Z { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #tAeSKStTOJz6K7Zw1DpovOCuKVyGifpi { top:59px;left:71px;width:238px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #cSB4SwSeCywBsgF9iQp2gxZanGo3MGsK { display:block; }
 }@media only screen and (max-width: 763px) { #CCfyXUmgPZXzBqfMrEHDqT6TCQ7rxHFK { display:block; }#CCfyXUmgPZXzBqfMrEHDqT6TCQ7rxHFK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCCPslFbVJUCR70Sv0EFgyxN0i5qzwl7 { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #VPIy7qTlct1mfab47W77VDBise1sPr2g { top:59px;left:83px;width:224px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #iG8yBQGQDZfEPSNTUTRJQKbybZ4RZzOp { display:block; }
 }@media only screen and (max-width: 763px) { #D1oygCoOTOzhQGZqOT9qKxQhlBbOQ8oh { top:60px;left:446.95837402344px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #GttDoDryO9eVWuWHQzdUcr3OSECiJfOK { display:block; }
 }@media only screen and (max-width: 763px) { #eVHlglCDCBeLZH92VbreAQC1WTAzW3ZL { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #ISsOqdTNP8A5GufH776CAZIEwh0Fsznz { display:block; }#ISsOqdTNP8A5GufH776CAZIEwh0Fsznz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rk4dti7gdXpaDqaO4TAhnX6yDU9DEaqt { top:50px;left:47px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #MC7L0Ow8acV1mokXBUL05JhqhpSST2Z2 { display:block; }
 }@media only screen and (max-width: 763px) { #TkBRrBSRJrTw7tDMf4i5amgnSQcJFz8P { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #uhRb99SXswCLgQHXlkLsB2PygK7r7FTA { top:48px;left:438.46875px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #WTv0dGZSIuaV3HTZ2lAr60ip5Fmv7rGk { display:block; }
 }@media only screen and (max-width: 763px) { #oGNiSgr7qwZd9qNuJR58H1iIENHBZFv9 { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #U7M18zXEorqbfEzmKtUooeZapm5Rmqnp { display:block; }#U7M18zXEorqbfEzmKtUooeZapm5Rmqnp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7aQXUJb9NmI89H2uZbEUb7zxsqlAXTI { top:48px;left:439.96179199219px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #BO5xcCSETEW4pZHy4e9JIsGsm91VzeTM { display:block; }
 }@media only screen and (max-width: 763px) { #FgADJlyIQTAiSLICX3fAx56fzNBtGeOc { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #luT6d5fNXgigm03NxDGIvriBEKnJagpl { top:48px;left:44.4375px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #HrzkAC0I0X0L7bIPOSCpNC7UDQepzooD { display:block; }
 }@media only screen and (max-width: 763px) { #NRnJEmVDZWeVy9ekHXvpRliPhgRmdk6Z { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #DF7bSiu4VMauzswbR5LRfWAOrO3qGBdn { display:block; }#DF7bSiu4VMauzswbR5LRfWAOrO3qGBdn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXOaLvEburVi0zSGfSfbSFzqRICyT48D { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #odDQG6Dp6pHdHvIkrNsd1PKedqRiTI1D { top:50px;left:426px;width:262px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #iPftDksP6cfDqszteCSnKPuHiB8h7HxG { display:block; }
 }@media only screen and (max-width: 763px) { #V3JTagLchxMWeUb7VB8D7UcFf00gxbqq { top:50px;left:44px;width:260px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #vI2R1ATF8b6mCQSkWZcgtLhFA6uxto3X { display:block; }
 }@media only screen and (max-width: 763px) { #Az0HbuqsUqOmULfRBBGmV3zMGExZ8F4t { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #N34ubys1uE4Sv6oBdfxpllcp4XEC02Ft { display:block; }#N34ubys1uE4Sv6oBdfxpllcp4XEC02Ft > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qvou3tHqTJsMmJ771d1bMxbcz1NHH6QB { top:55px;left:426px;width:258px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #MgmvMhv3rfTH4qlerBZTH0CAZ8oXkCuL { display:block; }
 }@media only screen and (max-width: 763px) { #WqQiot5nfF2d2WJHT6H5wR2CH3HRdkar { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #JeeJazVTKZ8RCWX8WymDa1Ol9up7xVW9 { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #apdzsXbrgP8eHXPLfho1nTw4nhLbVyQb { top:53px;left:61.989562988281px;width:256px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #BQ0VO5WETKRX4ESsfsiZq5wPfQdTTABf { display:block; }
 }@media only screen and (max-width: 763px) { #SsxG6KiOzLXBLnQ3aX1Ee5XH97VqfK3F { display:block; }#SsxG6KiOzLXBLnQ3aX1Ee5XH97VqfK3F > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omZVTqiU5dU9nzi4SlIdu4gHIFZVDDG0 { top:218px;left:270.42016601562px;width:194px;height:56px;display:none; }
 }@media only screen and (max-width: 763px) { #vmP6VFSnBRV9z1qLy8Wf9E5AToQZggPu { display:block; }
 }@media only screen and (max-width: 763px) { #IkF6IKsl2RHyrJAELWrQQT926fJpa4nO { top:29px;left:192.98956298828px;width:376px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #C2vMilhBE4ByTCTHtE7xBTk5qzmuOLvk { display:block; }
 }@media only screen and (max-width: 763px) { #E12KU9wRWtf3Suq0eL3lGUZdVDMExHuN { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #FomJVUhZuzaCBGKZszolaTmCTbwzarmB { display:block; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xn2KSvy6nekpC81ofC6XUhiNXzXLgQr8 { width:706px;height:32px;top:-50px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #JVeqwRPPrTHD6JbS0DLZPMgpVD8395No { width:706px;height:32px;top:-50px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP { display:block; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPA6i6a65SH6frNZkUsXn1PobxSpyxey { top:65px;left:314px;width:450px;height:77px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #n4yx41zR3T12zGwg9r4L80dErOdz4NA3 { top:40px;left:0px;width:392px;height:219.4480210491px;display:block; }
 }@media only screen and (max-width: 763px) { #FCbBM7fww5vAHpaCqPoXoQZssCSy7QMt { top:211px;left:591.421875px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Lsca2taqvfOI4gCBkuhKRq98luQkSsqZ { top:170px;left:313px;width:450px;height:27px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q39WzwJfGQ2KP6TGbMr5diQAkNyrHXNu { width:764px;height:45px;top:52px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AM5FVgEIrZw1RwFd6RX4vD95cvTPXFtL { top:81px;left:121.96527099609px;width:543px;height:30px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoTVngmTWZKon7Qzh7XBau64uGF71bdZ { top:132px;left:226.48864746094px;width:310px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:rgba(173,45,130,0.74);background-image:url("https://images.assets-landingi.com/4bYvXEEK/GayWbWAnS1NDq4p5Jn2G_291_2916076_girl_karate_kick_png_hd.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:320px;height:1198px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:281.984px;height:82px;top:113.109375px;left:19px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #obcGJosTb27KEaebD4mcskCXrr6sFQmt { width:320px;height:104px;top:194.109375px;left:0px;text-align:center;text-align-last:center;font-size:20px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:100017;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-regular-label { width:220px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-input-text { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;height:45px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-input-text {padding-top: 0; padding-bottom: 0;}#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-textarea { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-input-select { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;font-family:cairo;height:45px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-input-select {padding-top: 0; padding-bottom: 0;}#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-input-button { width:220px;margin-top:4px;margin-right:3px;margin-left:0px;margin-bottom:4px;height:47px;line-height:1.2;overflow:hidden;font-size:22px;background-color:#3b81fd;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-checkbox-label { width:201px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-container { padding-top:3px;padding-left:0;padding-right:0;padding-bottom:2px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-container:first-of-type{padding-top:0;}#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .widget-container:last-of-type{padding-bottom:0;}#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w  { width:223px;height:auto;top:783px;left:30px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w .radio-container { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w {display:block;}#GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w { width:223px;height:auto;top:783px;left:30px; }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #I6TqR6ieQJ6VhQqyOJ0UomsNTRH7By6M {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #TKLBoPorAeGSvvy6VlvvNEzaIPTnpfaw {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #ReskOldZuUNms9PFyRhky5N3IAGLvWtA {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #AWnJOXbyzs285EUeDmcgK3Sg1gviVTmq {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #WHmXr274EKQqiTTOR8J3dIF7n19tztA3 {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #MdSCXh6Thw729dqc9mOstShaCanpQQGE {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #VH7CaJThKlSfAUvCsHBw4sn1FDtoaSJF {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #DKyvaf2TkHuw1u9685cmdIBWca7CUsEL {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #WroAsOzDRUSFBZiBfle3T3R9ZX0qkuxB {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #ZngMGFR4XbBTGAmltXi3oapEitnu5x4R {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #gZIwvfCg9WvbiDGK8bPPd6fzpC17IgTD {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #wI9Mzhy6W0z0gzzsKKzd9mAXlRb1u4Ge {  }
 }@media only screen and (max-width: 763px) { #h6yXwv9WIn4nIo9N2rWEaL66KsBbvbfo { display:block; }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #XT8te36GNMMAy200DB5c1AExBTc2lRTQ {  }
 }@media only screen and (max-width: 763px) { #GU80D4IZsBKG6ZfyXScrS4Iuzc5HwK2w #UWdbWf2EBJTFRncEeynrZnw2LaWX0PTT {  }
 }@media only screen and (max-width: 763px) { #ReGbwteamHWllzwoGZTZ4zWZdniBQCRo { width:91px;height:91px;top:21.109375px;left:205.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #Vuz0XKlLIXrMkWxrhwQWbWCxuLsx8kh4 { width:197px;height:105px;top:0px;left:14.015625px;text-align:center;text-align-last:center;font-size:27px;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iZo1VPDkRTQ85PaA8ZicM3uwduTmSiRq { width:320px;height:69px;top:328.625px;left:0px;font-size:18px;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #l3R5afN4go7xEAwE3gDtpUB0zMfpiEu8 { top:209.625px;left:0px;width:320px;height:212px;z-index:100016;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #qaLMNMf7aQUyUouRMBLsIQWox1Z3kyay { display:none; }#qaLMNMf7aQUyUouRMBLsIQWox1Z3kyay > .row .container { width:320px;height:463px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uhlvUhxNOcVmPy5X0IpOUXAlmc1KqHM6 { top:208.31591796875px;left:26.996529579163px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #u5ZittqRrlXGDkqGgkBnRxLJU90pgyXl { display:block; }
 }@media only screen and (max-width: 763px) { #anGvCeoHOXM3xrVyfPthfPmvnT749PtE { width:313px;height:175px;top:273.296875px;left:7px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VT6TKFzc0uiehzKbx3hrihITxs2WGi9Z { width:310px;height:125px;top:93px;left:5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #tAeSKStTOJz6K7Zw1DpovOCuKVyGifpi { top:20px;left:27px;width:266px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #cSB4SwSeCywBsgF9iQp2gxZanGo3MGsK { display:block; }
 }@media only screen and (max-width: 763px) { #CCfyXUmgPZXzBqfMrEHDqT6TCQ7rxHFK { display:none; }#CCfyXUmgPZXzBqfMrEHDqT6TCQ7rxHFK > .row .container { width:320px;height:430px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UCCPslFbVJUCR70Sv0EFgyxN0i5qzwl7 { width:293px;height:75px;top:112px;left:13.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VPIy7qTlct1mfab47W77VDBise1sPr2g { top:20px;left:48px;width:224px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #iG8yBQGQDZfEPSNTUTRJQKbybZ4RZzOp { display:block; }
 }@media only screen and (max-width: 763px) { #D1oygCoOTOzhQGZqOT9qKxQhlBbOQ8oh { top:228.31591796875px;left:25.000000953674px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #GttDoDryO9eVWuWHQzdUcr3OSECiJfOK { display:block; }
 }@media only screen and (max-width: 763px) { #eVHlglCDCBeLZH92VbreAQC1WTAzW3ZL { width:304px;height:75px;top:309.296875px;left:8px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ISsOqdTNP8A5GufH776CAZIEwh0Fsznz { display:none; }#ISsOqdTNP8A5GufH776CAZIEwh0Fsznz > .row .container { width:320px;height:430px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rk4dti7gdXpaDqaO4TAhnX6yDU9DEaqt { top:20px;left:28px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #MC7L0Ow8acV1mokXBUL05JhqhpSST2Z2 { display:block; }
 }@media only screen and (max-width: 763px) { #TkBRrBSRJrTw7tDMf4i5amgnSQcJFz8P { width:320px;height:100px;top:110px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uhRb99SXswCLgQHXlkLsB2PygK7r7FTA { top:225.3125px;left:25.000000953674px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #WTv0dGZSIuaV3HTZ2lAr60ip5Fmv7rGk { display:block; }
 }@media only screen and (max-width: 763px) { #oGNiSgr7qwZd9qNuJR58H1iIENHBZFv9 { width:300px;height:50px;top:316.296875px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #U7M18zXEorqbfEzmKtUooeZapm5Rmqnp { display:none; }#U7M18zXEorqbfEzmKtUooeZapm5Rmqnp > .row .container { width:320px;height:500px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i7aQXUJb9NmI89H2uZbEUb7zxsqlAXTI { top:258.667px;left:28px;width:264px;height:53px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #BO5xcCSETEW4pZHy4e9JIsGsm91VzeTM { display:block; }
 }@media only screen and (max-width: 763px) { #FgADJlyIQTAiSLICX3fAx56fzNBtGeOc { width:292px;height:66px;top:360.65625px;left:14px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #luT6d5fNXgigm03NxDGIvriBEKnJagpl { top:20px;left:28px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #HrzkAC0I0X0L7bIPOSCpNC7UDQepzooD { display:block; }
 }@media only screen and (max-width: 763px) { #NRnJEmVDZWeVy9ekHXvpRliPhgRmdk6Z { width:282px;height:75px;top:122px;left:19px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DF7bSiu4VMauzswbR5LRfWAOrO3qGBdn { display:none; }#DF7bSiu4VMauzswbR5LRfWAOrO3qGBdn > .row .container { width:320px;height:480px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rXOaLvEburVi0zSGfSfbSFzqRICyT48D { width:292px;height:75px;top:340.765625px;left:14px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #odDQG6Dp6pHdHvIkrNsd1PKedqRiTI1D { top:245.778px;left:29px;width:262px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #iPftDksP6cfDqszteCSnKPuHiB8h7HxG { display:block; }
 }@media only screen and (max-width: 763px) { #V3JTagLchxMWeUb7VB8D7UcFf00gxbqq { top:20px;left:30px;width:260px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #vI2R1ATF8b6mCQSkWZcgtLhFA6uxto3X { display:block; }
 }@media only screen and (max-width: 763px) { #Az0HbuqsUqOmULfRBBGmV3zMGExZ8F4t { width:281px;height:72px;top:114px;left:19.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #N34ubys1uE4Sv6oBdfxpllcp4XEC02Ft { display:none; }#N34ubys1uE4Sv6oBdfxpllcp4XEC02Ft > .row .container { width:320px;height:470px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qvou3tHqTJsMmJ771d1bMxbcz1NHH6QB { top:276.667px;left:31px;width:258px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #MgmvMhv3rfTH4qlerBZTH0CAZ8oXkCuL { display:block; }
 }@media only screen and (max-width: 763px) { #WqQiot5nfF2d2WJHT6H5wR2CH3HRdkar { width:278px;height:75px;top:355.65625px;left:21px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JeeJazVTKZ8RCWX8WymDa1Ol9up7xVW9 { width:289px;height:96px;top:119px;left:15.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #apdzsXbrgP8eHXPLfho1nTw4nhLbVyQb { top:20px;left:1px;width:320px;height:59px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #BQ0VO5WETKRX4ESsfsiZq5wPfQdTTABf { display:block; }
 }@media only screen and (max-width: 763px) { #SsxG6KiOzLXBLnQ3aX1Ee5XH97VqfK3F { display:none; }#SsxG6KiOzLXBLnQ3aX1Ee5XH97VqfK3F > .row .container { width:320px;height:345px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #omZVTqiU5dU9nzi4SlIdu4gHIFZVDDG0 { top:270.667px;left:63px;z-index:100032;width:194px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #vmP6VFSnBRV9z1qLy8Wf9E5AToQZggPu { display:block; }
 }@media only screen and (max-width: 763px) { #IkF6IKsl2RHyrJAELWrQQT926fJpa4nO { top:20px;left:9px;width:302px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #C2vMilhBE4ByTCTHtE7xBTk5qzmuOLvk { display:block; }
 }@media only screen and (max-width: 763px) { #E12KU9wRWtf3Suq0eL3lGUZdVDMExHuN { width:294px;height:75px;top:122px;left:13px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FomJVUhZuzaCBGKZszolaTmCTbwzarmB { display:none; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { width:320px;height:176px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xn2KSvy6nekpC81ofC6XUhiNXzXLgQr8 { width:290px;height:41px;top:20px;left:15px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVeqwRPPrTHD6JbS0DLZPMgpVD8395No { width:314px;height:54px;top:89.982650756836px;left:3.9930562973022px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP { display:block; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { width:320px;height:465px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPA6i6a65SH6frNZkUsXn1PobxSpyxey { width:310px;height:72px;top:219.141px;left:5px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4yx41zR3T12zGwg9r4L80dErOdz4NA3 { height:179.141px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FCbBM7fww5vAHpaCqPoXoQZssCSy7QMt { width:50px;height:50px;top:399.141px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Lsca2taqvfOI4gCBkuhKRq98luQkSsqZ { width:320px;height:56px;top:321.141px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:320px;height:190px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q39WzwJfGQ2KP6TGbMr5diQAkNyrHXNu { width:320px;height:70px;top:20px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AM5FVgEIrZw1RwFd6RX4vD95cvTPXFtL { width:320px;height:20px;top:110px;left:0px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoTVngmTWZKon7Qzh7XBau64uGF71bdZ { width:311px;height:20px;top:150px;left:4px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }