.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;
}
.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:none;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RaPqYXDL/Vaccines_and_Children_When_and_Why.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#DQ1VNdy43dgdIU9So1RoCEqqXtxq6seZ { color:#df4a8d;display:block;width:21.3125rem;position:absolute;font-family:cairo;font-size:2.6875rem;font-weight:400;z-index:100001;line-height:1.1;letter-spacing:0;top:1.2792969942093rem;left:18.530815124512rem;height:2.95605625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Wh6zZxrEHJCaD81c2CO4WwdghXcsumtU { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:5.5625rem;width:5.5625rem;top:0.125rem;left:41.1875rem;overflow:hidden;display:block; }
#C3Vio2zaGlTB0w5gq8JZ1Tnm8M36T4Mp { position:absolute;display:block;z-index:100000;background-color:rgba(250,250,250,0.74);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:4.375rem;width:21.25rem;top:0.5615234375rem;left:19.375rem;display:block; }
#iDlguq0f9TKsfmyv2LTFvslyhSrP7Np2 { background-color:#10c06e;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8105625rem;height:3.374025rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:13.8125rem;left:35.6875rem;display:block; }
#m56aNCPIcSTCgKV5cBy3RHTzghNAHMq8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EVPANVHQgWxtsloCWkEJt9tnxrMJD7Cw { box-sizing:content-box;color:#fdfeff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100077;top:14.4375rem;left:42.125rem;display:block; }
#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c5e8f6;background-image:none;position:relative;display:block; }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row .container { background-color: transparent; background-image: none; }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row .container > .video-iframe-container { display: none; }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row > .video-iframe-container { display: none; }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .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); }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row .container { border-width: 0; border-radius: 0; }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row .container { font-size:0.875rem;font-family:arial;height:64.8125rem;width:60rem;position:relative;display:block; }#wmn4vL8OVLUaCedPTLsO1rXVp4IznFi4 { color:#070571;display:block;width:22.875rem;position:absolute;font-family:kids;font-size:3.625rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:2.75rem;left:34.875rem;height:4.7119125rem;text-align:center;text-align-last:center;display:block; }
#xrNOi32QsFHH6DNQEmQhelIymATfNS0X { position:absolute;display:block;z-index:100020;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.9375rem;width:17.875rem;top:20.56201171875rem;left:39.81201171875rem;display:block; }
#Zkoqv6DzHaXIvnmt7dnKKKuXE7XtVrM1 { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:kids;font-size:1.0625rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:21rem;left:41rem;height:1.3808625rem;text-align:right;text-align-last:right;display:block; }
#OglxzsT7Ec6wIVPsZpTvFtaBimpPOw0O { position:absolute;display:block;z-index:100059;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7rem;width:17.875rem;top:27.375rem;left:39.9375rem;display:block; }
#RQBi9Ux33aqZeLUHzrBfIqqwqL2cFNwm { background-color:#fab419;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:#020202;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:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:22.499267578125rem;left:34.375rem;display:block; }
#TeOdTfB0r8TIxFofGIbU9Mwaq9c6LPK1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e4bInrqwoVzg8gZmDxByFEiK8vqwkuAw { background-color:#fab419;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:#020202;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:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:29.84375rem;left:33.625rem;display:block; }
#i02KROICeJhZchU2wrBfiFu1iIltAInv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r12mzGXl5axHeAzVha7w0f74xzVOqzJ8 { position:absolute;display:block;z-index:100038;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.6875rem;width:18rem;top:48.6875rem;left:39.9375rem;display:block; }
#dk5wDWszznAHTUdXIQ400BspCilNJMnL { background-color:#fab419;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:#020202;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:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:50.5rem;left:34.6875rem;display:block; }
#nOi13LTuAzpHViJdmTI0MecdALZiOykz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T1Z6iqOUXfLdnsceu5SpXi169q7D2Z7J { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:kids;font-size:1rem;font-weight:normal;z-index:100052;line-height:1.3;letter-spacing:0;top:49rem;left:40rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#MFWl402QOnuxH8Rybr3VEtsZhFSk745o { position:absolute;display:block;z-index:100016;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.75rem;width:17.875rem;top:11.375rem;left:9.5rem;display:block; }
#qvgVxqSnuP5QNcpISDI8fzaLsC0yZbRs { position:absolute;display:block;z-index:100017;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.75rem;width:17.875rem;top:18.0625rem;left:9.5rem;display:block; }
#Vpd2O2fR6PK80v8Ve5wVHSQTSTUECt8S { position:absolute;display:block;z-index:100018;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.75rem;width:17.875rem;top:25.6875rem;left:9.5rem;display:block; }
#DDXo93s5VhFx97uTuaJBTXTLlvc1evGo { position:absolute;display:block;z-index:100019;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.75rem;width:17.875rem;top:32.4375rem;left:9.5rem;display:block; }
#teTizOxlvF3eKtVxc8yWTrmfeNXuUbKT { background-color:#fab419;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:#020202;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:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:13.1875rem;left:5.0625rem;display:block; }
#olEwEcOPnNtM8K9GMvIaLUxThk5tkge6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#POvcEanDwsHQI3aC8FK1Fk9eZADEnDcM { background-color:#fab419;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:#020202;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:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:19.375rem;left:5.0625rem;display:block; }
#yQoSzlvJU6seUxFraOeu6tLmsa9e0mui { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LdHKuZB9quHieEx06w4R3quG9cW6aBpz { background-color:#fab419;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:#020202;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:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:27rem;left:5.0625rem;display:block; }
#oBtPMFhVNAVpWfRFTv9p2rLeu5kslmnC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xePfxeJZM4PMPpVPSkkTdsE85zrfX4SI { background-color:#fab419;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:#020202;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:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:34.3125rem;left:4.25rem;display:block; }
#qsdt4kwbhldF6JXizU0wKoOJ0IwNwIC9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ahCdbzZK7o1CP1INVx3bPlB2UmAUk7NN { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:kids;font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:11.6875rem;left:11.5rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#GibkTCCCoMBeSTbo2HQ95wu6hSqL1RKZ { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:kids;font-size:0.875rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:18.0625rem;left:12.5rem;height:3.41015625rem;text-align:right;text-align-last:right;display:block; }
#Vz9bBkNRNTGXz8faFoHwN4qeGlw4qUEi { color:#000000;display:block;width:14.875rem;position:absolute;font-family:kids;font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:25.6875rem;left:11.6875rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#pv6il9J7Gp0Tct6trwMLTfncFBiIZnq2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.0625rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:32.4375rem;left:13.71875rem;height:1.3808625rem;text-align:right;text-align-last:right;display:block; }
#bxGyNPCryQrdkGqxWBxgyCC4E9bOKIcf { position:absolute;display:block;z-index:100018;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.75rem;width:17.875rem;top:39.3125rem;left:9.5625rem;display:block; }
#LHrC2qd8wfSFZiEcTv9ftCzSRtiZqQrx { color:#000000;display:block;width:15.375rem;position:absolute;font-family:kids;font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:39.1240234375rem;left:10.75rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#N7NBdrHPAC2EfTUUVZoDPqtL1oSRWLbB { background-color:#fab419;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:#020202;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:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:41.125rem;left:4.4375rem;display:block; }
#nRsZMOJeRsG5IcKQAIaolwqJQqMNWIe0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SNdrHpqQgxZmqaLdh0HPc6cCuRZnK9CB { background-color:#fab419;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100053;text-align:center;text-align-last:center;top:54.998046875rem;left:16.9375rem;display:block; }
#qfRxsT55idGMwCQTbxCE6WxRfDnfiiU3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V6EtpfXl4RKhFoTDeFQwuM4tzZPDXPcG { color:#e1093f;display:block;width:28.3125rem;position:absolute;font-family:kids;font-size:2rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:11.375rem;left:30.625rem;height:5.19921875rem;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; }
#dZTw2OWKQmBaC5MfsCtgWu2GGiS6qZ8T { color:#000000;display:block;width:14.125rem;position:absolute;font-family:kids;font-size:0.875rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:22.951171875rem;left:42.5rem;height:2.2734375rem;text-align:right;text-align-last:right;display:block; }
#qmroWv7lCqW6k22vQFV8ILz5lxyrcoxn { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:kids;font-size:1.0625rem;font-weight:normal;z-index:100061;line-height:1.3;letter-spacing:0;top:27.912109375rem;left:41.125rem;height:1.3808625rem;text-align:right;text-align-last:right;display:block; }
#h6TS7QvI40xAKEqxlGb7XsFGo0HqHnSC { color:#000000;display:block;width:15.375rem;position:absolute;font-family:kids;font-size:0.875rem;font-weight:normal;z-index:100060;line-height:1.3;letter-spacing:0;top:30.2265625rem;left:41.25rem;height:2.2734375rem;text-align:right;text-align-last:right;display:block; }
#t6rXfs7wpqZ6FLKKEvpJ0lRqbxTVneIi { color:#000000;display:block;width:13.625rem;position:absolute;font-family:kids;font-size:0.8125rem;font-weight:normal;z-index:100053;line-height:1.3;letter-spacing:0;top:50.6875rem;left:43.1875rem;height:2.111325rem;text-align:right;text-align-last:right;display:block; }
#PuOhUiIV93LEwpTLt2RMt3TlW6lz7ydo { color:#000000;display:block;width:13rem;position:absolute;font-family:kids;font-size:0.875rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:13.27734375rem;left:13.875rem;height:3.41015625rem;text-align:right;text-align-last:right;display:block; }
#mtMU6llC19B3DC3OISTaESxHoKr2oTvd { color:#000000;display:block;width:17.25rem;position:absolute;font-family:kids;font-size:0.8125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:21.951171875rem;left:9.9375rem;height:2.111325rem;text-align:right;text-align-last:right;display:block; }
#AM5BpIAiNomu083B06Nk1SLN0c0A1M7w { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:kids;font-size:0.8125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:29.0625rem;left:10.03125rem;height:2.111325rem;text-align:right;text-align-last:right;display:block; }
#Oxr6V0lSqa2V5OhalpiOfEy7bF1hCJ7S { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:34.5625rem;left:11.6875rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#RyPvCaX4EXFsbmFTcWi3fenl8t7w17gn { color:#000000;display:block;width:15.375rem;position:absolute;font-family:kids;font-size:0.8125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:42.2861328125rem;left:11.6875rem;height:2.111325rem;text-align:right;text-align-last:right;display:block; }
#LGC1d0ib2CDhRVWkd1hHyuZ7qKoFxGwt { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:kids;font-size:1.0625rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:21rem;left:41rem;height:1.3808625rem;text-align:right;text-align-last:right;display:none; }
#F8bblqSA4w1boiqrIMCtmx066UA8iSm4 { position:absolute;display:block;z-index:100063;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.25rem;width:17.875rem;top:37rem;left:39.9375rem;display:block; }
#A8XogWOGPbpXl6fioLXvhToo8tiULzWH { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:kids;font-size:1.0625rem;font-weight:normal;z-index:100065;line-height:1.3;letter-spacing:0;top:37.5625rem;left:41.125rem;height:1.3808625rem;text-align:right;text-align-last:right;display:block; }
#FwhAQuT7ka95RPCsShsqi1I8zpdlC914 { background-color:#fab419;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:#020202;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:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100066;text-align:center;text-align-last:center;top:39.5rem;left:33.625rem;display:block; }
#GcRen46iH7hXT07XV66UDLM4Lxg7xI1F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BTxTqcN4HBMsd6Qa6W4x9s0r16Tdo4Nz { color:#000000;display:block;width:15.375rem;position:absolute;font-family:kids;font-size:0.875rem;font-weight:normal;z-index:100064;line-height:1.3;letter-spacing:0;top:39.8515625rem;left:41.25rem;height:4.546875rem;text-align:right;text-align-last:right;display:block; }
#z7XT6zaBqG6u4NG2pefF46zy3EcMsQ26 { background-color:#10c06e;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8105625rem;height:3.374025rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:3.375rem;left:9.5rem;display:block; }
#a5OPTpHI3JUO1EthL5708ta1XqgORS33 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DX52N3wH2u6us3twQzoJv0FcZ694GeHP { box-sizing:content-box;color:#fdfeff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100075;top:4rem;left:16rem;display:block; }
#ZHtak209WhUV9aEvyodZgQFz5osGaKIO { background-color:#10c06e;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8105625rem;height:3.374025rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:59.125rem;left:20.8125rem;display:block; }
#fBKlgTqqV7RWEB3HWfyB9GuGq6heE3vN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yC4wtnovE2aRDUGF1bQ9nPNW4fBSRHTz { box-sizing:content-box;color:#fdfeff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100079;top:59.75rem;left:27.3125rem;display:block; }
#xDTG8U8zZZpeUfT404ELT7LsIm4lFSuu { background-color:#10c06e;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8105625rem;height:3.374025rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:3.375rem;left:9.5rem;display:none; }
#wzeQwFgrHBb3KcDITLvcR5tzyDhgq3BD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e1y2XXUEtgX4olu06bprl6R6wfVQetVR { background-color:#10c06e;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8105625rem;height:3.374025rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:3.375rem;left:9.5rem;display:none; }
#m5vBsWoXnq0gEz9cAbNNZ89NHz0i9nWD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ex5aknnm8Vb66kScFt9mZL3yIhofq8rG { background-color:#10c06e;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8105625rem;height:3.374025rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:3.375rem;left:9.5rem;display:none; }
#IhXQyL9bMdkXyBEUdFqRUcUKp2CXpJoZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58176d;background-image:none;position:relative;display:block; }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row .container { background-color: transparent; background-image: none; }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row .container > .video-iframe-container { display: none; }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row > .video-iframe-container { display: none; }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .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); }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row .container { border-width: 0; border-radius: 0; }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#rhz3orUnSJHVdmVFbLTT5ytbFvBbiTeu { color:#fafafa;display:block;width:26.1870625rem;position:absolute;font-family:kids;font-size:2.1875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.5683600902556rem;left:2.7495651245117rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-form-header {  }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1rem;font-weight:bold;color:#ffffff;width:18.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .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;border-top:0;border-left:0;border-right:0;border-bottom:0;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:18.3125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .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;border-top:0;border-left:0;border-right:0;border-bottom:0;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:18.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .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 #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:18.3125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .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:#e1093f;background-image:none;background-position:top left !important;background-repeat: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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:18.3125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .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:lato;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:17.125rem;overflow:hidden;font-style:normal; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .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; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .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; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-container:first-of-type{padding-top:0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-container:last-of-type{padding-bottom:0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.3105625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;position:absolute;top:0.7548828125rem;left:31.875rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.3125rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 {display:block;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.3105625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;position:absolute;top:0.7548828125rem;left:31.875rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #nEXx72FPnsNEaoPpEEpXwXLJp0I4fxzN { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #rP9s0K2ZFqoptQ0KiB7Ew4Wqh81WIdBz { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #rtXheDJCKv6BF73rvlgMLFhnEAf4XPae { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #UcL5ATswDXcXcBuVIoV97bJGxoB4JEbH { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #fMyVTE77nUeyCvLpqX39WNxWxSg3luge { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #oWaKSkyI1ciDJs3mQf0hpHLEa9PErIlp { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #XkuMh7GqhXFVn7OhLs62zXbt50H1vCJs { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #I9Uk6CnbiuuAgXuyg114T6sMdWNJRGMg { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #GnvvlcreMxzXfPRZLP4Xww0xqwoRA1gz { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #ZNBTl2nZblMBeR1zidtScvWrZ8zHFeS5 { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #iyJAXC7ynMrikqEKRHmn2QxbNaMA4wlM { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #tEU0zLitlMh61VLpRVn6l5RNDE4ZNr22 { position:relative; }
#BEBnyskqEWM64WwCVeOG86fTurqd8XAc { position:relative;display:block; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #ScrXl7IN3hc5Ay2TS1AoTg0eotCOtZCT { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #AFS5yLDF6L8GLehN5Z0nTRNfGWsqwLRs { position:relative; }
#RpI8B81SpTcuEKmpKDxLzTyp78UApKpt { box-sizing:content-box;color:#ffffff;font-size:4.8125rem;font-weight:400;line-height:1;height:6.875rem;width:6.8120625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:6.1393229961395rem;left:22.12890625rem;display:block; }
#TRoHVl0i15hIqQNfB2AGQ4qyeFF1X05T { background-color:#10c06e;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8105625rem;height:3.374025rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:20.5rem;left:10.375rem;display:block; }
#vfhXqpGAkKEvFo1vN5Hg3Z4v6K1BKBgq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M5cbqkOMZkMsFbJP7501zmG9nTVN2xuU { box-sizing:content-box;color:#fdfeff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100081;top:21.125rem;left:16.8125rem;display:block; }
#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO { position:relative;z-index:auto;display:block; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO { background-color: transparent; background-image: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row .container > .video-iframe-container { display: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row > .video-iframe-container { display: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .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); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO { border-width: 0; border-radius: 0; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.94);background-image:none;font-size:0.875rem;font-family:"open sans";height:37.5rem;width:60rem;position:relative;display:block; }#W32n1mhxIWhutFdpXhZAW0goTFCegHMr { color:#0d1976;display:block;width:21.1875rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:16.25rem;left:35.125rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PHd4RNnNz3e45NlkIQ1Ea5hfGiiIK89m { box-sizing:content-box;color:#0d1976;font-size:1.3125rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:16.9375rem;left:57.25rem;display:block; }
#KKQMkW24tqTfQorMotgi4KaA8L08ztoo { color:#ba0484;display:block;width:52.9980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:4.9294708967209rem;left:4.3196601867676rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HLDLEhulmwABkTnCfur99ypkOKUQiRSm { color:#0d1976;display:block;width:38.936625rem;position:absolute;font-family:cairo;font-size:2.8125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:2.9802322387695E-6rem;left:10.530597686767rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nO0sWCwtwi5k6hlxbI803REQwJwGkzPo { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:21.125rem;left:57.3125rem;display:block; }
#D9B7qlA358RmdnG26FM1ICfDXKhN840a { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:23.8125rem;left:57.3125rem;display:block; }
#uE3D0lZtbx9JiCs0tTvc12TawxuoT05Z { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:26.0625rem;left:57.3125rem;display:block; }
#EcIoaCQ1q46XM9zuAbggKuf3GlT0yhVa { color:#0d1976;display:block;width:34rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:21.1875rem;left:22.5rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MGAUgmWgwF2UxMVtasB5WWnTdG2GETrm { color:#0d1976;display:block;width:41.4375rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:23.75rem;left:15rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#c2H4sxaC3kbpMsJVT0DW9zVrTmZcsq57 { color:#0d1976;display:block;width:55.499125rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:26rem;left:0.875rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CCF7obH8SLB5txoV61g3k91xIC27Qvhu { color:#ba0484;display:block;width:51.875rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:19rem;left:4.625rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#twbJBOMf4LsKJX9m9qaDR6KadAKvVmXB { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:29rem;left:57.5rem;display:block; }
#NTcfllV8Ka5mzsvsG4WgCC5vS1UXp3uR { color:#0d1976;display:block;width:55.625rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:28.125rem;left:0.75rem;height:3.73698125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ulbWTzc1FhkJ9lKpGHXhBgoggpFuOegd { background-color:#ba0484;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:10.75rem;left:21.25rem;display:block; }
#nR2DvZQGbJU9TNZE4aTE5R43R6q6cF1t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iQpd2mv24XXb5oMdxRQTagwDsudfTLlk { background-color:#10c06e;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8105625rem;height:3.374025rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:14.75rem;left:25.125rem;display:block; }
#x1UxmVMLStlwPh5kM5NEwwZqu0vnvFqb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v2Fh1zFpuxu1T6Xqfei1Q1xhpn2QOvia { box-sizing:content-box;color:#fdfeff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100083;top:15.375rem;left:31.5625rem;display:block; }
#qQLBZKCVvXdt20Xdd60TkqwhfPprebti { background-color:#10c06e;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8105625rem;height:3.374025rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:33.1875rem;left:28.125rem;display:block; }
#zOKruQWxhh3mRABwQNSLMEnDvGFqBdig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#STPF6uuhe5UQRcw4RUvmNa43JqlDwfXQ { box-sizing:content-box;color:#fdfeff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100085;top:33.75rem;left:34.5625rem;display:block; }
#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p { position:relative;display:block; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p { background-color: transparent; background-image: none; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p > .row .container > .video-iframe-container { display: none; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p > .row > .video-iframe-container { display: none; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p > .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); }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p { border-width: 0; border-radius: 0; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb0ad;background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#M5Q93W553GOz3QJPZ8g3WDsQu3OMWB94 { color:#ffffff;display:block;width:22.747375rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:10.3125rem;left:20.125rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#pWOBTrOBfhFEGTpOA4rwnP5TnD41OuJU { box-sizing:content-box;color:#fbfeff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.125rem;left:45.25rem;display:block; }
#IZLxwkvLg2ssfaPA7bQGrINyueNfTTtW { color:#ffffff;display:block;width:41.74925rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.75rem;left:9.125rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#LH1CvPwaMl42PTLVMhpGEkQFKHms2xIT { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:4.8125rem;left:45.6875rem;display:block; }
#XuOrrI9QieL4VcgyGchi7wTF8bTtQ3e2 { color:#ffffff;display:block;width:10.874rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:35.5625rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQ1VNdy43dgdIU9So1RoCEqqXtxq6seZ { width:21.3125rem;height:3.0625rem;top:1.25rem;left:12.405815124512rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh6zZxrEHJCaD81c2CO4WwdghXcsumtU { top:0.125rem;left:35.0625rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3Vio2zaGlTB0w5gq8JZ1Tnm8M36T4Mp { top:0.5rem;left:13.25rem;width:21.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDlguq0f9TKsfmyv2LTFvslyhSrP7Np2 { width:9.75rem;height:3.3125rem;top:13.8125rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m56aNCPIcSTCgKV5cBy3RHTzghNAHMq8 { display:block; }
 }@media only screen and (max-width: 763px) { #EVPANVHQgWxtsloCWkEJt9tnxrMJD7Cw { top:14.4375rem;left:36rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw { display:block; }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmn4vL8OVLUaCedPTLsO1rXVp4IznFi4 { top:2.75rem;left:24.875rem;width:22.875rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrNOi32QsFHH6DNQEmQhelIymATfNS0X { top:20.5rem;left:29.875rem;width:17.875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkoqv6DzHaXIvnmt7dnKKKuXE7XtVrM1 { top:21rem;left:32.1875rem;width:15.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OglxzsT7Ec6wIVPsZpTvFtaBimpPOw0O { top:27.375rem;left:29.875rem;width:17.875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQBi9Ux33aqZeLUHzrBfIqqwqL2cFNwm { width:7.4375rem;height:2.0625rem;top:22.4375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeOdTfB0r8TIxFofGIbU9Mwaq9c6LPK1 { display:block; }
 }@media only screen and (max-width: 763px) { #e4bInrqwoVzg8gZmDxByFEiK8vqwkuAw { width:7.4375rem;height:2.0625rem;top:29.8125rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i02KROICeJhZchU2wrBfiFu1iIltAInv { display:block; }
 }@media only screen and (max-width: 763px) { #r12mzGXl5axHeAzVha7w0f74xzVOqzJ8 { top:48.6875rem;left:29.75rem;width:18rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk5wDWszznAHTUdXIQ400BspCilNJMnL { width:7.4375rem;height:2.0625rem;top:50.5rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOi13LTuAzpHViJdmTI0MecdALZiOykz { display:block; }
 }@media only screen and (max-width: 763px) { #T1Z6iqOUXfLdnsceu5SpXi169q7D2Z7J { top:49rem;left:29.9375rem;width:17.8125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFWl402QOnuxH8Rybr3VEtsZhFSk745o { top:11.375rem;left:3.375rem;width:17.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvgVxqSnuP5QNcpISDI8fzaLsC0yZbRs { top:18.0625rem;left:3.375rem;width:17.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpd2O2fR6PK80v8Ve5wVHSQTSTUECt8S { top:25.6875rem;left:3.375rem;width:17.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDXo93s5VhFx97uTuaJBTXTLlvc1evGo { top:32.4375rem;left:3.375rem;width:17.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #teTizOxlvF3eKtVxc8yWTrmfeNXuUbKT { width:7.4375rem;height:2.0625rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olEwEcOPnNtM8K9GMvIaLUxThk5tkge6 { display:block; }
 }@media only screen and (max-width: 763px) { #POvcEanDwsHQI3aC8FK1Fk9eZADEnDcM { width:7.4375rem;height:2.0625rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQoSzlvJU6seUxFraOeu6tLmsa9e0mui { display:block; }
 }@media only screen and (max-width: 763px) { #LdHKuZB9quHieEx06w4R3quG9cW6aBpz { width:7.4375rem;height:2.0625rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBtPMFhVNAVpWfRFTv9p2rLeu5kslmnC { display:block; }
 }@media only screen and (max-width: 763px) { #xePfxeJZM4PMPpVPSkkTdsE85zrfX4SI { width:7.4375rem;height:2.0625rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsdt4kwbhldF6JXizU0wKoOJ0IwNwIC9 { display:block; }
 }@media only screen and (max-width: 763px) { #ahCdbzZK7o1CP1INVx3bPlB2UmAUk7NN { top:11.6875rem;left:5.375rem;width:15.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GibkTCCCoMBeSTbo2HQ95wu6hSqL1RKZ { top:18.0625rem;left:6.375rem;width:14.5625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz9bBkNRNTGXz8faFoHwN4qeGlw4qUEi { top:25.6875rem;left:5.5625rem;width:14.875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv6il9J7Gp0Tct6trwMLTfncFBiIZnq2 { top:32.4375rem;left:7.59375rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxGyNPCryQrdkGqxWBxgyCC4E9bOKIcf { top:39.3125rem;left:3.4375rem;width:17.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHrC2qd8wfSFZiEcTv9ftCzSRtiZqQrx { top:39.0625rem;left:4.625rem;width:15.375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7NBdrHPAC2EfTUUVZoDPqtL1oSRWLbB { width:7.4375rem;height:2.0625rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRsZMOJeRsG5IcKQAIaolwqJQqMNWIe0 { display:block; }
 }@media only screen and (max-width: 763px) { #SNdrHpqQgxZmqaLdh0HPc6cCuRZnK9CB { width:17.5rem;height:3.4375rem;top:54.9375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfRxsT55idGMwCQTbxCE6WxRfDnfiiU3 { display:block; }
 }@media only screen and (max-width: 763px) { #V6EtpfXl4RKhFoTDeFQwuM4tzZPDXPcG { top:11.375rem;left:19.4375rem;width:28.3125rem;height:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZTw2OWKQmBaC5MfsCtgWu2GGiS6qZ8T { top:22.9375rem;left:33.625rem;width:14.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmroWv7lCqW6k22vQFV8ILz5lxyrcoxn { top:27.875rem;left:32.3125rem;width:15.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6TS7QvI40xAKEqxlGb7XsFGo0HqHnSC { top:30.1875rem;left:32.375rem;width:15.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6rXfs7wpqZ6FLKKEvpJ0lRqbxTVneIi { top:50.6875rem;left:34.125rem;width:13.625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuOhUiIV93LEwpTLt2RMt3TlW6lz7ydo { top:13.25rem;left:7.75rem;width:13rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtMU6llC19B3DC3OISTaESxHoKr2oTvd { top:21.9375rem;left:3.8125rem;width:17.25rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM5BpIAiNomu083B06Nk1SLN0c0A1M7w { top:29.0625rem;left:3.90625rem;width:16.8125rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxr6V0lSqa2V5OhalpiOfEy7bF1hCJ7S { top:34.5625rem;left:5.5625rem;width:14.9375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyPvCaX4EXFsbmFTcWi3fenl8t7w17gn { top:42.25rem;left:5.5625rem;width:15.375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGC1d0ib2CDhRVWkd1hHyuZ7qKoFxGwt { top:21rem;left:32.1875rem;width:15.5625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8bblqSA4w1boiqrIMCtmx066UA8iSm4 { top:37rem;left:29.875rem;width:17.875rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8XogWOGPbpXl6fioLXvhToo8tiULzWH { top:37.5625rem;left:32.3125rem;width:15.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwhAQuT7ka95RPCsShsqi1I8zpdlC914 { width:7.4375rem;height:2.0625rem;top:39.5rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcRen46iH7hXT07XV66UDLM4Lxg7xI1F { display:block; }
 }@media only screen and (max-width: 763px) { #BTxTqcN4HBMsd6Qa6W4x9s0r16Tdo4Nz { top:39.8125rem;left:32.375rem;width:15.375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7XT6zaBqG6u4NG2pefF46zy3EcMsQ26 { width:9.75rem;height:3.3125rem;top:3.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5OPTpHI3JUO1EthL5708ta1XqgORS33 { display:block; }
 }@media only screen and (max-width: 763px) { #DX52N3wH2u6us3twQzoJv0FcZ694GeHP { top:4rem;left:9.875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHtak209WhUV9aEvyodZgQFz5osGaKIO { width:9.75rem;height:3.3125rem;top:59.125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBKlgTqqV7RWEB3HWfyB9GuGq6heE3vN { display:block; }
 }@media only screen and (max-width: 763px) { #yC4wtnovE2aRDUGF1bQ9nPNW4fBSRHTz { top:59.75rem;left:21.1875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDTG8U8zZZpeUfT404ELT7LsIm4lFSuu { width:9.75rem;height:3.3125rem;top:3.375rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzeQwFgrHBb3KcDITLvcR5tzyDhgq3BD { display:block; }
 }@media only screen and (max-width: 763px) { #e1y2XXUEtgX4olu06bprl6R6wfVQetVR { width:9.75rem;height:3.3125rem;top:3.375rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5vBsWoXnq0gEz9cAbNNZ89NHz0i9nWD { display:block; }
 }@media only screen and (max-width: 763px) { #Ex5aknnm8Vb66kScFt9mZL3yIhofq8rG { width:9.75rem;height:3.3125rem;top:3.375rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhXQyL9bMdkXyBEUdFqRUcUKp2CXpJoZ { display:block; }
 }@media only screen and (max-width: 763px) { #nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i { display:block; }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhz3orUnSJHVdmVFbLTT5ytbFvBbiTeu { top:7.5625rem;left:0rem;width:26.125rem;height:11.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 {display:block;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #nEXx72FPnsNEaoPpEEpXwXLJp0I4fxzN {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #rP9s0K2ZFqoptQ0KiB7Ew4Wqh81WIdBz {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #rtXheDJCKv6BF73rvlgMLFhnEAf4XPae {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #UcL5ATswDXcXcBuVIoV97bJGxoB4JEbH {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #fMyVTE77nUeyCvLpqX39WNxWxSg3luge {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #oWaKSkyI1ciDJs3mQf0hpHLEa9PErIlp {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #XkuMh7GqhXFVn7OhLs62zXbt50H1vCJs {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #I9Uk6CnbiuuAgXuyg114T6sMdWNJRGMg {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #GnvvlcreMxzXfPRZLP4Xww0xqwoRA1gz {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #ZNBTl2nZblMBeR1zidtScvWrZ8zHFeS5 {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #iyJAXC7ynMrikqEKRHmn2QxbNaMA4wlM {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #tEU0zLitlMh61VLpRVn6l5RNDE4ZNr22 {  }
 }@media only screen and (max-width: 763px) { #BEBnyskqEWM64WwCVeOG86fTurqd8XAc { display:block; }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #ScrXl7IN3hc5Ay2TS1AoTg0eotCOtZCT {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #AFS5yLDF6L8GLehN5Z0nTRNfGWsqwLRs {  }
 }@media only screen and (max-width: 763px) { #RpI8B81SpTcuEKmpKDxLzTyp78UApKpt { top:6.125rem;left:16.00390625rem;width:6.75rem;height:6.8123640967769rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRoHVl0i15hIqQNfB2AGQ4qyeFF1X05T { width:9.75rem;height:3.3125rem;top:20.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfhXqpGAkKEvFo1vN5Hg3Z4v6K1BKBgq { display:block; }
 }@media only screen and (max-width: 763px) { #M5cbqkOMZkMsFbJP7501zmG9nTVN2xuU { top:21.125rem;left:10.6875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO { display:block; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W32n1mhxIWhutFdpXhZAW0goTFCegHMr { top:16.25rem;left:26.5625rem;width:21.1875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHd4RNnNz3e45NlkIQ1Ea5hfGiiIK89m { top:16.9375rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKQMkW24tqTfQorMotgi4KaA8L08ztoo { width:47.75rem;height:3.1875rem;top:4.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLDLEhulmwABkTnCfur99ypkOKUQiRSm { width:38.875rem;height:3.5625rem;top:0rem;left:4.4055976867676rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO0sWCwtwi5k6hlxbI803REQwJwGkzPo { top:21.125rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9B7qlA358RmdnG26FM1ICfDXKhN840a { top:23.8125rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE3D0lZtbx9JiCs0tTvc12TawxuoT05Z { top:26.0625rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcIoaCQ1q46XM9zuAbggKuf3GlT0yhVa { top:21.1875rem;left:13.75rem;width:34rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGAUgmWgwF2UxMVtasB5WWnTdG2GETrm { top:23.75rem;left:6.3125rem;width:41.4375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2H4sxaC3kbpMsJVT0DW9zVrTmZcsq57 { top:26rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCF7obH8SLB5txoV61g3k91xIC27Qvhu { top:19rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twbJBOMf4LsKJX9m9qaDR6KadAKvVmXB { top:29rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTcfllV8Ka5mzsvsG4WgCC5vS1UXp3uR { top:28.125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulbWTzc1FhkJ9lKpGHXhBgoggpFuOegd { width:17.5rem;height:3.4375rem;top:10.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR2DvZQGbJU9TNZE4aTE5R43R6q6cF1t { display:block; }
 }@media only screen and (max-width: 763px) { #iQpd2mv24XXb5oMdxRQTagwDsudfTLlk { width:9.75rem;height:3.3125rem;top:14.75rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1UxmVMLStlwPh5kM5NEwwZqu0vnvFqb { display:block; }
 }@media only screen and (max-width: 763px) { #v2Fh1zFpuxu1T6Xqfei1Q1xhpn2QOvia { top:15.375rem;left:25.4375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQLBZKCVvXdt20Xdd60TkqwhfPprebti { width:9.75rem;height:3.3125rem;top:33.1875rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOKruQWxhh3mRABwQNSLMEnDvGFqBdig { display:block; }
 }@media only screen and (max-width: 763px) { #STPF6uuhe5UQRcw4RUvmNa43JqlDwfXQ { top:33.75rem;left:28.4375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p { display:block; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5Q93W553GOz3QJPZ8g3WDsQu3OMWB94 { top:10.3125rem;left:14rem;width:22.6875rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWOBTrOBfhFEGTpOA4rwnP5TnD41OuJU { top:1.0625rem;left:39.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZLxwkvLg2ssfaPA7bQGrINyueNfTTtW { top:1.6875rem;left:3rem;width:41.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH1CvPwaMl42PTLVMhpGEkQFKHms2xIT { top:4.75rem;left:39.5625rem;width:2.1875rem;height:2.24935rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuOrrI9QieL4VcgyGchi7wTF8bTtQ3e2 { top:5.0625rem;left:29.4375rem;width:10.8125rem;height:1.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#c5e8f6;background-image:url("https://images.assets-landingi.com/RaPqYXDL/Vaccines_and_Children_When_and_Why.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQ1VNdy43dgdIU9So1RoCEqqXtxq6seZ { width:13.3125rem;height:2.03125rem;top:0.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wh6zZxrEHJCaD81c2CO4WwdghXcsumtU { width:5.75rem;height:5.75rem;top:0.4375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3Vio2zaGlTB0w5gq8JZ1Tnm8M36T4Mp { width:13.125rem;height:3.125rem;top:0rem;left:0rem;background-color:rgba(255,255,255,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iDlguq0f9TKsfmyv2LTFvslyhSrP7Np2 { width:9.75rem;height:3.3125rem;top:7.4375rem;left:5.125rem;background-color:#1bb25b;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) { #m56aNCPIcSTCgKV5cBy3RHTzghNAHMq8 { display:block; }
 }@media only screen and (max-width: 763px) { #EVPANVHQgWxtsloCWkEJt9tnxrMJD7Cw { width:2.8125rem;height:2.8125rem;top:14.4375rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw { display:block; }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row .container { width:20rem;height:146.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmn4vL8OVLUaCedPTLsO1rXVp4IznFi4 { width:20rem;height:2.5996125rem;top:0.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xrNOi32QsFHH6DNQEmQhelIymATfNS0X { width:17.875rem;height:9rem;top:9.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkoqv6DzHaXIvnmt7dnKKKuXE7XtVrM1 { width:15.8125rem;height:1.3808625rem;top:10.625rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #OglxzsT7Ec6wIVPsZpTvFtaBimpPOw0O { width:17.875rem;height:9.625rem;top:21.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQBi9Ux33aqZeLUHzrBfIqqwqL2cFNwm { width:7.4375rem;height:2.0625rem;top:17.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeOdTfB0r8TIxFofGIbU9Mwaq9c6LPK1 { display:block; }
 }@media only screen and (max-width: 763px) { #e4bInrqwoVzg8gZmDxByFEiK8vqwkuAw { width:7.4375rem;height:2.0625rem;top:29.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i02KROICeJhZchU2wrBfiFu1iIltAInv { display:block; }
 }@media only screen and (max-width: 763px) { #r12mzGXl5axHeAzVha7w0f74xzVOqzJ8 { width:17.875rem;height:9.6875rem;top:34.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk5wDWszznAHTUdXIQ400BspCilNJMnL { width:7.4375rem;height:2.0625rem;top:42.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOi13LTuAzpHViJdmTI0MecdALZiOykz { display:block; }
 }@media only screen and (max-width: 763px) { #T1Z6iqOUXfLdnsceu5SpXi169q7D2Z7J { width:15.6875rem;height:2.76171875rem;top:34.9375rem;left:2.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #MFWl402QOnuxH8Rybr3VEtsZhFSk745o { width:17.875rem;height:9.125rem;top:53.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvgVxqSnuP5QNcpISDI8fzaLsC0yZbRs { width:17.875rem;height:8.8125rem;top:66.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpd2O2fR6PK80v8Ve5wVHSQTSTUECt8S { width:17.875rem;height:8.5625rem;top:78.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDXo93s5VhFx97uTuaJBTXTLlvc1evGo { width:17.875rem;height:8.3125rem;top:98.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #teTizOxlvF3eKtVxc8yWTrmfeNXuUbKT { width:7.4375rem;height:2.0625rem;top:61.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olEwEcOPnNtM8K9GMvIaLUxThk5tkge6 { display:block; }
 }@media only screen and (max-width: 763px) { #POvcEanDwsHQI3aC8FK1Fk9eZADEnDcM { width:7.4375rem;height:2.0625rem;top:73.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQoSzlvJU6seUxFraOeu6tLmsa9e0mui { display:block; }
 }@media only screen and (max-width: 763px) { #LdHKuZB9quHieEx06w4R3quG9cW6aBpz { width:7.4375rem;height:2.0625rem;top:86.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBtPMFhVNAVpWfRFTv9p2rLeu5kslmnC { display:block; }
 }@media only screen and (max-width: 763px) { #xePfxeJZM4PMPpVPSkkTdsE85zrfX4SI { width:7.4375rem;height:2.0625rem;top:105.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsdt4kwbhldF6JXizU0wKoOJ0IwNwIC9 { display:block; }
 }@media only screen and (max-width: 763px) { #ahCdbzZK7o1CP1INVx3bPlB2UmAUk7NN { width:16.625rem;height:1.3808625rem;top:53.875rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #GibkTCCCoMBeSTbo2HQ95wu6hSqL1RKZ { width:17.8125rem;height:3.41015625rem;top:66.8125rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #Vz9bBkNRNTGXz8faFoHwN4qeGlw4qUEi { width:16.5rem;height:2.4375rem;top:79.625rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #pv6il9J7Gp0Tct6trwMLTfncFBiIZnq2 { width:12.5rem;height:1.3808625rem;top:98.8125rem;left:3.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #bxGyNPCryQrdkGqxWBxgyCC4E9bOKIcf { width:17.9375rem;height:8.1875rem;top:111.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHrC2qd8wfSFZiEcTv9ftCzSRtiZqQrx { width:15.875rem;height:2.4375rem;top:111.6875rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #N7NBdrHPAC2EfTUUVZoDPqtL1oSRWLbB { width:7.4365rem;height:2.061525rem;top:118.4375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRsZMOJeRsG5IcKQAIaolwqJQqMNWIe0 { display:block; }
 }@media only screen and (max-width: 763px) { #SNdrHpqQgxZmqaLdh0HPc6cCuRZnK9CB { width:17.5rem;height:3.4375rem;top:140.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfRxsT55idGMwCQTbxCE6WxRfDnfiiU3 { display:block; }
 }@media only screen and (max-width: 763px) { #V6EtpfXl4RKhFoTDeFQwuM4tzZPDXPcG { width:20rem;height:4.7109375rem;top:2.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZTw2OWKQmBaC5MfsCtgWu2GGiS6qZ8T { width:14.125rem;height:3.41015625rem;top:13.375rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #qmroWv7lCqW6k22vQFV8ILz5lxyrcoxn { width:15.4375rem;height:0;top:155.8125rem;left:2.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#df4a8d;display:none; }
 }@media only screen and (max-width: 763px) { #h6TS7QvI40xAKEqxlGb7XsFGo0HqHnSC { width:15.375rem;height:2.2734375rem;top:25.1875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #t6rXfs7wpqZ6FLKKEvpJ0lRqbxTVneIi { width:13.625rem;height:2.2734375rem;top:38.75rem;left:3.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #PuOhUiIV93LEwpTLt2RMt3TlW6lz7ydo { width:13rem;height:3.41015625rem;top:56.6875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#df4a8d;z-index:100064;display:block; }
 }@media only screen and (max-width: 763px) { #mtMU6llC19B3DC3OISTaESxHoKr2oTvd { width:14.125rem;height:2.2734375rem;top:70.875rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #AM5BpIAiNomu083B06Nk1SLN0c0A1M7w { width:16.8125rem;height:1.94921875rem;top:83.375rem;left:1.625rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #Oxr6V0lSqa2V5OhalpiOfEy7bF1hCJ7S { width:14.9375rem;height:2.111325rem;top:101.9375rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #RyPvCaX4EXFsbmFTcWi3fenl8t7w17gn { width:15.375rem;height:2.111325rem;top:114.9375rem;left:2.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #LGC1d0ib2CDhRVWkd1hHyuZ7qKoFxGwt { width:15.8125rem;height:1.3808625rem;top:22.125rem;left:2.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#df4a8d;z-index:100063;display:block; }
 }@media only screen and (max-width: 763px) { #F8bblqSA4w1boiqrIMCtmx066UA8iSm4 { width:17.875rem;height:8.25rem;top:122.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8XogWOGPbpXl6fioLXvhToo8tiULzWH { width:15.4375rem;height:0;top:119.560546875rem;left:2.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#df4a8d;display:none; }
 }@media only screen and (max-width: 763px) { #FwhAQuT7ka95RPCsShsqi1I8zpdlC914 { width:7.4375rem;height:2.0625rem;top:130.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcRen46iH7hXT07XV66UDLM4Lxg7xI1F { display:block; }
 }@media only screen and (max-width: 763px) { #BTxTqcN4HBMsd6Qa6W4x9s0r16Tdo4Nz { width:15.375rem;height:4.546875rem;top:125.5rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #z7XT6zaBqG6u4NG2pefF46zy3EcMsQ26 { width:9.75rem;height:3.3125rem;top:153.185546875rem;left:5.125rem;background-color:#1bb25b;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) { #a5OPTpHI3JUO1EthL5708ta1XqgORS33 { display:block; }
 }@media only screen and (max-width: 763px) { #DX52N3wH2u6us3twQzoJv0FcZ694GeHP { width:2.8125rem;height:2.8125rem;top:4rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHtak209WhUV9aEvyodZgQFz5osGaKIO { width:9.75rem;height:3.3125rem;top:157.998046875rem;left:5.125rem;background-color:#1bb25b;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) { #fBKlgTqqV7RWEB3HWfyB9GuGq6heE3vN { display:block; }
 }@media only screen and (max-width: 763px) { #yC4wtnovE2aRDUGF1bQ9nPNW4fBSRHTz { width:2.8125rem;height:2.8125rem;top:59.75rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDTG8U8zZZpeUfT404ELT7LsIm4lFSuu { width:9.75rem;height:3.3125rem;top:47.25rem;left:5.125rem;background-color:#1bb25b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #wzeQwFgrHBb3KcDITLvcR5tzyDhgq3BD { display:block; }
 }@media only screen and (max-width: 763px) { #e1y2XXUEtgX4olu06bprl6R6wfVQetVR { width:9.75rem;height:3.3125rem;top:91.0625rem;left:5.125rem;background-color:#1bb25b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #m5vBsWoXnq0gEz9cAbNNZ89NHz0i9nWD { display:block; }
 }@media only screen and (max-width: 763px) { #Ex5aknnm8Vb66kScFt9mZL3yIhofq8rG { width:9.75rem;height:3.3125rem;top:135.125rem;left:5.125rem;background-color:#1bb25b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #IhXQyL9bMdkXyBEUdFqRUcUKp2CXpJoZ { display:block; }
 }@media only screen and (max-width: 763px) { #nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i { display:block; }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhz3orUnSJHVdmVFbLTT5ytbFvBbiTeu { width:20rem;height:3.65625rem;top:27.250000953674rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .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; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-container:first-of-type{padding-top:0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-container:last-of-type{padding-bottom:0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2  { width:17.5rem;height:22.1875rem;top:1.25rem;left:0rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 {display:block;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 { width:17.5rem;height:22.1875rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #nEXx72FPnsNEaoPpEEpXwXLJp0I4fxzN {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #rP9s0K2ZFqoptQ0KiB7Ew4Wqh81WIdBz {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #rtXheDJCKv6BF73rvlgMLFhnEAf4XPae {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #UcL5ATswDXcXcBuVIoV97bJGxoB4JEbH {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #fMyVTE77nUeyCvLpqX39WNxWxSg3luge {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #oWaKSkyI1ciDJs3mQf0hpHLEa9PErIlp {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #XkuMh7GqhXFVn7OhLs62zXbt50H1vCJs {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #I9Uk6CnbiuuAgXuyg114T6sMdWNJRGMg {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #GnvvlcreMxzXfPRZLP4Xww0xqwoRA1gz {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #ZNBTl2nZblMBeR1zidtScvWrZ8zHFeS5 {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #iyJAXC7ynMrikqEKRHmn2QxbNaMA4wlM {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #tEU0zLitlMh61VLpRVn6l5RNDE4ZNr22 {  }
 }@media only screen and (max-width: 763px) { #BEBnyskqEWM64WwCVeOG86fTurqd8XAc { display:block; }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #ScrXl7IN3hc5Ay2TS1AoTg0eotCOtZCT {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #AFS5yLDF6L8GLehN5Z0nTRNfGWsqwLRs {  }
 }@media only screen and (max-width: 763px) { #RpI8B81SpTcuEKmpKDxLzTyp78UApKpt { width:6.75rem;height:6.8123640967769rem;top:41.346125953674rem;left:6.625rem;font-size:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRoHVl0i15hIqQNfB2AGQ4qyeFF1X05T { width:9.75rem;height:3.3125rem;top:32.15625rem;left:5.125rem;background-color:#1bb25b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vfhXqpGAkKEvFo1vN5Hg3Z4v6K1BKBgq { display:block; }
 }@media only screen and (max-width: 763px) { #M5cbqkOMZkMsFbJP7501zmG9nTVN2xuU { width:2.8125rem;height:2.8125rem;top:21.125rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO { background-color:rgba(255,255,255,0.94);background-image:none;display:block; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row .container { background-color: transparent; background-image: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row .container > .video-iframe-container { display: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row > .video-iframe-container { display: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .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); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W32n1mhxIWhutFdpXhZAW0goTFCegHMr { width:15.1875rem;height:1.3808625rem;top:11.1875rem;left:2.1875rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHd4RNnNz3e45NlkIQ1Ea5hfGiiIK89m { width:1.93685rem;height:1.93685rem;top:10.940755367279rem;left:17.624566137791rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKQMkW24tqTfQorMotgi4KaA8L08ztoo { width:18.25rem;height:5.5234375rem;top:3.8741340637207rem;left:0.87456601858137rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLDLEhulmwABkTnCfur99ypkOKUQiRSm { width:18.8125rem;height:1.94921875rem;top:1rem;left:0.59375005960464rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO0sWCwtwi5k6hlxbI803REQwJwGkzPo { width:1.8125rem;height:1.8125rem;top:16.1875rem;left:17.874566137791rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9B7qlA358RmdnG26FM1ICfDXKhN840a { width:1.75rem;height:1.9375rem;top:20.310981750488rem;left:17.874566137791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE3D0lZtbx9JiCs0tTvc12TawxuoT05Z { width:1.75rem;height:1.8125rem;top:24.87370300293rem;left:17.874566137791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcIoaCQ1q46XM9zuAbggKuf3GlT0yhVa { width:17.8125rem;height:2.76171875rem;top:16.437065124512rem;left:1.1243489384651rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGAUgmWgwF2UxMVtasB5WWnTdG2GETrm { width:17.25rem;height:2.76171875rem;top:20.561637878418rem;left:1.3750000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2H4sxaC3kbpMsJVT0DW9zVrTmZcsq57 { width:16.5rem;height:2.76171875rem;top:24.436416625976rem;left:1.1861979365349rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCF7obH8SLB5txoV61g3k91xIC27Qvhu { width:20rem;height:1.7871125rem;top:13.312065124512rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twbJBOMf4LsKJX9m9qaDR6KadAKvVmXB { width:1.6875rem;height:1.5rem;top:29.186851501465rem;left:17.874566137791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTcfllV8Ka5mzsvsG4WgCC5vS1UXp3uR { width:16.8125rem;height:4.142575rem;top:28.374137878418rem;left:0.75rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulbWTzc1FhkJ9lKpGHXhBgoggpFuOegd { width:17.5rem;height:3.4375rem;top:33.7490234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR2DvZQGbJU9TNZE4aTE5R43R6q6cF1t { display:block; }
 }@media only screen and (max-width: 763px) { #iQpd2mv24XXb5oMdxRQTagwDsudfTLlk { width:9.75rem;height:3.3125rem;top:38.4365234375rem;left:5.125rem;background-color:#1bb25b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #x1UxmVMLStlwPh5kM5NEwwZqu0vnvFqb { display:block; }
 }@media only screen and (max-width: 763px) { #v2Fh1zFpuxu1T6Xqfei1Q1xhpn2QOvia { width:2.8125rem;height:2.8125rem;top:15.375rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQLBZKCVvXdt20Xdd60TkqwhfPprebti { width:9.75rem;height:3.3125rem;top:42.9990234375rem;left:5.125rem;background-color:#1bb25b;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) { #zOKruQWxhh3mRABwQNSLMEnDvGFqBdig { display:block; }
 }@media only screen and (max-width: 763px) { #STPF6uuhe5UQRcw4RUvmNa43JqlDwfXQ { width:2.8125rem;height:2.8125rem;top:33.75rem;left:8.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p { display:block; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5Q93W553GOz3QJPZ8g3WDsQu3OMWB94 { width:20rem;height:0.9746125rem;top:13.310546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWOBTrOBfhFEGTpOA4rwnP5TnD41OuJU { width:3.125rem;height:3.125rem;top:2.4136276245117rem;left:15.812067091465rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZLxwkvLg2ssfaPA7bQGrINyueNfTTtW { width:13.186875rem;height:3.0859375rem;top:2.5119361877441rem;left:1.6866319775581rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH1CvPwaMl42PTLVMhpGEkQFKHms2xIT { width:3.18685rem;height:3.18685rem;top:6.7556419372556rem;left:15.780599653721rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuOrrI9QieL4VcgyGchi7wTF8bTtQ3e2 { width:9.375rem;height:2.2744125rem;top:7.236328125rem;left:5.5679255127907rem;text-align:right;text-align-last:right;font-size:1.75rem;display:block; }
 }