.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(171,113,128,0.5);background-image:none;position:relative;top:0px;left:0px;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c0f6f5, #ffffff);background-image: -moz-linear-gradient(180deg, #c0f6f5, #ffffff);background-image: -ms-linear-gradient(180deg, #c0f6f5, #ffffff);background-image: -o-linear-gradient(180deg, #c0f6f5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0f6f5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0f6f5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #c0f6f5, #ffffff);background-size:auto !important;position:relative;display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { background-color: transparent; background-image: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container > .video-iframe-container { display: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row > .video-iframe-container { display: none; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .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); }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { border-width: 0; border-radius: 0; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row > .video-iframe-container {  }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { font-size:14px;font-family:arial;height:200px;width:1200px;position:relative;display:block; }#uG1wBCaF43ROBLpvgaJbZTJGadAOkOlN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:196px;width:1200px;top:3px;left:0px;overflow:hidden;display:block; }
#urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:130.99px;width:131.997px;top:127px;left:533px;overflow:hidden;display:block; }
#pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 0 1px 9px rgba(0,0,0,0.5) ;height:145.99px;width:143.976px;top:120px;left:528px;display:block; }
#GvAznwNO6LnzPLoyxIeUuxR3J1xkK81E { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:486px;width:1200px;display:none; }
#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { background-color: transparent; background-image: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container > .video-iframe-container { display: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container { display: none; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .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); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { border-width: 0; border-radius: 0; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row > .video-iframe-container {  }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { font-size:14px;font-family:arial;height:348px;width:1200px;position:relative;display:block; }#kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { color:#322e6c;display:block;width:366.997px;position:absolute;font-family:"mykonos ar";font-size:30px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.972213745117px;left:677.65628051758px;height:39px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WWgAqTqTBCWca61uJTVktBABImNbKreb { color:#322e6c;display:block;width:382.986px;position:absolute;font-family:"mykonos ar";font-size:30px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.920135498047px;left:130.62847900391px;height:39px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { color:#ffffff;display:block;width:876px;position:absolute;font-family:cairo;font-size:18px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:74.953125px;left:107.953125px;height:70.1719px;text-align:center;text-align-last:center;font-style:normal;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; }
#wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:138.993px;width:280px;top:192.390625px;left:850.984375px;overflow:hidden;display:block; }
#p7NDn42OG5aLJdFD4RzggpxLzmeeS1RG { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:112.986px;width:300px;top:205.421875px;left:56.953125px;overflow:hidden;display:block; }
#IK7d1rkHy3HgQT2p3M6VdxkwXv6BKkc6 { color:#0078c4;display:block;width:501px;position:absolute;font-family:cairo;font-size:30px;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:213.390625px;left:349.5px;height:90px;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; }
#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image: -webkit-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -moz-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -ms-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -o-linear-gradient(180deg, #ffffff, #c0f6f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0f6f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0f6f5' );";background-image: linear-gradient(180deg, #ffffff, #c0f6f5);background-size:auto !important;position:relative;display:block; }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row .container { background-color: transparent; background-image: none; }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row .container > .video-iframe-container { display: none; }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row > .video-iframe-container { display: none; }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .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); }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row .container { border-width: 0; border-radius: 0; }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row > .video-iframe-container {  }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row .container { font-size:14px;font-family:arial;height:441px;width:1200px;position:relative;display:block; }#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-form-header {  }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:16px;font-weight:bold;color:#0078c4;width:293px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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:0;margin-bottom:4px;margin-left:0;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) ; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-text {padding-top: 0; padding-bottom: 0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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:0;margin-bottom:4px;margin-left:0;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) ; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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:0;margin-bottom:4px;margin-left:0;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; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-select {padding-top: 0; padding-bottom: 0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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:#e1093f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:22px;font-weight:400;color:#f2f9ff;width:293px;height:47px;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:13px;font-weight:300;color:#ffffff;vertical-align:top;width:274px;overflow:hidden;font-style:normal; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-container:first-of-type{padding-top:0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-container:last-of-type{padding-bottom:0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253  { 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:15005;position:absolute;top:0px;left:80px; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:293px; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .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; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 {display:block;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 { 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:15005;position:absolute;top:0px;left:80px; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #L8kPBE0x3pV7yNAxtBfHtz2qx8zfOpMx { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #Z1kSsdDmVR4kdOikxtwVsJ3i32gyG8eU { position:relative;display:block; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #ogymaEeAEtnacbTxvzansCQzTc4Ca9aT { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #bAoV9EFbkAv91wSTUDkzKTur2se6l5s9 { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #U1pP2sqeBcxEqNTR9svWd24PNR8OfUke { position:relative;display:block; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #r6XGSTBvSJtCVKqw9VHmIcRGUeudo9p9 { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #CL88w5S1AfEy5GE7rSVUcPwPe30CkZuh { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #SEP4zIeZeT5P4HQlGEToLi2owrTZ8e6K { position:relative;display:block; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #OdZTo2bywOWB2cV35cN5sibZ35uPWh9x { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #sVyQmrZv3DXNnwidwVvO9E5zKwFhUfTt { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #nKSkhcDLcM9uIQPIxKNVKOw61578WFyA { position:relative;display:block; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #eu1L1AhJghdbPSE8BImTQMiH72Dl1OiM { position:relative; }
#azwNDKDpAIJVsJWzH633BXWKcJ2hyLw3 { position:relative;display:block; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #UdWFraTlXrNw5T9Nc7SDdxhHqzdBZUVS { position:relative; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #NTrZCMl7dxBrac2Sv2a3PQwQ8c8GcGAE { position:relative; }
#tPcINvNkqBMFpgJqrXaT8kbwgzTkCvZ8 { background-color:#1799eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:243px;left:425.5px;display:none; }
#BFg8l4vL06z56V3V9gleSOn36EVKq8pD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hDbw1C3539NszpfArHwHh4iBeOF0Cs4I { background-color:#1799eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:265px;left:425.5px;display:none; }
#UZ10Klx4ADPTKI6T1zvtAN0vTWRn4fgg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hWSBHgGnfOOJJQvbWqNAl4sBbGZiXDgX { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;height:295px;width:295px;top:0px;left:597.5px;overflow:hidden;display:block; }
#MZXvW9Q1yvbPGktEMs6pVAGUerJtLNPm { position:absolute;display:block;z-index:15181;border-top:0;border-left:0;border-right:0;border-bottom:0;height:96px;width:267px;top:266.5px;left:611.5px;overflow:hidden;display:block; }
#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #edd6dc, rgba(225,75,111,0.85));background-image: -moz-linear-gradient(180deg, #edd6dc, rgba(225,75,111,0.85));background-image: -ms-linear-gradient(180deg, #edd6dc, rgba(225,75,111,0.85));background-image: -o-linear-gradient(180deg, #edd6dc, rgba(225,75,111,0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edd6dc', endColorstr='#d8e14b6f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edd6dc', endColorstr='#d8e14b6f' );";background-image: linear-gradient(180deg, #edd6dc, rgba(225,75,111,0.85));background-size:auto !important;position:relative;display:block; }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .row .container { background-color: transparent; background-image: none; }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .row .container > .video-iframe-container { display: none; }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .row > .video-iframe-container { display: none; }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .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); }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .row .container { border-width: 0; border-radius: 0; }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .row > .video-iframe-container {  }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .row .container { font-size:14px;font-family:arial;height:309px;width:1200px;position:relative;display:block; }#kzUA4BxKJ2L3ITJteaqStlvwtXWdiEka { display:block;width:443px;position:absolute;font-family:tajawal;font-size:50px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38px;left:379px;height:;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:#000000;text-align:center;text-align-last:center;display:block; }
#XI1necvmd92lssl7hH60cOHrrfW19IZA { display:block;width:428.969px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:113px;left:386px;height:;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:#000000;text-align:center;text-align-last:center;display:block; }
#RukD4D09hkgD9EtXCvyEWF3ID5Dc9dzZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:153.969px;top:38px;left:876.5px;overflow:hidden;display:block; }
#bksvEdkT7mkNI4CBbHR7sxCyGB8k12s6 { background-color:#fffafb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:242px;height:72px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:199px;left:479px;display:block; }
#hu5HoSZ9nTZXk7QRkOReGPJxWkiAheL9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d6edeb, #c0f6f5);background-image: -moz-linear-gradient(180deg, #d6edeb, #c0f6f5);background-image: -ms-linear-gradient(180deg, #d6edeb, #c0f6f5);background-image: -o-linear-gradient(180deg, #d6edeb, #c0f6f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6edeb', endColorstr='#c0f6f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6edeb', endColorstr='#c0f6f5' );";background-image: linear-gradient(180deg, #d6edeb, #c0f6f5);background-size:auto !important;position:relative;display:block; }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .row .container { background-color: transparent; background-image: none; }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .row .container > .video-iframe-container { display: none; }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .row > .video-iframe-container { display: none; }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .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); }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .row .container { border-width: 0; border-radius: 0; }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .row > .video-iframe-container {  }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .row .container { font-size:14px;font-family:arial;height:309px;width:1200px;position:relative;display:block; }#EThoE3LirVG0A3gz8tzn68I7kpzVFSXB { display:block;width:443px;position:absolute;font-family:tajawal;font-size:50px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38px;left:379px;height:65px;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:#000000;text-align:center;text-align-last:center;display:block; }
#zdMNSbhBlZq1waurqkGF3FLZtl7hnwh3 { display:block;width:428.969px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:113px;left:386px;height:70.1719px;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:#000000;text-align:center;text-align-last:center;display:block; }
#BwfTJe6bTOgd8clTee0xTEhNEbXATqqE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:153.969px;top:38px;left:876.5px;overflow:hidden;display:block; }
#mxOyX3ROsKuAdSeTNtosTuJXNVGIxERf { background-color:#fffafb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:242px;height:72px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:199px;left:479px;display:block; }
#AXb6EAip5at8N1Txbn3LWxadVtRWcbPA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #edd3d9, #e14b6f);background-image: -moz-linear-gradient(180deg, #edd3d9, #e14b6f);background-image: -ms-linear-gradient(180deg, #edd3d9, #e14b6f);background-image: -o-linear-gradient(180deg, #edd3d9, #e14b6f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edd3d9', endColorstr='#e14b6f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edd3d9', endColorstr='#e14b6f' );";background-image: linear-gradient(180deg, #edd3d9, #e14b6f);background-size:auto !important;position:relative;display:block; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container { background-color: transparent; background-image: none; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container > .video-iframe-container { display: none; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row > .video-iframe-container { display: none; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .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); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container { border-width: 0; border-radius: 0; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row > .video-iframe-container {  }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container { font-size:14px;font-family:arial;height:309px;width:1200px;position:relative;display:block; }#U91BmonZ7k5SWX5CChC9CzGBR3Kbedks { display:block;width:443px;position:absolute;font-family:tajawal;font-size:50px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38px;left:379px;height:65px;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:#000000;text-align:center;text-align-last:center;display:block; }
#wTaLG1m9DDzxp18TwPvWZlBQC4lseO41 { display:block;width:428.969px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:113px;left:386px;height:46.7812px;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:#000000;text-align:center;text-align-last:center;display:block; }
#F00Vw4sbpw7BwOK2kn3ZfRs0Tg9NTr0n { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:153.969px;top:38px;left:869.5px;overflow:hidden;display:block; }
#SCVyQ9Tc3lWPr1U8CnN2mVtg8kbt82pd { background-color:#fffafb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:242px;height:72px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:199px;left:479px;display:block; }
#s5EbPXps3Z3Cn6bqD9Q3iXTJt7TB2Txz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb0ad;background-image:none;position:relative;display:block; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { background-color: transparent; background-image: none; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container > .video-iframe-container { display: none; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row > .video-iframe-container { display: none; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .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); }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { border-width: 0; border-radius: 0; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row > .video-iframe-container {  }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { font-size:14px;font-family:arial;height:200px;width:1200px;position:relative;display:block; }#KfuyHCDPUJibyAKOhULNkUmN7q2mny6W { color:#ffffff;display:block;width:363.958px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:165px;left:442px;height:18.2031px;text-align:center;text-align-last:center;display:block; }
#qIOcAK1io86Sx6GLscq9NpmwXJtniutq { box-sizing:content-box;color:#fbfeff;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:15003;top:18px;left:844px;display:block; }
#XdwKLyhe4bxwR5DQwJ1JDugy0urzoa8K { color:#ffffff;display:block;width:667.988px;position:absolute;font-family:tajawal;font-size:23px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28px;left:266px;height:29.8906px;text-align:center;text-align-last:center;display:block; }
#DoJ1C0zEvatC6aQrTCQCtoMbOorilGoG { box-sizing:content-box;color:#ffffff;font-size:25px;font-weight:400;line-height:1;height:35.9961px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:77px;left:851px;display:block; }
#HUSvNfkVkTFecChPNT82iB4Z0nwh7dUX { color:#ffffff;display:block;width:173.984px;position:absolute;font-family:tajawal;font-size:23px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:81px;left:689px;height:29.8906px;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) { #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uG1wBCaF43ROBLpvgaJbZTJGadAOkOlN { top:3px;left:0px;width:764px;height:124.7803px;display:block; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { top:127px;left:315px;width:131px;height:130.00060607438px;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { top:120px;left:310px;width:143px;height:145px;display:block; }
 }@media only screen and (max-width: 763px) { #GvAznwNO6LnzPLoyxIeUuxR3J1xkK81E { width:764px;height:309px;display:none; }
 }@media only screen and (max-width: 763px) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { top:10px;left:398px;width:366px;height:38px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #WWgAqTqTBCWca61uJTVktBABImNbKreb { top:10px;left:0px;width:382px;height:38px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:764px;height:69px;top:74px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { top:192px;left:484px;width:280px;height:138.984px;display:block; }
 }@media only screen and (max-width: 763px) { #p7NDn42OG5aLJdFD4RzggpxLzmeeS1RG { top:205px;left:0px;width:300px;height:112.984px;display:block; }
 }@media only screen and (max-width: 763px) { #IK7d1rkHy3HgQT2p3M6VdxkwXv6BKkc6 { width:540px;height:72px;top:68px;left:112px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 { display:block; }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row .container { width:764px;height:692px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-regular-label { width:420px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-text { width:420px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-text {padding-top: 0; padding-bottom: 0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-textarea { width:420px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-select { width:420px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-select {padding-top: 0; padding-bottom: 0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-button { width:231px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:94px; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-checkbox-label { width:401px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253  { width:420px;height:auto;top:252px;left:152px; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .radio-container { width:420px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 {display:block;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 { width:420px;height:auto;top:252px;left:152px; }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #L8kPBE0x3pV7yNAxtBfHtz2qx8zfOpMx {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #Z1kSsdDmVR4kdOikxtwVsJ3i32gyG8eU { display:block; }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #ogymaEeAEtnacbTxvzansCQzTc4Ca9aT {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #bAoV9EFbkAv91wSTUDkzKTur2se6l5s9 {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #U1pP2sqeBcxEqNTR9svWd24PNR8OfUke { display:block; }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #r6XGSTBvSJtCVKqw9VHmIcRGUeudo9p9 {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #CL88w5S1AfEy5GE7rSVUcPwPe30CkZuh {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #SEP4zIeZeT5P4HQlGEToLi2owrTZ8e6K { display:block; }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #OdZTo2bywOWB2cV35cN5sibZ35uPWh9x {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #sVyQmrZv3DXNnwidwVvO9E5zKwFhUfTt {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #nKSkhcDLcM9uIQPIxKNVKOw61578WFyA { display:block; }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #eu1L1AhJghdbPSE8BImTQMiH72Dl1OiM {  }
 }@media only screen and (max-width: 763px) { #azwNDKDpAIJVsJWzH633BXWKcJ2hyLw3 { display:block; }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #UdWFraTlXrNw5T9Nc7SDdxhHqzdBZUVS {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #NTrZCMl7dxBrac2Sv2a3PQwQ8c8GcGAE {  }
 }@media only screen and (max-width: 763px) { #tPcINvNkqBMFpgJqrXaT8kbwgzTkCvZ8 { width:280px;height:55px;top:253px;left:217.5px;display:none; }
 }@media only screen and (max-width: 763px) { #BFg8l4vL06z56V3V9gleSOn36EVKq8pD { display:block; }
 }@media only screen and (max-width: 763px) { #hDbw1C3539NszpfArHwHh4iBeOF0Cs4I { width:280px;height:55px;top:275px;left:217.5px;display:none; }
 }@media only screen and (max-width: 763px) { #UZ10Klx4ADPTKI6T1zvtAN0vTWRn4fgg { display:block; }
 }@media only screen and (max-width: 763px) { #hWSBHgGnfOOJJQvbWqNAl4sBbGZiXDgX { top:0px;left:379.5px;width:295px;height:295px;display:block; }
 }@media only screen and (max-width: 763px) { #MZXvW9Q1yvbPGktEMs6pVAGUerJtLNPm { top:266px;left:393.5px;width:267px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #gVOWFtv1dgL4VzIBToENMGnEoeluMK9A { display:block; }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzUA4BxKJ2L3ITJteaqStlvwtXWdiEka { width:443px;height:;top:38px;left:161px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #XI1necvmd92lssl7hH60cOHrrfW19IZA { width:428px;height:;top:113px;left:168px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RukD4D09hkgD9EtXCvyEWF3ID5Dc9dzZ { top:38px;left:611px;width:153px;height:119.24478304074px;display:block; }
 }@media only screen and (max-width: 763px) { #bksvEdkT7mkNI4CBbHR7sxCyGB8k12s6 { width:242px;height:72px;top:199px;left:261px;display:block; }
 }@media only screen and (max-width: 763px) { #hu5HoSZ9nTZXk7QRkOReGPJxWkiAheL9 { display:block; }
 }@media only screen and (max-width: 763px) { #LpG7LvKzv50s5eZN9wE38fSS9Xiixfag { display:block; }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EThoE3LirVG0A3gz8tzn68I7kpzVFSXB { width:443px;height:74px;top:38px;left:161px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #zdMNSbhBlZq1waurqkGF3FLZtl7hnwh3 { width:428px;height:;top:113px;left:168px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #BwfTJe6bTOgd8clTee0xTEhNEbXATqqE { top:38px;left:611px;width:153px;height:119.24478304074px;display:block; }
 }@media only screen and (max-width: 763px) { #mxOyX3ROsKuAdSeTNtosTuJXNVGIxERf { width:242px;height:72px;top:199px;left:261px;display:block; }
 }@media only screen and (max-width: 763px) { #AXb6EAip5at8N1Txbn3LWxadVtRWcbPA { display:block; }
 }@media only screen and (max-width: 763px) { #xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { display:block; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U91BmonZ7k5SWX5CChC9CzGBR3Kbedks { width:443px;height:65px;top:38px;left:161px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #wTaLG1m9DDzxp18TwPvWZlBQC4lseO41 { width:428px;height:46px;top:113px;left:168px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #F00Vw4sbpw7BwOK2kn3ZfRs0Tg9NTr0n { top:38px;left:611px;width:153px;height:119.24478304074px;display:block; }
 }@media only screen and (max-width: 763px) { #SCVyQ9Tc3lWPr1U8CnN2mVtg8kbt82pd { width:242px;height:72px;top:199px;left:261px;display:block; }
 }@media only screen and (max-width: 763px) { #s5EbPXps3Z3Cn6bqD9Q3iXTJt7TB2Txz { display:block; }
 }@media only screen and (max-width: 763px) { #LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { display:block; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfuyHCDPUJibyAKOhULNkUmN7q2mny6W { top:165px;left:223.99655151367px;width:363px;height:17px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qIOcAK1io86Sx6GLscq9NpmwXJtniutq { top:17px;left:626px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #XdwKLyhe4bxwR5DQwJ1JDugy0urzoa8K { top:27px;left:48px;width:667px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DoJ1C0zEvatC6aQrTCQCtoMbOorilGoG { top:76px;left:633px;width:35px;height:35.9896px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #HUSvNfkVkTFecChPNT82iB4Z0nwh7dUX { top:80px;left:470.984375px;width:173px;height:29px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/QBaf86E7/Landing.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 { display:block; }#sRlZueyIqT9zkOhXQshu7Cc9emTTcCd2 > .row .container { width:320px;height:270px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uG1wBCaF43ROBLpvgaJbZTJGadAOkOlN { width:320px;height:53px;top:10px;left:0px;overflow:hidden;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;display:none; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { width:73px;height:73px;top:176px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { width:81px;height:81px;top:169px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #GvAznwNO6LnzPLoyxIeUuxR3J1xkK81E { top:20px;left:0px;width:320px;height:129px;z-index:14999;overflow:hidden;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;display:block; }
 }@media only screen and (max-width: 763px) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { display:block; }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o > .row .container { width:320px;height:540px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { width:320px;height:32.5px;top:71.1875px;left:0px;text-align:center;text-align-last:center;font-size:25px;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; }
 }@media only screen and (max-width: 763px) { #WWgAqTqTBCWca61uJTVktBABImNbKreb { width:320px;height:31.1875px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:24px;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; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:320px;height:117.562px;top:123.6875px;left:0px;text-align:center;text-align-last:center;font-size:14px;font-weight:400;font-style:normal;line-height:1.4;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { width:280px;height:138.993px;top:539.93084199219px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #p7NDn42OG5aLJdFD4RzggpxLzmeeS1RG { width:300px;height:112.984px;top:261.2345px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #IK7d1rkHy3HgQT2p3M6VdxkwXv6BKkc6 { width:302.969px;height:126px;top:394.2035px;left:8px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 { display:block; }#n1L6d2gr2VhyrhfiKL9KELUKuiT5JOn5 > .row .container { width:320px;height:695px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-regular-label { width:259px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-text { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:45px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-text {padding-top: 0; padding-bottom: 0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-textarea { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-select { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-family:cairo;height:45px; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-select {padding-top: 0; padding-bottom: 0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-input-button { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:47px;line-height:1.2;overflow:hidden;font-size:22px; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-checkbox-label { width:240px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-container { padding-top:3px;padding-right:0;padding-bottom:2px;padding-left:0; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-container:first-of-type{padding-top:0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .widget-container:last-of-type{padding-bottom:0;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253  { width:259px;height:auto;top:10.4375px;left:10.5px; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 .radio-container { width:259px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 {display:block;}#v7LJIyLiueyPOSJ6JV2BKrHS0flye253 { width:259px;height:auto;top:10.4375px;left:10.5px; }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #L8kPBE0x3pV7yNAxtBfHtz2qx8zfOpMx {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #Z1kSsdDmVR4kdOikxtwVsJ3i32gyG8eU { display:block; }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #ogymaEeAEtnacbTxvzansCQzTc4Ca9aT {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #bAoV9EFbkAv91wSTUDkzKTur2se6l5s9 {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #U1pP2sqeBcxEqNTR9svWd24PNR8OfUke { display:block; }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #r6XGSTBvSJtCVKqw9VHmIcRGUeudo9p9 {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #CL88w5S1AfEy5GE7rSVUcPwPe30CkZuh {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #SEP4zIeZeT5P4HQlGEToLi2owrTZ8e6K { display:block; }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #OdZTo2bywOWB2cV35cN5sibZ35uPWh9x {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #sVyQmrZv3DXNnwidwVvO9E5zKwFhUfTt {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #nKSkhcDLcM9uIQPIxKNVKOw61578WFyA { display:block; }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #eu1L1AhJghdbPSE8BImTQMiH72Dl1OiM {  }
 }@media only screen and (max-width: 763px) { #azwNDKDpAIJVsJWzH633BXWKcJ2hyLw3 { display:block; }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #UdWFraTlXrNw5T9Nc7SDdxhHqzdBZUVS {  }
 }@media only screen and (max-width: 763px) { #v7LJIyLiueyPOSJ6JV2BKrHS0flye253 #NTrZCMl7dxBrac2Sv2a3PQwQ8c8GcGAE {  }
 }@media only screen and (max-width: 763px) { #tPcINvNkqBMFpgJqrXaT8kbwgzTkCvZ8 { width:280px;height:55px;top:2139px;left:19px;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #BFg8l4vL06z56V3V9gleSOn36EVKq8pD { display:block; }
 }@media only screen and (max-width: 763px) { #hDbw1C3539NszpfArHwHh4iBeOF0Cs4I { width:280px;height:55px;top:2214px;left:19px;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #UZ10Klx4ADPTKI6T1zvtAN0vTWRn4fgg { display:block; }
 }@media only screen and (max-width: 763px) { #hWSBHgGnfOOJJQvbWqNAl4sBbGZiXDgX { width:153px;height:153px;top:426px;left:83.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MZXvW9Q1yvbPGktEMs6pVAGUerJtLNPm { width:267px;height:96px;top:578px;left:26.5px;display:block; }
 }@media only screen and (max-width: 763px) { #gVOWFtv1dgL4VzIBToENMGnEoeluMK9A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdce3, #e14b6f);background-image: -moz-linear-gradient(180deg, #ffdce3, #e14b6f);background-image: -ms-linear-gradient(180deg, #ffdce3, #e14b6f);background-image: -o-linear-gradient(180deg, #ffdce3, #e14b6f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdce3', endColorstr='#e14b6f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdce3', endColorstr='#e14b6f' );";background-image: linear-gradient(180deg, #ffdce3, #e14b6f);background-size:auto !important;display:block; }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .row .container { background-color: transparent; background-image: none; }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .row .container > .video-iframe-container { display: none; }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .row > .video-iframe-container { display: none; }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .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); }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .row .container { border-width: 0; border-radius: 0; }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .row > .video-iframe-container {  }#gVOWFtv1dgL4VzIBToENMGnEoeluMK9A > .row .container { width:320px;height:474px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzUA4BxKJ2L3ITJteaqStlvwtXWdiEka { width:320px;height:41.5938px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;font-family:tajawal;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; }
 }@media only screen and (max-width: 763px) { #XI1necvmd92lssl7hH60cOHrrfW19IZA { width:320px;height:130px;top:81.5938px;left:0px;text-align:center;text-align-last:center;font-size:25px;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-family:kids;display:block; }
 }@media only screen and (max-width: 763px) { #RukD4D09hkgD9EtXCvyEWF3ID5Dc9dzZ { width:153px;height:119.219px;top:231.5938px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #bksvEdkT7mkNI4CBbHR7sxCyGB8k12s6 { width:242px;height:72px;top:370.8128px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #hu5HoSZ9nTZXk7QRkOReGPJxWkiAheL9 { display:block; }
 }@media only screen and (max-width: 763px) { #LpG7LvKzv50s5eZN9wE38fSS9Xiixfag { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(184,236,226,0.61), #c0f6f5);background-image: -moz-linear-gradient(180deg, rgba(184,236,226,0.61), #c0f6f5);background-image: -ms-linear-gradient(180deg, rgba(184,236,226,0.61), #c0f6f5);background-image: -o-linear-gradient(180deg, rgba(184,236,226,0.61), #c0f6f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bb8ece2', endColorstr='#c0f6f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bb8ece2', endColorstr='#c0f6f5' );";background-image: linear-gradient(180deg, rgba(184,236,226,0.61), #c0f6f5);background-size:auto !important;display:block; }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .row .container { background-color: transparent; background-image: none; }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .row .container > .video-iframe-container { display: none; }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .row > .video-iframe-container { display: none; }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .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); }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .row .container { border-width: 0; border-radius: 0; }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .row > .video-iframe-container {  }#LpG7LvKzv50s5eZN9wE38fSS9Xiixfag > .row .container { width:320px;height:464px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EThoE3LirVG0A3gz8tzn68I7kpzVFSXB { width:320px;height:41.5938px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;font-family:tajawal;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; }
 }@media only screen and (max-width: 763px) { #zdMNSbhBlZq1waurqkGF3FLZtl7hnwh3 { width:320px;height:130px;top:81.5938px;left:0px;text-align:center;text-align-last:center;font-size:25px;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-family:kids;display:block; }
 }@media only screen and (max-width: 763px) { #BwfTJe6bTOgd8clTee0xTEhNEbXATqqE { width:153px;height:119.219px;top:231.5938px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #mxOyX3ROsKuAdSeTNtosTuJXNVGIxERf { width:242px;height:72px;top:370.8128px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #AXb6EAip5at8N1Txbn3LWxadVtRWcbPA { display:block; }
 }@media only screen and (max-width: 763px) { #xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcedb, #e14b6f);background-image: -moz-linear-gradient(180deg, #ffcedb, #e14b6f);background-image: -ms-linear-gradient(180deg, #ffcedb, #e14b6f);background-image: -o-linear-gradient(180deg, #ffcedb, #e14b6f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcedb', endColorstr='#e14b6f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcedb', endColorstr='#e14b6f' );";background-image: linear-gradient(180deg, #ffcedb, #e14b6f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container { background-color: transparent; background-image: none; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container > .video-iframe-container { display: none; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row > .video-iframe-container { display: none; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .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); }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container { border-width: 0; border-radius: 0; }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row > .video-iframe-container {  }#xo8mbZ7kypg4QM5h4MP0MLb1Bv6eKDXB > .row .container { width:320px;height:473px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U91BmonZ7k5SWX5CChC9CzGBR3Kbedks { width:320px;height:41.5938px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;font-family:tajawal;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; }
 }@media only screen and (max-width: 763px) { #wTaLG1m9DDzxp18TwPvWZlBQC4lseO41 { width:320px;height:130px;top:81.5938px;left:0px;text-align:center;text-align-last:center;font-size:25px;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-family:kids;display:block; }
 }@media only screen and (max-width: 763px) { #F00Vw4sbpw7BwOK2kn3ZfRs0Tg9NTr0n { width:153px;height:119.219px;top:231.5938px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #SCVyQ9Tc3lWPr1U8CnN2mVtg8kbt82pd { width:242px;height:72px;top:370.8128px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #s5EbPXps3Z3Cn6bqD9Q3iXTJt7TB2Txz { display:block; }
 }@media only screen and (max-width: 763px) { #LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr { display:block; }#LsPI2Aum3fe5k5WKTNhWszmXPDPfPVdr > .row .container { width:320px;height:206px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfuyHCDPUJibyAKOhULNkUmN7q2mny6W { width:320px;height:15.5938px;top:188.734375px;left:0px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qIOcAK1io86Sx6GLscq9NpmwXJtniutq { width:50px;height:50px;top:52.375px;left:255.484375px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #XdwKLyhe4bxwR5DQwJ1JDugy0urzoa8K { width:210.969px;height:49.375px;top:52.6875px;left:25.015625px;text-align:right;text-align-last:right;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #DoJ1C0zEvatC6aQrTCQCtoMbOorilGoG { width:50.9844px;height:50.9844px;top:125.046875px;left:254.984375px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #HUSvNfkVkTFecChPNT82iB4Z0nwh7dUX { width:150px;height:36.3906px;top:132.34375px;left:85px;text-align:right;text-align-last:right;font-size:28px;display:block; }
 }