.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/U85UzK3c/insta.png");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:520px;font-size:14px;font-family:arial;position:relative;display:block; }#ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { display:block;width:578px;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.90625px;left:382px;height:55px;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:block;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:0;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:0;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: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:0;display:block;width:220px;box-sizing:border-box;height:40px;color:#161616;font-family:cairo;font-size:18px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center;line-height:1.3;font-weight:400;font-style:normal; }
#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:0;padding-left:0;padding-right:0;padding-bottom:0;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:0;top:79px;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:0;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:0;top:79px;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; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #L6W3pXIs5MHU1KuS0K8dr2wL16NgEToE { position:relative;top:0px;left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #iR8IkIcXMfR7OhxN6o9Ps5TbP4nkKcC3 { position:relative;top:0px;left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #SinruTFmWJB5hTKoaFKkn0eKTZ2i6Ayi { position:relative;top:0px;left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #XXa24yPQady3qz1m5ZCNc2wGseggVkhB { position:relative;top:0px;left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #gSzwqp0DGh1kUc4KZ6kdSqZdJUtVU97t { position:relative;top:0px;left:0px; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #r2eJWNr7qflTTlHd9aJpkaoatp98vwpC { position:relative;top:0px;left:0px; }
#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:;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 19px #df4a8d;top:285.90625px;left:457px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#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:589px;position:absolute;font-family:tajawal;font-size:30px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:5px 2px 9px #000000;top:210.4375px;left:352.015625px;height:39px;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; }
#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:631px;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:98.421875px;left:378.96875px;display:block; }
#ZIxbV59kn03RsTHw3drxlsESFhwJGTtM { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;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:436px;left:460px;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:171px;left:458px;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:178.984375px;left:465px;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:257.34375px;left:349.96875px;height:28px;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:346px;position:absolute;font-family:kids;font-size:18px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:568px;left:319.984375px;height:23px;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; }
#QGr1wDqAmDwaCvfimHexLuaKJcsUyu3A { 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.984px;height:53px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:369px;left:378.96875px;display:block; }
#oULKHfnm6xKHgSQsuRcZWROSm4zJcIr3 { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#vz3NNy5as200lwzt12HHxd5TIHIAtxQO { color:#000000;display:block;width:271px;position:absolute;font-family:harmattan;font-size:21px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:307px;left:365px;height:27px;text-align:center;text-align-last:center;display:block; }
#sAaPJw91zAEkwOnhn24dKLKaixFHB5kK { 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:100015;top:443.984375px;left:467.984375px;display:block; }
#rECwtuOyFzV75bJnFD6QCRmfDCOhTRuV { display:block;width:278.969px;position:absolute;font-family:harmattan;font-size:22px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:523.34375px;left:350.5px;height:28px;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; }
#C4Se0rNHqm8tXaLyfhFwHCN0M9Jr4FKx { display:block;width:811px;position:absolute;font-family:kids;font-size:29px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:29px;left:74.5px;height:37px;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:center;text-align-last:center;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:193px;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:20px;left:245px;height:44px;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:center;text-align-last:center;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:81px;left:245px;height:54px;text-align:center;text-align-last:center;color:#767676;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:153.5px;left:303.5px;height:20px;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; }@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:578px;height:;top:124px;left:186px;font-size:25px;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;height:auto; }
#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) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #L6W3pXIs5MHU1KuS0K8dr2wL16NgEToE {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #iR8IkIcXMfR7OhxN6o9Ps5TbP4nkKcC3 {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #SinruTFmWJB5hTKoaFKkn0eKTZ2i6Ayi {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #XXa24yPQady3qz1m5ZCNc2wGseggVkhB {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #gSzwqp0DGh1kUc4KZ6kdSqZdJUtVU97t {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #r2eJWNr7qflTTlHd9aJpkaoatp98vwpC {  }
 }@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:;top:345px;left:197px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UVuy7W9k5yMXMTQIHTHiNipGrwLxw8yX { width:428px;height:;top:285px;left:336px;font-size:20px;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:589px;height:39px;top:210px;left:175px;font-size:25px;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) { #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) { #P6GAEo9tCTciWG8teog6K5DzT8i4NDCI { top:436px;left:362px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #PFIxr5p1WBxpa05FiG21Nh8TstvAU131 { top:171px;left:360px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #ikHLL4RbOttnRpgFe6Lbtv7i9kvhC9Pe { top:178px;left:367px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #JsmQVcnNnGPtltNL1EvFXeoFThBwB2sn { width:278px;height:28px;top:257px;left:251.96875px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wXcLcOOyrSKeTmoITSREh5Ef9TlteC48 { width:346px;height:23px;top:568px;left:221.984375px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QGr1wDqAmDwaCvfimHexLuaKJcsUyu3A { width:257px;height:58px;top:0;left:253px;display:block; }
 }@media only screen and (max-width: 763px) { #oULKHfnm6xKHgSQsuRcZWROSm4zJcIr3 { display:block; }
 }@media only screen and (max-width: 763px) { #vz3NNy5as200lwzt12HHxd5TIHIAtxQO { top:307px;left:267px;width:271px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sAaPJw91zAEkwOnhn24dKLKaixFHB5kK { top:443px;left:369.984375px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #rECwtuOyFzV75bJnFD6QCRmfDCOhTRuV { width:278px;height:28px;top:523px;left:252.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #C4Se0rNHqm8tXaLyfhFwHCN0M9Jr4FKx { width:372px;height:39px;top:42px;left:0;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) { #a6QwbBAeCcfes7nPK1lbpbJIxL16WPV9 { top:153px;left:205.5px;width:353px;height:20px;font-size:16px;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) { 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/NXWDURHz/snapchat.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:855px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:320px;height:32px;top:85px;left:0;text-align:center;text-align-last:center;font-size:25px;color:#000000;text-shadow:1px 1px 1px #f62583;font-family:tajawal;display:block; }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-regular-label { width:249px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:none;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-text { width:249px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#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:0;display:block;vertical-align:top; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-select { width:249px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;text-align:center;text-align-last:center;font-family:cairo;font-size:15px;overflow:hidden;color:#000000;font-weight:400;font-style:normal;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;height:41px;display:block;vertical-align:top; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-checkbox { margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;vertical-align:top; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 .widget-input-button { width:249px;margin-top:4px;margin-right:0;margin-left:0;margin-bottom:4px;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:406.71875px;left:15.484375px;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:0;display:block;vertical-align:top; }
#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 {display:block;}#OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 { width:249px;height:auto;top:406.71875px;left:15.484375px;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) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #L6W3pXIs5MHU1KuS0K8dr2wL16NgEToE {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #iR8IkIcXMfR7OhxN6o9Ps5TbP4nkKcC3 {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #SinruTFmWJB5hTKoaFKkn0eKTZ2i6Ayi {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #XXa24yPQady3qz1m5ZCNc2wGseggVkhB {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #gSzwqp0DGh1kUc4KZ6kdSqZdJUtVU97t {  }
 }@media only screen and (max-width: 763px) { #OVuFsCcwVsVHDypxRP7eqtEo9Dv4Euq4 #r2eJWNr7qflTTlHd9aJpkaoatp98vwpC {  }
 }@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:320px;height:38px;top:287.515625px;left:0;text-align:center;text-align-last:center;font-size:15px;color:#000000;font-family:tajawal;display:block; }
 }@media only screen and (max-width: 763px) { #UVuy7W9k5yMXMTQIHTHiNipGrwLxw8yX { width:320px;height:26px;top:219.390625px;left:0;text-align:center;text-align-last:center;font-size:20px;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:tajawal;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:32px;top:147.5625px;left:0;text-align:center;text-align-last:center;font-size:25px;color:#000000;font-family:tajawal;display:block; }
 }@media only screen and (max-width: 763px) { #kcRxSnyMRMJTCFIHT0be6Bt6yt9lMaU4 { top:0;left:120.484375px;width:98px;height:97px;z-index:100009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O9I2M5E2vP22glIc7HuHTuJOEsMAn4T7 { top:379.703125px;left:15px;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:384.9375px;left:11.96875px;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) { #aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q { display:block; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { width:320px;height:883px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6DwITiRLQMxtu0C6KVQaMOo8DZWrXnH { width:256.984px;height:57.9844px;top:140px;left:31.484375px;font-family:tajawal;display:block; }
 }@media only screen and (max-width: 763px) { #ZIxbV59kn03RsTHw3drxlsESFhwJGTtM { display:block; }
 }@media only screen and (max-width: 763px) { #P6GAEo9tCTciWG8teog6K5DzT8i4NDCI { width:65.9896px;height:65.9896px;top:581px;left:128px;display:block; }
 }@media only screen and (max-width: 763px) { #PFIxr5p1WBxpa05FiG21Nh8TstvAU131 { width:65.9896px;height:65.9896px;top:227.96875px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #ikHLL4RbOttnRpgFe6Lbtv7i9kvhC9Pe { width:50px;height:50px;top:235.96875px;left:144.984375px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #JsmQVcnNnGPtltNL1EvFXeoFThBwB2sn { width:320px;height:26px;top:338.9375px;left:0;text-align:center;text-align-last:center;font-size:20px;color:#4f4f4f;font-family:tajawal;display:block; }
 }@media only screen and (max-width: 763px) { #wXcLcOOyrSKeTmoITSREh5Ef9TlteC48 { width:320px;height:46px;top:765.3125px;left:-0.5px;text-align:center;text-align-last:center;font-size:18px;color:#4f4f4f;font-family:tajawal;display:block; }
 }@media only screen and (max-width: 763px) { #QGr1wDqAmDwaCvfimHexLuaKJcsUyu3A { width:221px;height:53px;top:477.3125px;left:49.5px;font-family:tajawal;display:block; }
 }@media only screen and (max-width: 763px) { #oULKHfnm6xKHgSQsuRcZWROSm4zJcIr3 { display:block; }
 }@media only screen and (max-width: 763px) { #vz3NNy5as200lwzt12HHxd5TIHIAtxQO { width:318px;height:23px;top:404.3125px;left:0;font-size:18px;font-family:tajawal;display:block; }
 }@media only screen and (max-width: 763px) { #sAaPJw91zAEkwOnhn24dKLKaixFHB5kK { width:50px;height:50px;top:588px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #rECwtuOyFzV75bJnFD6QCRmfDCOhTRuV { width:278px;height:26px;top:700.3125px;left:21px;text-align:center;text-align-last:center;font-size:20px;color:#4f4f4f;font-family:tajawal;display:block; }
 }@media only screen and (max-width: 763px) { #C4Se0rNHqm8tXaLyfhFwHCN0M9Jr4FKx { width:320px;height:58px;top:40px;left:0;text-align:center;text-align-last:center;font-size:23px;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:22.484375px;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:85.578125px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #a6QwbBAeCcfes7nPK1lbpbJIxL16WPV9 { width:320px;height:40px;top:188px;left:0;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZuF2TePpUnue0FXTworPKreDxoTTl9Ba { display:block; }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row .container { width:320px;height:80px;position:relative;display:block; } }