.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; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:transparent;background-image:url("https://images.assets-landingi.com/iQhW2zgO/Young_CEO.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:960px;height:505px;font-size:14px;font-family:arial;position:relative;display:block; }#ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { display:block;width:443.976px;position:absolute;font-family:tajawal;font-size:43px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #df4a8d;top:124.91320037842px;left:488.50695800781px;height:55.5556px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-form-header {  }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:14px;font-weight:bold;color:#19232e;width:220px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-text { border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;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:220px;box-sizing:border-box;height:41px;color:#161616;font-size:15px;overflow:hidden;font-family:cairo;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-textarea { border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;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:200px;box-sizing:border-box;height:70px;color:#161616;font-size:15px;overflow:hidden;font-family:cairo;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;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:200px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:13px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-button { border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #df4a8d, #50bbd3);background-image: -moz-linear-gradient(90deg, #df4a8d, #50bbd3);background-image: -ms-linear-gradient(90deg, #df4a8d, #50bbd3);background-image: -o-linear-gradient(90deg, #df4a8d, #50bbd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#50bbd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#50bbd3' );";background-image: linear-gradient(90deg, #df4a8d, #50bbd3);background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0;margin-bottom:4px;display:block;box-sizing:border-box;font-size:28px;font-weight:400;color:#fdfdfd;width:220px;height:58px;font-family:harmattan;overflow:hidden;text-shadow:1px 1px 1px #000000;text-align:center;text-align-last:center;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;font-style:normal; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 [class*="-text"]:-moz-placeholder { color:#000000;font-family:cairo;font-size:15px;text-align:center;text-align-last:center; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 [class*="-text"]::-moz-placeholder { color:#000000;font-family:cairo;font-size:15px;text-align:center;text-align-last:center; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:cairo;font-size:15px;text-align:center;text-align-last:center; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:cairo;font-size:15px;text-align:center;text-align-last:center; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .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:#161616;vertical-align:top;width:180px;overflow:hidden;font-style:normal; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:16px;height:16px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .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:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-container:first-of-type{padding-top:0;}#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-container:last-of-type{padding-bottom:0;}#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4  { background-color:rgba(255,255,255,0.55);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:220px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.961791992188px;top:124.91320037842px;z-index:100008;position:absolute;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:200px;display:block;vertical-align:top; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 {display:block;}#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 { background-color:rgba(255,255,255,0.55);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:220px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.961791992188px;top:124.91320037842px;z-index:100008;position:absolute;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #MOiNKJ1vCCCDI1D5w0BHh2OAKb0egDgo { position:relative; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #qmwqgRTBUKtnswWHb5qaBCkZPw5XMTv8 { position:relative; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #sTn0GUp2eE8Lg6OgNO7nPTKVI3dfbZXz { position:relative; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #WI6mSS0HxfIM8TDFag6u0atcw6VWba6h { position:relative; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #EplEiwUhgO1ZOvZZNL0gzBQLNevvZ0kZ { position:relative; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #RXrXPPmhPZIIgcRUbhcgPpdDh46aQiG3 { position:relative; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #JxOqogflld8tDxiT80sgm1gGwF8G2rP3 { position:relative;top:0px;left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #e4TIqLPJKk65TvdQh4aCh3ZTRg42BD5l { position:relative;top:0px;left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #PEalUbBlKJCJWAvOR8Ke49fXSbngEULQ { position:relative;top:0px;left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #TT8F9Qf8Wxt0gTvM2PleFQqrPLxT8NaE { position:relative;top:0px;left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #tTaScdCVzXia121zZVKcE2wmTuCMaEJn { position:relative;top:0px;left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #u2CevRZu3sLs6KfZwEgwlRl7S0mVMI1m { position:relative;top:0px;left:0px; }
#LdWT7Pv1bOcphInXyG2TBJ5vNOMKoaIG { position:relative;display:block; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #rGfq0c8UUCVrzzH4Cl3X4uJWwdsGTKy0 { position:relative; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #eJsH2Hl33kufp1P6w6eGwymfJhwmPeBw { position:relative; }
#MKJPGuqcII2tUGHpcOGcILrKkeGxpwIZ { display:block;width:567.969px;position:absolute;font-family:tajawal;font-size:23px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:345.12155151367px;left:392.03125px;height:57.7778px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#UVuy7W9k5yMXMTQIHTHiNipGrwLxw8yX { display:block;width:428px;position:absolute;font-family:tajawal;font-size:23px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 2px #df4a8d;top:297.91668701172px;left:476.94097900391px;height:28.8889px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#lztcUAAnDBRgvD9IgUcMnQmpqHU0UyVQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:108px;width:406px;top:0;left:259.96527099609px;overflow:hidden;display:block; }
#pfwyOlSGscmW8PhHRSl4OBIe7JH66omx { display:block;width:498.976px;position:absolute;font-family:tajawal;font-size:20px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #808080;top:217.44792175293px;left:461.02429199219px;height:51.1111px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#kcRxSnyMRMJTCFIHT0be6Bt6yt9lMaU4 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:960px;width:960px;display:none; }
#O9I2M5E2vP22glIc7HuHTuJOEsMAn4T7 { 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; }
#vTgxLsEW7CsX3wGN8zLbEDKVr7PqxTNf { display:block;width:567.969px;position:absolute;font-family:tajawal;font-size:23px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:345.12155151367px;left:392.03125px;height:57.7778px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:none; }
#QdfLxwbG6cxBlodvTOhbX5EXucD9uP2p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QdfLxwbG6cxBlodvTOhbX5EXucD9uP2p > .row .container { background-color: transparent; background-image: none; }#QdfLxwbG6cxBlodvTOhbX5EXucD9uP2p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QdfLxwbG6cxBlodvTOhbX5EXucD9uP2p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QdfLxwbG6cxBlodvTOhbX5EXucD9uP2p > .row .container > .video-iframe-container { display: none; }#QdfLxwbG6cxBlodvTOhbX5EXucD9uP2p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QdfLxwbG6cxBlodvTOhbX5EXucD9uP2p > .row > .video-iframe-container { display: none; }#QdfLxwbG6cxBlodvTOhbX5EXucD9uP2p > .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); }#QdfLxwbG6cxBlodvTOhbX5EXucD9uP2p > .row .container { border-width: 0; border-radius: 0; }#QdfLxwbG6cxBlodvTOhbX5EXucD9uP2p > .row .container { font-size:14px;font-family:arial;height:1043px;width:960px;position:relative;display:block; }#tBb7hTW8vmTf3x4eUa00hzQ7Nd35c78D { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:76.9965px;width:76.9965px;position:absolute;display:block;z-index:100011;top:102.95139694214px;left:736.89239501953px;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;display:block; }
#sTPCoTrGrCXazeXBHhWRQ39osGftqvZI { box-sizing:content-box;color:#50bbd3;font-size:49px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:106.4409828186px;left:740.38195800781px;display:block; }
#iTC0hstmpGaTnPiS6TmMrWBWyHfhl3EJ { color:#000000;display:block;width:527.986px;position:absolute;font-family:harmattan;font-size:30px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:124.77430725098px;left:173.31597900391px;height:38.8889px;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TWqNxPiZxN3ZkldkTx5KQKdTVrcbGb9h { color:#000000;display:block;width:503.993px;position:absolute;font-family:harmattan;font-size:30px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:221.92710876465px;left:198.28125px;height:38.8889px;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Agflf88FqrovusfeAR9Dgpwiil4WUREX { color:#000000;display:block;width:630px;position:absolute;font-family:harmattan;font-size:30px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:303.8194732666px;left:72.274291992188px;height:38.8889px;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wnGL5hGeA0kAAfFRXVDZWULPkDbli848 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:76.9965px;width:76.9965px;position:absolute;display:block;z-index:100013;top:190.00001525879px;left:736.99652099609px;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;display:block; }
#kb4o8FkVHTen827EH0K7FD3k4boC9sCE { box-sizing:content-box;color:#50bbd3;font-size:49px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:192.98612213135px;left:740.98962402344px;display:block; }
#hZ0kSCO8K4HuomnNZmMWIWbxeZc1yO5n { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:76.9965px;width:76.9965px;position:absolute;display:block;z-index:100015;top:281.99655151367px;left:738.99310302734px;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;display:block; }
#wDrXm4S57K2plIWHOT8abDMwob5TbmTU { box-sizing:content-box;color:#50bbd3;font-size:49px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:283.99307250977px;left:742.98614501953px;display:block; }
#SEg5ZRyW3XI1K0rCeumlDgvsdfQXlEt8 { color:#000000;display:block;width:658.993px;position:absolute;font-family:harmattan;font-size:28px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:384.53126525879px;left:43.28125px;height:35.5556px;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pQ0yGOxzE2p5pyrvGX6yTo8yadQIFwCu { color:#000000;display:block;width:636.997px;position:absolute;font-family:harmattan;font-size:28px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:467.58683776855px;left:65.260406494141px;height:71.1111px;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eU3UA1xTURTRQ70tgvMEuAscqagPSoT2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:76.9965px;width:76.9965px;position:absolute;display:block;z-index:100017;top:371px;left:740px;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;display:block; }
#RkXJuqt0NdTpTSITSEb5o5NEVAeAyXUG { box-sizing:content-box;color:#50bbd3;font-size:49px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:374px;left:744px;display:block; }
#Ttz8SxrpLBmhOkHkaCESxk3D6zC0Ti11 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:76.9965px;width:76.9965px;position:absolute;display:block;z-index:100019;top:458px;left:740px;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;display:block; }
#aW4SORpFd5yAuUpP0tuMVCMUoKx58b2u { box-sizing:content-box;color:#50bbd3;font-size:49px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:461px;left:744px;display:block; }
#vAuNGwTx2u2ELhzWTnvP66Jq2J2mA9yf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:76.9965px;width:76.9965px;position:absolute;display:block;z-index:100021;top:550px;left:742px;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;display:block; }
#GtRZttT47kk9Pew1mobLCQDzv96ODXgO { box-sizing:content-box;color:#50bbd3;font-size:49px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:552px;left:746px;display:block; }
#UnAdnwThNLatDNDTLHFqZfCRGgVDLdtb { color:#000000;display:block;width:660px;position:absolute;font-family:harmattan;font-size:28px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:570.71183776855px;left:57.222198486328px;height:71.1111px;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dT47xnxpHwMcNv1mPIOTmmcIW446Lwd0 { color:#000000;display:block;width:790.99px;position:absolute;font-family:harmattan;font-size:28px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:688.35073852539px;left:84.479156494141px;height:71.1111px;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;font-style:normal;display:block; }
#HmWF20PVvJRKVy7BIm9CFeE8QxhuWTRT { color:#df4a8d;display:block;width:386.997px;position:absolute;font-family:harmattan;font-size:46px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:21.197967529297px;left:286.47570800781px;height:58.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; }
#o7CXqofuTHKctAFeXPy0aog4olnJx23d { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:180px;width:320px;top:774.44448852539px;left:320px;display:block; }
#vx02VZT7PlqTigCNZdBmc2LTBK2wMn37 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #df4a8d, #50bbd3);background-image: -moz-linear-gradient(90deg, #df4a8d, #50bbd3);background-image: -ms-linear-gradient(90deg, #df4a8d, #50bbd3);background-image: -o-linear-gradient(90deg, #df4a8d, #50bbd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#50bbd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#50bbd3' );";background-image: linear-gradient(90deg, #df4a8d, #50bbd3);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;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:harmattan;font-size:28px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:969.44442749023px;left:340px;display:block; }
#W0K85hnurHgakB4Qyf0z5ixBHM1shE9T { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#ZqqzJKEySOcUtq64pTWsbuOEdxbUfbKE { position:relative;display:none; }#ZqqzJKEySOcUtq64pTWsbuOEdxbUfbKE { border-width: 0; border-radius: 0; }#ZqqzJKEySOcUtq64pTWsbuOEdxbUfbKE > .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:433px;width:960px;position:relative;display:none; }#ELF6138xsgJeJFWqZ0Op5WsgaKz6QDkG { display:block;width:512.986px;position:absolute;font-family:harmattan;font-size:36px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:21.961807250977px;left:223.48959350586px;height:93.3333px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#df4a8d;text-align:center;text-align-last:center;display:block; }
#WZWO80B8ziiWF2LT6KNCWRkqwoU0U1x4 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:262.986px;width:468.993px;top:143.0034828186px;left:245.50347900391px;display:block; }
#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { background-color: transparent; background-image: none; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container > .video-iframe-container { display: none; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row > .video-iframe-container { display: none; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .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); }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { border-width: 0; border-radius: 0; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { font-size:14px;font-family:arial;height:641px;width:960px;position:relative;display:block; }#E6DwITiRLQMxtu0C6KVQaMOo8DZWrXnH { background-color:#df4a8d;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:harmattan;font-size:28px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:221.997px;height:53px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:10.434036254883px;left:368.97570800781px;display:block; }
#ZIxbV59kn03RsTHw3drxlsESFhwJGTtM { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#P1LDG8KZFk0L81u6tUzPv4vsaFn89obd { position:absolute;display:block;z-index:100009;background-color:#50bbd3;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:65.9896px;width:65.9896px;top:231px;left:448px;display:block; }
#P6GAEo9tCTciWG8teog6K5DzT8i4NDCI { position:absolute;display:block;z-index:100010;background-color:#50bbd3;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:65.9896px;width:65.9896px;top:458px;left:450px;display:block; }
#IrCPcwpq3VtLklOAt3OtAMd6ICkepO5f { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:239px;left:456px;display:block; }
#CPccLMbqRcIpgekMXNByGTo7NuqXQEVe { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:463.984375px;left:455px;display:block; }
#PFIxr5p1WBxpa05FiG21Nh8TstvAU131 { position:absolute;display:block;z-index:100011;background-color:#50bbd3;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:65.9896px;width:65.9896px;top:83px;left:448px;display:block; }
#ikHLL4RbOttnRpgFe6Lbtv7i9kvhC9Pe { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:91px;left:456px;display:block; }
#Z2Xf7KVIJbhdBpZI07b5qfzLQkc07ZIs { display:block;width:372px;position:absolute;font-family:harmattan;font-size:18px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:368px;left:287.984375px;height:23.3333px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#JsmQVcnNnGPtltNL1EvFXeoFThBwB2sn { display:block;width:278.976px;position:absolute;font-family:harmattan;font-size:22px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:169.35762023926px;left:339.98266601562px;height:27.7778px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#wXcLcOOyrSKeTmoITSREh5Ef9TlteC48 { display:block;width:163.976px;position:absolute;font-family:kids;font-size:18px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:587px;left:400px;height:23.3333px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#VwyOtZaxltPqLSnym4HGEHQkClUnbSdQ { display:block;width:278.976px;position:absolute;font-family:harmattan;font-size:22px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:543px;left:342px;height:27.7778px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#MBArWSszg7IWPDD7XTxVALhbyIT4T2UP { display:block;width:368px;position:absolute;font-family:harmattan;font-size:18px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:413px;left:294.953125px;height:46.6667px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#XdnSP9wAVX4XmHeEN3Mh6tPumTQS5hGJ { display:block;width:271.997px;position:absolute;font-family:harmattan;font-size:20px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:322px;left:344px;height:25.5556px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { background-color: transparent; background-image: none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container > .video-iframe-container { display: none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row > .video-iframe-container { display: none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .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); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { border-width: 0; border-radius: 0; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { font-size:14px;font-family:arial;height:261px;width:960px;position:relative;display:block; }#vOyOkn48xMlIIMJvnEFO2PN4TOIbECIv { background-color:#df4a8d;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:harmattan;font-size:30px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:172.969px;height:55px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:22.256896972656px;left:393.50695800781px;display:block; }
#RV7kcpaAF3ITGNwHn1V6MmUAZTvnZ536 { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#RPOps6FFKNIrIOPUxs8wuRysuiLINeXs { color:#000000;display:block;width:200px;position:absolute;font-family:hekaya;font-size:25px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:67.265625px;left:710.96875px;height:0;text-align:center;text-align-last:center;display:block; }
#ZoMRqIBWuw8Jh1pHzXJDWDZvg2EBcBxh { color:#000000;display:block;width:345.969px;position:absolute;font-family:harmattan;font-size:25px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:99px;left:308px;height:64.4444px;text-align:center;text-align-last:center;display:block; }
#qv9dd0Xx0S8G5STLRTvZcK15u6k12Wat { color:#000000;display:block;width:348.969px;position:absolute;font-family:harmattan;font-size:25px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:189px;left:305.5px;height:64.4444px;text-align:center;text-align-last:center;display:block; }
#H0bvH8MdQESZVe6I7KgAmJzOLRef98tP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffe2a5;background-image:none;position:relative;display:block; }#H0bvH8MdQESZVe6I7KgAmJzOLRef98tP > .row .container { background-color: transparent; background-image: none; }#H0bvH8MdQESZVe6I7KgAmJzOLRef98tP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H0bvH8MdQESZVe6I7KgAmJzOLRef98tP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H0bvH8MdQESZVe6I7KgAmJzOLRef98tP > .row .container > .video-iframe-container { display: none; }#H0bvH8MdQESZVe6I7KgAmJzOLRef98tP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H0bvH8MdQESZVe6I7KgAmJzOLRef98tP > .row > .video-iframe-container { display: none; }#H0bvH8MdQESZVe6I7KgAmJzOLRef98tP > .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); }#H0bvH8MdQESZVe6I7KgAmJzOLRef98tP > .row .container { border-width: 0; border-radius: 0; }#H0bvH8MdQESZVe6I7KgAmJzOLRef98tP > .row .container { font-size:14px;font-family:arial;height:293px;width:960px;position:relative;display:block; }#pvJqSInir7LH21uyXcT7T7OfDCyRpaA7 { background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:harmattan;font-size:22px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:203px;height:47px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:15.972229003906px;left:378.47222900391px;display:block; }
#F8EqTCA1MlokkQuey9oyIKmAfhmopQ9P { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#NbGOn95FdDLz0wTnxWLvJBqXkxUaXtif { color:#000000;display:block;width:817.986px;position:absolute;font-family:harmattan;font-size:30px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:96.267364501953px;left:70.989562988281px;height:77.7778px;text-align:center;text-align-last:center;display:block; }
#P3IXRiyfL3zfWRPNBpcwHVSX5HTvQSkK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #df4a8d, #50bbd3);background-image: -moz-linear-gradient(90deg, #df4a8d, #50bbd3);background-image: -ms-linear-gradient(90deg, #df4a8d, #50bbd3);background-image: -o-linear-gradient(90deg, #df4a8d, #50bbd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#50bbd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#50bbd3' );";background-image: linear-gradient(90deg, #df4a8d, #50bbd3);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;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:harmattan;font-size:28px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:201.96181488037px;left:328.95831298828px;display:block; }
#Kyu7xrAgPZfK0HXr4W3MdWMznfzvyUT0 { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { background-color: transparent; background-image: none; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container > .video-iframe-container { display: none; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row > .video-iframe-container { display: none; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .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); }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { border-width: 0; border-radius: 0; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { font-size:14px;font-family:arial;height:294px;width:960px;position:relative;display:block; }#KeaWLHZyBbdrOcUFtmmCO4ks661yTQFS { display:block;width:470px;position:absolute;font-family:kids;font-size:34px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:63px;left:476px;height:43.3333px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#d31fb4;text-align:right;text-align-last:right;display:block; }
#VrTNfMTPrwla9DANkNBHt06nC1fUN6TP { display:block;width:470px;position:absolute;font-family:kids;font-size:18px;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:112px;left:476px;height:53.3334px;text-align:right;text-align-last:right;color:#767676;display:block; }
#vvG3g37frBkwbAU3GocWKvizF561lghz { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:230px;width:410px;top:32px;left:29.5px;display:block; }
#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row .container { background-color: transparent; background-image: none; }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row .container > .video-iframe-container { display: none; }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row > .video-iframe-container { display: none; }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .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); }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row .container { border-width: 0; border-radius: 0; }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row .container { font-size:14px;font-family:arial;height:59px;width:960px;position:relative;display:block; }#a6QwbBAeCcfes7nPK1lbpbJIxL16WPV9 { color:#000000;display:block;width:353px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:19.5px;left:303.5px;height:20px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:443px;height:55px;top:124px;left:321px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-regular-label { width:220px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-text { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-textarea { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-select { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-button { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-checkbox-label { width:204px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4  { width:220px;height:auto;top:124px;left:0; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .radio-container { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 {display:block;}#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 { width:220px;height:auto;top:124px;left:0; }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #MOiNKJ1vCCCDI1D5w0BHh2OAKb0egDgo {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #qmwqgRTBUKtnswWHb5qaBCkZPw5XMTv8 {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #sTn0GUp2eE8Lg6OgNO7nPTKVI3dfbZXz {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #WI6mSS0HxfIM8TDFag6u0atcw6VWba6h {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #EplEiwUhgO1ZOvZZNL0gzBQLNevvZ0kZ {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #RXrXPPmhPZIIgcRUbhcgPpdDh46aQiG3 {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #JxOqogflld8tDxiT80sgm1gGwF8G2rP3 {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #e4TIqLPJKk65TvdQh4aCh3ZTRg42BD5l {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #PEalUbBlKJCJWAvOR8Ke49fXSbngEULQ {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #TT8F9Qf8Wxt0gTvM2PleFQqrPLxT8NaE {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #tTaScdCVzXia121zZVKcE2wmTuCMaEJn {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #u2CevRZu3sLs6KfZwEgwlRl7S0mVMI1m {  }
 }@media only screen and (max-width: 763px) { #LdWT7Pv1bOcphInXyG2TBJ5vNOMKoaIG { display:block; }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #rGfq0c8UUCVrzzH4Cl3X4uJWwdsGTKy0 {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #eJsH2Hl33kufp1P6w6eGwymfJhwmPeBw {  }
 }@media only screen and (max-width: 763px) { #MKJPGuqcII2tUGHpcOGcILrKkeGxpwIZ { width:567px;height:57px;top:345px;left:197px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UVuy7W9k5yMXMTQIHTHiNipGrwLxw8yX { width:427px;height:28px;top:297px;left:337px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #lztcUAAnDBRgvD9IgUcMnQmpqHU0UyVQ { top:0;left:161.96527099609px;width:406px;height:108px;display:block; }
 }@media only screen and (max-width: 763px) { #pfwyOlSGscmW8PhHRSl4OBIe7JH66omx { width:498px;height:51px;top:217px;left:266px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kcRxSnyMRMJTCFIHT0be6Bt6yt9lMaU4 { width:764px;height:764px;display:none; }
 }@media only screen and (max-width: 763px) { #O9I2M5E2vP22glIc7HuHTuJOEsMAn4T7 { display:none; }
 }@media only screen and (max-width: 763px) { #vTgxLsEW7CsX3wGN8zLbEDKVr7PqxTNf { width:295px;height:;top:465px;left:0;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #QdfLxwbG6cxBlodvTOhbX5EXucD9uP2p { display:block; }#QdfLxwbG6cxBlodvTOhbX5EXucD9uP2p > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBb7hTW8vmTf3x4eUa00hzQ7Nd35c78D { width:115px;height:115px;top:0;left:579.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #sTPCoTrGrCXazeXBHhWRQ39osGftqvZI { width:70px;height:70px;top:23px;left:602.33333333333px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #iTC0hstmpGaTnPiS6TmMrWBWyHfhl3EJ { top:124px;left:75.315979003906px;width:527px;height:38px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #TWqNxPiZxN3ZkldkTx5KQKdTVrcbGb9h { top:221px;left:100.28125px;width:503px;height:38px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Agflf88FqrovusfeAR9Dgpwiil4WUREX { top:303px;left:0;width:630px;height:38px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wnGL5hGeA0kAAfFRXVDZWULPkDbli848 { width:115px;height:115px;top:0;left:579.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #kb4o8FkVHTen827EH0K7FD3k4boC9sCE { width:70px;height:70px;top:23px;left:602.33333333333px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #hZ0kSCO8K4HuomnNZmMWIWbxeZc1yO5n { width:115px;height:115px;top:0;left:579.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #wDrXm4S57K2plIWHOT8abDMwob5TbmTU { width:70px;height:70px;top:23px;left:602.33333333333px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #SEg5ZRyW3XI1K0rCeumlDgvsdfQXlEt8 { top:384px;left:0;width:658px;height:35px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #pQ0yGOxzE2p5pyrvGX6yTo8yadQIFwCu { top:467px;left:0;width:636px;height:35px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #eU3UA1xTURTRQ70tgvMEuAscqagPSoT2 { width:115px;height:115px;top:0;left:579.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #RkXJuqt0NdTpTSITSEb5o5NEVAeAyXUG { width:70px;height:70px;top:23px;left:602.33333333333px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #Ttz8SxrpLBmhOkHkaCESxk3D6zC0Ti11 { width:115px;height:115px;top:0;left:579.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #aW4SORpFd5yAuUpP0tuMVCMUoKx58b2u { width:70px;height:70px;top:23px;left:602.33333333333px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #vAuNGwTx2u2ELhzWTnvP66Jq2J2mA9yf { width:115px;height:115px;top:0;left:579.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #GtRZttT47kk9Pew1mobLCQDzv96ODXgO { width:70px;height:70px;top:23px;left:602.33333333333px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #UnAdnwThNLatDNDTLHFqZfCRGgVDLdtb { top:570px;left:0;width:660px;height:35px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #dT47xnxpHwMcNv1mPIOTmmcIW446Lwd0 { top:688px;left:0;width:764px;height:71px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #HmWF20PVvJRKVy7BIm9CFeE8QxhuWTRT { top:21px;left:188.47570800781px;width:386px;height:58px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #o7CXqofuTHKctAFeXPy0aog4olnJx23d { top:774px;left:222px;width:320px;height:180px;display:none; }
 }@media only screen and (max-width: 763px) { #vx02VZT7PlqTigCNZdBmc2LTBK2wMn37 { width:280px;height:55px;top:969px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #W0K85hnurHgakB4Qyf0z5ixBHM1shE9T { display:block; }
 }@media only screen and (max-width: 763px) { #ZqqzJKEySOcUtq64pTWsbuOEdxbUfbKE { display:block; }#ZqqzJKEySOcUtq64pTWsbuOEdxbUfbKE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELF6138xsgJeJFWqZ0Op5WsgaKz6QDkG { width:512px;height:93px;top:21px;left:125.48959350586px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #WZWO80B8ziiWF2LT6KNCWRkqwoU0U1x4 { top:143px;left:147.50347900391px;width:468px;height:262.42917911355px;display:block; }
 }@media only screen and (max-width: 763px) { #aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q { display:block; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { width:764px;height:59px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6DwITiRLQMxtu0C6KVQaMOo8DZWrXnH { width:257px;height:58px;top:0;left:253px;display:block; }
 }@media only screen and (max-width: 763px) { #ZIxbV59kn03RsTHw3drxlsESFhwJGTtM { display:block; }
 }@media only screen and (max-width: 763px) { #P1LDG8KZFk0L81u6tUzPv4vsaFn89obd { top:231px;left:350px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #P6GAEo9tCTciWG8teog6K5DzT8i4NDCI { top:458px;left:352px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #IrCPcwpq3VtLklOAt3OtAMd6ICkepO5f { top:239px;left:358px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #CPccLMbqRcIpgekMXNByGTo7NuqXQEVe { top:463px;left:357px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #PFIxr5p1WBxpa05FiG21Nh8TstvAU131 { top:83px;left:350px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #ikHLL4RbOttnRpgFe6Lbtv7i9kvhC9Pe { top:91px;left:358px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Xf7KVIJbhdBpZI07b5qfzLQkc07ZIs { width:372px;height:23px;top:368px;left:189.984375px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JsmQVcnNnGPtltNL1EvFXeoFThBwB2sn { width:278px;height:28px;top:169px;left:241.96875px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #wXcLcOOyrSKeTmoITSREh5Ef9TlteC48 { width:163px;height:23px;top:587px;left:302px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VwyOtZaxltPqLSnym4HGEHQkClUnbSdQ { width:278px;height:27px;top:543px;left:244px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #MBArWSszg7IWPDD7XTxVALhbyIT4T2UP { width:368px;height:46px;top:413px;left:196.953125px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #XdnSP9wAVX4XmHeEN3Mh6tPumTQS5hGJ { width:271px;height:25px;top:322px;left:246px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { display:block; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOyOkn48xMlIIMJvnEFO2PN4TOIbECIv { width:257px;height:58px;top:0;left:253px;display:block; }
 }@media only screen and (max-width: 763px) { #RV7kcpaAF3ITGNwHn1V6MmUAZTvnZ536 { display:block; }
 }@media only screen and (max-width: 763px) { #RPOps6FFKNIrIOPUxs8wuRysuiLINeXs { top:67px;left:564px;width:200px;height:;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoMRqIBWuw8Jh1pHzXJDWDZvg2EBcBxh { top:99px;left:210px;width:345px;height:64px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #qv9dd0Xx0S8G5STLRTvZcK15u6k12Wat { top:189px;left:207.5px;width:348px;height:64px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #H0bvH8MdQESZVe6I7KgAmJzOLRef98tP { display:block; }#H0bvH8MdQESZVe6I7KgAmJzOLRef98tP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvJqSInir7LH21uyXcT7T7OfDCyRpaA7 { width:257px;height:58px;top:0;left:253px;display:block; }
 }@media only screen and (max-width: 763px) { #F8EqTCA1MlokkQuey9oyIKmAfhmopQ9P { display:block; }
 }@media only screen and (max-width: 763px) { #NbGOn95FdDLz0wTnxWLvJBqXkxUaXtif { top:96px;left:0;width:764px;height:77px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #P3IXRiyfL3zfWRPNBpcwHVSX5HTvQSkK { width:280px;height:55px;top:201px;left:230.95831298828px;display:block; }
 }@media only screen and (max-width: 763px) { #Kyu7xrAgPZfK0HXr4W3MdWMznfzvyUT0 { display:block; }
 }@media only screen and (max-width: 763px) { #BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD { display:block; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { width:764px;height:292px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KeaWLHZyBbdrOcUFtmmCO4ks661yTQFS { width:372px;height:39px;top:42px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #VrTNfMTPrwla9DANkNBHt06nC1fUN6TP { width:372px;height:108px;top:89px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #vvG3g37frBkwbAU3GocWKvizF561lghz { top:32px;left:0;width:410px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #ZuF2TePpUnue0FXTworPKreDxoTTl9Ba { display:block; }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6QwbBAeCcfes7nPK1lbpbJIxL16WPV9 { top:19px;left:205.48956298828px;width:352px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:rgba(0,0,0,0.1);background-image:url("https://images.assets-landingi.com/dR7eX3yo/Young_etrepreneur.png");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:320px;height:945px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:300px;height:52px;top:188.765625px;left:0;text-align:center;text-align-last:center;font-size:40px;color:#50bbd3;text-shadow:1px 1px 1px #df4a8d;font-family:harmattan;display:block; }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-regular-label { width:249px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-text { width:249px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-textarea { width:249px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-select { width:249px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-button { width:249px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;font-family:harmattan;font-weight:400;font-style:normal;font-size:33px;overflow:hidden;height:63px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 [class*="-text"]:-moz-placeholder { font-family:harmattan;font-size:19px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 [class*="-text"]::-moz-placeholder { font-family:harmattan;font-size:19px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 [class*="-text"]:-ms-input-placeholder { font-family:harmattan;font-size:19px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 [class*="-text"]::-webkit-input-placeholder { font-family:harmattan;font-size:19px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-checkbox-label { width:233px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4  { width:249px;height:auto;top:576.71875px;left:15.48611164093px;background-color:rgba(223,74,141,0.5);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;border-top-left-radius:1px;border-top-right-radius:1px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .radio-container { width:249px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 {display:block;}#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 { width:249px;height:auto;top:576.71875px;left:15.48611164093px;background-color:rgba(223,74,141,0.5);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;border-top-left-radius:1px;border-top-right-radius:1px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #MOiNKJ1vCCCDI1D5w0BHh2OAKb0egDgo {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #qmwqgRTBUKtnswWHb5qaBCkZPw5XMTv8 {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #sTn0GUp2eE8Lg6OgNO7nPTKVI3dfbZXz {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #WI6mSS0HxfIM8TDFag6u0atcw6VWba6h {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #EplEiwUhgO1ZOvZZNL0gzBQLNevvZ0kZ {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #RXrXPPmhPZIIgcRUbhcgPpdDh46aQiG3 {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #JxOqogflld8tDxiT80sgm1gGwF8G2rP3 {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #e4TIqLPJKk65TvdQh4aCh3ZTRg42BD5l {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #PEalUbBlKJCJWAvOR8Ke49fXSbngEULQ {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #TT8F9Qf8Wxt0gTvM2PleFQqrPLxT8NaE {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #tTaScdCVzXia121zZVKcE2wmTuCMaEJn {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #u2CevRZu3sLs6KfZwEgwlRl7S0mVMI1m {  }
 }@media only screen and (max-width: 763px) { #LdWT7Pv1bOcphInXyG2TBJ5vNOMKoaIG { display:block; }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #rGfq0c8UUCVrzzH4Cl3X4uJWwdsGTKy0 {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #eJsH2Hl33kufp1P6w6eGwymfJhwmPeBw {  }
 }@media only screen and (max-width: 763px) { #MKJPGuqcII2tUGHpcOGcILrKkeGxpwIZ { width:295.984px;height:40px;top:465.52084350586px;left:11.979166984558px;text-align:center;text-align-last:center;font-size:16px;color:#000000;font-family:harmattan;display:block; }
 }@media only screen and (max-width: 763px) { #UVuy7W9k5yMXMTQIHTHiNipGrwLxw8yX { width:246.984px;height:72px;top:358.40280151367px;left:36.493058204651px;text-align:center;text-align-last:center;font-size:28px;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.3;font-family:harmattan;display:block; }
 }@media only screen and (max-width: 763px) { #lztcUAAnDBRgvD9IgUcMnQmpqHU0UyVQ { width:113px;height:31px;top:94.861114501953px;left:68.003472328186px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #pfwyOlSGscmW8PhHRSl4OBIe7JH66omx { width:320px;height:52px;top:282.56945800781px;left:0;text-align:center;text-align-last:center;font-size:20px;color:#000000;font-family:harmattan;display:block; }
 }@media only screen and (max-width: 763px) { #kcRxSnyMRMJTCFIHT0be6Bt6yt9lMaU4 { top:38.75px;left:78.506951332092px;width:162.986px;height:161.997px;z-index:100009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O9I2M5E2vP22glIc7HuHTuJOEsMAn4T7 { top:549.70489501953px;left:15.000000953674px;width:290px;height:43.9931px;z-index:100010;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#50bbd3;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #vTgxLsEW7CsX3wGN8zLbEDKVr7PqxTNf { width:295.99px;height:36px;top:554.94793701172px;left:11.979166984558px;text-align:center;text-align-last:center;font-size:28px;color:#ffffff;z-index:100011;font-family:harmattan;display:block; }
 }@media only screen and (max-width: 763px) { #QdfLxwbG6cxBlodvTOhbX5EXucD9uP2p { display:block; }#QdfLxwbG6cxBlodvTOhbX5EXucD9uP2p > .row .container { width:320px;height:1927px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBb7hTW8vmTf3x4eUa00hzQ7Nd35c78D { width:80px;height:80px;top:87px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #sTPCoTrGrCXazeXBHhWRQ39osGftqvZI { width:70px;height:70px;top:92px;left:125px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #iTC0hstmpGaTnPiS6TmMrWBWyHfhl3EJ { width:290px;height:78px;top:191.28125px;left:15px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWqNxPiZxN3ZkldkTx5KQKdTVrcbGb9h { width:271.984px;height:78px;top:388.5px;left:23.984375px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Agflf88FqrovusfeAR9Dgpwiil4WUREX { width:291.984px;height:78px;top:596.6875px;left:13.984375px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnGL5hGeA0kAAfFRXVDZWULPkDbli848 { width:75.9896px;height:75.9896px;top:285px;left:123px;display:block; }
 }@media only screen and (max-width: 763px) { #kb4o8FkVHTen827EH0K7FD3k4boC9sCE { width:70px;height:70px;top:288px;left:126px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #hZ0kSCO8K4HuomnNZmMWIWbxeZc1yO5n { width:75.9896px;height:75.9896px;top:495px;left:123px;display:block; }
 }@media only screen and (max-width: 763px) { #wDrXm4S57K2plIWHOT8abDMwob5TbmTU { width:70px;height:70px;top:497px;left:126px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #SEg5ZRyW3XI1K0rCeumlDgvsdfQXlEt8 { width:285.984px;height:117px;top:791.890625px;left:16.984375px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQ0yGOxzE2p5pyrvGX6yTo8yadQIFwCu { width:320px;height:117px;top:1037.078125px;left:0;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eU3UA1xTURTRQ70tgvMEuAscqagPSoT2 { width:75.9896px;height:75.9896px;top:697px;left:123px;display:block; }
 }@media only screen and (max-width: 763px) { #RkXJuqt0NdTpTSITSEb5o5NEVAeAyXUG { width:70px;height:70px;top:700px;left:126px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #Ttz8SxrpLBmhOkHkaCESxk3D6zC0Ti11 { width:75.9896px;height:75.9896px;top:926px;left:123px;display:block; }
 }@media only screen and (max-width: 763px) { #aW4SORpFd5yAuUpP0tuMVCMUoKx58b2u { width:70px;height:70px;top:929px;left:126px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #vAuNGwTx2u2ELhzWTnvP66Jq2J2mA9yf { width:75.9896px;height:75.9896px;top:1172px;left:123px;display:block; }
 }@media only screen and (max-width: 763px) { #GtRZttT47kk9Pew1mobLCQDzv96ODXgO { width:70px;height:70px;top:1174px;left:126px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #UnAdnwThNLatDNDTLHFqZfCRGgVDLdtb { width:287.984px;height:117px;top:1285.953125px;left:15.984375px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dT47xnxpHwMcNv1mPIOTmmcIW446Lwd0 { width:298.969px;height:132px;top:1444.796875px;left:10.5px;font-size:26px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HmWF20PVvJRKVy7BIm9CFeE8QxhuWTRT { width:320px;height:41px;top:31px;left:0;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7CXqofuTHKctAFeXPy0aog4olnJx23d { height:180px;width:320px;top:1627.109375px;left:0;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #vx02VZT7PlqTigCNZdBmc2LTBK2wMn37 { width:280px;height:55px;top:1833.15625px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #W0K85hnurHgakB4Qyf0z5ixBHM1shE9T { display:block; }
 }@media only screen and (max-width: 763px) { #ZqqzJKEySOcUtq64pTWsbuOEdxbUfbKE { display:none; }#ZqqzJKEySOcUtq64pTWsbuOEdxbUfbKE > .row .container { width:320px;height:825px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ELF6138xsgJeJFWqZ0Op5WsgaKz6QDkG { width:320px;height:28.8889px;top:20px;left:0;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #WZWO80B8ziiWF2LT6KNCWRkqwoU0U1x4 { height:179.43875494943px;width:320px;top:68.8889px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q { display:block; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { width:320px;height:690px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6DwITiRLQMxtu0C6KVQaMOo8DZWrXnH { width:256.997px;height:57.9861px;top:20px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #ZIxbV59kn03RsTHw3drxlsESFhwJGTtM { display:block; }
 }@media only screen and (max-width: 763px) { #P1LDG8KZFk0L81u6tUzPv4vsaFn89obd { width:65.9896px;height:65.9896px;top:364px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #P6GAEo9tCTciWG8teog6K5DzT8i4NDCI { width:65.9896px;height:65.9896px;top:233px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #IrCPcwpq3VtLklOAt3OtAMd6ICkepO5f { width:50px;height:50px;top:372px;left:134px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #CPccLMbqRcIpgekMXNByGTo7NuqXQEVe { width:50px;height:50px;top:241px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #PFIxr5p1WBxpa05FiG21Nh8TstvAU131 { width:65.9896px;height:65.9896px;top:97.9688px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #ikHLL4RbOttnRpgFe6Lbtv7i9kvhC9Pe { width:50px;height:50px;top:105.97221796875px;left:134.98611450195px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Xf7KVIJbhdBpZI07b5qfzLQkc07ZIs { width:247px;height:58px;top:509.6005859375px;left:44.000000953674px;text-align:center;text-align-last:center;font-size:23px;color:#4f4f4f;display:block; }
 }@media only screen and (max-width: 763px) { #JsmQVcnNnGPtltNL1EvFXeoFThBwB2sn { width:320px;height:29px;top:184.94798278809px;left:0;text-align:center;text-align-last:center;font-size:23px;color:#4f4f4f;display:block; }
 }@media only screen and (max-width: 763px) { #wXcLcOOyrSKeTmoITSREh5Ef9TlteC48 { width:162.969px;height:23px;top:658.31600952148px;left:78.506951332092px;text-align:center;text-align-last:center;font-size:18px;color:#4f4f4f;display:block; }
 }@media only screen and (max-width: 763px) { #VwyOtZaxltPqLSnym4HGEHQkClUnbSdQ { width:277.969px;height:28px;top:313px;left:21px;text-align:center;text-align-last:center;font-size:22px;color:#4f4f4f;display:block; }
 }@media only screen and (max-width: 763px) { #MBArWSszg7IWPDD7XTxVALhbyIT4T2UP { width:212.986px;height:87px;top:578.33334350586px;left:60.972222328186px;text-align:center;text-align-last:center;font-size:23px;color:#4f4f4f;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #XdnSP9wAVX4XmHeEN3Mh6tPumTQS5hGJ { width:286.997px;height:29px;top:465.78126525879px;left:16.493056297302px;text-align:right;text-align-last:right;font-size:23px;color:#4f4f4f;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { display:block; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { width:320px;height:277.3125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOyOkn48xMlIIMJvnEFO2PN4TOIbECIv { width:185.99px;height:55px;top:20px;left:67px;font-size:30px;font-family:harmattan;display:block; }
 }@media only screen and (max-width: 763px) { #RV7kcpaAF3ITGNwHn1V6MmUAZTvnZ536 { display:block; }
 }@media only screen and (max-width: 763px) { #RPOps6FFKNIrIOPUxs8wuRysuiLINeXs { width:200px;height:0;top:85px;left:60px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZoMRqIBWuw8Jh1pHzXJDWDZvg2EBcBxh { width:300.99px;height:66px;top:105px;left:9px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qv9dd0Xx0S8G5STLRTvZcK15u6k12Wat { width:320px;height:66px;top:211.3125px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0bvH8MdQESZVe6I7KgAmJzOLRef98tP { display:block; }#H0bvH8MdQESZVe6I7KgAmJzOLRef98tP > .row .container { width:320px;height:315px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvJqSInir7LH21uyXcT7T7OfDCyRpaA7 { width:157.986px;height:42px;top:20px;left:81px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #F8EqTCA1MlokkQuey9oyIKmAfhmopQ9P { display:block; }
 }@media only screen and (max-width: 763px) { #NbGOn95FdDLz0wTnxWLvJBqXkxUaXtif { width:320px;height:132px;top:78.9931px;left:0;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3IXRiyfL3zfWRPNBpcwHVSX5HTvQSkK { width:280px;height:55px;top:232.30891992188px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Kyu7xrAgPZfK0HXr4W3MdWMznfzvyUT0 { display:block; }
 }@media only screen and (max-width: 763px) { #BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD { display:block; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { width:320px;height:340px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KeaWLHZyBbdrOcUFtmmCO4ks661yTQFS { width:300px;height:31px;top:220.497px;left:10px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #VrTNfMTPrwla9DANkNBHt06nC1fUN6TP { width:300px;height:44px;top:271.5908px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #vvG3g37frBkwbAU3GocWKvizF561lghz { height:179.497px;width:320px;top:20px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZuF2TePpUnue0FXTworPKreDxoTTl9Ba { display:block; }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6QwbBAeCcfes7nPK1lbpbJIxL16WPV9 { width:320px;height:40px;top:20px;left:0;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }