.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-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:transparent;background-image:url("https://images.assets-landingi.com/ifai974R/pexels_photo_707193.jpeg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;position:relative;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#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); }#sKBSx8fxX1CfMeRwLFDLnD7Ru4aRgK31 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sKBSx8fxX1CfMeRwLFDLnD7Ru4aRgK31 > .row .container { background-color: transparent; background-image: none; }#sKBSx8fxX1CfMeRwLFDLnD7Ru4aRgK31::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sKBSx8fxX1CfMeRwLFDLnD7Ru4aRgK31 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sKBSx8fxX1CfMeRwLFDLnD7Ru4aRgK31 > .row .container > .video-iframe-container { display: none; }#sKBSx8fxX1CfMeRwLFDLnD7Ru4aRgK31 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sKBSx8fxX1CfMeRwLFDLnD7Ru4aRgK31 > .row > .video-iframe-container { display: none; }#sKBSx8fxX1CfMeRwLFDLnD7Ru4aRgK31 > .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); }#sKBSx8fxX1CfMeRwLFDLnD7Ru4aRgK31 > .row .container { border-width: 0; border-radius: 0; }#sKBSx8fxX1CfMeRwLFDLnD7Ru4aRgK31 > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#utv0Uq47FTQPCIQ43lZavUNe804rt0WS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:71.9965px;width:245px;top:10px;left:356.97915649414px;overflow:hidden;display:block; }
#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF { background-color:rgba(254,247,218,0.56);background-image:url("https://images.assets-landingi.com/8pvuDIgP/IMGL7543_copy.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF > .row .container { background-color: transparent; background-image: none; }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF > .row .container > .video-iframe-container { display: none; }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF > .row > .video-iframe-container { display: none; }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF > .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); }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF > .row .container { border-width: 0; border-radius: 0; }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF > .row .container { width:960px;height:517px;font-size:14px;font-family:arial;position:relative;display:block; }#cCPovzBZA7Us7nHWBukfUqVD7MOhyT80 { color:#000000;display:block;width:226.997px;position:absolute;font-family:cairo;font-size:23px;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:46.961803436279px;left:37.986114501953px;height:29px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GVWo6HTgWByQgc7rrdGnvaFiz3UzftcS { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.62);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;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;height:480px;width:257px;top:20px;left:23px;display:block; }
#BroTfyd53WEdM099wRFkl7plKURk1GvP { color:#fafafa;display:block;width:924px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100000;line-height:1.7;letter-spacing:0;text-shadow:1px 1px 0 #000000;top:10.953125px;left:36px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tl3CpiLaltHa1Tavo41OFb7apkEUQeaz { background-color:#c421ca;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;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:dosis;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:168px;height:44px;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:26.453125px;left:23.953125px;display:none; }
#FDf7Z2J1QM6POk6wuIhI6X1QbbPP3gMG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#yANWVhZCrZ5Np70fAQgXvrZnxag9N3fz { 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; }
#i7RXs5sL6ut3bObDacBfBTDCulLShMhF { position:absolute;display:block;z-index:99998;background-color:rgba(223,74,141,0.7);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:141.997px;width:375.99px;top:336px;left:494px;display:block; }
#hqX9IGJDV3aBnyFETMahSWUKeuQgoeUH { color:#ffffff;display:block;width:338.976px;position:absolute;font-family:cairo;font-size:23px;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:336px;left:516px;height:136px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-form-header {  }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:22px;font-weight:400;color:#070571;width:197px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;font-style:normal;text-align:right;text-align-last:right;overflow:hidden;line-height:1.3; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-input-text { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;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: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:197px;box-sizing:border-box;height:48px;color:#000000;font-size:20px;overflow:hidden;font-family:kids;text-align:center;text-align-last:center; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-input-text {padding-top: 0; padding-bottom: 0;}#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-textarea { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;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: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:197px;box-sizing:border-box;height:70px;color:#000000;font-size:20px;overflow:hidden;font-family:kids;text-align:center;text-align-last:center; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-input-select { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;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:197px;box-sizing:border-box;height:37px;color:rgba(0,0,0,0.98);font-family:cairo;font-size:20px;overflow:hidden;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-input-select {padding-top: 0; padding-bottom: 0;}#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-input-checkbox { width:16px;height:16px;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; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-input-button { border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;background-color:#e1096b;background-image:none;background-position:center;background-repeat:no-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:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:18px;font-weight:400;color:#ffffff;width:197px;height:55px;font-family:cairo;overflow:hidden;font-style:normal;line-height:1.3; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u [class*="-text"]:-moz-placeholder { color:#000000;font-family:cairo;font-size:20px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u [class*="-text"]::-moz-placeholder { color:#000000;font-family:cairo;font-size:20px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:cairo;font-size:20px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:cairo;font-size:20px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .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:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:175px;overflow:hidden;font-style:normal; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .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; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .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; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-container:first-of-type{padding-top:0;}#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-container:last-of-type{padding-bottom:0;}#uotoFb54dpgi32UPTD7fc3EVopcGBC6u  { background-color:rgba(255,255,255,0.5);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:197px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100012;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;position:absolute;top:100.90277862549px;left:32.447906494141px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:197px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u {display:block;}#uotoFb54dpgi32UPTD7fc3EVopcGBC6u { background-color:rgba(255,255,255,0.5);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:197px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100012;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;position:absolute;top:100.90277862549px;left:32.447906494141px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u #xhvChZXDOnw9trggGe0gFlqteC3IxoTX { position:relative; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u #M4kOR3LUvKCEr2HxhMBJaNVmXrUAN9u2 { position:relative; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u #I8UeravfJPAkHSfUWaLXRmMy3HC1GFni { position:relative; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u #HXTtrXTFpUBnFdeRzMKBxLUPmRvouiT7 { position:relative; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u #dKqQMsMXRlKPWm59O0goNJeS4c6xloLQ { position:relative; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u #CaDF7qtIC7B4qZeBBhtEyeaVqDTMnVdi { position:relative; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u #sdT0l4iv9Dkxak6LzpHlEZ4vS3EodWZk { position:relative; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u #P1X2RUBabvpAD69RG0Ud7wz8zd7GGgBo { position:relative; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u #AHrBzrNJkay31SvzJgFrD8LSikcutLVp { position:relative; }
#uwwHNUg7xzCrW4fGWqNM5ncvoqkpmFA4 { position:relative;display:block; }
#MQrGcLyBAJEIRJrCRr3MJSC5XwgObCRd { position:relative;display:block; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u #uwMgE6wLS9OWLDVS44MdBBRk4RXlJ4pO { position:relative; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u #cpFyeZAQ4D4Be7LDkGHAmvodmS1INXnR { position:relative; }
#vsCcAlAG4sTn5UANcPCrIaWT3IrJgdbe { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:640px;width:960px;display:none; }
#tfZgGnbo6DvCFnuSMZMk04VH153zFLww { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #c0f6f5);background-image: -moz-linear-gradient(top, #ffffff, #c0f6f5);background-image: -ms-linear-gradient(top, #ffffff, #c0f6f5);background-image: -o-linear-gradient(top, #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(to bottom, #ffffff, #c0f6f5);position:relative;display:block; }#tfZgGnbo6DvCFnuSMZMk04VH153zFLww > .row .container { background-color: transparent; background-image: none; }#tfZgGnbo6DvCFnuSMZMk04VH153zFLww::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tfZgGnbo6DvCFnuSMZMk04VH153zFLww > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tfZgGnbo6DvCFnuSMZMk04VH153zFLww > .row .container > .video-iframe-container { display: none; }#tfZgGnbo6DvCFnuSMZMk04VH153zFLww > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tfZgGnbo6DvCFnuSMZMk04VH153zFLww > .row > .video-iframe-container { display: none; }#tfZgGnbo6DvCFnuSMZMk04VH153zFLww > .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); }#tfZgGnbo6DvCFnuSMZMk04VH153zFLww > .row .container { border-width: 0; border-radius: 0; }#tfZgGnbo6DvCFnuSMZMk04VH153zFLww > .row .container { font-size:14px;font-family:arial;height:422px;width:960px;position:relative;display:block; }#NhglEIpNHp8LtMkE8vJcyn5MwiBucu8R { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20px;width:21px;top:118.99304199219px;left:878.99307250977px;overflow:hidden;display:block; }
#dTfhnHpv5lCwNfM7klXGqhpMHt2vL55P { color:#0780dc;display:block;width:252.969px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:157.98611450195px;left:621.99655151367px;height:28px;text-align:right;text-align-last:right;display:block; }
#ZwRoNQFwwpkRmW5WsasNn50mX2R0gM66 { color:#0780dc;display:block;width:252.969px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:112.98611450195px;left:621.99655151367px;height:28px;text-align:right;text-align-last:right;display:block; }
#vayLpGW2oSbupokS2bawZXcb2z50K6bZ { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20px;width:20px;top:161.99652099609px;left:878.99307250977px;overflow:hidden;display:block; }
#a2NEtBrDvikMWRTJDWPq30m70AoAgZ8o { color:#0780dc;display:block;width:252.969px;position:absolute;font-family:tajawal;font-size:20px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:195.98959350586px;left:621.99655151367px;height:26px;text-align:right;text-align-last:right;display:block; }
#TqfaesWNF4rLO0385s2zPl9vDycT3VrT { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20px;width:20px;top:198.76736450195px;left:879.47915649414px;overflow:hidden;display:block; }
#QVGJJ58F4EJ3K7u0799QVu90miPbZVFr { color:#0780dc;display:block;width:252.969px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:235.98959350586px;left:622.98611450195px;height:28px;text-align:right;text-align-last:right;display:block; }
#WvT1dPIRMmkGPlxlZDlqZcctW9QFDwTU { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20px;width:20px;top:240.98959350586px;left:878.99307250977px;overflow:hidden;display:block; }
#O7LShoxMi6rx9gzCW45JNuEOSqp4tTQt { color:#0780dc;display:block;width:325.99px;position:absolute;font-family:tajawal;font-size:20px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:277.98611450195px;left:548.99307250977px;height:26px;text-align:right;text-align-last:right;display:block; }
#sv81eFq5IvvZ5wWiK2XyRr5F5dr0TLAZ { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20px;width:20px;top:282.98611450195px;left:878.99307250977px;overflow:hidden;display:block; }
#DXAGLi80BQy1esdeChtz1OnLAMaJdduz { color:#0780dc;display:block;width:325px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:320.98959350586px;left:550.00003051758px;height:28px;text-align:right;text-align-last:right;display:block; }
#f8CNLc61Qr6V2ff4uZn50uVePLHCMT1v { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20px;width:20px;top:327.98612213135px;left:878.99307250977px;overflow:hidden;display:block; }
#k2XrxWmdb6yQgTTxyrSST8MZlodFAgto { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: -5px 15px 19px rgba(0,0,0,0.28) ;height:253.976px;width:407.969px;top:95.885423444211px;left:42.986114501953px;display:block; }
#tW5IAag3kt93kxpTiJTNqdszEUakSUN3 { color:#ffffff;display:block;width:845.99px;position:absolute;font-family:lato;font-size:40px;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:28.993072509766px;left:56.979187011719px;height:48px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lBFdqpnmdzTX2bQma8CpTbNPCz6zT1Ig { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb0ad;background-image:none;position:relative;display:block; }#lBFdqpnmdzTX2bQma8CpTbNPCz6zT1Ig > .row .container { background-color: transparent; background-image: none; }#lBFdqpnmdzTX2bQma8CpTbNPCz6zT1Ig::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lBFdqpnmdzTX2bQma8CpTbNPCz6zT1Ig > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lBFdqpnmdzTX2bQma8CpTbNPCz6zT1Ig > .row .container > .video-iframe-container { display: none; }#lBFdqpnmdzTX2bQma8CpTbNPCz6zT1Ig > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lBFdqpnmdzTX2bQma8CpTbNPCz6zT1Ig > .row > .video-iframe-container { display: none; }#lBFdqpnmdzTX2bQma8CpTbNPCz6zT1Ig > .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); }#lBFdqpnmdzTX2bQma8CpTbNPCz6zT1Ig > .row .container { border-width: 0; border-radius: 0; }#lBFdqpnmdzTX2bQma8CpTbNPCz6zT1Ig > .row .container { font-size:14px;font-family:arial;height:200px;width:960px;position:relative;display:block; }#mwWOy3QB9WoFUAhyG1bTluCqGWcEbZxh { color:#ffffff;display:block;width:363.958px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:165px;left:322px;height:18px;text-align:center;text-align-last:center;display:block; }
#gey2lUwFKtoBwTWzqh5ggiavWv20KLyz { 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:100003;top:18px;left:724px;display:block; }
#OBpos07nbT4OIDiDcFx65HT8P6N773xD { color:#ffffff;display:block;width:667.988px;position:absolute;font-family:tajawal;font-size:23px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:28px;left:146px;height:29px;text-align:center;text-align-last:center;display:block; }
#cU5xWMhwXztl06N3eipqFUonXct4Wq84 { 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:100005;top:77px;left:731px;display:block; }
#hxDeqVpLrzcL1ldTTrFZKOU6Hi35r3pG { color:#ffffff;display:block;width:173.984px;position:absolute;font-family:tajawal;font-size:23px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:81px;left:569px;height:29px;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) { #sKBSx8fxX1CfMeRwLFDLnD7Ru4aRgK31 { display:block; }#sKBSx8fxX1CfMeRwLFDLnD7Ru4aRgK31 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utv0Uq47FTQPCIQ43lZavUNe804rt0WS { top:10px;left:258.97915649414px;width:245px;height:71.9965px;display:block; }
 }@media only screen and (max-width: 763px) { #JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF { display:block; }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCPovzBZA7Us7nHWBukfUqVD7MOhyT80 { top:46px;left:0px;width:226px;height:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GVWo6HTgWByQgc7rrdGnvaFiz3UzftcS { top:20px;left:0px;width:256px;height:480px;display:block; }
 }@media only screen and (max-width: 763px) { #BroTfyd53WEdM099wRFkl7plKURk1GvP { width:764px;height:84px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tl3CpiLaltHa1Tavo41OFb7apkEUQeaz { width:168px;height:44px;top:26px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FDf7Z2J1QM6POk6wuIhI6X1QbbPP3gMG { display:block; }
 }@media only screen and (max-width: 763px) { #yANWVhZCrZ5Np70fAQgXvrZnxag9N3fz { display:none; }
 }@media only screen and (max-width: 763px) { #i7RXs5sL6ut3bObDacBfBTDCulLShMhF { top:336px;left:389px;width:375px;height:141px;display:block; }
 }@media only screen and (max-width: 763px) { #hqX9IGJDV3aBnyFETMahSWUKeuQgoeUH { width:338px;height:137px;top:336px;left:418px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-input-text {padding-top: 0; padding-bottom: 0;}#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-input-select {padding-top: 0; padding-bottom: 0;}#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-checkbox-label { width:258px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u  { width:280px;height:auto;top:135px;left:0px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u {display:block;}#uotoFb54dpgi32UPTD7fc3EVopcGBC6u { width:280px;height:auto;top:135px;left:0px; }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #xhvChZXDOnw9trggGe0gFlqteC3IxoTX {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #M4kOR3LUvKCEr2HxhMBJaNVmXrUAN9u2 {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #I8UeravfJPAkHSfUWaLXRmMy3HC1GFni {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #HXTtrXTFpUBnFdeRzMKBxLUPmRvouiT7 {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #dKqQMsMXRlKPWm59O0goNJeS4c6xloLQ {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #CaDF7qtIC7B4qZeBBhtEyeaVqDTMnVdi {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #sdT0l4iv9Dkxak6LzpHlEZ4vS3EodWZk {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #P1X2RUBabvpAD69RG0Ud7wz8zd7GGgBo {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #AHrBzrNJkay31SvzJgFrD8LSikcutLVp {  }
 }@media only screen and (max-width: 763px) { #uwwHNUg7xzCrW4fGWqNM5ncvoqkpmFA4 { display:block; }
 }@media only screen and (max-width: 763px) { #MQrGcLyBAJEIRJrCRr3MJSC5XwgObCRd { display:block; }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #uwMgE6wLS9OWLDVS44MdBBRk4RXlJ4pO {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #cpFyeZAQ4D4Be7LDkGHAmvodmS1INXnR {  }
 }@media only screen and (max-width: 763px) { #vsCcAlAG4sTn5UANcPCrIaWT3IrJgdbe { width:764px;height:509px;display:none; }
 }@media only screen and (max-width: 763px) { #tfZgGnbo6DvCFnuSMZMk04VH153zFLww { display:block; }#tfZgGnbo6DvCFnuSMZMk04VH153zFLww > .row .container { width:764px;height:692px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhglEIpNHp8LtMkE8vJcyn5MwiBucu8R { top:118px;left:743px;width:21px;height:20.009909669551px;display:block; }
 }@media only screen and (max-width: 763px) { #dTfhnHpv5lCwNfM7klXGqhpMHt2vL55P { top:157px;left:512px;width:252px;height:27px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ZwRoNQFwwpkRmW5WsasNn50mX2R0gM66 { top:112px;left:512px;width:252px;height:27px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #vayLpGW2oSbupokS2bawZXcb2z50K6bZ { top:161px;left:744px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #a2NEtBrDvikMWRTJDWPq30m70AoAgZ8o { top:195px;left:512px;width:252px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TqfaesWNF4rLO0385s2zPl9vDycT3VrT { top:198px;left:744px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QVGJJ58F4EJ3K7u0799QVu90miPbZVFr { top:235px;left:512px;width:252px;height:27px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #WvT1dPIRMmkGPlxlZDlqZcctW9QFDwTU { top:240px;left:744px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #O7LShoxMi6rx9gzCW45JNuEOSqp4tTQt { top:277px;left:439px;width:325px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sv81eFq5IvvZ5wWiK2XyRr5F5dr0TLAZ { top:282px;left:744px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DXAGLi80BQy1esdeChtz1OnLAMaJdduz { top:320px;left:439px;width:325px;height:27px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #f8CNLc61Qr6V2ff4uZn50uVePLHCMT1v { top:327px;left:744px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #k2XrxWmdb6yQgTTxyrSST8MZlodFAgto { width:407px;height:253.37276116568px;top:95px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tW5IAag3kt93kxpTiJTNqdszEUakSUN3 { width:540px;height:72px;top:68px;left:112px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lBFdqpnmdzTX2bQma8CpTbNPCz6zT1Ig { display:block; }#lBFdqpnmdzTX2bQma8CpTbNPCz6zT1Ig > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwWOy3QB9WoFUAhyG1bTluCqGWcEbZxh { top:165px;left:224px;width:363px;height:17px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #gey2lUwFKtoBwTWzqh5ggiavWv20KLyz { top:18px;left:626px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #OBpos07nbT4OIDiDcFx65HT8P6N773xD { top:28px;left:48px;width:667px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cU5xWMhwXztl06N3eipqFUonXct4Wq84 { top:77px;left:633px;width:35px;height:35.9896px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #hxDeqVpLrzcL1ldTTrFZKOU6Hi35r3pG { top:81px;left:471px;width:173px;height:28px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;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); } }@media only screen and (max-width: 763px) { #sKBSx8fxX1CfMeRwLFDLnD7Ru4aRgK31 { display:block; }#sKBSx8fxX1CfMeRwLFDLnD7Ru4aRgK31 > .row .container { width:320px;height:75px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utv0Uq47FTQPCIQ43lZavUNe804rt0WS { width:177.986px;height:53.9931px;top:9px;left:71.006951332092px;display:block; }
 }@media only screen and (max-width: 763px) { #JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF { 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:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF > .row .container { background-color: transparent; background-image: none; }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF > .row .container > .video-iframe-container { display: none; }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF > .row > .video-iframe-container { display: none; }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF > .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); }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF > .row .container { border-width: 0; border-radius: 0; }#JTu1xUEv0fqSmgmLULrZtAhLRbJGyoXF > .row .container { width:320px;height:785px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCPovzBZA7Us7nHWBukfUqVD7MOhyT80 { width:226.997px;height:25.5556px;top:343.98265075684px;left:45.972222328186px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GVWo6HTgWByQgc7rrdGnvaFiz3UzftcS { width:247px;height:86px;top:36px;left:26px;background-color:rgba(255,255,255,0.87);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #BroTfyd53WEdM099wRFkl7plKURk1GvP { width:320px;height:0;top:44px;left:0px;text-align:center;text-align-last:center;font-size:26px;color:#fdfdfd;display:none; }
 }@media only screen and (max-width: 763px) { #tl3CpiLaltHa1Tavo41OFb7apkEUQeaz { width:168px;height:44px;top:557px;left:76px;display:none; }
 }@media only screen and (max-width: 763px) { #FDf7Z2J1QM6POk6wuIhI6X1QbbPP3gMG { display:block; }
 }@media only screen and (max-width: 763px) { #yANWVhZCrZ5Np70fAQgXvrZnxag9N3fz { top:226px;left:0px;width:320px;height:126px;z-index:100002;background-color:rgba(255,255,255,0.7);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;border-top:2px solid #0e9ae5;border-left:2px solid #0e9ae5;border-right:2px solid #0e9ae5;border-bottom:2px solid #0e9ae5;display:none; }
 }@media only screen and (max-width: 763px) { #i7RXs5sL6ut3bObDacBfBTDCulLShMhF { width:320px;height:200px;top:833.75047900391px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #hqX9IGJDV3aBnyFETMahSWUKeuQgoeUH { width:301.997px;height:93.3333px;top:232.32293701172px;left:8.9930562973022px;text-align:center;text-align-last:center;font-size:17px;color:#a34c2b;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-regular-label { width:245px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-input-text { width:245px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;height:45px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-input-text {padding-top: 0; padding-bottom: 0;}#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-textarea { width:245px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-input-select { width:245px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;height:45px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-input-select {padding-top: 0; padding-bottom: 0;}#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-input-button { width:245px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;height:55px;line-height:1.3;overflow:hidden; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .widget-checkbox-label { width:223px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u  { width:245px;height:auto;top:396.8472442627px;left:17.500000953674px;background-color:rgba(255,255,255,0.95);background-image:none; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u .radio-container { width:245px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#uotoFb54dpgi32UPTD7fc3EVopcGBC6u {display:block;}#uotoFb54dpgi32UPTD7fc3EVopcGBC6u { width:245px;height:auto;top:396.8472442627px;left:17.500000953674px;background-color:rgba(255,255,255,0.95);background-image:none; }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #xhvChZXDOnw9trggGe0gFlqteC3IxoTX {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #M4kOR3LUvKCEr2HxhMBJaNVmXrUAN9u2 {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #I8UeravfJPAkHSfUWaLXRmMy3HC1GFni {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #HXTtrXTFpUBnFdeRzMKBxLUPmRvouiT7 {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #dKqQMsMXRlKPWm59O0goNJeS4c6xloLQ {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #CaDF7qtIC7B4qZeBBhtEyeaVqDTMnVdi {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #sdT0l4iv9Dkxak6LzpHlEZ4vS3EodWZk {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #P1X2RUBabvpAD69RG0Ud7wz8zd7GGgBo {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #AHrBzrNJkay31SvzJgFrD8LSikcutLVp {  }
 }@media only screen and (max-width: 763px) { #uwwHNUg7xzCrW4fGWqNM5ncvoqkpmFA4 { display:block; }
 }@media only screen and (max-width: 763px) { #MQrGcLyBAJEIRJrCRr3MJSC5XwgObCRd { display:block; }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #uwMgE6wLS9OWLDVS44MdBBRk4RXlJ4pO {  }
 }@media only screen and (max-width: 763px) { #uotoFb54dpgi32UPTD7fc3EVopcGBC6u #cpFyeZAQ4D4Be7LDkGHAmvodmS1INXnR {  }
 }@media only screen and (max-width: 763px) { #vsCcAlAG4sTn5UANcPCrIaWT3IrJgdbe { top:3.0000076293945px;left:0px;width:320px;height:212.986px;z-index:100031;overflow:hidden;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;display:block; }
 }@media only screen and (max-width: 763px) { #tfZgGnbo6DvCFnuSMZMk04VH153zFLww { display:block; }#tfZgGnbo6DvCFnuSMZMk04VH153zFLww > .row .container { width:320px;height:525px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhglEIpNHp8LtMkE8vJcyn5MwiBucu8R { width:21px;height:20px;top:208.98608398438px;left:280.98960971832px;display:block; }
 }@media only screen and (max-width: 763px) { #dTfhnHpv5lCwNfM7klXGqhpMHt2vL55P { width:180.983px;height:18.8889px;top:111px;left:92.986115455627px;text-align:right;text-align-last:right;font-size:15px;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) { #ZwRoNQFwwpkRmW5WsasNn50mX2R0gM66 { width:133px;height:18.8889px;top:77.996459960938px;left:160.00000095367px;text-align:center;text-align-last:center;font-size:15px;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) { #vayLpGW2oSbupokS2bawZXcb2z50K6bZ { width:20px;height:20px;top:145.98254394531px;left:281.99653720856px;display:block; }
 }@media only screen and (max-width: 763px) { #a2NEtBrDvikMWRTJDWPq30m70AoAgZ8o { width:257.983px;height:18.8889px;top:143.98608398438px;left:16.996527671814px;text-align:right;text-align-last:right;font-family:tajawal;font-size:15px;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) { #TqfaesWNF4rLO0385s2zPl9vDycT3VrT { width:20px;height:20px;top:81px;left:282.98613071442px;display:block; }
 }@media only screen and (max-width: 763px) { #QVGJJ58F4EJ3K7u0799QVu90miPbZVFr { width:226px;height:18.8889px;top:176px;left:48.993058204651px;text-align:right;text-align-last:right;font-size:15px;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) { #WvT1dPIRMmkGPlxlZDlqZcctW9QFDwTU { width:20px;height:20px;top:112.97912597656px;left:282.98613071442px;display:block; }
 }@media only screen and (max-width: 763px) { #O7LShoxMi6rx9gzCW45JNuEOSqp4tTQt { width:253px;height:18.8889px;top:206.98950195312px;left:18.993056297302px;text-align:right;text-align-last:right;font-family:tajawal;font-size:15px;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) { #sv81eFq5IvvZ5wWiK2XyRr5F5dr0TLAZ { width:20px;height:20px;top:239.97570800781px;left:280.98960971832px;display:block; }
 }@media only screen and (max-width: 763px) { #DXAGLi80BQy1esdeChtz1OnLAMaJdduz { width:241px;height:18.8889px;top:236.98950195312px;left:32.98611164093px;text-align:right;text-align-last:right;font-size:15px;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) { #f8CNLc61Qr6V2ff4uZn50uVePLHCMT1v { width:20px;height:20px;top:178.98608398438px;left:282.98613071442px;display:block; }
 }@media only screen and (max-width: 763px) { #k2XrxWmdb6yQgTTxyrSST8MZlodFAgto { height:199.201px;width:320px;top:292.98612499237px;left:0px;box-shadow: 1px 1px 30px rgba(0,0,0,0.28) ;display:block; }
 }@media only screen and (max-width: 763px) { #tW5IAag3kt93kxpTiJTNqdszEUakSUN3 { width:320px;height:27.7778px;top:12.812571525574px;left:0px;text-align:center;text-align-last:center;font-size:24px;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #lBFdqpnmdzTX2bQma8CpTbNPCz6zT1Ig { display:block; }#lBFdqpnmdzTX2bQma8CpTbNPCz6zT1Ig > .row .container { width:320px;height:240px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwWOy3QB9WoFUAhyG1bTluCqGWcEbZxh { width:320px;height:15.5556px;top:212.96875px;left:0px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #gey2lUwFKtoBwTWzqh5ggiavWv20KLyz { width:50px;height:50px;top:38.618041992188px;left:252.99307346344px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #OBpos07nbT4OIDiDcFx65HT8P6N773xD { width:210.99px;height:48.8889px;top:40.190979003906px;left:26.98611164093px;text-align:right;text-align-last:right;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #cU5xWMhwXztl06N3eipqFUonXct4Wq84 { width:50.9896px;height:50.9896px;top:108.09027099609px;left:252.48959445953px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hxDeqVpLrzcL1ldTTrFZKOU6Hi35r3pG { width:150px;height:35.5556px;top:115.78125px;left:89.086808204651px;text-align:right;text-align-last:right;font-size:28px;display:block; }
 }