.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -moz-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -ms-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -o-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7ff18da7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7ff18da7' );";background-image: linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-size:cover;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:564px;width:960px;position:relative;display:block; }#MXBTKlPuHyTH5Id7O38mlhrWIrX9I2eT { color:#dc7878;display:block;width:422px;position:absolute;font-family:kids;font-size:64px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:241px;left:331px;height:0;display:none; }
#FELduzOf5FZtgdJ9vuqC8O2DW4wl2l8w { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:77px;border-top-right-radius:77px;border-bottom-left-radius:77px;border-bottom-right-radius:77px;height:93px;width:467px;top:236px;left:286px;display:none; }
#U7JI7uEpSJmAenECUv1NqhnTP1EQrMZC { background-color:#000000;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:105px;border-top-right-radius:105px;border-bottom-left-radius:105px;border-bottom-right-radius:105px;box-shadow: 0 15px 50px #2c3e50 ;box-sizing:border-box;color:#f1f8fb;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:hekaya;font-size:30px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:156.997px;height:61.9965px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:424.9826965332px;left:629.46179199219px;display:block; }
#MPQNEDUEAsuIzyBDUfJAHDq1l8cpP6pr { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#dUFZk4gHKbKZWtXOCLqmTk7kGSrtVdfx { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(100deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -moz-linear-gradient(100deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -ms-linear-gradient(100deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -o-linear-gradient(100deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7ff18da7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7ff18da7' );";background-image: linear-gradient(100deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 0 14px 100px rgba(126,132,139,0.66) ;height:563px;width:695px;top:6.103515625E-5px;left:-214px;display:block; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-form-header {  }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:700;color:#f2f9ff;width:230px;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; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:transparent;background-image:none;border-top:3px dashed rgba(242,249,255,0.75);border-left:3px dashed rgba(242,249,255,0.75);border-right:3px dashed rgba(242,249,255,0.75);border-bottom:3px dashed rgba(242,249,255,0.75);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:230px;box-sizing:border-box;height:41px;color:#000000;font-size:13px;overflow:hidden;font-family:cairo; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-text {padding-top: 0; padding-bottom: 0;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:transparent;background-image:none;border-top:3px dashed rgba(242,249,255,0.75);border-left:3px dashed rgba(242,249,255,0.75);border-right:3px dashed rgba(242,249,255,0.75);border-bottom:3px dashed rgba(242,249,255,0.75);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:230px;box-sizing:border-box;height:70px;color:#000000;font-size:13px;overflow:hidden;font-family:cairo; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-select { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:transparent;background-image:none;border-top:2px solid rgba(242,249,255,0.4);border-right:2px solid rgba(242,249,255,0.4);border-bottom:2px solid rgba(242,249,255,0.4);border-left:2px solid rgba(242,249,255,0.4);padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:230px;box-sizing:border-box;height:41px;color:#ffffff;font-family:ubuntu;font-size:13px;overflow:hidden; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-select {padding-top: 0; padding-bottom: 0;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:32px;font-weight:400;color:#000000;width:230px;height:62px;font-family:hekaya;overflow:hidden;font-style:normal; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P [class*="-text"]:-moz-placeholder { color:#000000;font-family:hekaya;font-size:24px;text-align:center;text-align-last:center; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P [class*="-text"]::-moz-placeholder { color:#000000;font-family:hekaya;font-size:24px;text-align:center;text-align-last:center; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:hekaya;font-size:24px;text-align:center;text-align-last:center; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:hekaya;font-size:24px;text-align:center;text-align-last:center; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:ubuntu;font-size:12px;font-weight:400;color:#f2f9ff;vertical-align:top;width:211px;overflow:hidden;font-style:normal; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .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; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-container:first-of-type{padding-top:0;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-container:last-of-type{padding-bottom:0;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P  { background-color:rgba(4,7,9,0.03);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:230px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:85.486114501953px;top:110.00000762939px;z-index:100013;position:absolute;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 2px 3px 3px rgba(0,0,0,0.5) ; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:230px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P {display:block;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P { background-color:rgba(4,7,9,0.03);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:230px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:85.486114501953px;top:110.00000762939px;z-index:100013;position:absolute;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 2px 3px 3px rgba(0,0,0,0.5) ; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #PwGw0whTChbS7veL8ivRLVBXHI6enPCQ { position:relative; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #OhTfLKcOfdlQu6RL7Ba2z5mGJQEIC0I2 { position:relative; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #f9cebR2oK8LalwNRvg11wT0TwSodsolO { position:relative; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #AO5TDsMP6IEkovtGo6139TiAGO2TyTgP { position:relative; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #ka50ksLK8iiJcFXdSsWwRJdUds6hGi5X { position:relative; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #I5n6C5qzB1ZyyurF4yH4fVJBluwtn6Eu { position:relative; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #l7kHTLLOuKTyn0kT2idcP9gwm6AznwE9 { position:relative;top:0px;left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #bfubf86fxn7Ea5JFSvSVaoA4QQ9KZxnn { position:relative;top:0px;left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #QFR8sJuEZceuqdvWOUaobZXaHFa6uIIb { position:relative;top:0px;left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #siUq0UGviP6egMqETi1nrDDTU4iVglOm { position:relative;top:0px;left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #C218yW4UAZOqBzxnXbzxDJqLCTaSeSgL { position:relative;top:0px;left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #Lu8EuVTwVtgFm7wthAylFCHwixTTZTm0 { position:relative;top:0px;left:0px; }
#OOkrZwtBfq7NrHGQ2lheWLSsoFKQNTkO { position:relative;top:0px;left:0px;display:block; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #Vosvt7yCrSVafbmrsAi0JfT0OzwurTCN { position:relative; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #umBKh1pFy4OhqiaeMIluf658rbbbGP0Q { position:relative; }
#B492K3Vfzq1SMUqxU8u0ZmTifAC86amn { box-sizing:content-box;color:#000000;font-size:59px;font-weight:400;line-height:1;height:85px;width:83.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:149.65278625488px;left:665.95489501953px;display:block; }
#NSfB4iMCU4UCpbTzuc4otIStT2nkStXa { color:#000000;display:block;width:342.986px;position:absolute;font-family:tajawal;font-size:48px;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:245.15626525879px;left:553.90625px;height:124.444px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZl0t71vytTx1dkJBcyQrma1h62IXp3u { 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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:200px;width:200px;display:none; }
#NnKFJMmcdnMK934URnfsPKrVoJn4JW4T { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:96.9965px;width:355.99px;top:0;left:301.99652099609px;overflow:hidden;display:block; }
#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl { position:relative;display:block; }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl { background-color: transparent; background-image: none; }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .row .container > .video-iframe-container { display: none; }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .row > .video-iframe-container { display: none; }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .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); }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl { border-width: 0; border-radius: 0; }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:205px;width:960px;position:relative;display:block; }#S8vBAystIJsl4Twsluu1ySPPo6enPUwf { color:#dcc2ce;display:block;width:913.993px;position:absolute;font-family:tajawal;font-size:30px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:35.399307250977px;left:22.986083984375px;height:38.8889px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s78rGUWlzf2GUFVxhNqpQFF0muCtUaXv { color:#dcc2ce;display:block;width:445.99px;position:absolute;font-family:tajawal;font-size:26px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 1px #f18da7;top:115.36459350586px;left:256.97918701172px;height:33.3333px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z9TxIQUxWEzLTTpzMt7lWm4PQvNar2n1 { position:absolute;display:block;z-index:100013;background-color:#000000;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:5px;width:798.976px;top:199.96529388428px;left:109.47915649414px;display:block; }
#F19GbcGbmqDWbK3MD2tiDiWcFncZtIH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#F19GbcGbmqDWbK3MD2tiDiWcFncZtIH8 > .row .container { background-color: transparent; background-image: none; }#F19GbcGbmqDWbK3MD2tiDiWcFncZtIH8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F19GbcGbmqDWbK3MD2tiDiWcFncZtIH8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F19GbcGbmqDWbK3MD2tiDiWcFncZtIH8 > .row .container > .video-iframe-container { display: none; }#F19GbcGbmqDWbK3MD2tiDiWcFncZtIH8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F19GbcGbmqDWbK3MD2tiDiWcFncZtIH8 > .row > .video-iframe-container { display: none; }#F19GbcGbmqDWbK3MD2tiDiWcFncZtIH8 > .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); }#F19GbcGbmqDWbK3MD2tiDiWcFncZtIH8 > .row .container { border-width: 0; border-radius: 0; }#F19GbcGbmqDWbK3MD2tiDiWcFncZtIH8 > .row .container { font-size:14px;font-family:arial;height:421px;width:960px;position:relative;display:block; }#NWFuTsC1pTTBG3ZSPKveMrzV2T8dOi0l { color:#dcc2ce;display:block;width:262.986px;position:absolute;font-family:tajawal;font-size:30px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:9px;left:376px;height:38.8889px;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; }
#JVlE8TtK3G26so1G8eJaaCQSaA85L1Hu { color:#dcc2ce;display:block;width:578.993px;position:absolute;font-family:tajawal;font-size:26px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:103.31597137451px;left:270.08679199219px;height:33.3333px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EJXE7G6vFp5bmkfkDQvlts3zJqO6fWop { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -moz-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -ms-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -o-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7ff18da7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7ff18da7' );";background-image: linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:57.9861px;width:290px;top:0;left:357px;display:block; }
#MyycDK7ph28aGXpvb9528n6cXpSTaaOp { box-sizing:content-box;color:#8499f0;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:100008;top:94.982643127441px;left:848.09033203125px;display:block; }
#FObDSASe7nIoBwcda0KzoWfkEEDtVenT { box-sizing:content-box;color:#8499f0;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:100009;top:151.97917938232px;left:848.09033203125px;display:block; }
#quSyaNFsz7HfWPOJkXg8uReyD6VTKy85 { box-sizing:content-box;color:#8499f0;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:100010;top:201.97917938232px;left:848.09033203125px;display:block; }
#BTuU0gzUdQNE0rVOJ6z9Rgm4io3MgGH6 { box-sizing:content-box;color:#8499f0;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:100011;top:251.97917938232px;left:848.09033203125px;display:block; }
#FgW4NsLX3OnRDSuboteU1K3KeqBuxkSr { color:#dcc2ce;display:block;width:578.976px;position:absolute;font-family:tajawal;font-size:26px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:160.31252288818px;left:269.54861450195px;height:33.3333px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ydwDcxkbFLDdOZrNEtb6XyHZmO79u5nf { color:#000000;display:block;width:743px;position:absolute;font-family:tajawal;font-size:22px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:210.31252288818px;left:103.04165649414px;height:27.7778px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#HCoArGdBooixbHATTRP0QR5CCVnS3qyZ { color:#dcc2ce;display:block;width:822px;position:absolute;font-family:tajawal;font-size:22px;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:262.53472137451px;left:24.048583984375px;height:27.7778px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PoZ1JQZsEPaE9AK9dQ0DyOXoM9cWorTW { background-color:#000000;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:105px;border-top-right-radius:105px;border-bottom-left-radius:105px;border-bottom-right-radius:105px;box-shadow: 0 15px 50px #2c3e50 ;box-sizing:border-box;color:#f1f8fb;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:hekaya;font-size:30px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:156.997px;height:61.9792px;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:330.98962402344px;left:436.47570800781px;display:block; }
#JhyZufKXTzdTVnJqLZZclevszJOFMZUw { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#BIEJaIUPXhlM0EzGkUcpQLutG8rLUwPa { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -moz-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -ms-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -o-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7ff18da7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7ff18da7' );";background-image: linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:57.9688px;width:290px;top:421px;left:378px;display:block; }
#QETtFuDzmWhEr5baCLTBNNFDtvCxMx1z { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -moz-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -ms-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -o-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7ff18da7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7ff18da7' );";background-image: linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:57.9688px;width:290px;top:421px;left:357px;display:none; }
#L8qtEpZx82R2gfGLq9uoL2mSPbRiBqIh { position:absolute;display:block;z-index:100012;background-color:#000000;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:5px;width:798.993px;top:414.98265838623px;left:115.48611450195px;display:block; }
#QfEJKyyFq28Tf1udpNzIH15xHmUNKUJf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QfEJKyyFq28Tf1udpNzIH15xHmUNKUJf > .row .container { background-color: transparent; background-image: none; }#QfEJKyyFq28Tf1udpNzIH15xHmUNKUJf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QfEJKyyFq28Tf1udpNzIH15xHmUNKUJf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QfEJKyyFq28Tf1udpNzIH15xHmUNKUJf > .row .container > .video-iframe-container { display: none; }#QfEJKyyFq28Tf1udpNzIH15xHmUNKUJf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QfEJKyyFq28Tf1udpNzIH15xHmUNKUJf > .row > .video-iframe-container { display: none; }#QfEJKyyFq28Tf1udpNzIH15xHmUNKUJf > .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); }#QfEJKyyFq28Tf1udpNzIH15xHmUNKUJf > .row .container { border-width: 0; border-radius: 0; }#QfEJKyyFq28Tf1udpNzIH15xHmUNKUJf > .row .container { font-size:14px;font-family:arial;height:524px;width:960px;position:relative;display:block; }#uvDxRDRpEWWBTdRTaFshSLA641wo3e13 { color:#dcc2ce;display:block;width:262.986px;position:absolute;font-family:tajawal;font-size:30px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:9px;left:397px;height:38.8889px;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; }
#IQSZdTtMWzCqUIynKgt8rkbgviQmk98C { color:#dcc2ce;display:block;width:578.976px;position:absolute;font-family:tajawal;font-size:26px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:103.31600952148px;left:258.05554199219px;height:33.3333px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#iJlu14kPfvHlfKIJVnuM7TU6kmZxvErP { box-sizing:content-box;color:#8499f0;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:100008;top:94.982643127441px;left:848.09033203125px;display:block; }
#raT6C3oNSnuXMvo7tfIFPf9ueUlUgDKO { box-sizing:content-box;color:#8499f0;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:100009;top:151.97917938232px;left:848.09033203125px;display:block; }
#qPp8FyiBE2AatFHgQy3gtm9ur2EMnBZw { box-sizing:content-box;color:#8499f0;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:100010;top:201.97917938232px;left:848.09033203125px;display:block; }
#ZMmHHyE6Rra8Bt8E1Ul8WbB1cvCGA3Rp { color:#dcc2ce;display:block;width:623px;position:absolute;font-family:tajawal;font-size:26px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:160.3125px;left:221.54858398438px;height:33.3333px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#R95xfONdCKwiOqvGi9IkhiGKlS2CgKk2 { color:#000000;display:block;width:743px;position:absolute;font-family:tajawal;font-size:22px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:210.31252288818px;left:103.04165649414px;height:27.7778px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#L6OohEX2IM0K2zatadW7x2LbxWiOMBmW { color:#dcc2ce;display:block;width:451.997px;position:absolute;font-family:tajawal;font-size:30px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:297.27439880371px;left:321.51043701172px;height:38.8889px;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; }
#HiDDzyL5Td2c7yTOCvnZNxIN9LsHfL40 { background-color:#000000;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:105px;border-top-right-radius:105px;border-bottom-left-radius:105px;border-bottom-right-radius:105px;box-shadow: 0 15px 50px #2c3e50 ;box-sizing:border-box;color:#f1f8fb;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:hekaya;font-size:30px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:156.997px;height:61.9792px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:392.98612976074px;left:608.47222900391px;display:block; }
#mNRPswh52wiD4iJcmfhvghqJ3ghV42Da { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#y50poeFMcfR0iy5SW01pMSJe7IdUoIJE { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:132.986px;width:5px;top:357.48265075684px;left:560.01739501953px;display:block; }
#hOg3v3WEliCkx8hhHch8V4ArcBWVRfIs { color:#000000;display:block;width:261.997px;position:absolute;font-family:tajawal;font-size:19px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:368.05558776855px;left:288.03820800781px;height:48.8889px;text-align:center;text-align-last:center;display:block; }
#ynhMTmLOsIgdGA0MtJLJuHotZl6kLOGx { color:#000000;display:block;width:200px;position:absolute;font-family:tajawal;font-size:20px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:415.95487976074px;left:333.09027099609px;height:51.1112px;text-align:right;text-align-last:right;display:block; }
#XLm0oPvDSmvPN4Og5iHOXGRDhiwk4eif { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -moz-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -ms-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));background-image: -o-linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7ff18da7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8499f0', endColorstr='#7ff18da7' );";background-image: linear-gradient(90deg, rgba(132,153,240,0.5), rgba(241,141,167,0.5));border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:57.9688px;width:290px;top:421px;left:357px;display:none; }
#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row .container { background-color: transparent; background-image: none; }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row .container > .video-iframe-container { display: none; }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row > .video-iframe-container { display: none; }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .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); }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row .container { border-width: 0; border-radius: 0; }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row .container { font-size:14px;font-family:arial;height:256px;width:960px;position:relative;display:block; }#SVSxz3gNbUIumVsT8zzSzr4F7Wbqy918 { color:#ffffff;display:block;width:238px;position:absolute;font-family:hekaya;font-size:30px;font-weight:400;z-index:100011;line-height:1.4;letter-spacing:0;top:19px;left:361px;height:82.2222px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pe1JxWiBe1yNNLUJeqFGE97cqtEZMPM8 { color:#fafafa;display:block;width:366px;position:absolute;font-family:hekaya;font-size:20px;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:141px;left:297px;height:51.1111px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JA45xuBrQ60eXp0pRvWheqH4fJtQQFuq { box-sizing:content-box;color:#8b2e58;font-size:35px;font-weight:400;line-height:1;height:50px;width:49px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:71px;left:455.5px;display:block; }
#I41WWV8AuI3wQPkJOM5KGeRzWOwHwoMT { color:#29bdbe;display:block;width:229px;position:absolute;font-family:hekaya;font-size:16px;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:210px;left:365.5px;height:40px;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXBTKlPuHyTH5Id7O38mlhrWIrX9I2eT { top:241px;left:233px;width:422px;height:83px;font-size:64px;display:block; }
 }@media only screen and (max-width: 763px) { #FELduzOf5FZtgdJ9vuqC8O2DW4wl2l8w { top:236px;left:188px;width:467px;height:93px;display:block; }
 }@media only screen and (max-width: 763px) { #U7JI7uEpSJmAenECUv1NqhnTP1EQrMZC { width:156px;height:61px;top:424px;left:531.46179199219px;display:block; }
 }@media only screen and (max-width: 763px) { #MPQNEDUEAsuIzyBDUfJAHDq1l8cpP6pr { display:block; }
 }@media only screen and (max-width: 763px) { #dUFZk4gHKbKZWtXOCLqmTk7kGSrtVdfx { width:695px;height:563px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-regular-label { width:230px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-text { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-text {padding-top: 0; padding-bottom: 0;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-textarea { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-select { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-select {padding-top: 0; padding-bottom: 0;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-button { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-checkbox-label { width:211px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P  { width:230px;height:auto;top:110px;left:0; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .radio-container { width:230px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P {display:block;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P { width:230px;height:auto;top:110px;left:0; }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #PwGw0whTChbS7veL8ivRLVBXHI6enPCQ {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #OhTfLKcOfdlQu6RL7Ba2z5mGJQEIC0I2 {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #f9cebR2oK8LalwNRvg11wT0TwSodsolO {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #AO5TDsMP6IEkovtGo6139TiAGO2TyTgP {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #ka50ksLK8iiJcFXdSsWwRJdUds6hGi5X {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #I5n6C5qzB1ZyyurF4yH4fVJBluwtn6Eu {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #l7kHTLLOuKTyn0kT2idcP9gwm6AznwE9 {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #bfubf86fxn7Ea5JFSvSVaoA4QQ9KZxnn {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #QFR8sJuEZceuqdvWOUaobZXaHFa6uIIb {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #siUq0UGviP6egMqETi1nrDDTU4iVglOm {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #C218yW4UAZOqBzxnXbzxDJqLCTaSeSgL {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #Lu8EuVTwVtgFm7wthAylFCHwixTTZTm0 {  }
 }@media only screen and (max-width: 763px) { #OOkrZwtBfq7NrHGQ2lheWLSsoFKQNTkO { display:block; }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #Vosvt7yCrSVafbmrsAi0JfT0OzwurTCN {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #umBKh1pFy4OhqiaeMIluf658rbbbGP0Q {  }
 }@media only screen and (max-width: 763px) { #B492K3Vfzq1SMUqxU8u0ZmTifAC86amn { top:149px;left:567.95489501953px;width:83px;height:83.994994826956px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #NSfB4iMCU4UCpbTzuc4otIStT2nkStXa { top:245px;left:422px;width:342px;height:124px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #TZl0t71vytTx1dkJBcyQrma1h62IXp3u { display:none; }
 }@media only screen and (max-width: 763px) { #NnKFJMmcdnMK934URnfsPKrVoJn4JW4T { top:0;left:203.99652099609px;width:355px;height:96.726754965027px;display:block; }
 }@media only screen and (max-width: 763px) { #BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl { display:block; }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8vBAystIJsl4Twsluu1ySPPo6enPUwf { top:35px;left:0;width:764px;height:40px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #s78rGUWlzf2GUFVxhNqpQFF0muCtUaXv { top:115px;left:158.97918701172px;width:445px;height:33px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Z9TxIQUxWEzLTTpzMt7lWm4PQvNar2n1 { top:199px;left:0;width:764px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #F19GbcGbmqDWbK3MD2tiDiWcFncZtIH8 { display:block; }#F19GbcGbmqDWbK3MD2tiDiWcFncZtIH8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWFuTsC1pTTBG3ZSPKveMrzV2T8dOi0l { top:9px;left:278px;width:262px;height:38px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #JVlE8TtK3G26so1G8eJaaCQSaA85L1Hu { top:103px;left:172.08679199219px;width:578px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #EJXE7G6vFp5bmkfkDQvlts3zJqO6fWop { top:0;left:259px;width:290px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #MyycDK7ph28aGXpvb9528n6cXpSTaaOp { top:94px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #FObDSASe7nIoBwcda0KzoWfkEEDtVenT { top:151px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #quSyaNFsz7HfWPOJkXg8uReyD6VTKy85 { top:201px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #BTuU0gzUdQNE0rVOJ6z9Rgm4io3MgGH6 { top:251px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #FgW4NsLX3OnRDSuboteU1K3KeqBuxkSr { top:160px;left:171.54861450195px;width:578px;height:33px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ydwDcxkbFLDdOZrNEtb6XyHZmO79u5nf { top:210px;left:5.0416564941406px;width:742px;height:27px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #HCoArGdBooixbHATTRP0QR5CCVnS3qyZ { top:262px;left:0;width:764px;height:27px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #PoZ1JQZsEPaE9AK9dQ0DyOXoM9cWorTW { width:156px;height:61px;top:330px;left:338.47570800781px;display:block; }
 }@media only screen and (max-width: 763px) { #JhyZufKXTzdTVnJqLZZclevszJOFMZUw { display:block; }
 }@media only screen and (max-width: 763px) { #BIEJaIUPXhlM0EzGkUcpQLutG8rLUwPa { top:421px;left:280px;width:290px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #QETtFuDzmWhEr5baCLTBNNFDtvCxMx1z { top:421px;left:259px;width:290px;height:57px;display:none; }
 }@media only screen and (max-width: 763px) { #L8qtEpZx82R2gfGLq9uoL2mSPbRiBqIh { top:414px;left:0;width:764px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #QfEJKyyFq28Tf1udpNzIH15xHmUNKUJf { display:block; }#QfEJKyyFq28Tf1udpNzIH15xHmUNKUJf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvDxRDRpEWWBTdRTaFshSLA641wo3e13 { top:9px;left:299px;width:262px;height:38px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #IQSZdTtMWzCqUIynKgt8rkbgviQmk98C { top:103px;left:160.03820800781px;width:578px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #iJlu14kPfvHlfKIJVnuM7TU6kmZxvErP { top:94px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #raT6C3oNSnuXMvo7tfIFPf9ueUlUgDKO { top:151px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #qPp8FyiBE2AatFHgQy3gtm9ur2EMnBZw { top:201px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ZMmHHyE6Rra8Bt8E1Ul8WbB1cvCGA3Rp { top:160px;left:123.54513549805px;width:622px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #R95xfONdCKwiOqvGi9IkhiGKlS2CgKk2 { top:210px;left:5.0381774902344px;width:742px;height:27px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #L6OohEX2IM0K2zatadW7x2LbxWiOMBmW { top:297px;left:223.51043701172px;width:451px;height:38px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #HiDDzyL5Td2c7yTOCvnZNxIN9LsHfL40 { width:156px;height:61px;top:392px;left:510.47222900391px;display:block; }
 }@media only screen and (max-width: 763px) { #mNRPswh52wiD4iJcmfhvghqJ3ghV42Da { display:block; }
 }@media only screen and (max-width: 763px) { #y50poeFMcfR0iy5SW01pMSJe7IdUoIJE { top:357px;left:462.01739501953px;width:5px;height:132px;display:block; }
 }@media only screen and (max-width: 763px) { #hOg3v3WEliCkx8hhHch8V4ArcBWVRfIs { top:368px;left:190.03820800781px;width:261px;height:48px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ynhMTmLOsIgdGA0MtJLJuHotZl6kLOGx { top:415px;left:235.09027099609px;width:200px;height:51px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XLm0oPvDSmvPN4Og5iHOXGRDhiwk4eif { top:421px;left:259px;width:290px;height:57px;display:none; }
 }@media only screen and (max-width: 763px) { #mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw { display:block; }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVSxz3gNbUIumVsT8zzSzr4F7Wbqy918 { width:238px;height:42px;top:19px;left:263px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #pe1JxWiBe1yNNLUJeqFGE97cqtEZMPM8 { top:141px;left:199px;width:366px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JA45xuBrQ60eXp0pRvWheqH4fJtQQFuq { top:71px;left:357.5px;width:49px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #I41WWV8AuI3wQPkJOM5KGeRzWOwHwoMT { top:210px;left:267.5px;width:229px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:875.9895515136718px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXBTKlPuHyTH5Id7O38mlhrWIrX9I2eT { width:320px;height:auto;top:241px;left:0;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #FELduzOf5FZtgdJ9vuqC8O2DW4wl2l8w { width:320px;height:93px;top:236px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #U7JI7uEpSJmAenECUv1NqhnTP1EQrMZC { width:135.99px;height:50.9896px;top:358.50695800781px;left:91.996529579163px;font-family:hekaya;font-weight:400;font-style:normal;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #MPQNEDUEAsuIzyBDUfJAHDq1l8cpP6pr { display:block; }
 }@media only screen and (max-width: 763px) { #dUFZk4gHKbKZWtXOCLqmTk7kGSrtVdfx { width:320px;height:424px;top:452px;left:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(132,153,240,0.3), rgba(241,141,167,0.3));background-image: -moz-linear-gradient(180deg, rgba(132,153,240,0.3), rgba(241,141,167,0.3));background-image: -ms-linear-gradient(180deg, rgba(132,153,240,0.3), rgba(241,141,167,0.3));background-image: -o-linear-gradient(180deg, rgba(132,153,240,0.3), rgba(241,141,167,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8499f0', endColorstr='#4cf18da7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8499f0', endColorstr='#4cf18da7' );";background-image: linear-gradient(180deg, rgba(132,153,240,0.3), rgba(241,141,167,0.3));border-top-left-radius:80px;border-top-right-radius:80px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-regular-label { width:200px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-text { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-text {padding-top: 0; padding-bottom: 0;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-textarea { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-select { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-select {padding-top: 0; padding-bottom: 0;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-input-button { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P [class*="-text"]:-moz-placeholder { font-family:hekaya;font-size:22px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P [class*="-text"]::-moz-placeholder { font-family:hekaya;font-size:22px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P [class*="-text"]:-ms-input-placeholder { font-family:hekaya;font-size:22px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P [class*="-text"]::-webkit-input-placeholder { font-family:hekaya;font-size:22px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .widget-checkbox-label { width:181px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P  { width:220px;height:auto;top:466px;left:40px;background-color:rgba(0,0,0,0.25);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P .radio-container { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P {display:block;}#H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P { width:220px;height:auto;top:466px;left:40px;background-color:rgba(0,0,0,0.25);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial; }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #PwGw0whTChbS7veL8ivRLVBXHI6enPCQ {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #OhTfLKcOfdlQu6RL7Ba2z5mGJQEIC0I2 {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #f9cebR2oK8LalwNRvg11wT0TwSodsolO {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #AO5TDsMP6IEkovtGo6139TiAGO2TyTgP {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #ka50ksLK8iiJcFXdSsWwRJdUds6hGi5X {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #I5n6C5qzB1ZyyurF4yH4fVJBluwtn6Eu {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #l7kHTLLOuKTyn0kT2idcP9gwm6AznwE9 {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #bfubf86fxn7Ea5JFSvSVaoA4QQ9KZxnn {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #QFR8sJuEZceuqdvWOUaobZXaHFa6uIIb {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #siUq0UGviP6egMqETi1nrDDTU4iVglOm {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #C218yW4UAZOqBzxnXbzxDJqLCTaSeSgL {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #Lu8EuVTwVtgFm7wthAylFCHwixTTZTm0 {  }
 }@media only screen and (max-width: 763px) { #OOkrZwtBfq7NrHGQ2lheWLSsoFKQNTkO { display:block; }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #Vosvt7yCrSVafbmrsAi0JfT0OzwurTCN {  }
 }@media only screen and (max-width: 763px) { #H2OreVhFBaHLMh2tTRZ1BOQE4zETRk4P #umBKh1pFy4OhqiaeMIluf658rbbbGP0Q {  }
 }@media only screen and (max-width: 763px) { #B492K3Vfzq1SMUqxU8u0ZmTifAC86amn { width:88.9931px;height:88.9931px;top:119.98264312744px;left:115.48611545563px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #NSfB4iMCU4UCpbTzuc4otIStT2nkStXa { width:310.99px;height:102.222px;top:217.30903625488px;left:8.9930562973022px;font-size:40px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TZl0t71vytTx1dkJBcyQrma1h62IXp3u { top:107.01389312744px;left:60.000000953674px;width:200px;height:2.98611px;z-index:100015;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;background-color:rgba(255,255,255,0.59);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:none; }
 }@media only screen and (max-width: 763px) { #NnKFJMmcdnMK934URnfsPKrVoJn4JW4T { width:320px;height:87.191011235955px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl { display:block; }#BeiUtRMUKSbzl9V1C4E7EzGw3TX9eJNl > .row .container { width:320px;height:251.9895477294922px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8vBAystIJsl4Twsluu1ySPPo6enPUwf { width:320px;height:103.333px;top:32.986068725586px;left:0;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s78rGUWlzf2GUFVxhNqpQFF0muCtUaXv { width:296.997px;height:21.1111px;top:171.99653625488px;left:11.493056297302px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z9TxIQUxWEzLTTpzMt7lWm4PQvNar2n1 { width:320px;height:5px;top:245.98954772949px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #F19GbcGbmqDWbK3MD2tiDiWcFncZtIH8 { display:block; }#F19GbcGbmqDWbK3MD2tiDiWcFncZtIH8 > .row .container { width:320px;height:793px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWFuTsC1pTTBG3ZSPKveMrzV2T8dOi0l { width:261.997px;height:38.8889px;top:8.9757080078125px;left:33.993058204651px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVlE8TtK3G26so1G8eJaaCQSaA85L1Hu { width:320px;height:33.3333px;top:121.28472137451px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJXE7G6vFp5bmkfkDQvlts3zJqO6fWop { width:290px;height:57px;top:0;left:15.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #MyycDK7ph28aGXpvb9528n6cXpSTaaOp { width:50px;height:50px;top:71.30207824707px;left:135.00000095367px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #FObDSASe7nIoBwcda0KzoWfkEEDtVenT { width:50px;height:50px;top:171.30210113525px;left:135.00000095367px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #quSyaNFsz7HfWPOJkXg8uReyD6VTKy85 { width:50px;height:50px;top:335.29514884949px;left:135.00000095367px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #BTuU0gzUdQNE0rVOJ6z9Rgm4io3MgGH6 { width:50px;height:50px;top:488.61118888855px;left:135.00000095367px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #FgW4NsLX3OnRDSuboteU1K3KeqBuxkSr { width:320px;height:28.8889px;top:236.30210113525px;left:0;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ydwDcxkbFLDdOZrNEtb6XyHZmO79u5nf { width:320px;height:48.8889px;top:385.27778434753px;left:0;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HCoArGdBooixbHATTRP0QR5CCVnS3qyZ { width:306.997px;height:76.6667px;top:563.28126525879px;left:6.4930562973022px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PoZ1JQZsEPaE9AK9dQ0DyOXoM9cWorTW { width:155.99px;height:60.9896px;top:686.59718322754px;left:81.996529579163px;font-family:hekaya;font-weight:400;font-style:normal;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #JhyZufKXTzdTVnJqLZZclevszJOFMZUw { display:block; }
 }@media only screen and (max-width: 763px) { #BIEJaIUPXhlM0EzGkUcpQLutG8rLUwPa { width:290px;height:57px;top:804.6147px;left:15px;display:none; }
 }@media only screen and (max-width: 763px) { #QETtFuDzmWhEr5baCLTBNNFDtvCxMx1z { width:290px;height:56.9965px;top:937.96878051758px;left:15.000000953674px;z-index:100007;display:none; }
 }@media only screen and (max-width: 763px) { #L8qtEpZx82R2gfGLq9uoL2mSPbRiBqIh { width:320px;height:5px;top:785.98959350586px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #QfEJKyyFq28Tf1udpNzIH15xHmUNKUJf { display:block; }#QfEJKyyFq28Tf1udpNzIH15xHmUNKUJf > .row .container { width:320px;height:865px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvDxRDRpEWWBTdRTaFshSLA641wo3e13 { width:261.997px;height:38.8889px;top:12.986114501953px;left:28.993058204651px;font-size:30px;text-align:center;text-align-last:center;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #IQSZdTtMWzCqUIynKgt8rkbgviQmk98C { width:208.993px;height:66.6667px;top:83.888900756836px;left:55.486115455627px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJlu14kPfvHlfKIJVnuM7TU6kmZxvErP { width:50px;height:50px;top:165.5556px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #raT6C3oNSnuXMvo7tfIFPf9ueUlUgDKO { width:50px;height:50px;top:322.2223px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #qPp8FyiBE2AatFHgQy3gtm9ur2EMnBZw { width:50px;height:50px;top:467.7779px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ZMmHHyE6Rra8Bt8E1Ul8WbB1cvCGA3Rp { width:320px;height:66.6667px;top:235.5556px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R95xfONdCKwiOqvGi9IkhiGKlS2CgKk2 { width:320px;height:55.5556px;top:392.2223px;left:0;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L6OohEX2IM0K2zatadW7x2LbxWiOMBmW { width:320px;height:77.7778px;top:537.7779px;left:0;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HiDDzyL5Td2c7yTOCvnZNxIN9LsHfL40 { width:155.99px;height:60.9896px;top:776.5451965332px;left:81.996529579163px;font-family:hekaya;font-weight:400;font-style:normal;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #mNRPswh52wiD4iJcmfhvghqJ3ghV42Da { display:block; }
 }@media only screen and (max-width: 763px) { #y50poeFMcfR0iy5SW01pMSJe7IdUoIJE { width:5px;height:132px;top:775.5557px;left:157px;display:none; }
 }@media only screen and (max-width: 763px) { #hOg3v3WEliCkx8hhHch8V4ArcBWVRfIs { width:260.99px;height:48.8889px;top:635.5557px;left:29px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ynhMTmLOsIgdGA0MtJLJuHotZl6kLOGx { width:200px;height:51.1112px;top:684.44456481934px;left:60.000000953674px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLm0oPvDSmvPN4Og5iHOXGRDhiwk4eif { width:290px;height:56.9965px;top:0.98959350585938px;left:15.000000953674px;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw { display:block; }#mgti6iQb6w3v3FzmGw1OxerK6kUD4Tiw > .row .container { width:320px;height:239.079883984375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVSxz3gNbUIumVsT8zzSzr4F7Wbqy918 { width:320px;height:43.3333px;top:19px;left:0;text-align:center;text-align-last:center;font-size:23px;color:#ffffff;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #pe1JxWiBe1yNNLUJeqFGE97cqtEZMPM8 { width:320px;height:20px;top:130px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JA45xuBrQ60eXp0pRvWheqH4fJtQQFuq { width:49px;height:50px;top:75px;left:135.5px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #I41WWV8AuI3wQPkJOM5KGeRzWOwHwoMT { width:126px;height:31.1111px;top:208px;left:97px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }