.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(316deg, #fbfbfb, #ffffff);background-image: -moz-linear-gradient(316deg, #fbfbfb, #ffffff);background-image: -ms-linear-gradient(316deg, #fbfbfb, #ffffff);background-image: -o-linear-gradient(316deg, #fbfbfb, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ffffff' );";background-image: linear-gradient(316deg, #fbfbfb, #ffffff);background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 { background-color:transparent;background-image:url("https://images.assets-landingi.com/6NA1IvfZ/Pediatric_Neurologist_Holding_a_Model_of_a_Brain_and_Explaining_to_Child_768x576.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01.adaptive-delivery-prevent-bg, #uXF3heeOVx1kWy60vaHlloSIHE3gwA01.lazyload, #uXF3heeOVx1kWy60vaHlloSIHE3gwA01.lazyloading { background-image: none; }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 > .row .container { background-color: transparent; background-image: none; }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,45,46,0.25); }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 > .row .container > .video-iframe-container { display: none; }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,45,46,0.25); }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 > .row > .video-iframe-container { display: none; }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 > .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); }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 > .row .container { border-width: 0; border-radius: 0; }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 > .row > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 > .row .container { font-size:0.875rem;font-family:"open sans";height:66.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#DvQ4hK6doaTAVW5OotvEXVIvhJiQQK1C { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:19.5rem;top:0rem;left:19.747596153846rem;overflow:hidden;display:block; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-form-header {  }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-regular-label { height:auto;display:none;font-family:hekaya;font-size:1.25rem;font-weight:400;color:#070571;width:24.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;line-height:.9;vertical-align:top; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #50bbd3;border-left:0.0625rem solid #50bbd3;border-right:0.0625rem solid #50bbd3;border-bottom:0.0625rem solid #50bbd3;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:3.8125rem;color:#000000;font-size:1.875rem;overflow:hidden;font-family:tajawal;text-align:center;text-align-last:center;vertical-align:top; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-text {padding-top: 0; padding-bottom: 0;}#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #50bbd3;border-left:0.0625rem solid #50bbd3;border-right:0.0625rem solid #50bbd3;border-bottom:0.0625rem solid #50bbd3;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.875rem;overflow:hidden;font-family:tajawal;text-align:center;text-align-last:center;vertical-align:top; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #50bbd3;border-left:0.0625rem solid #50bbd3;border-right:0.0625rem solid #50bbd3;border-bottom:0.0625rem solid #50bbd3;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.125rem;box-sizing:border-box;height:3.5rem;color:#000000;font-family:tajawal;font-size:1.5rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:400;font-style:normal;vertical-align:top; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-select {padding-top: 0; padding-bottom: 0;}#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(25,159,230,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.5rem;margin-bottom:0.25rem;margin-left:4rem;display:block;box-sizing:border-box;font-size:1.875rem;font-weight:700;color:#ffffff;width:16.125rem;height:3.6875rem;font-family:tajawal;overflow:hidden;font-style:normal;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk [class*="-text"]:-moz-placeholder { color:#000000;font-family:tajawal;font-size:1.25rem; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk [class*="-text"]::-moz-placeholder { color:#000000;font-family:tajawal;font-size:1.25rem; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:tajawal;font-size:1.25rem; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:tajawal;font-size:1.25rem; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22.875rem;overflow:hidden;font-style:normal; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-container:first-of-type{padding-top:0;}#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-container:last-of-type{padding-bottom:0;}#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk  { background-color:rgba(255,255,255,0.8);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100087;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(208,199,225,0.52) ;position:absolute;top:21.749267578125rem;left:3.9990234375rem; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.125rem;display:block;vertical-align:top; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk {display:block;}#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk { background-color:rgba(255,255,255,0.8);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100087;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(208,199,225,0.52) ;position:absolute;top:21.749267578125rem;left:3.9990234375rem; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #t90FKWhNrTIEWWyXIghgdwQ6KB82onTe { position:relative; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #LpHaOlcwowV35vQ947dRgJ0FoJhUxGU8 { position:relative; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #zn5zytdN5dS9JAHxqEIh0RZcuTCVzgXo { position:relative; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #MhNNCq0tUsbJt3wcRZ7OThqE5fHv0iol { position:relative; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #Pe6kfgOXIN0o45QQ0nTwVX6GuQOyMgAK { position:relative; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #pinfOnd7TZT3KB1t7Ko8TCsFpCpO7VTM { position:relative; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #qRZHXIrwUDA5TTZFn1yllgz8rn1gTwfm { position:relative; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #wxCPf1h33ONTNooUDFHuSV0uVDBpFGyr { position:relative; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #IJfXSTxnfryIGdQPOTVitGV561WbCnIv { position:relative; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #mN0lMPAHf6dySkZTttc8Vt2g0fxvSpy8 { position:relative; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #WOA30OuC4KqKtdvRG58UEENVJJP4uyTc { position:relative; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #exhhDPqplZlQ8r778ZvcpVke4Ca4Tc5X { position:relative; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #bkvEib8GZ9vyVfWXxqH5LDESVPLO5LQI { position:relative; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #PGW5vtNtuL4Wu4k3DakTgANx0O3cZFJH { position:relative; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #srWai7fkuWSzI1hBrZdgnu7lJ5E7mpXr { position:relative; }
#UtlHtaqaUTIhg7rhu2GzSkEDtrbvN08a { position:relative;display:block; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #kMhdbrgt6MzgBePoxyqOq0smxhp0UFhb { position:relative; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #a48R3DgD5SXK6pdl2RiTIIdrPCxZ5Eyi { position:relative; }
#Tq2upQZAsCoCxt0Iom0rCLQX7Dk7JCOi { color:rgba(250,243,243,0.97);display:block;width:30.4375rem;position:absolute;font-family:tajawal;font-size:1.8125rem;font-weight:700;z-index:100018;line-height:1.6;letter-spacing:0;top:4.6875rem;left:14.78125rem;height:5.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1G1A2ECB3l5WTR0XixzagbxeyVFzcWI { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5611875rem;width:13.4986875rem;top:32.618499755859rem;left:27.968751907349rem;overflow:hidden;display:block; }
#I75MSwqGzscMcqQq4ANT7fV3iLeMn1l6 { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:3.125rem;width:60rem;top:11.0927734375rem;left:0rem;display:block; }
#Z6s2BtJTKMlmdhx4GwKT0lpUZOCmLNyP { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #4d4e4f;border-left:0.125rem solid #4d4e4f;border-right:0.125rem solid #4d4e4f;border-bottom:0.125rem solid #4d4e4f;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.811525rem;text-decoration:none;z-index:100076;text-align:center;text-align-last:center;top:11.7490234375rem;left:11.0595703125rem;display:block; }
#hh8fTl2VgS5gGS3MyNz7ONnZPkqr5Rze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jt0PQ2U4zrriLiu3QtbnsTkup3kUXQV6 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #535454;border-left:0.125rem solid #535454;border-right:0.125rem solid #535454;border-bottom:0.125rem solid #535454;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.811525rem;text-decoration:none;z-index:100075;text-align:center;text-align-last:center;top:11.7490234375rem;left:27.96875rem;display:block; }
#HlOH0M16Oef6TiQyNiaBU0ExoZ7XUC88 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zHJrhaROFQAKCKMafGATE2IO9qhwrhSk { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #474848;border-left:0.125rem solid #474848;border-right:0.125rem solid #474848;border-bottom:0.125rem solid #474848;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.62543375rem;height:1.6875025rem;text-decoration:none;z-index:100074;text-align:center;text-align-last:center;top:11.748048305511rem;left:45.218101501465rem;display:block; }
#BCTyEpN0U58KcaZfFx180H4vtoJ1ynHf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dt85zhATWEsmGHdbXGPHlo2fEbXBoTbD { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:27.34375rem;left:33.25rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fAC35MsmasqBqunv7ZTkmkeKOySd5rHH { position:absolute;display:block;z-index:99999;background-color:rgba(227,227,227,0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:26.3125rem;top:26.375rem;left:32.4375rem;display:block; }
#tkSc6AESyv2CRgbXueCToEznPG0pKfnW { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:100080;line-height:1.3;letter-spacing:0;top:18rem;left:6.46875rem;height:2.35625rem;display:block; }
#CUZfp8Cx0BDbLceTFdTalIiFuOWSi3hk { position:absolute;display:block;z-index:99998;background-color:rgba(253,254,255,0.98);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:23.6875rem;top:17.3125rem;left:5.28125rem;display:block; }
#aaqgTpoDHSXboHKOOPmB1WnUwX7SBnpi { position:absolute;display:block;z-index:100086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.4375rem;width:20.4375rem;top:46.249267578125rem;left:3.031005859375rem;overflow:hidden;display:block; }
#tIUISEh9p0ZVprBocaMTkZRhZUe0J4fC { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9353125rem;height:5.4370125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:46.490478515625rem;left:38.98193359375rem;display:block; }
#XL8UN3TfOTmzauAOyIweRJ62Wez0T8Ac { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H6CkEAgyTf5yHvwbe9pHLVoqDTpfiSFV { position:absolute;display:block;z-index:100182;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:11.25rem;top:61.125rem;left:7.6240234375rem;overflow:hidden;display:block; }
#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/el86RRMW/shutterstock_1537855592.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW.adaptive-delivery-prevent-bg, #b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW.lazyload, #b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW.lazyloading { background-image: none; }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .row .container { background-color: transparent; background-image: none; }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,243,244,0.37); }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .row .container > .video-iframe-container { display: none; }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(250,243,244,0.37); }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .row > .video-iframe-container { display: none; }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .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); }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .row .container { border-width: 0; border-radius: 0; }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .row > .video-iframe-container {  }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .row .container { font-size:0.875rem;font-family:"open sans";height:29.5625rem;width:60rem;position:relative;display:block; }#lviTW0LaOeDRgvJNVrA3q361Kh4WpcAy { background-color:#199fe6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 3.125rem #e4dfe8 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kids;font-size:2.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:6.3125rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:22.1875rem;left:6.03125rem;display:block; }
#x93N5PQn3MwaCKo3RoMQWUJWyR3qiK5K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JGKrZ0gurc4faCdxTxIz40AbeCcGtsLt { box-sizing:content-box;color:#020202;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:0rem;left:33.0625rem;display:block; }
#gAfdpy0bgPEyWrWmRVSaP8mTV0A67Ici { color:#000000;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:2.8125rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:0rem;left:22.0625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#lNqZmKEoUFFyXWCmnrBOInMxQnxFUTpp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.8125rem;font-weight:400;z-index:100048;line-height:1.3;letter-spacing:0;top:7.8125rem;left:5.4375rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i6fyWyXCwh3UTBI83wPhbJeimgiL1tGb { color:#199fe6;display:block;width:15.5625rem;position:absolute;font-family:hekaya;font-size:1.625rem;font-weight:normal;z-index:100049;line-height:1.3;letter-spacing:0;top:15.07421875rem;left:3.90625rem;height:4.225rem;text-align:center;text-align-last:center;display:block; }
#zsXzVhKu7DhAyuNHDZw4MeMHBnGIeXd1 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:kids;font-size:1.8125rem;font-weight:400;z-index:100049;line-height:1.3;letter-spacing:0;top:7.875rem;left:41.1875rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PKaT4eLNOs6Z7XTHrcqTHMBT9amD9qbC { color:#199fe6;display:block;width:15.5625rem;position:absolute;font-family:hekaya;font-size:1.4375rem;font-weight:normal;z-index:100050;line-height:1.3;letter-spacing:0;top:13.8125rem;left:41.375rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#PpRfxLU1Loq36vLXK3hhUXTLnVKG1vnR { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:12.6875rem;width:17rem;top:6.1875rem;left:3.1875rem;display:block; }#PpRfxLU1Loq36vLXK3hhUXTLnVKG1vnR.adaptive-delivery-prevent-bg, #PpRfxLU1Loq36vLXK3hhUXTLnVKG1vnR.lazyload, #PpRfxLU1Loq36vLXK3hhUXTLnVKG1vnR.lazyloading { background-image: none; }
#UtbAcUGz6TtOuZroI0By1NqGPowCnSI3 { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:12.6875rem;width:17rem;top:6.1875rem;left:40.625rem;display:block; }#UtbAcUGz6TtOuZroI0By1NqGPowCnSI3.adaptive-delivery-prevent-bg, #UtbAcUGz6TtOuZroI0By1NqGPowCnSI3.lazyload, #UtbAcUGz6TtOuZroI0By1NqGPowCnSI3.lazyloading { background-image: none; }
#VdsxT1VqVzWoIKvR9lrEcS41IseRyVNX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100051;line-height:1.3;letter-spacing:0;top:10.875rem;left:5.4375rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#cOMOp4hM7OooCEBUMe9iu0OfM2D8eL2w { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:kids;font-size:1.8125rem;font-weight:400;z-index:100052;line-height:1.3;letter-spacing:0;top:6.65625rem;left:22.65625rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DHTwDrli8MRklr2Tfa0uq871hm70PoWa { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:14.625rem;width:17rem;top:6.0009765625rem;left:22.125rem;display:block; }#DHTwDrli8MRklr2Tfa0uq871hm70PoWa.adaptive-delivery-prevent-bg, #DHTwDrli8MRklr2Tfa0uq871hm70PoWa.lazyload, #DHTwDrli8MRklr2Tfa0uq871hm70PoWa.lazyloading { background-image: none; }
#zEfBEPaz5NNxnhTEKcTS43ul8wMFSfSX { color:#199fe6;display:block;width:15.5625rem;position:absolute;font-family:hekaya;font-size:1.4375rem;font-weight:normal;z-index:100053;line-height:1.3;letter-spacing:0;top:17.125rem;left:22.84375rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#DOOspAAta9i1g7XWGJoLixwvOdG8vATi { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:11.4375rem;left:22.65625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#Xaq9I0KX1bXyuuM7z48heXr8u5r8MM1A { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:6.0625rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:22.3125rem;left:33.90625rem;display:block; }
#rko6i0eSOXPLnzF1kCJ9zhmKnJLbLiq1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DncdrWrrDXqK7avlbO09Gvhrga1PNmTy { position:relative;display:block; }#DncdrWrrDXqK7avlbO09Gvhrga1PNmTy { background-color: transparent; background-image: none; }#DncdrWrrDXqK7avlbO09Gvhrga1PNmTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DncdrWrrDXqK7avlbO09Gvhrga1PNmTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DncdrWrrDXqK7avlbO09Gvhrga1PNmTy > .row .container > .video-iframe-container { display: none; }#DncdrWrrDXqK7avlbO09Gvhrga1PNmTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DncdrWrrDXqK7avlbO09Gvhrga1PNmTy > .row > .video-iframe-container { display: none; }#DncdrWrrDXqK7avlbO09Gvhrga1PNmTy > .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); }#DncdrWrrDXqK7avlbO09Gvhrga1PNmTy { border-width: 0; border-radius: 0; }#DncdrWrrDXqK7avlbO09Gvhrga1PNmTy > .row .container > .video-iframe-container {  }#DncdrWrrDXqK7avlbO09Gvhrga1PNmTy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:block; }#D6ADVbAlhaFUMFFlAoRUXlU26htPJoxP { color:#df4a8d;display:block;width:47.0625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.875rem;left:11.65625rem;height:16.81875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#oZ2PPqykeJ9ElKX9Lu30BIieBo1Bze1m { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:16.03125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bdwm2ipfgIx6qPT52nf9Iii6gukLL7ec { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:6.0625rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:22.3125rem;left:33.90625rem;display:none; }
#JDyV7F7vhsADeXCO9XandRgEgSMWPZGs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WPmdp5ICWE6iUskZeLwcbxr1CXMT7Kvz { position:relative;display:block; }#WPmdp5ICWE6iUskZeLwcbxr1CXMT7Kvz { background-color: transparent; background-image: none; }#WPmdp5ICWE6iUskZeLwcbxr1CXMT7Kvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPmdp5ICWE6iUskZeLwcbxr1CXMT7Kvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPmdp5ICWE6iUskZeLwcbxr1CXMT7Kvz > .row .container > .video-iframe-container { display: none; }#WPmdp5ICWE6iUskZeLwcbxr1CXMT7Kvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPmdp5ICWE6iUskZeLwcbxr1CXMT7Kvz > .row > .video-iframe-container { display: none; }#WPmdp5ICWE6iUskZeLwcbxr1CXMT7Kvz > .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); }#WPmdp5ICWE6iUskZeLwcbxr1CXMT7Kvz { border-width: 0; border-radius: 0; }#WPmdp5ICWE6iUskZeLwcbxr1CXMT7Kvz > .row .container > .video-iframe-container {  }#WPmdp5ICWE6iUskZeLwcbxr1CXMT7Kvz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.4375rem;width:60rem;position:relative;display:block; }#kiT7S8ZWxHKE2wXWElB81yxKLqQmAlnE { color:#000000;display:block;width:24.5rem;position:absolute;font-family:tajawal;font-size:1.75rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.59375rem;left:18.8125rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ITCB7eYy/rodina5.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv.adaptive-delivery-prevent-bg, #vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv.lazyload, #vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv.lazyloading { background-image: none; }#vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv > .row .container { background-color: transparent; background-image: none; }#vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(197,163,211,0.63); }#vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv > .row .container > .video-iframe-container { display: none; }#vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(197,163,211,0.63); }#vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv > .row > .video-iframe-container { display: none; }#vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv > .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); }#vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv > .row .container { border-width: 0; border-radius: 0; }#vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv > .row > .video-iframe-container {  }#vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv > .row .container { font-size:0.875rem;font-family:cairo;height:23.625rem;width:60rem;position:relative;display:block; }#GT9tAJ1xL0wT9BSJuiAgzdA5TWSH7dyZ { color:#030304;display:block;width:35.75rem;position:absolute;font-family:hekaya;font-size:2.0625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:0.4375rem;left:24.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AetTgXZUU0O1x9XSvUIe7qwGInAbyvTg { color:#090808;display:block;width:32.5625rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:700;z-index:100032;line-height:1.6;letter-spacing:0;top:8.90625rem;left:27.4375rem;height:12.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BMQ0SWuLCS8nLAw3lmPxn03R9qvyW77t { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:11.6875rem;width:22.875rem;top:5.625rem;left:2.3125rem;display:block; }
#hFRg3kodB9MUEoA4gEwpKhBW0VGW5TJO { position:absolute;display:block;z-index:100040;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/LUWn4OpL/dr.kt.PNG");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:9.8125rem;width:9.8125rem;top:6.34375rem;left:2.8134765625rem;display:block; }#hFRg3kodB9MUEoA4gEwpKhBW0VGW5TJO.adaptive-delivery-prevent-bg, #hFRg3kodB9MUEoA4gEwpKhBW0VGW5TJO.lazyload, #hFRg3kodB9MUEoA4gEwpKhBW0VGW5TJO.lazyloading { background-image: none; }
#DP2eTqtxzP280Q1888EST4VTdnhSPNNC { color:#030304;display:block;width:11.7480625rem;position:absolute;font-family:tajawal;font-size:1.25rem;font-weight:400;z-index:100041;line-height:1;letter-spacing:0;top:10.21875rem;left:12.5634765625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xmUU1DtcPLVBC6pm9TXwvoBeUXMwU7Fl { position:absolute;display:block;z-index:100007;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:14rem;width:24.9375rem;top:4.6875rem;left:1.1875rem;display:block; }
#LnmkBpNq41aqpsq8FpdWA4NdXh3IQHvg { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:5.7150611877441rem;left:27.435981750488rem;height:1.7875rem;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;display:block; }
#H2Ss23g8ZyLIQca6l13aPyQsSP3RAIAT { color:#2a3a48;display:block;width:25.684875rem;position:absolute;font-family:kids;font-size:2rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:23.624998092651rem;left:15.500001907349rem;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;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF.adaptive-delivery-prevent-bg, #LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF.lazyload, #LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF.lazyloading { background-image: none; }#LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF > .row .container { background-color: transparent; background-image: none; }#LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF > .row .container > .video-iframe-container { display: none; }#LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF > .row > .video-iframe-container { display: none; }#LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF > .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); }#LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF > .row .container { border-width: 0; border-radius: 0; }#LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF > .row > .video-iframe-container {  }#LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;position:relative;display:block; }#mTzDTBhqyhcCl6RurUXnc0PCMF6Gr7x8 { color:#ffffff;display:block;width:15.3730625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.5rem;left:4.5625rem;height:1.7875rem;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;display:block; }
#JGqyMl9uWb6CSypG3l7OxdgWZ8WwEVfz { color:#ffffff;display:block;width:11.9355625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:6rem;left:6.3125rem;height:1.7875rem;text-align:right;text-align-last:right;display:block; }
#z5wsc0EcXOugNU1nU2nQBXETThpveNBx { color:#ffffff;display:block;width:15.999rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:3.875rem;height:1.7875rem;text-align:right;text-align-last:right;display:block; }
#MT0ZWBdrLAprDw8N8H6Xd2ed057tf7QX { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:8.4375rem;left:36.875rem;height:3.575rem;text-align:right;text-align-last:right;display:block; }
#i8TGyQpAJX6VvlaOh8tvhDzUHinJf5f6 { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:3.5rem;left:36.3125rem;height:1.7875rem;text-align:right;text-align-last:right;display:block; }
#l8t13u2g76Z6TEl8P35T9ei5UzRhStBq { color:#ffffff;display:block;width:11.9355625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5.875rem;left:37.625rem;height:1.7875rem;text-align:right;text-align-last:right;display:block; }
#A0rHeX5fcndbhROZpKPnCdaTCMw2VQkq { background-color:#83878d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:14.1875rem;left:22.625rem;display:block; }
#xMi7R8oBvQrcm2g5O5KidERDCfKgwhoM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SJHMV8nsTlDWBb0JQX8vTTi37NipZQqf { color:#ffffff;display:block;width:15.3730625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.09375rem;left:4.5625rem;height:1.7875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ffShFzpywQQUf1sl1TtqtL9NO4ZntbvJ { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.75rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:7.75rem;left:21.3125rem;display:block; }
#ox1I13JgrgrulOkfTzLvpHgmqaZQlB47 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eHmXRg4JneFLGPhDDJaQkr0X31AvR1Nh { color:#ffffff;display:block;width:15.3730625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.5625rem;left:19.935546875rem;height:1.7875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#405466;background-image:none;position:relative;display:block; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { background-color: transparent; background-image: none; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container > .video-iframe-container { display: none; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row > .video-iframe-container { display: none; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .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); }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { border-width: 0; border-radius: 0; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row > .video-iframe-container {  }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { font-size:0.875rem;font-family:"open sans";height:18rem;width:60rem;position:relative;display:block; }#WErABTVTGI8ApztIpBI7DMTpEIeysw2W { color:#ffffff;display:block;width:33.186875rem;position:absolute;font-family:hekaya;font-size:3.4375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.0536022186279rem;left:13.404947280884rem;height:4.46875rem;text-align:center;text-align-last:center;display:block; }
#Kxd4oo4aXHlgwxQmXHmswJKu7MsOU4ME { color:#ffffff;display:block;width:41.875rem;position:absolute;font-family:hekaya;font-size:2.0625rem;font-weight:normal;z-index:100001;line-height:1.2;letter-spacing:0;top:9.8125rem;left:9.0625rem;height:7.425rem;text-align:center;text-align-last:center;display:block; }
#ZoArBvHPC6989O5UpSMZNOR04lAOhnsI { box-sizing:content-box;color:#fb0303;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:6.125rem;left:28.1875rem;display:block; }
#L0XIq1tiIFzaeFMbITwT6N93CqfPmc3J { color:#ffffff;display:block;width:19.4355625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:16.03125rem;left:20.28125rem;height:1.3rem;font-style:normal;display:block; }
#l676IT1G7lRolmkfXZDy7wZzSX6yPzvw { box-sizing:content-box;color:#33be50;font-size:1.5625rem;font-weight:400;line-height:1;height:2.249025rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:12.57421875rem;left:33.53125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uXF3heeOVx1kWy60vaHlloSIHE3gwA01 { display:block; }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvQ4hK6doaTAVW5OotvEXVIvhJiQQK1C { top:0rem;left:13.622596153846rem;width:19.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-text {padding-top: 0; padding-bottom: 0;}#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-select {padding-top: 0; padding-bottom: 0;}#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk  { width:17.5rem;height:auto;top:8.4375rem;left:0rem; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk {display:block;}#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk { width:17.5rem;height:auto;top:8.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #t90FKWhNrTIEWWyXIghgdwQ6KB82onTe {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #LpHaOlcwowV35vQ947dRgJ0FoJhUxGU8 {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #zn5zytdN5dS9JAHxqEIh0RZcuTCVzgXo {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #MhNNCq0tUsbJt3wcRZ7OThqE5fHv0iol {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #Pe6kfgOXIN0o45QQ0nTwVX6GuQOyMgAK {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #pinfOnd7TZT3KB1t7Ko8TCsFpCpO7VTM {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #qRZHXIrwUDA5TTZFn1yllgz8rn1gTwfm {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #wxCPf1h33ONTNooUDFHuSV0uVDBpFGyr {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #IJfXSTxnfryIGdQPOTVitGV561WbCnIv {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #mN0lMPAHf6dySkZTttc8Vt2g0fxvSpy8 {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #WOA30OuC4KqKtdvRG58UEENVJJP4uyTc {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #exhhDPqplZlQ8r778ZvcpVke4Ca4Tc5X {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #bkvEib8GZ9vyVfWXxqH5LDESVPLO5LQI {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #PGW5vtNtuL4Wu4k3DakTgANx0O3cZFJH {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #srWai7fkuWSzI1hBrZdgnu7lJ5E7mpXr {  }
 }@media only screen and (max-width: 763px) { #UtlHtaqaUTIhg7rhu2GzSkEDtrbvN08a { display:block; }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #kMhdbrgt6MzgBePoxyqOq0smxhp0UFhb {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #a48R3DgD5SXK6pdl2RiTIIdrPCxZ5Eyi {  }
 }@media only screen and (max-width: 763px) { #Tq2upQZAsCoCxt0Iom0rCLQX7Dk7JCOi { top:4.6875rem;left:8.65625rem;width:30.4375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1G1A2ECB3l5WTR0XixzagbxeyVFzcWI { top:32.5625rem;left:21.843751907349rem;width:13.4375rem;height:7.5269137855994rem;display:block; }
 }@media only screen and (max-width: 763px) { #I75MSwqGzscMcqQq4ANT7fV3iLeMn1l6 { top:11.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6s2BtJTKMlmdhx4GwKT0lpUZOCmLNyP { width:8.75rem;height:1.75rem;top:11.6875rem;left:4.9345703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh8fTl2VgS5gGS3MyNz7ONnZPkqr5Rze { display:block; }
 }@media only screen and (max-width: 763px) { #Jt0PQ2U4zrriLiu3QtbnsTkup3kUXQV6 { width:8.75rem;height:1.75rem;top:11.6875rem;left:21.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlOH0M16Oef6TiQyNiaBU0ExoZ7XUC88 { display:block; }
 }@media only screen and (max-width: 763px) { #zHJrhaROFQAKCKMafGATE2IO9qhwrhSk { width:8.625rem;height:1.6875rem;top:11.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTyEpN0U58KcaZfFx180H4vtoJ1ynHf { display:block; }
 }@media only screen and (max-width: 763px) { #Dt85zhATWEsmGHdbXGPHlo2fEbXBoTbD { top:27.3125rem;left:23.0625rem;width:24.6875rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAC35MsmasqBqunv7ZTkmkeKOySd5rHH { top:26.375rem;left:21.4375rem;width:26.3125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkSc6AESyv2CRgbXueCToEznPG0pKfnW { top:18rem;left:0.34375rem;width:24.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUZfp8Cx0BDbLceTFdTalIiFuOWSi3hk { top:17.3125rem;left:0rem;width:23.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaqgTpoDHSXboHKOOPmB1WnUwX7SBnpi { top:46.1875rem;left:0rem;width:20.4375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIUISEh9p0ZVprBocaMTkZRhZUe0J4fC { width:14.875rem;height:5.375rem;top:46.4375rem;left:32.85693359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL8UN3TfOTmzauAOyIweRJ62Wez0T8Ac { display:block; }
 }@media only screen and (max-width: 763px) { #H6CkEAgyTf5yHvwbe9pHLVoqDTpfiSFV { top:61.125rem;left:1.4990234375rem;width:11.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW { display:block; }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lviTW0LaOeDRgvJNVrA3q361Kh4WpcAy { width:16.875rem;height:6.3125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x93N5PQn3MwaCKo3RoMQWUJWyR3qiK5K { display:block; }
 }@media only screen and (max-width: 763px) { #JGKrZ0gurc4faCdxTxIz40AbeCcGtsLt { top:0rem;left:26.9375rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAfdpy0bgPEyWrWmRVSaP8mTV0A67Ici { top:0rem;left:15.9375rem;width:12.5rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNqZmKEoUFFyXWCmnrBOInMxQnxFUTpp { top:7.8125rem;left:0rem;width:12.5rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6fyWyXCwh3UTBI83wPhbJeimgiL1tGb { top:15.0625rem;left:0rem;width:15.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsXzVhKu7DhAyuNHDZw4MeMHBnGIeXd1 { top:7.875rem;left:31.8125rem;width:15.9375rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKaT4eLNOs6Z7XTHrcqTHMBT9amD9qbC { top:13.75rem;left:32.25rem;width:15.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpRfxLU1Loq36vLXK3hhUXTLnVKG1vnR { width:17rem;height:12.6875rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtbAcUGz6TtOuZroI0By1NqGPowCnSI3 { width:17rem;height:12.6875rem;top:6.1875rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdsxT1VqVzWoIKvR9lrEcS41IseRyVNX { top:10.875rem;left:0rem;width:12.5rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOMOp4hM7OooCEBUMe9iu0OfM2D8eL2w { top:6.625rem;left:16.53125rem;width:15.9375rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHTwDrli8MRklr2Tfa0uq871hm70PoWa { width:17rem;height:14.625rem;top:6rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEfBEPaz5NNxnhTEKcTS43ul8wMFSfSX { top:17.0625rem;left:16.718017578125rem;width:15.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOOspAAta9i1g7XWGJoLixwvOdG8vATi { top:11.4375rem;left:16.53125rem;width:16rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xaq9I0KX1bXyuuM7z48heXr8u5r8MM1A { width:14.9375rem;height:6.0625rem;top:22.3125rem;left:27.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rko6i0eSOXPLnzF1kCJ9zhmKnJLbLiq1 { display:block; }
 }@media only screen and (max-width: 763px) { #DncdrWrrDXqK7avlbO09Gvhrga1PNmTy { display:block; }#DncdrWrrDXqK7avlbO09Gvhrga1PNmTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6ADVbAlhaFUMFFlAoRUXlU26htPJoxP { top:4.875rem;left:0.6875rem;width:47.0625rem;height:16.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ2PPqykeJ9ElKX9Lu30BIieBo1Bze1m { top:0.9375rem;left:9.90625rem;width:23.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdwm2ipfgIx6qPT52nf9Iii6gukLL7ec { width:14.9375rem;height:6.0625rem;top:22.3125rem;left:27.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDyV7F7vhsADeXCO9XandRgEgSMWPZGs { display:block; }
 }@media only screen and (max-width: 763px) { #WPmdp5ICWE6iUskZeLwcbxr1CXMT7Kvz { display:block; }#WPmdp5ICWE6iUskZeLwcbxr1CXMT7Kvz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiT7S8ZWxHKE2wXWElB81yxKLqQmAlnE { top:0.5625rem;left:12.6875rem;width:24.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv { display:block; }#vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GT9tAJ1xL0wT9BSJuiAgzdA5TWSH7dyZ { width:35.75rem;height:5.25rem;top:0.4375rem;left:12rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AetTgXZUU0O1x9XSvUIe7qwGInAbyvTg { width:32.5625rem;height:12.25rem;top:8.875rem;left:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMQ0SWuLCS8nLAw3lmPxn03R9qvyW77t { width:22.875rem;height:11.6875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFRg3kodB9MUEoA4gEwpKhBW0VGW5TJO { width:9.8125rem;height:9.8125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP2eTqtxzP280Q1888EST4VTdnhSPNNC { width:11.6875rem;height:2.5rem;top:10.1875rem;left:6.4384765625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmUU1DtcPLVBC6pm9TXwvoBeUXMwU7Fl { width:24.9375rem;height:14rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnmkBpNq41aqpsq8FpdWA4NdXh3IQHvg { top:5.6875rem;left:21.310981750488rem;width:23.3125rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2Ss23g8ZyLIQca6l13aPyQsSP3RAIAT { top:23.5625rem;left:9.3750019073488rem;width:25.625rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF { display:block; }#LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTzDTBhqyhcCl6RurUXnc0PCMF6Gr7x8 { top:8.5rem;left:0rem;width:15.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGqyMl9uWb6CSypG3l7OxdgWZ8WwEVfz { top:6rem;left:0.1875rem;width:11.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5wsc0EcXOugNU1nU2nQBXETThpveNBx { top:3.5625rem;left:0rem;width:15.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT0ZWBdrLAprDw8N8H6Xd2ed057tf7QX { top:8.4375rem;left:30.25rem;width:17.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8TGyQpAJX6VvlaOh8tvhDzUHinJf5f6 { top:3.5rem;left:30.1875rem;width:17.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8t13u2g76Z6TEl8P35T9ei5UzRhStBq { top:5.875rem;left:31.5rem;width:11.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0rHeX5fcndbhROZpKPnCdaTCMw2VQkq { width:11.4375rem;height:3.4375rem;top:14.1875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMi7R8oBvQrcm2g5O5KidERDCfKgwhoM { display:block; }
 }@media only screen and (max-width: 763px) { #SJHMV8nsTlDWBb0JQX8vTTi37NipZQqf { top:11.0625rem;left:0rem;width:15.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffShFzpywQQUf1sl1TtqtL9NO4ZntbvJ { width:14.0625rem;height:4.75rem;top:7.75rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox1I13JgrgrulOkfTzLvpHgmqaZQlB47 { display:block; }
 }@media only screen and (max-width: 763px) { #eHmXRg4JneFLGPhDDJaQkr0X31AvR1Nh { top:3.5625rem;left:13.810546875rem;width:15.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz { display:block; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WErABTVTGI8ApztIpBI7DMTpEIeysw2W { top:1rem;left:7.2799472808837rem;width:33.125rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxd4oo4aXHlgwxQmXHmswJKu7MsOU4ME { top:9.8125rem;left:2.9375rem;width:41.875rem;height:4.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoArBvHPC6989O5UpSMZNOR04lAOhnsI { top:6.125rem;left:22.0625rem;width:3.5rem;height:3.6226057740388rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0XIq1tiIFzaeFMbITwT6N93CqfPmc3J { top:16rem;left:14.15625rem;width:19.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l676IT1G7lRolmkfXZDy7wZzSX6yPzvw { top:12.5625rem;left:27.40625rem;width:2.1875rem;height:2.249025rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uXF3heeOVx1kWy60vaHlloSIHE3gwA01 { background-color:transparent;background-image:url("https://images.assets-landingi.com/f0QdiVxH/peds_neuro_iStock_817888792_800X660.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01.adaptive-delivery-prevent-bg, #uXF3heeOVx1kWy60vaHlloSIHE3gwA01.lazyload, #uXF3heeOVx1kWy60vaHlloSIHE3gwA01.lazyloading { background-image: none; }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 > .row .container { background-color: transparent; background-image: none; }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 > .row .container > .video-iframe-container { display: none; }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 > .row > .video-iframe-container { display: none; }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 > .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); }#uXF3heeOVx1kWy60vaHlloSIHE3gwA01 > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvQ4hK6doaTAVW5OotvEXVIvhJiQQK1C { width:20rem;height:5.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:hekaya;font-size:1.625rem;overflow:hidden; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-text {padding-top: 0; padding-bottom: 0;}#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:hekaya;font-size:1.625rem;overflow:hidden; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-select {padding-top: 0; padding-bottom: 0;}#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-input-button { width:11.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.875rem;font-family:hekaya;font-size:2.0625rem;overflow:hidden;height:3.9375rem;background-color:#199fe6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk [class*="-text"]:-moz-placeholder { font-family:hekaya;font-size:1.75rem;font-weight:300;font-style:normal; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk [class*="-text"]::-moz-placeholder { font-family:hekaya;font-size:1.75rem;font-weight:300;font-style:normal; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk [class*="-text"]:-ms-input-placeholder { font-family:hekaya;font-size:1.75rem;font-weight:300;font-style:normal; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk [class*="-text"]::-webkit-input-placeholder { font-family:hekaya;font-size:1.75rem;font-weight:300;font-style:normal; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk  { width:17.5rem;height:auto;top:19.9375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(208,199,225,0.52) ;background-color:rgba(255,255,255,0.14);background-image:none;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk {display:block;}#nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk { width:17.5rem;height:auto;top:19.9375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(208,199,225,0.52) ;background-color:rgba(255,255,255,0.14);background-image:none;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem; }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #t90FKWhNrTIEWWyXIghgdwQ6KB82onTe {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #LpHaOlcwowV35vQ947dRgJ0FoJhUxGU8 {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #zn5zytdN5dS9JAHxqEIh0RZcuTCVzgXo {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #MhNNCq0tUsbJt3wcRZ7OThqE5fHv0iol {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #Pe6kfgOXIN0o45QQ0nTwVX6GuQOyMgAK {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #pinfOnd7TZT3KB1t7Ko8TCsFpCpO7VTM {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #qRZHXIrwUDA5TTZFn1yllgz8rn1gTwfm {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #wxCPf1h33ONTNooUDFHuSV0uVDBpFGyr {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #IJfXSTxnfryIGdQPOTVitGV561WbCnIv {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #mN0lMPAHf6dySkZTttc8Vt2g0fxvSpy8 {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #WOA30OuC4KqKtdvRG58UEENVJJP4uyTc {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #exhhDPqplZlQ8r778ZvcpVke4Ca4Tc5X {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #bkvEib8GZ9vyVfWXxqH5LDESVPLO5LQI {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #PGW5vtNtuL4Wu4k3DakTgANx0O3cZFJH {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #srWai7fkuWSzI1hBrZdgnu7lJ5E7mpXr {  }
 }@media only screen and (max-width: 763px) { #UtlHtaqaUTIhg7rhu2GzSkEDtrbvN08a { display:block; }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #kMhdbrgt6MzgBePoxyqOq0smxhp0UFhb {  }
 }@media only screen and (max-width: 763px) { #nWDzPFQrUFHeS0KQeMRaP2D7T5unEiXk #a48R3DgD5SXK6pdl2RiTIIdrPCxZ5Eyi {  }
 }@media only screen and (max-width: 763px) { #Tq2upQZAsCoCxt0Iom0rCLQX7Dk7JCOi { width:20rem;height:5.3984375rem;top:4.3125rem;left:0rem;font-size:1.125rem;color:rgba(255,255,255,0.97);line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #T1G1A2ECB3l5WTR0XixzagbxeyVFzcWI { width:13.5rem;height:7.5625rem;top:44.0625rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #I75MSwqGzscMcqQq4ANT7fV3iLeMn1l6 { width:19.875rem;height:4rem;top:16.3125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#c1c1c5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;z-index:100075;display:none; }
 }@media only screen and (max-width: 763px) { #Z6s2BtJTKMlmdhx4GwKT0lpUZOCmLNyP { width:8.75rem;height:1.75rem;top:12.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh8fTl2VgS5gGS3MyNz7ONnZPkqr5Rze { display:block; }
 }@media only screen and (max-width: 763px) { #Jt0PQ2U4zrriLiu3QtbnsTkup3kUXQV6 { width:8.75rem;height:1.81206875rem;top:12.092014312744rem;left:11.248915731907rem;font-size:1.125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#000000;z-index:100079;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #HlOH0M16Oef6TiQyNiaBU0ExoZ7XUC88 { display:block; }
 }@media only screen and (max-width: 763px) { #zHJrhaROFQAKCKMafGATE2IO9qhwrhSk { width:8.75rem;height:1.81206875rem;top:18.810765266419rem;left:5.6250000596046rem;font-size:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#ffffff;z-index:100075;display:none; }
 }@media only screen and (max-width: 763px) { #BCTyEpN0U58KcaZfFx180H4vtoJ1ynHf { display:block; }
 }@media only screen and (max-width: 763px) { #Dt85zhATWEsmGHdbXGPHlo2fEbXBoTbD { width:20rem;height:0;top:17.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fAC35MsmasqBqunv7ZTkmkeKOySd5rHH { width:20rem;height:5.1875rem;top:16.875rem;left:0rem;background-color:rgba(227,227,227,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #tkSc6AESyv2CRgbXueCToEznPG0pKfnW { width:19rem;height:2.03125rem;top:16.5625rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUZfp8Cx0BDbLceTFdTalIiFuOWSi3hk { width:20rem;height:2.625rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaqgTpoDHSXboHKOOPmB1WnUwX7SBnpi { width:12.5rem;height:12.5rem;top:52.7021484375rem;left:4.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIUISEh9p0ZVprBocaMTkZRhZUe0J4fC { width:14.9365rem;height:5.4370125rem;top:49.12353515625rem;left:2.530517578125rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL8UN3TfOTmzauAOyIweRJ62Wez0T8Ac { display:block; }
 }@media only screen and (max-width: 763px) { #H6CkEAgyTf5yHvwbe9pHLVoqDTpfiSFV { width:10.375rem;height:3.5rem;top:62.7646484375rem;left:5.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW { background-color:transparent;background-image: -webkit-linear-gradient(310deg, #b0c1df, #e9f1f1);background-image: -moz-linear-gradient(310deg, #b0c1df, #e9f1f1);background-image: -ms-linear-gradient(310deg, #b0c1df, #e9f1f1);background-image: -o-linear-gradient(310deg, #b0c1df, #e9f1f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0c1df', endColorstr='#e9f1f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0c1df', endColorstr='#e9f1f1' );";background-image: linear-gradient(310deg, #b0c1df, #e9f1f1);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .row .container { background-color: transparent; background-image: none; }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .row .container > .video-iframe-container { display: none; }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .row > .video-iframe-container { display: none; }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .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); }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .row .container { border-width: 0; border-radius: 0; }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .row > .video-iframe-container {  }#b22lyX9WtgSOPXQ1u566bkH2uLtzRDdW > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lviTW0LaOeDRgvJNVrA3q361Kh4WpcAy { width:17.625rem;height:4.625rem;top:39.7802734375rem;left:1.1875rem;background-color:#199fe6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 3.125rem #e4dfe8 ;font-size:2.125rem;color:#edf9ff;display:block; }
 }@media only screen and (max-width: 763px) { #x93N5PQn3MwaCKo3RoMQWUJWyR3qiK5K { display:block; }
 }@media only screen and (max-width: 763px) { #JGKrZ0gurc4faCdxTxIz40AbeCcGtsLt { width:2.9375rem;height:2.9375rem;top:0rem;left:12.4375rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gAfdpy0bgPEyWrWmRVSaP8mTV0A67Ici { width:12.5rem;height:2.4375rem;top:0.5625rem;left:2.9375rem;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lNqZmKEoUFFyXWCmnrBOInMxQnxFUTpp { width:12.5rem;height:1.86889375rem;top:15.1875rem;left:3.75rem;font-size:1.4375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #i6fyWyXCwh3UTBI83wPhbJeimgiL1tGb { width:14.5rem;height:1.86889375rem;top:21.375rem;left:1.875rem;font-size:1.4375rem;text-align:right;text-align-last:right;color:#199fe6;display:block; }
 }@media only screen and (max-width: 763px) { #zsXzVhKu7DhAyuNHDZw4MeMHBnGIeXd1 { width:20rem;height:1.625rem;top:6.6875rem;left:0rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PKaT4eLNOs6Z7XTHrcqTHMBT9amD9qbC { width:12.8125rem;height:1.86889375rem;top:9.125rem;left:2.625rem;font-size:1.4375rem;text-align:right;text-align-last:right;color:#199fe6;display:block; }
 }@media only screen and (max-width: 763px) { #PpRfxLU1Loq36vLXK3hhUXTLnVKG1vnR { width:17rem;height:8.5625rem;top:4.625rem;left:1.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#PpRfxLU1Loq36vLXK3hhUXTLnVKG1vnR.adaptive-delivery-prevent-bg, #PpRfxLU1Loq36vLXK3hhUXTLnVKG1vnR.lazyload, #PpRfxLU1Loq36vLXK3hhUXTLnVKG1vnR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UtbAcUGz6TtOuZroI0By1NqGPowCnSI3 { width:17rem;height:10.0625rem;top:14.1875rem;left:1.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#UtbAcUGz6TtOuZroI0By1NqGPowCnSI3.adaptive-delivery-prevent-bg, #UtbAcUGz6TtOuZroI0By1NqGPowCnSI3.lazyload, #UtbAcUGz6TtOuZroI0By1NqGPowCnSI3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VdsxT1VqVzWoIKvR9lrEcS41IseRyVNX { width:12.5rem;height:3.0859375rem;top:17.5625rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOMOp4hM7OooCEBUMe9iu0OfM2D8eL2w { width:15.9375rem;height:1.625rem;top:27.1875rem;left:2.03125rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DHTwDrli8MRklr2Tfa0uq871hm70PoWa { width:17rem;height:12.5rem;top:26.0625rem;left:1.6875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#DHTwDrli8MRklr2Tfa0uq871hm70PoWa.adaptive-delivery-prevent-bg, #DHTwDrli8MRklr2Tfa0uq871hm70PoWa.lazyload, #DHTwDrli8MRklr2Tfa0uq871hm70PoWa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zEfBEPaz5NNxnhTEKcTS43ul8wMFSfSX { width:15.5625rem;height:1.86889375rem;top:35.4375rem;left:0.75rem;font-size:1.4375rem;text-align:right;text-align-last:right;color:#199fe6;display:block; }
 }@media only screen and (max-width: 763px) { #DOOspAAta9i1g7XWGJoLixwvOdG8vATi { width:16rem;height:6.499025rem;top:29.6875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xaq9I0KX1bXyuuM7z48heXr8u5r8MM1A { width:14.9375rem;height:5.1875rem;top:45.4931640625rem;left:2.53125rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rko6i0eSOXPLnzF1kCJ9zhmKnJLbLiq1 { display:block; }
 }@media only screen and (max-width: 763px) { #DncdrWrrDXqK7avlbO09Gvhrga1PNmTy { display:block; }#DncdrWrrDXqK7avlbO09Gvhrga1PNmTy > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6ADVbAlhaFUMFFlAoRUXlU26htPJoxP { width:20rem;height:24.2861125rem;top:5.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ2PPqykeJ9ElKX9Lu30BIieBo1Bze1m { width:17.125rem;height:4.0625rem;top:0.9375rem;left:1.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdwm2ipfgIx6qPT52nf9Iii6gukLL7ec { width:14.9375rem;height:5.1875rem;top:31rem;left:2.53125rem;font-family:hekaya;font-size:2.1875rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #JDyV7F7vhsADeXCO9XandRgEgSMWPZGs { display:block; }
 }@media only screen and (max-width: 763px) { #WPmdp5ICWE6iUskZeLwcbxr1CXMT7Kvz { display:none; }#WPmdp5ICWE6iUskZeLwcbxr1CXMT7Kvz > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kiT7S8ZWxHKE2wXWElB81yxKLqQmAlnE { width:20rem;height:2.25rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv { display:none; }#vFpRwfxZPuHLxTVcJ8m7TRt4vdzDHIdv > .row .container { width:20rem;height:33.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GT9tAJ1xL0wT9BSJuiAgzdA5TWSH7dyZ { width:20rem;height:0;top:0.685546875rem;left:0.01611328125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AetTgXZUU0O1x9XSvUIe7qwGInAbyvTg { width:20rem;height:19.25rem;top:13.6240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BMQ0SWuLCS8nLAw3lmPxn03R9qvyW77t { width:20.0625rem;height:8.1875rem;top:1.5rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hFRg3kodB9MUEoA4gEwpKhBW0VGW5TJO { width:8.0625rem;height:8rem;top:1.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP2eTqtxzP280Q1888EST4VTdnhSPNNC { width:11.0625rem;height:3.75rem;top:4.34375rem;left:8.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmUU1DtcPLVBC6pm9TXwvoBeUXMwU7Fl { width:17.8125rem;height:22.5rem;top:3.125rem;left:2.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2bxdGWdL/02.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#xmUU1DtcPLVBC6pm9TXwvoBeUXMwU7Fl.adaptive-delivery-prevent-bg, #xmUU1DtcPLVBC6pm9TXwvoBeUXMwU7Fl.lazyload, #xmUU1DtcPLVBC6pm9TXwvoBeUXMwU7Fl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LnmkBpNq41aqpsq8FpdWA4NdXh3IQHvg { width:20rem;height:1.75rem;top:8.5615234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:kids;display:block; }
 }@media only screen and (max-width: 763px) { #H2Ss23g8ZyLIQca6l13aPyQsSP3RAIAT { width:20rem;height:2.1875rem;top:1.0595703125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:kids;font-weight:400;font-style:normal;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF { display:block; }#LKVCpqKKRt5pKpQ7GIArpdAdDDaDW5nF > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTzDTBhqyhcCl6RurUXnc0PCMF6Gr7x8 { width:20rem;height:1.7875rem;top:4.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:kids;display:block; }
 }@media only screen and (max-width: 763px) { #JGqyMl9uWb6CSypG3l7OxdgWZ8WwEVfz { width:20rem;height:1.625rem;top:14.5rem;left:0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:kids;display:block; }
 }@media only screen and (max-width: 763px) { #z5wsc0EcXOugNU1nU2nQBXETThpveNBx { width:20rem;height:1.625rem;top:12.125rem;left:0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:kids;display:block; }
 }@media only screen and (max-width: 763px) { #MT0ZWBdrLAprDw8N8H6Xd2ed057tf7QX { width:20rem;height:1.625rem;top:6.8125rem;left:0.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:kids;display:block; }
 }@media only screen and (max-width: 763px) { #i8TGyQpAJX6VvlaOh8tvhDzUHinJf5f6 { width:20rem;height:1.7875rem;top:9.5625rem;left:0.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:kids;display:block; }
 }@media only screen and (max-width: 763px) { #l8t13u2g76Z6TEl8P35T9ei5UzRhStBq { width:11.875rem;height:1.625rem;top:16.7490234375rem;left:4.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:kids;display:block; }
 }@media only screen and (max-width: 763px) { #A0rHeX5fcndbhROZpKPnCdaTCMw2VQkq { width:11.4375rem;height:3.4375rem;top:23.0615234375rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMi7R8oBvQrcm2g5O5KidERDCfKgwhoM { display:block; }
 }@media only screen and (max-width: 763px) { #SJHMV8nsTlDWBb0JQX8vTTi37NipZQqf { width:15.3125rem;height:1.7875rem;top:19.2490234375rem;left:2.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:kids;display:block; }
 }@media only screen and (max-width: 763px) { #ffShFzpywQQUf1sl1TtqtL9NO4ZntbvJ { width:14.0625rem;height:4.75rem;top:25.5615234375rem;left:2.96875rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox1I13JgrgrulOkfTzLvpHgmqaZQlB47 { display:block; }
 }@media only screen and (max-width: 763px) { #eHmXRg4JneFLGPhDDJaQkr0X31AvR1Nh { width:15.3125rem;height:1.7875rem;top:22.1865234375rem;left:2.34375rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:kids;display:block; }
 }@media only screen and (max-width: 763px) { #pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz { background-color:#405466;background-image:none;display:block; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { background-color: transparent; background-image: none; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container > .video-iframe-container { display: none; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row > .video-iframe-container { display: none; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .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); }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WErABTVTGI8ApztIpBI7DMTpEIeysw2W { width:20rem;height:2.35625rem;top:1.9965076446533rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Kxd4oo4aXHlgwxQmXHmswJKu7MsOU4ME { width:20rem;height:5.39941875rem;top:7.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:hekaya;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZoArBvHPC6989O5UpSMZNOR04lAOhnsI { width:2.9375rem;height:2.9375rem;top:4.3515625rem;left:8.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0XIq1tiIFzaeFMbITwT6N93CqfPmc3J { width:15.2495625rem;height:0.975rem;top:13.999586105347rem;left:2.3741319775581rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l676IT1G7lRolmkfXZDy7wZzSX6yPzvw { width:1.8125rem;height:1.875rem;top:10.6875rem;left:12.4375rem;font-size:1.3125rem;display:block; }
 }