.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ha5RC7sBLoItItmDB985NHyVDyzIRctg { background-color:transparent;background-image:url("https://images.assets-landingi.com/3NaX7ST1/112Artboard_1_copy.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#ha5RC7sBLoItItmDB985NHyVDyzIRctg.adaptive-delivery-prevent-bg, #ha5RC7sBLoItItmDB985NHyVDyzIRctg.lazyload, #ha5RC7sBLoItItmDB985NHyVDyzIRctg.lazyloading { background-image: none; }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .row .container { background-color: transparent; background-image: none; }#ha5RC7sBLoItItmDB985NHyVDyzIRctg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(204,168,233,0.5); }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .row .container > .video-iframe-container { display: none; }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(204,168,233,0.5); }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .row > .video-iframe-container { display: none; }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .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); }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .row .container { border-width: 0; border-radius: 0; }#ha5RC7sBLoItItmDB985NHyVDyzIRctg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .row > .video-iframe-container {  }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .row .container { width:60rem;height:91.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Jgm60T9TMddsAu548iEJOw5IT5eKMTUM { display:block;width:27.686625rem;position:absolute;font-family:tajawal;font-size:3.125rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:6.6851129531863rem;left:15.556640625rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#L5Pa6J63vCQyTVlTrnseioWFyu0oziV7 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.6875rem;top:0rem;left:25.5576171875rem;overflow:hidden;display:block; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-form-header { font-size:1.1875rem; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-regular-label { height:auto;display:none;font-family:hekaya;font-size:1.1875rem;font-weight:400;color:#ffffff;width:20.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);line-height:1.6;font-style:normal;vertical-align:top; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-text { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:20.8125rem;box-sizing:border-box;height:2.125rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:kids;box-shadow: 0rem 0rem 0rem #000000 ;text-align:center;text-align-last:center;vertical-align:top;font-weight:300;font-style:normal; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-textarea { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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.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:20.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:kids;box-shadow: 0rem 0rem 0rem #000000 ;text-align:center;text-align-last:center;vertical-align:top;font-weight:300;font-style:normal; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-select { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:20.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:kids;font-size:1.5rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;text-align:center;text-align-last:center;vertical-align:top; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .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;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #ce3d9d, #ad2d82);background-image: -moz-linear-gradient(top, #ce3d9d, #ad2d82);background-image: -ms-linear-gradient(top, #ce3d9d, #ad2d82);background-image: -o-linear-gradient(top, #ce3d9d, #ad2d82);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce3d9d', endColorstr='#ad2d82' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce3d9d', endColorstr='#ad2d82' );";background-image: linear-gradient(to bottom, #ce3d9d, #ad2d82);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:2.0625rem;font-weight:400;color:#ffffff;width:20.8125rem;height:3.75rem;font-family:kids;overflow:hidden;font-style:normal;text-align:center;text-align-last:center;line-height:1.2; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 [class*="-text"]:-moz-placeholder { color:#000000;font-family:tajawal;font-size:1.5rem; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 [class*="-text"]::-moz-placeholder { color:#000000;font-family:tajawal;font-size:1.5rem; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:tajawal;font-size:1.5rem; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:tajawal;font-size:1.5rem; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .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:kids;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:19.8125rem;overflow:hidden;font-style:normal;float:none;text-align:justify;text-align-last:initial; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .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; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-container:first-of-type{padding-top:0;}#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-container:last-of-type{padding-bottom:0;}#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9  { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8115rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.6875rem;top:18.71875rem;z-index:100031;position:absolute;font-size:1.1875rem; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.8125rem;display:block;vertical-align:top; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 {display:block;}#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8115rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.6875rem;top:18.71875rem;z-index:100031;position:absolute;font-size:1.1875rem; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #RlbrdVAxrlwX8qLSzeybC3mDqZpHLhqb { position:relative; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #qH0u2KIZnvOaRwayCWk3MJMqJwiEqceQ { position:relative; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #Qlhwg6WUwoCBOT0393XlHF0wxJs8wewl { position:relative; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #yRTNun44oA45gGTo9phP6KJgBVxAEbKM { position:relative; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #TD8iVsnqvK8R4EVsF1RyvuSiZzf82Nta { position:relative; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #zKrJOEvULTDfswxMnRtw62PXZF85VB0G { position:relative; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #hv7p9rPGSsf9NWsJtq5ByXsC8cb16x8M { position:relative; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #edgXJ4G8WISxpCVzZ3DWMZIhWkKHCfgB { position:relative; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #WNeauWh4LpoD6zmDG1OUWNMbUyFW3ipo { position:relative; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #D75s5EbCxrFTWQM7KfL4A4uDJTEKnw8F { position:relative; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #d9kFMBTyKwhXAbDGyocm6twDrwcAdJHB { position:relative; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #n5oZOd2El7VsROIy9klIupOGR8XAQxLf { position:relative; }
#RtR4GwmPfQ1eSnGAiGcvOvA5XAA7ae9t { position:relative;display:block; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #x90PTAKVIcTRldTpyLyIfnPVK1KCHH0V { position:relative; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #UArEbnfxhDz9c1g3uKVcL0lJHTp2te8f { position:relative; }
#QNANSIJfZ5HcQZlwhpSZguF9RLQOnkce { z-index:100020;top:42.75rem;left:27.09375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#teTn4LwpUVNPohnWIt0OfHqFP92KJw3q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XsaU57fgc0NcxSaTBOTWiXTG1LHHbnih { display:block;width:26.8105625rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:11.5rem;left:15.5625rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#rgceFzb3h3UDPQVf0yrr3yLbkNaiI5xT { z-index:100023;top:48.1875rem;left:25.5576171875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UBzcgqLTgw1cb3a6IPR4bsm1XmUMkE1x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a0pUfCebCWBhKx8TtnBBTlexFrZFLDoI { z-index:100022;top:49.4375rem;left:12.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yNTaVdvxvULAi3V1ZIBBV01AdJBi5TmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QP8noSudpf8hH4PAbR79V7Z8nFLyvoGX { z-index:100023;top:46.0625rem;left:13.375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ph0uxMX5Ms4oqkz4GtPb2pw0Iem8DPeH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Bf7XttPbPRyTKuOhm6Hd8AVm49b0pg6x { z-index:100024;top:52.8125rem;left:10.75rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Damt3X6SZLXM0GxqShf0AJC5b9Piqwyz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AGUvocRatDTtoOAEGMe38NcACTLIz0Cf { z-index:100027;top:37.5rem;left:28.375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MTWbCBAyGn7sAQCQuxtMyqUDPoAz5AM8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JLUaOS9bUwU1dVAC1n7VdEBoDfGiuF0t { z-index:100028;top:31.825088500976rem;left:29.812282562256rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.06312125rem;height:2.750865rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#v9LKx8HsPJA7eih2sSXapPnMMa5A09Kt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IqZKKyT79imDQhB5HWuVSRuUkzIRwSaU { z-index:100028;top:22.5rem;left:35.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KH95NzK6xQZQSk5P4TQfNRL8PnbZU1mv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#THUpBaHXOL5SqVDC3F4pHVerOCOWxyzt { z-index:100026;top:57.4375rem;left:37.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eas8QAxZWTJAbH2Guthe9umvUPgzuEL2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yVKX1vJIg72P4DvBKgFoiTQZcdgCC9Ep { z-index:100025;top:60.75rem;left:36.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LFyxKvM5NOlrIkvtwNoT0UFrlHrH4H9B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VvbU3puR61iws5Ix6Jb975tycCAtWQ4h { z-index:100027;top:64.125rem;left:35.0625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#exBSMK0t0g3HuBzXeEVTJsxRCtPGxus3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uq0VBarG8fbDHA6kELhO0898o0EdVHs9 { z-index:100028;top:67.5rem;left:34.0625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ea8XeZJJ8hzCB24MmnheGfUIbCQA7zhp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GqSZX32BFyTd3CuJcNhcsMtdKDVnWUdC { z-index:100029;top:57.4375rem;left:9.6875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iwQL9M28BGFDGsQtDtc1Pi0Ee6vfCHqV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vrVuhNNK6zHp6FVvq14gMCsMc8qvBb8c { z-index:100030;top:71.875rem;left:33.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#axlu7i4s4NJSa1QXxbPEmrVVRLUscEok { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a7picZVVBhmXFXXAFRs1Fsi95GboaZC1 { z-index:100030;top:50.3125rem;left:20.46875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#dKnRX3Mz2Oe8IxMnb7dm6I1mZKnGW5Wd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tBnKsPuAP2DJeK0a3qlTkqM0upJ5TL6J { z-index:100032;top:65.0625rem;left:7.4375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#l2psFDDkqg2Qc85Wil5mMcoDFhmnzaMb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TIGzzvuSsTU9KXIuumnK0R2mA9SOcwkv { z-index:100033;top:76.9375rem;left:18.5rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KZC9vH0RsAqqySWX904tBMspeIzoEJBJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RHtvETyryPpU1CyBhU3xI6oOstwMuwQT { z-index:100034;top:82.375rem;left:18.5rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ohMSG6HUXCV7rTdBzNPOXfQU9DCnhRDp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d2VULdMP1KCJhnFcOi6urnsd35RwKpdX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:61.125rem;left:16rem;height:0;display:block; }
#HIA6U2ghUQlHlLuueT0ifUFy4AwbVb7k { z-index:100035;top:87.1875rem;left:18.5rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FBUM9clFandzhLPI78P3G7EBT0pwkTgQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gL1lh04tdmvLzhXTxRP2VzNT3b6m4i74 { z-index:100031;top:61.125rem;left:8.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UzZlTrsvNlwDhzKLPAblK1XqT7R9Qcxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P1BlKhmaTK9iPCP8fpd4yQovTAE2uuPA { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:5.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:17.125rem;left:25.03125rem;display:block; }
#Q3LRh0PRfSGn1zAgpnTlJFiRhsK6IP8f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IzQMeTRVsA4zS7SzD1GnLPX17oKUC3XQ { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:5.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:69.75rem;left:4.5625rem;display:block; }
#aXZMhFkKK4XiFh5oLRm6tvv4qWBKDxF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x8LnHP56lw3xt20NxhgmQHfs91Ip3BCT { z-index:100029;top:26.9375rem;left:32.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Jz5oGGuTXTm85chXZx8Kve4TzVfIm5cS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cElxSpLAuhko7p0gtKVB8VqkicGaHlO1 { position:absolute;display:block;z-index:100082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:8.625rem;top:5.609375rem;left:4.8125rem;overflow:hidden;display:block; }
#PhTPXaaHUkfpwBkcSOsDAtVcq2fT0ip8 { position:absolute;display:block;z-index:100183;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:11.25rem;top:11.6875rem;left:3.5rem;overflow:hidden;display:block; }
#NTRx47dvhHTENyHIR3RTNlKcgX5TTFkO { z-index:100029;top:32.1875rem;left:30.46875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tFnUnAtMZfJWI6k7AXkGccEBmT11y61f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#acdffa;background-image:none;position:relative;display:none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { border-width: 0; border-radius: 0; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row > .video-iframe-container {  }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:none; }#DFTmAlSs02qlxB2gUIi9xPQPs12CDIzv { color:#df4a8d;display:block;width:21.311875rem;position:absolute;font-family:kids;font-size:2.375rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:0rem;left:19.343532562256rem;height:3.087025rem;text-align:center;text-align-last:center;display:block; }
#emg9hDoHRnQh3X7WobqEabHf828t67MA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:13.684895515442rem;left:22.123481750488rem;height:4.93555rem;text-align:center;text-align-last:center;display:block; }
#cmpcrVUA9RPlPS3sISJwMh6PMCsUnI1P { color:#000000;display:block;width:54.8123125rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:4.5334196090698rem;left:2.5922298431396rem;height:6.82725625rem;text-align:center;text-align-last:center;display:block; }
#PuAn9PDwJMEuhxvsSRNCDpqTFeDv19nz { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:5.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:12.75rem;left:1.125rem;display:block; }
#ZWBPh88bNbz7dhAJm1a5mdh7kyve5kPt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/0f3oAQIw/Preschool_Kids_holding_hands_walking_school_hall_Preschool.jpg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe.adaptive-delivery-prevent-bg, #MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe.lazyload, #MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe.lazyloading { background-image: none; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { background-color: transparent; background-image: none; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container > .video-iframe-container { display: none; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row > .video-iframe-container { display: none; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .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); }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { border-width: 0; border-radius: 0; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row > .video-iframe-container {  }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:60rem;position:relative;display:block; }#IZvDltgPG1sJ5tblBuT6rkapklIOIAGf { z-index:100002;top:1.3125rem;left:21.4990234375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.626rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uvSyROSvVIbtxc7lmctOXC1AlGTdySgP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HTUREetMzTxZKxCHHT1c5AIUep1SifD7 { display:block;width:52.625rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.7;letter-spacing:0;top:10.875rem;left:5.875rem;height:6.375rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d7CNv7UPULWT2F1hGVJKyhfSizTWAdAp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:5.0625rem;left:31.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#TCaqD8lXa76CBFlTTB6f4xn7LKfEnPgS { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:normal;z-index:100008;line-height:1.6;letter-spacing:0;top:34.125rem;left:2.3125rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#dvekUJZTcLeTLtVK40XvMuJbrenmhtmI { position:absolute;display:block;z-index:100009;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:12.5rem;top:4.6875rem;left:31.8125rem;display:block; }
#OaTJlgWyiX6RF8RAnBX3vegEDO70mgMH { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:34.75rem;left:36rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#QBWGX57Aagy1VZPnwGHqNy3d72eq1gsd { color:#000000;display:block;width:34.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:23.212890625rem;left:11.75rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xKEngMwhaCrKTeeaUwwgUUsnMupkwhC6 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:5.0625rem;left:15.4375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#b7H3PtCMNgkGzEZcFQErwMkeUyPQFSdh { position:absolute;display:block;z-index:100011;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:12.5rem;top:4.6875rem;left:15.3125rem;display:block; }
#X7HcdV5iSkmBt1zp1v1DLv5PiX9rEmCM { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:20.0625rem;left:19.2177734375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#v04MxiZEIXyy01IXCT8uhNiuahX9umKT { color:#000000;display:block;width:34.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:28.525390625rem;left:12.3740234375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J6mEAV6GSU6V69p74hmJNqc67AVVJ2GK { color:#000000;display:block;width:34.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:27.962890625rem;left:12.3740234375rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e7INoXdhIN6pMCdfZtav2TMz0htMSwl8 { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:5.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:54.125rem;left:10.21875rem;display:none; }
#eZd8A4kuROM3Gl4MerQ4L9oidXKtSFg5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ghTCHbF3epquz6riuHtLN883GaZQiQwk { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:block; }
#yCFrK5Rwgpa6inQZrtfQa9CzdUzOVWxF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TfSDe5pLTEIWwR14u9ObClWu2a1khv4u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3bef0;background-image:none;position:relative;display:block; }#TfSDe5pLTEIWwR14u9ObClWu2a1khv4u > .row .container { background-color: transparent; background-image: none; }#TfSDe5pLTEIWwR14u9ObClWu2a1khv4u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfSDe5pLTEIWwR14u9ObClWu2a1khv4u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfSDe5pLTEIWwR14u9ObClWu2a1khv4u > .row .container > .video-iframe-container { display: none; }#TfSDe5pLTEIWwR14u9ObClWu2a1khv4u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfSDe5pLTEIWwR14u9ObClWu2a1khv4u > .row > .video-iframe-container { display: none; }#TfSDe5pLTEIWwR14u9ObClWu2a1khv4u > .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); }#TfSDe5pLTEIWwR14u9ObClWu2a1khv4u > .row .container { border-width: 0; border-radius: 0; }#TfSDe5pLTEIWwR14u9ObClWu2a1khv4u > .row > .video-iframe-container {  }#TfSDe5pLTEIWwR14u9ObClWu2a1khv4u > .row .container { font-size:0.875rem;font-family:arial;height:279.1875rem;width:60rem;position:relative;display:block; }#bSLhzD3TxnnoMQkqy9XO1ETAE9FtWKDX { z-index:100004;top:89.3125rem;left:5.75rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yJzFsM394TNocdkrpfFHIxVW2iJKflz9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q7KLSA8uJF9QkZGIheszFa2gZbVBcdOx { position:absolute;display:block;z-index:100012;background-color:#df4a8d;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.3125rem;width:12.5rem;top:108.875rem;left:8.3125rem;display:block; }
#xrIfCIrDHxxe1D9KVGhpIfGIbscTkox7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:110.25rem;left:8.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#THZmsSAUbP7GxGySS2JGG5PU92Db7ues { z-index:100004;top:116.5625rem;left:6.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VhllLymc3BiDkCzaNQPbwPSJWdiGB0Rx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TNZSc8h43DEbQni05EOTKzbhfMArssXJ { position:absolute;display:block;z-index:100014;background-color:#df4a8d;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.4375rem;width:12.5rem;top:131.25rem;left:8.3125rem;display:block; }
#lwQnDOskGo3T9lot1oF0LuA8yTBPLRFT { display:block;width:27.5rem;position:absolute;font-family:tajawal;font-size:0.875rem;font-weight:normal;z-index:100012;line-height:1.7;letter-spacing:0;top:121rem;left:1.25rem;height:8.9238125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#Uv5if1QFFoLSyKMh025bD5Gv1TfkGshd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:132.875rem;left:8.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#FtRq3n6rHetZJxIrxCDGdEPThu65Lshr { z-index:100008;top:138.6875rem;left:31.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tDkO40o70xnNGbH9bUoakan4EA0DgFce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TP0Zd7QuhZzbpmZEW3I2TTi0auGW91Gu { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:143.625rem;left:32.375rem;height:12.1113125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#LDom82x7UePOJ4HQsDkpiF54htAo2c88 { position:absolute;display:block;z-index:100014;background-color:#df4a8d;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.4375rem;width:12.5rem;top:131.25rem;left:8.3125rem;display:block; }
#Sfom8GOtFMhmawcVt7esJaPDH8A9pw29 { display:block;width:25.6855625rem;position:absolute;font-family:tajawal;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:143.4375rem;left:2.1875rem;height:9.375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#FNbzf82PB5uRO4MTB4FZZMEmvbfrwgGy { position:absolute;display:block;z-index:100018;background-color:#df4a8d;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.4375rem;width:12.5rem;top:156.75rem;left:8.875rem;display:block; }
#tSGgZdmpOJVevianpSLQCFDwWgUoZHS5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:158.4375rem;left:8.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#rTdcXhvaSlXchy3GHaXfuXx3kl9Ws7rK { z-index:100002;top:138.625rem;left:6.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5029375rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rAyDQhKWJiJATD3LWZa8k7BaR7fyBT5g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G7TeAxgyIwONvDa1klBytBJvQPSVcrRt { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:6.15625rem;left:8.75rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#fSuagTH16I5DnVtsfnE5X5AEEcgh1i1Z { position:absolute;display:block;z-index:100014;background-color:#df4a8d;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.4375rem;width:12.5rem;top:25.5rem;left:9.625rem;display:none; }
#osmuxfyPWH7aEiGpebNNQo9JRhh9aEfh { position:absolute;display:block;z-index:100018;background-color:#df4a8d;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.4375rem;width:12.5rem;top:40.9375rem;left:8.875rem;display:none; }
#GkxrpuUlySXmsgqsOSDl8xK5zgbvLclr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:41.5625rem;left:8.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#NiTyu1E4DdKIDcggXOSSg4A4L1kkIm4C { z-index:100005;top:250.3125rem;left:37rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tXxcKyCH8Uu1Wc063g8MADTUhscRnwTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a0IQbS7mpsuILRzpeW6p7KsQdFMJXlAu { display:block;width:29.125rem;position:absolute;font-family:tajawal;font-size:1rem;font-weight:400;z-index:100009;line-height:1.7;letter-spacing:0;top:255.25rem;left:30.875rem;height:6.796875rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#q1aa8zW8QTsryLmtvfd0Cf5z78Nr63Ut { display:block;width:27.9355625rem;position:absolute;font-family:tajawal;font-size:1.0625rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:6.76171875rem;left:1.03125rem;height:5.41699375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#l9lLwyAzZsK4T1SkQRTSX6aahNBX8ifT { z-index:100006;top:1.75rem;left:5.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#W5WmqXvompZ9MRNALFHslgOpeZI6rpyi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a9hNvMboEIwGTMWQrndm7gAT75UvQxx7 { position:absolute;display:block;z-index:100021;background-color:#df4a8d;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.4375rem;width:12.5rem;top:264.4375rem;left:38.875rem;display:block; }
#O6fKKwpckGw14Is7q1BmTVTJEOpeATsV { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:266.0625rem;left:37.9375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#hOUHTvK8XVHfGmW2VmddgnEDoTb582nO { position:absolute;display:block;z-index:100021;background-color:#df4a8d;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:5.125rem;width:12.5rem;top:264.4375rem;left:38.875rem;display:block; }
#mcSElat6TZlGQEcKPnTs49UNTpmsZs6J { position:absolute;display:block;z-index:100024;background-color:#df4a8d;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.4375rem;width:12.5rem;top:15.8125rem;left:8.75rem;display:block; }
#WNIbTXPgFkNXJgRUaRnZTddaVyVHkicL { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:17.5625rem;left:9rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#O8TA3prlAd026K59Lgde1mPUv4Ku616X { position:absolute;display:block;z-index:100024;background-color:#df4a8d;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:5.125rem;width:12.5rem;top:15.8125rem;left:8.75rem;display:block; }
#zE4PE84kwk7e25cRFOQgWhbAJI42n9g2 { z-index:100006;top:62.5625rem;left:34.9375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uIb2Pr7vmgmSnT9FIOFW1fukqD6VZWio { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e6R9Tv5BhkWicz9vB8fgx60lIIsVmqaL { display:block;width:29.125rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.7;letter-spacing:0;top:67.5rem;left:30.4375rem;height:6.375rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#T8nQP2AoTyTkGtiq9veMrOd2xmbmDqQK { position:absolute;display:block;z-index:100024;background-color:#df4a8d;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.4375rem;width:12.5rem;top:77.5rem;left:39.375rem;display:block; }
#xL12J8OzluICDD7nmvPwpI98aV30iTDb { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:79.3125rem;left:38.4375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#RAKSamtRyRPfdTATdTpTPd27O7sbRpgV { position:absolute;display:block;z-index:100024;background-color:#df4a8d;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:5.125rem;width:12.5rem;top:77.5rem;left:39.375rem;display:block; }
#bAl5rDzE7okIXLybTJrUFgcHwMQMw53t { z-index:100007;top:85.625rem;left:35.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SIg79D2ceiPGZkLe7Q5DLioDQIm8zmXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LF9ebGs4pDwaTCqtOS8AOk4PRqDNb4dd { display:block;width:29.125rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:400;z-index:100011;line-height:1.7;letter-spacing:0;top:91.3125rem;left:30.875rem;height:7.96875rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#Wvg14SZ1vSF3M6Suq8KmlzzrnH9LFk14 { position:absolute;display:block;z-index:100027;background-color:#df4a8d;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.4375rem;width:12.5rem;top:102.5625rem;left:39.375rem;display:block; }
#tKTDLpid9vEJHK7Jiqbsi1Mk5RfBvsMy { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:104.5rem;left:38.4375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#WqcTK8hoX7o4TCsmkFLmy3Ic5kQuN94Q { position:absolute;display:block;z-index:100027;background-color:#df4a8d;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:5.125rem;width:12.5rem;top:102.5625rem;left:39.375rem;display:block; }
#EpcBRQA8bLTRqMi0Oz3NCRWdAHC1ezPS { z-index:100008;top:110.75rem;left:35.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bIzTTDHk9OIzU2SsJtXc2ucyowIUft9i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kfUT2W0FrCvTMx2LhvoRVsZOpOB0xLJL { display:block;width:29.125rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:400;z-index:100012;line-height:1.7;letter-spacing:0;top:116.125rem;left:30.875rem;height:7.96875rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#OVgHk59utiZGpsIT7zqs6zr8nBfyTyWH { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:130.875rem;left:37.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#rgbUkvXSFFOGQvLMsv5G4zZ1vIGkotC2 { position:absolute;display:block;z-index:100030;background-color:#df4a8d;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.4375rem;width:12.5rem;top:128.9375rem;left:38.6875rem;display:block; }
#JwFqTfh764fBptkKvFV02eo6eCtVia93 { position:absolute;display:block;z-index:100030;background-color:#df4a8d;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:5.125rem;width:12.5rem;top:128.9375rem;left:38.6875rem;display:block; }
#FLLGRm6eRvEPdtCZSbZMGuRqX2cTTRxV { z-index:100015;top:62.5625rem;left:7.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6865rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xcAhxWsqxJNm7VOmHK23xr0qINyAQVkf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gTzlDOlSZB0ZyQph8NcRnuHcsm02gmg2 { display:block;width:29.3125rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:normal;z-index:100026;line-height:1.7;letter-spacing:0;top:68.1875rem;left:0rem;height:11.15625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#aR8QyeJfsiwLrSFbNW5MQml69Wpvkn56 { position:absolute;display:block;z-index:100028;background-color:#df4a8d;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.4375rem;width:12.5rem;top:80.8125rem;left:7.9375rem;display:block; }
#x3JIHHZpex2Nwb6k52BiiASAEy4LiROZ { position:absolute;display:block;z-index:100028;background-color:#df4a8d;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:5.125rem;width:12.5rem;top:80.8125rem;left:7.9375rem;display:block; }
#h3mxCKxTdZq8nE5k0A7NDNDxrMfp0tH8 { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:82.5rem;left:8.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#sqmXgUXt0Dl1xpXl9t4axOS2aq29Lipu { display:block;width:25.75rem;position:absolute;font-family:tajawal;font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:94.625rem;left:3.0625rem;height:4.673825rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#F0WNHkTCeO8RelP62l9TNUv4AThMPx4x { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:100.4375rem;left:6.9375rem;height:6.171875rem;text-align:center;text-align-last:center;display:block; }
#Q3n4AykrDeaJziNfbWpzR2bPyo7iwc38 { z-index:100012;top:163.375rem;left:1.5rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TeGCTU2o4i3eIGprZfk2TbQvzN0RUbbW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vLJalJHPOzaBadWruCh18fMtVmNsWblk { position:absolute;display:block;z-index:100024;background-color:#df4a8d;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.1875rem;width:12.5rem;top:184rem;left:8.75rem;display:block; }
#nt6PRuLHpfz4TAaBpXZCnrW6iTgGDPIh { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:184.3125rem;left:10.25rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#sD21yN7z1z7naBSlSRvrugCZ4IvotM7l { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.375rem;font-weight:normal;z-index:100014;line-height:1.7;letter-spacing:0;top:168.875rem;left:2.375rem;height:11.6845625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#DqEAfTGTMFI1ShTbR53dTVCn7V82wp1L { z-index:100016;top:167.625rem;left:30.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z3CNbIkQfdlSnniTp0voRdPVbRTdmDyW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xtsbTprI5phSwvfRFDWLMBbLOMJ6GPTC { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100018;line-height:1.7;letter-spacing:0;top:175.0625rem;left:32.125rem;height:10.09275rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#F9gLgSNXnE5TQZAzNGzxWmavMgDH85TT { position:absolute;display:block;z-index:100028;background-color:#df4a8d;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.1875rem;width:12.5rem;top:188.25rem;left:38.8125rem;display:block; }
#HWqHxZUCaZEIoE7NtbQ32LhmU0ZWApMB { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:188.5625rem;left:40.3125rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#fpoixE3sJSuWUs1zT95vr7ov6Wc90mWF { position:absolute;display:block;z-index:100020;background-color:#df4a8d;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.4375rem;width:12.5rem;top:159.875rem;left:38.8125rem;display:block; }
#KZXRcJZO7ilItPlZG5K5xi95330hGVAV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:161.5625rem;left:38.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#H5qw1AZXKtigE0itzKt9imK0ds1exNt0 { z-index:100020;top:195rem;left:31.6875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gnzovB3fQd6yrHG7FXXRL6XBFenZm1ld { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e5OCuoOnSaU7GBEGCUu7kTiSief6VzpT { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:normal;z-index:100022;line-height:1.7;letter-spacing:0;top:202.4375rem;left:32.9375rem;height:9.5605625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#ZHJ0NrnDr23R0rAXNN3DKU3id8zTBKba { position:absolute;display:block;z-index:100032;background-color:#df4a8d;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.1875rem;width:12.5rem;top:215.625rem;left:39.6875rem;display:block; }
#MyFcI6N3sPlWt7ivOyDBQzQVwOUuW04g { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:215.9375rem;left:41.1875rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#OHyScCfIbKLuwFl7TCxZJ310PeTN0130 { z-index:100024;top:195rem;left:0.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aaxSQs0NdlO2oKnBhtfXEwpLp1RHr1aV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ooygTMTVsAS5UtktJT5Hl7vcuTTsMi8g { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:normal;z-index:100026;line-height:1.7;letter-spacing:0;top:202.4375rem;left:2.125rem;height:7.6484375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#mekIT8eT7kh9Om3678kwPxSpyNXosWXX { position:absolute;display:block;z-index:100036;background-color:#df4a8d;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.1875rem;width:12.5rem;top:215.625rem;left:8.875rem;display:block; }
#wbg8Et3xSiAPcb3lvK9iz40F69MGA28z { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:215.9375rem;left:10.375rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#AlNCDHbJzWWrvx3XxCbF2coTkhGOQ47l { z-index:100024;top:223.5625rem;left:31.6875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Eh7BWMVWgUSwUlnFppwdJSEGJ90cnn3z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OyyJx0PSkdIIGFCmzBAIuk5aTfSkPbOh { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100026;line-height:1.7;letter-spacing:0;top:231rem;left:32.9375rem;height:8.07425rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#pTafn4IIscCV9UmUcUgEhCb9iEyFwRhv { position:absolute;display:block;z-index:100034;background-color:#df4a8d;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.1875rem;width:12.5rem;top:242.5rem;left:41.3125rem;display:block; }
#k4N5QTXEM7MLMLSsmrzQfyiTFDmMybAe { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:243.6875rem;left:42.5rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#QhhUoUvt0WKhS0DqK7AlAZgPINgbEAbn { z-index:100028;top:223.5625rem;left:0.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oyB74maaxXhK6BT59NkGD0bhoRQmimTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nrSruo8kE9G7XJ1qDVSnrZ1gTtoJ30Q5 { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100030;line-height:1.7;letter-spacing:0;top:231rem;left:2.125rem;height:8.07425rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#aiSAdQfzedTo4yMbThC3whmGF2aNIc9W { position:absolute;display:block;z-index:100038;background-color:#df4a8d;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.1875rem;width:12.5rem;top:242.5rem;left:10.5rem;display:block; }
#CIWf85fa1I8niTZNShJrz8o6VDndThGE { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:243.6875rem;left:11.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#W6zHRQOm1O7gEiXzb9QlvyDOGBCXUHRu { z-index:100028;top:250.3125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lPdkJ2JAlCXDziDIzrETaR3JroMKXxP6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JNHebyT4egZOgsdQ78OHMzvK9QbZPiEd { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100030;line-height:1.7;letter-spacing:0;top:257.75rem;left:1.25rem;height:8.07425rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#OhQZzAeiLXbTQo8xaTMfrLL9TkvFwTUX { position:absolute;display:block;z-index:100038;background-color:#df4a8d;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.1875rem;width:12.5rem;top:269.625rem;left:7.6875rem;display:block; }
#oDW0Ran9mJW1p7Z0Ik0GJz1H5La4e5AE { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:271rem;left:8.9375rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#o6xLDvIPdhZsNQaPJDKGkyb2EVVPOtzM { z-index:100028;top:223.875rem;left:15.75rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#SQl13IfEyxSaV5iXVClwlwydUMPwFitq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EfLZOatLXtgXXcLB3LevkyKsiIdwaKc1 { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100030;line-height:1.7;letter-spacing:0;top:231.3125rem;left:17rem;height:10.09275rem;text-align:center;text-align-last:center;color:#000000;display:none; }
#d4rt6ibJsKm6vXTJVdAeZSCsLhnOQwQi { position:absolute;display:block;z-index:100038;background-color:#df4a8d;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.1875rem;width:12.5rem;top:243.1875rem;left:23.4375rem;display:none; }
#ND37cAOBMiZvmGiq4gUPO2G81nM41UH1 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:244.5625rem;left:24.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:none; }
#nPMTkUeIyuwppuSOLOCEHd2406HQgkwT { z-index:100032;top:1.75rem;left:31.6875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#l4rSSv4r4ULG8uV6U78283Aucv8oEFLl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H5V2vkAWAlnoJUJhiT2r7VTWVqhUfzNU { display:block;width:27.6875rem;position:absolute;font-family:tajawal;font-size:0.875rem;font-weight:normal;z-index:100034;line-height:1.7;letter-spacing:0;top:10.6875rem;left:31.375rem;height:10.41113125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#adPiUQpOWTGEmFFr4wDr7pItnBVwurQl { position:absolute;display:block;z-index:100042;background-color:#df4a8d;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.1875rem;width:12.5rem;top:23.625rem;left:39.8125rem;display:block; }
#km86zoxyUwEUuIadhxttk7xTpglF5DvW { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:24rem;left:40.875rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#F7buxJQRr9D1xJaXKrpM2nnID1a6tu0H { position:absolute;display:block;z-index:100032;background-color:#df4a8d;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.1875rem;width:12.5rem;top:188.1875rem;left:39.6875rem;display:none; }
#X03h8DlUl5WSg7gxAhrLVXtad2tbm6kx { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:5.4375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:26.5625rem;left:24rem;display:block; }
#BRnFVEn8TXARnzv0CwWkXI13qviNCItH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CND8hVakgpb9NmtwAUP4ESP1HbbVeet9 { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:5.4375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:81.9375rem;left:23rem;display:block; }
#st71xqFKVryiSALARpM1Ipuseq2duqoh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QGR1pxCAdRV0TXkPhyH2CNmoP3XqXguT { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:5.4375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:108.3125rem;left:22.1875rem;display:block; }
#TB74fxRzcmPkflPwC4ePx8yBVFZTidNh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FpZy3IgzGk6RO8sPx2KT5t4a2wRT17I0 { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:5.4375rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:130.75rem;left:23.3125rem;display:block; }
#KIOMcdT11WmSZCdozauqX9DJTRO435va { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Uu15EyWOoXMCeHDfHiTINJI4dvFu8OtH { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:5.4375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:186.1875rem;left:23.3125rem;display:block; }
#UVSWwicUBUDUJtErM79ZoDswm3nA2dMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ri7wgAsz2Vdo8cCmoBLlHK7KAfLIbTeG { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:5.4375rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:242.5rem;left:25.25rem;display:block; }
#nZCMEJ0WbwJrX1O3ZXZCUcnHUswU6TlM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q7xGlZZbBC7L3Xqq3TDPSrH7yK4iwUVD { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:5.4375rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:268.875rem;left:24rem;display:block; }
#pTmTilTvDqbNc9bRo9JiJ5uJ2z7a6TLt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ho8mJUETgaeqWSW86eK1dIWgncu7Ehtv { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#ISaTmLTQ10ZQxcUCFEL9f8Wv8fwLAdZm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZUqwA50mW8De0u4GRwUxDUbctPzT0ATR { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#v2wl1RGQWhPUV79S5xs2XJ4xFpWuHkMm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X3r7R2132lthcBO0EwOeTFthmLvKPDm0 { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#BFzdUpl6vZA9imbrEeItPzu4AXoGOzDQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mSAbNSLZZXEz8HBn3Ns8H6IF4dOCiKRq { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#hEB8qnSMlkREIfJzDiw1VZnw0rUmX5RC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cZvWQliiaqJq3vr6lfGpIfO4n8cZB8lJ { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#K8u3TyQei4uoTsGw1ZOPgPUlTBTF6N8S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tTx7N3hLTTQL8K0ZTzQMVNGc0T27yyih { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#TFxicEDVEHudTpESUygGIM0crRdJHEsL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KvgH2eCROC9DTOGOuRJWq5SGG2OXlkuN { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#b1ip8ScCGzKHamTM2DeT7apLu1RK7H3c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rU6RJRKCBkqsQXdxHWqPxPnRxVmNKp6q { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#ImxQcLQTgZDViOO2otF10MMVPFlaKOWb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dootimSiOJqoSzbvu4dGplxl0TatsKtP { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#VbHxBS0tgoFR6C7OZ3wU6upww72d7TGW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o7EqAlVZ574aHe3rRbTloxWfqZrG7zy9 { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#fOq9LZvrUDhzETefBB9tIl1zax9THLRs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TMR66G1hEkEbzZEWPEpCRpueOyPNJfrO { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#CgTVEbZiqlXSkAgaZChCxadLVLGZrdve { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oGORTyAiUw5poT86CieogMKIeeSNRIS0 { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#hNnVeZMnyoI4mrbrXCW6LSPlcgGDMD4I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IGL3eXxaHbakK5S6nftRMH9kCODIdgcQ { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#UcbRI5FEB2fly2iA1cBruOdPixpZ5vSw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r6R2cla9qDMXcyVBG4bT9p7AxW26Ekfx { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#vuWKBZXRDGXFTlz0wOuRdg3DQd9DV5v0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Wwk0kU1cSiRB3xeBR2qkq1SO6hqsh7fS { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#ywSpWFcEwFhDCKog24eHL1RamNJPnHOB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SbImy19sJfwW4BEJ4pVPagL85ibF6HWa { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#E6H6Pk4A1wp7IWMZMUoOWrZxyLTQKkZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xDDs3OOzmhN3sCzEQ7pGwqzdBTVzaAgT { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#TFbJQVFHUsvo5C4z5GUtiyE33EfgmeHc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gg6yUEHEeIe8UklQnxarbHgr36MKzM5R { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#V06aQCgFm2D2mpycTwWgzcN6kUCF5HSX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WSxQaxoxXsJRnWgIEVLpiRsXvLd7lyNS { display:block;width:27.9355625rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:normal;z-index:100015;line-height:1.7;letter-spacing:0;top:43.5rem;left:15.9375rem;height:3.82421875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#kxwdShT4Mo3HJBmTUUTtVpkeTwx5Rk8u { z-index:100011;top:38.75rem;left:20.75rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sg7Oyko1fTkEptA189lsGxghADQyLTJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A8n7G9a4sPwhPo30F4TyTqNWUBbkl3wa { position:absolute;display:block;z-index:100029;background-color:#df4a8d;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.4375rem;width:12.5rem;top:48.1875rem;left:23.3125rem;display:block; }
#EMRQbtvK4JzdO8Lm02KyLwbitkz78xTA { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:49.4375rem;left:23.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#gsBpWCeh1z8CPR41TqB37qLzEH3r4pFs { position:absolute;display:block;z-index:100029;background-color:#df4a8d;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:5.125rem;width:12.5rem;top:48.1875rem;left:23.3125rem;display:block; }
#h6lkdcA8kM3Fpyxh1AU8lCLrHdyD3NG2 { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:none; }
#LVkEfJTczutZsyFeR4PNJqouDkFz8iKF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uLUwKGO7uH0oRaW0s4T3HVNU40fGzMsg { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:5.4375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:54.9375rem;left:23.4375rem;display:block; }
#xs1OJSfs5TdBaUfHvmsS5BA9bnAQnXD0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gX6NIJFocaKO8izbvVv73SuTBkG22giz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3bef0;background-image:none;position:relative;display:none; }#gX6NIJFocaKO8izbvVv73SuTBkG22giz > .row .container { border-width: 0; border-radius: 0; }#gX6NIJFocaKO8izbvVv73SuTBkG22giz > .row > .video-iframe-container {  }#gX6NIJFocaKO8izbvVv73SuTBkG22giz > .row .container { font-size:0.875rem;font-family:arial;height:254.3125rem;width:60rem;position:relative;display:none; }#CgIiigQ4ypqlp34vP91Ewh46m0Fwpx2c { z-index:100004;top:61.875rem;left:5.7529296875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u9futEH7v2cVLQ7heTiqKayxncimyAtg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fS7OgkAqTZIKXre3NQ1JLPRu9ir0lqIU { position:absolute;display:block;z-index:100012;background-color:#df4a8d;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.3125rem;width:12.5rem;top:81.4375rem;left:8.3125rem;display:block; }
#cfte4k6bPW14JJiaK8ta5mVP3gnw02uv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:82.8125rem;left:8.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#MR5V4cDxcttuWbJFEMmIlSIIwvCzHHnb { z-index:100004;top:89.125rem;left:6.59375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VKiVORWm7ZSfrRm3k6D3nxmAVG6DKu8W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PHNV0OwxDpzOZHBqASyVcM9psQJxP4Zt { position:absolute;display:block;z-index:100014;background-color:#df4a8d;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.4375rem;width:12.5rem;top:103.8125rem;left:8.3125rem;display:block; }
#Uyd4Oc3llNqiXtKgCfW1kODfUJR4rQ8L { display:block;width:27.5rem;position:absolute;font-family:tajawal;font-size:0.875rem;font-weight:normal;z-index:100012;line-height:1.7;letter-spacing:0;top:93.5625rem;left:1.21875rem;height:8.9238125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#eWmU3efLuubfEwwv9HBbdrn3tPCbWkTi { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:105.4375rem;left:8.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#nVuTmFsUre10k7oXSDwxnp7Gd2ZAWa8U { z-index:100008;top:98.875rem;left:31.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vsQLqMiqGh82GLWqITFotFk4sJe4QcZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QFBkyrR6LNH6JUQRPD8h0HzZ7sqRx7uh { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:103.8125rem;left:32.34375rem;height:14.129875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#ndD00Nqef1kFpUSRhZCsbv53FnZqbHTA { position:absolute;display:block;z-index:100014;background-color:#df4a8d;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.4375rem;width:12.5rem;top:103.8125rem;left:8.3125rem;display:block; }
#PtVhOAik58VL3Zy1CMWQ3JtQxRXeNmus { display:block;width:25.6855625rem;position:absolute;font-family:tajawal;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:116rem;left:2.1875rem;height:11.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#zQdMB1oFNU8rI5lC4JeivTSGennRey8r { position:absolute;display:block;z-index:100018;background-color:#df4a8d;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.4375rem;width:12.5rem;top:129.3125rem;left:8.875rem;display:block; }
#doVCDmRvZzSB5stODGB2FSlVWk0UTnQJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:131rem;left:8.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ol1qtSGn4TATkWMhr8TWkzKgKmezCZ36 { z-index:100002;top:111.1875rem;left:6.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5029375rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#slqxuE1oa2ciq4oiFBzKQ2TXH8nsJ67O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IS8URJ2SXibkzGfuEOnZPsvDpMNW239c { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:6.15625rem;left:8.75rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#SRZ2u9cggcOEpTykdNTRbT3lTWCDlGta { position:absolute;display:block;z-index:100014;background-color:#df4a8d;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.4375rem;width:12.5rem;top:25.5rem;left:9.625rem;display:none; }
#N0JgnSvPqSskEOv6qKMWoKrt7ymJMcr9 { position:absolute;display:block;z-index:100018;background-color:#df4a8d;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.4375rem;width:12.5rem;top:40.9375rem;left:8.875rem;display:none; }
#qdOmTvXEVa9kB9yz7EQ7DMFU1zpimdCb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:41.5625rem;left:8.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#TBm7euhN5Awau7grNsnMvXGWdUSqV6Rc { z-index:100005;top:1.1875rem;left:36.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DxghALVKG6tECIZSXVLqvS1svLPfOlbD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZUaaT79lmMwlkTOmJtH3rP1UzutM0WT4 { display:block;width:29.125rem;position:absolute;font-family:tajawal;font-size:1rem;font-weight:400;z-index:100009;line-height:1.7;letter-spacing:0;top:6.125rem;left:30.6875rem;height:8.496125rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#OyE4SlyICVxIG1KS96VCllT4ov18I2O5 { display:block;width:27.9355625rem;position:absolute;font-family:tajawal;font-size:1.0625rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:6.76171875rem;left:1.03125rem;height:7.222625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#hOmIr76qoeC7yHgdudcmxfGqVVeOBMar { z-index:100006;top:1.75rem;left:5.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Xiab943h5Cxo7dtIlN8pbOoU98cX0tAE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZBJQQ1gDg67xP0nvTaXra3lhFPuDUuZW { position:absolute;display:block;z-index:100021;background-color:#df4a8d;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.4375rem;width:12.5rem;top:15.3125rem;left:38.6875rem;display:block; }
#xzU6wh4moDO6t0Uw7S21zm6fRgTb0wR6 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:16.9375rem;left:37.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#MhMADOAT3hRwFRcImHEa6kcVlTOqfwAQ { position:absolute;display:block;z-index:100021;background-color:#df4a8d;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:5.125rem;width:12.5rem;top:15.3125rem;left:38.6875rem;display:block; }
#DKiXd8p5v0FX3ecnaaKUHF80qrIVgB3A { position:absolute;display:block;z-index:100024;background-color:#df4a8d;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.4375rem;width:12.5rem;top:27.0625rem;left:8.75rem;display:block; }
#ugOwGBTA5MSEqGG0a4cEQLBnJrz8CWJi { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:28.8125rem;left:9rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#O3r63aSWV1NHE22tenmIlgcQZ6KVkT9W { position:absolute;display:block;z-index:100024;background-color:#df4a8d;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:5.125rem;width:12.5rem;top:27.0625rem;left:8.75rem;display:block; }
#cUhMPSPTh8a7QvLWPXfIet23ixkAIOoW { z-index:100006;top:22.75rem;left:34.90625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Oisu2TGvRGDs72OdPMJQGdTA1zTGzGN4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tKAu4Ow4qfehiKoUGU0WMrLzT2wTVvZ6 { display:block;width:29.125rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.7;letter-spacing:0;top:27.67578125rem;left:30.4375rem;height:7.96875rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#E2uEJgbrAvr8OndkXV98ZMaFpJTC2rPL { position:absolute;display:block;z-index:100024;background-color:#df4a8d;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.4375rem;width:12.5rem;top:37.6875rem;left:39.375rem;display:block; }
#O1yI5WcMJz50zO7odRmDTZhLnlHbtbkV { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:39.5rem;left:38.4375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#R0Xv3z6gmOggHO50S8lP3lBTDOTTC0mh { position:absolute;display:block;z-index:100024;background-color:#df4a8d;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:5.125rem;width:12.5rem;top:37.6875rem;left:39.375rem;display:block; }
#gPvz58HuP9ZRFes1v6OLENPfgqJvtlM7 { z-index:100007;top:45.8125rem;left:35.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Qquz2ZWlhmtJ3CW0Z8DkIb79dHzlpzb9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TCmAQlROmcaU47JiXRTJeaQnGfniOnNn { display:block;width:29.125rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:400;z-index:100011;line-height:1.7;letter-spacing:0;top:51.46875rem;left:30.875rem;height:9.5625rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#ouX9ABV4G9nosDBCpHm8gTmfvrOdKXQd { position:absolute;display:block;z-index:100027;background-color:#df4a8d;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.4375rem;width:12.5rem;top:62.75rem;left:39.375rem;display:block; }
#tr5GwL8r44x6mTvh3UUkRDQxaGNGNHTc { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:64.6875rem;left:38.4375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#I7uv2fbfPIxkUV9ueeJKqVgpf3vsTOvp { position:absolute;display:block;z-index:100027;background-color:#df4a8d;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:5.125rem;width:12.5rem;top:62.75rem;left:39.375rem;display:block; }
#AP2zVk6V71XRZAcDTPzlyvQTfE2edGaV { z-index:100008;top:70.9228515625rem;left:35.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DKVnGsBxghRCD1cGtGvu0ZtiHU5z02e6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zVJamDmoTWhdQxCy2ZF8TTlbQM8Luyzd { display:block;width:29.125rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:400;z-index:100012;line-height:1.7;letter-spacing:0;top:76.3125rem;left:30.875rem;height:11.15625rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#O7rRh7tND3CuEadZBv6XU1gP8CBKtUEK { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:91.0625rem;left:37.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#SGMNXl4DTXDbsSlglHFeotdylEZ2VcJg { position:absolute;display:block;z-index:100030;background-color:#df4a8d;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.4375rem;width:12.5rem;top:89.125rem;left:38.6875rem;display:block; }
#kQtgq03T0tbwIBfyXTRTNvP9fukucTUy { position:absolute;display:block;z-index:100030;background-color:#df4a8d;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:5.125rem;width:12.5rem;top:89.125rem;left:38.6875rem;display:block; }
#Bg0TisVldz6WwENkp4KBeighppRlAgTt { display:block;width:14.8125rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.7;letter-spacing:0;top:22.8125rem;left:8.375rem;height:1.9121125rem;text-align:right;text-align-last:right;color:#000000;display:block; }
#Q5SKyHULUQHeOtPKik5dlcOqSvKh6dKG { display:block;width:13.1875rem;position:absolute;font-family:tajawal;font-size:1.0625rem;font-weight:normal;z-index:100017;line-height:1.7;letter-spacing:0;top:15.3125rem;left:9.9375rem;height:1.8056625rem;text-align:right;text-align-last:right;color:#000000;display:block; }
#CEfPetDSWlvVI9FF4s2zyIAqoSezyZxZ { display:block;width:16.875rem;position:absolute;font-family:tajawal;font-size:1.0625rem;font-weight:normal;z-index:100018;line-height:1.7;letter-spacing:0;top:17.6875rem;left:6.25rem;height:1.8056625rem;text-align:right;text-align-last:right;color:#000000;display:block; }
#JDsMf3RX1LiKPOLu2lr8w47y2cfS98gr { display:block;width:17.4375rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:normal;z-index:100020;line-height:1.7;letter-spacing:0;top:20.25rem;left:5.75rem;height:1.9121125rem;text-align:right;text-align-last:right;color:#000000;display:block; }
#x72k6KRHDhlEsR08BN4ETbHvELsVTlrg { z-index:100015;top:35.125rem;left:7.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6865rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QNpfbUzNqDfPr5t3Cmrz55V55HQm3y0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ur8Z6AH9fniaRlFCJWEOWTlWXbz9FASk { display:block;width:29.3125rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:normal;z-index:100026;line-height:1.7;letter-spacing:0;top:40.75rem;left:0rem;height:11.15625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#q8DMDJ60Sk0wZU5LNgKEsvsEhKJu3vsL { position:absolute;display:block;z-index:100028;background-color:#df4a8d;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.4375rem;width:12.5rem;top:53.375rem;left:7.9375rem;display:block; }
#qJHT6SJHd4DFNIetMbf73DiLG1JHXeZX { position:absolute;display:block;z-index:100028;background-color:#df4a8d;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:5.125rem;width:12.5rem;top:53.375rem;left:7.9375rem;display:block; }
#HExPVwgicxeIpAfP4KaAb1pGN2KT6ETT { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:55.0625rem;left:8.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#WpgadTcJgAFm3QbEX3d3aTmJksFF7Tmu { display:block;width:25.75rem;position:absolute;font-family:tajawal;font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:67.1875rem;left:3.03125rem;height:4.673825rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#MxIRTTkv1O7vtk3F8wAmUsx3CBTUQ0xP { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:73rem;left:6.90625rem;height:6.171875rem;text-align:center;text-align-last:center;display:block; }
#LSiUsPB1qOUtxrEQSQVT6ps7BxS0m729 { z-index:100012;top:135.9375rem;left:1.46875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ztEEV8RPmZRGtFJFcT5e5UpRlP2lZR04 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lSORW8seX877ZTcH6C59iTJq9gO67h8f { position:absolute;display:block;z-index:100024;background-color:#df4a8d;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.1875rem;width:12.5rem;top:156.5625rem;left:8.75rem;display:block; }
#rnPzThXCsGadkILnr0w9J3ITaSKzoX00 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:156.875rem;left:10.25rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#s8ww3qhhyd93G8CD1X2xzaXZFWRTzKEZ { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.375rem;font-weight:normal;z-index:100014;line-height:1.7;letter-spacing:0;top:141.4375rem;left:2.375rem;height:14.0215rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#tcup3MePF7ccB9mv3OdaU07NhNTZhLpR { z-index:100016;top:135.9375rem;left:30.84375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NXDaTakheo2lmzuxIwyoGEkrN618TFG5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ESZ8PZgiHAm8TeFLVHfk2TBKio0zg3RX { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100018;line-height:1.7;letter-spacing:0;top:143.37109375rem;left:32.09375rem;height:10.09275rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#VTBli9u9N6RtuGzuCKAiXEeIILTAOcQd { position:absolute;display:block;z-index:100028;background-color:#df4a8d;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.1875rem;width:12.5rem;top:156.5625rem;left:38.8125rem;display:block; }
#pwJq8rBretNgQ3Sh2Pwq0J7qmhh8tfVc { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:156.875rem;left:40.3125rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#lPxsqyH5lbVhGRy6khQeqsPbA76LdrCg { position:absolute;display:block;z-index:100020;background-color:#df4a8d;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.4375rem;width:12.5rem;top:120.0625rem;left:38.8125rem;display:block; }
#gWPB5tA61CHbWLNf4UGcJKHwygmhTzE1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:121.75rem;left:38.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#osfMo1f2Ota07GPACq7222y0a2Q8UUzx { z-index:100020;top:167.5625rem;left:31.6875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nmOSNndpF94D4yMk2AfQ510vyNWWIRg0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nZ2tVnZFHwoTN8uEtXvJGVU8fEP0HQmN { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:normal;z-index:100022;line-height:1.7;letter-spacing:0;top:175rem;left:32.9375rem;height:11.472625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#y8ENuHBaoM9w4CyRTzcWo5ePW1CtsLfO { position:absolute;display:block;z-index:100032;background-color:#df4a8d;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.1875rem;width:12.5rem;top:188.1875rem;left:39.6875rem;display:block; }
#qT5qlNuWCFpBwZ96aavRy4IMct5cn73g { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:188.5rem;left:41.1875rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#KbX4zdNFASfCvJnSXn0xV0n3JNx722Io { z-index:100024;top:167.5625rem;left:0.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cUcXix1BXtPuBQCnPcffQwiXTwTWmThw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#snMeFobe2UJA9H2uSqKdQPGQ9KQJ7Bhe { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:normal;z-index:100026;line-height:1.7;letter-spacing:0;top:175rem;left:2.125rem;height:9.5605625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#X5WcOiJZg89WBGstXGTFaJfxpvzD6Uea { position:absolute;display:block;z-index:100036;background-color:#df4a8d;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.1875rem;width:12.5rem;top:188.1875rem;left:8.875rem;display:block; }
#f5wystrzSeudK8Gzim8lbf6hX0gnLSd1 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:188.5rem;left:10.375rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#vClCu6y8J3RRwTUKhlFQut04zGqiNFp5 { z-index:100024;top:196.125rem;left:30.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ln1EIMiuKZzLcFbBTMcTM74ABHX1suTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FRlu0Jaqb6lx8QTpghhh2JwPAWp9Nw4U { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100026;line-height:1.7;letter-spacing:0;top:203.5625rem;left:32.125rem;height:8.07425rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#HiQhG6TsWp0NJhGlBaLqasE8rFu6cfqW { position:absolute;display:block;z-index:100034;background-color:#df4a8d;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.1875rem;width:12.5rem;top:215.0625rem;left:40.5rem;display:block; }
#iZs1qgzTcu5LaPnJu3mNg6iyRQK7RwR7 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:216.2626953125rem;left:41.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#gkacvlxnKDQfeyVqZkLu2RrFcf78dFBN { z-index:100028;top:196.125rem;left:0.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Er94sETf6sINLU5yGZePQuk2NBWdFp6m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VS0aeScNCnFCDTORkgVQPWBmMOrKbiPb { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100030;line-height:1.7;letter-spacing:0;top:203.5625rem;left:2.125rem;height:8.07425rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#Vvw9ysXbFr7moqLNyhzJsG3DQJBBeafv { position:absolute;display:block;z-index:100038;background-color:#df4a8d;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.1875rem;width:12.5rem;top:215.0625rem;left:10.5rem;display:block; }
#IFcuVU1d0SthSpKKxmQsf42hAQzTo4Zl { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:216.25rem;left:11.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#I65bm2gBG7uF29AE2e92kBRFiCxyqkM0 { z-index:100028;top:223.875rem;left:15.75rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P1bKrhaEWI5rfJqBq7KOwXbnpKwKwtbX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QhABaMDcNa6pR53As6Fblwspdbi81pzN { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100030;line-height:1.7;letter-spacing:0;top:231.3125rem;left:17rem;height:10.09275rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#fyV5FgDBHG3JSCvAnA2Xp7oX76mhVVhL { position:absolute;display:block;z-index:100038;background-color:#df4a8d;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.1875rem;width:12.5rem;top:243.1875rem;left:23.4375rem;display:block; }
#Bx6NJBF4aInDwEgfPlCwOV0IsSdi1s7g { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:244.5625rem;left:24.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#nrMA2rskLU8wXaid6xmsEJye4THEpCoG { z-index:100028;top:223.875rem;left:15.75rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#UxGZnSMp4elrD0bwZgQp6odsyD1UTENz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ILLgg6N8fCAu42JgEMLC8JMD0TF02ECN { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100030;line-height:1.7;letter-spacing:0;top:231.3125rem;left:17rem;height:10.09275rem;text-align:center;text-align-last:center;color:#000000;display:none; }
#erHxza7l3qnxTFWgf8GsrfwmxttGRMvz { position:absolute;display:block;z-index:100038;background-color:#df4a8d;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.1875rem;width:12.5rem;top:243.1875rem;left:23.4375rem;display:none; }
#lmNdchGb51qT2Jcw96Mhbxa3TqyHudJE { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:244.5625rem;left:24.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:none; }
#Wgqax6qXTKnGuLa2xILhvUEzSpCdECpP { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:33.625rem;left:25.78125rem;display:block; }
#L0v9r2557JhWk7NTITZ80ZhBOHo0lL1l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f9PnGy5thPIcoohRF0QFhTKHsZPlu4cl { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:61.875rem;left:26.4375rem;display:block; }
#yQc0LTqxaqKrfuqh6a0gyPWCQlPJrqOU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Hkf5Lfz7LFe3G0FEE8684vZepET0O3kG { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:87.46875rem;left:25.78125rem;display:block; }
#XHI5e4J0IkK6TfKo7wesM6dWzyc5Mq8z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dQyB1iR1FyvB6fDw6LIVvHTHfXcbFHZx { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:125.25rem;left:27.873046875rem;display:block; }
#DvDS5TtLc92BUq83xmU0ShC1h3ZDzwSm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZKTaDfKC8FcyJBeM504d7idnQ2eBqkgL { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:157.9375rem;left:25.3125rem;display:block; }
#pLzLM24Rwwai9nuGeHA3TExRgpiVXrww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u4fBtTn6QNtc8sdb8UzGDpmTyvHTq58m { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:188.3125rem;left:25.78125rem;display:block; }
#ghxtOl8NPnG05qvoZKuF5i60vOA2TOMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CwuTxbRt5e2BMycsnWUt5d7f6cOFTnz1 { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:216.2626953125rem;left:25.3125rem;display:block; }
#Txhvy86ol5QsOTscO3zvnJd013UqrlDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T95sdAiEmnE2W2wEHguy0tM2GGmOJ5iL { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:248.6875rem;left:25.3125rem;display:block; }
#NAO5wDzol3TsFsxrB35Mi7fFKGEORJyf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tnMMlWNOV2SZX8Mr3WbJZ17wVszWDTLG { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:4.125rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:33.625rem;left:25.78125rem;display:none; }
#Zt8XTCIT0h0yENzVRBlHlKdTH0HXAt5U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OwuARy5N3Ih5AxlB6FsZITp03einZdfD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e0eded, #74edea);background-image: -moz-linear-gradient(180deg, #e0eded, #74edea);background-image: -ms-linear-gradient(180deg, #e0eded, #74edea);background-image: -o-linear-gradient(180deg, #e0eded, #74edea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0eded', endColorstr='#74edea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0eded', endColorstr='#74edea' );";background-image: linear-gradient(180deg, #e0eded, #74edea);background-size:auto !important;position:relative;display:none; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { border-width: 0; border-radius: 0; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row > .video-iframe-container {  }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:none; }#QZ2MyP5cgKXGo9gNdG2aVZuIdDNdd7SF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#QZ2MyP5cgKXGo9gNdG2aVZuIdDNdd7SF > .row .container { border-width: 0; border-radius: 0; }#QZ2MyP5cgKXGo9gNdG2aVZuIdDNdd7SF > .row > .video-iframe-container {  }#QZ2MyP5cgKXGo9gNdG2aVZuIdDNdd7SF > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#aoOI8AZGMMyGFoiOT153SLWSQ03ngJuz { z-index:100006;top:0.75rem;left:22.4375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25349625rem;height:3.00043375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ksu5GPTNQs3A2l7op5AbiALQHcFfSZWi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tTs5dTHZcOgJcfxu4AUCgxV5wBdIX3lU { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:kids;font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:4.625rem;left:19.5rem;height:7.796875rem;text-align:center;text-align-last:center;display:block; }
#SnevuiOgaftLF5dp7tF7fHz4mgtFzWrb { position:absolute;display:block;z-index:100018;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:12.5rem;top:14rem;left:23.25rem;display:block; }
#ldq5LlFNB9if7DputRPNtEdKsUJgN7VG { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:14.8125rem;left:23.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#umLvsui0QC7veBvV8lMCsfryHFTNoI1q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Wmd31wUH/72136312_H.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q.adaptive-delivery-prevent-bg, #umLvsui0QC7veBvV8lMCsfryHFTNoI1q.lazyload, #umLvsui0QC7veBvV8lMCsfryHFTNoI1q.lazyloading { background-image: none; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { border-width: 0; border-radius: 0; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row > .video-iframe-container {  }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:none; }#C5T2GbFnIZpbhDgFLOendBD8ogs2NqqI { z-index:100005;top:0.9375rem;left:21.7177734375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5029375rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GrTVRf7Wd6Mu0n4XB6CM812LLD31m4ga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OCMlbOmJNJblAGkSbpsIRx5a2mT4TV96 { color:#000000;display:block;width:35.375rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:10.03125rem;left:12.2822265625rem;height:8.18425rem;text-align:center;text-align-last:center;display:block; }
#CyQQV4kTrOga5ywrSmv0o9nI7Q4W6Sl8 { position:absolute;display:block;z-index:100018;background-color:#df4a8d;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.4375rem;width:12.5rem;top:4.8125rem;left:23.75rem;display:block; }
#Xsxwob5RAk0V65vuVbx3I0oAXmbrpS2e { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:5.4375rem;left:23.75rem;height:3.3112rem;text-align:center;text-align-last:center;display:block; }
#FomJVUhZuzaCBGKZszolaTmCTbwzarmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { background-color: transparent; background-image: none; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container > .video-iframe-container { display: none; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row > .video-iframe-container { display: none; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .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); }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { border-width: 0; border-radius: 0; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row > .video-iframe-container {  }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;position:relative;display:block; }#Xn2KSvy6nekpC81ofC6XUhiNXzXLgQr8 { display:block;width:18.125rem;position:absolute;font-family:kids;font-size:2.5rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:1.0622782707214rem;left:20.9375rem;height:3.25rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#JVeqwRPPrTHD6JbS0DLZPMgpVD8395No { display:block;width:45.8735rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:4.8025169372559rem;left:6.09375rem;height:6.8232375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ad2d82;background-image:none;position:relative;display:block; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { background-color: transparent; background-image: none; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container > .video-iframe-container { display: none; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row > .video-iframe-container { display: none; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .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); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { border-width: 0; border-radius: 0; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row > .video-iframe-container {  }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#GPA6i6a65SH6frNZkUsXn1PobxSpyxey { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:tajawal;font-size:1.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:4.095703125rem;left:30.5576171875rem;height:4.875rem;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; }
#n4yx41zR3T12zGwg9r4L80dErOdz4NA3 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:27.8125rem;top:1.6875rem;left:1.0478515625rem;display:block; }
#FCbBM7fww5vAHpaCqPoXoQZssCSy7QMt { box-sizing:content-box;color:#ffffff;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:100007;top:13.1875rem;left:43.0888671875rem;display:block; }
#Lsca2taqvfOI4gCBkuhKRq98luQkSsqZ { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:tajawal;font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:10.6875rem;left:30.5576171875rem;height:1.7875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ad2d82;background-image:none;position:relative;display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { background-color: transparent; background-image: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .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); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { border-width: 0; border-radius: 0; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container {  }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#q39WzwJfGQ2KP6TGbMr5diQAkNyrHXNu { display:block;width:60rem;position:absolute;font-family:tajawal;font-size:1.5625rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:1.65625rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#AM5FVgEIrZw1RwFd6RX4vD95cvTPXFtL { color:#fafafa;display:block;width:33.9995625rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:400;z-index:100029;line-height:1.7;letter-spacing:0;top:5.0911445617676rem;left:13.747829437256rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZoTVngmTWZKon7Qzh7XBau64uGF71bdZ { color:#29bdbe;display:block;width:19.4375rem;position:absolute;font-family:tajawal;font-size:1rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:8.3125rem;left:20.28125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uCnqMygC7L5zPcTSSagnoxC6rVJfIPTi { box-sizing:content-box;color:#fbfeff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:4.640625rem;left:45.3701171875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ha5RC7sBLoItItmDB985NHyVDyzIRctg { display:block; }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jgm60T9TMddsAu548iEJOw5IT5eKMTUM { width:27.625rem;height:4.1875rem;top:6.625rem;left:9.431640625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5Pa6J63vCQyTVlTrnseioWFyu0oziV7 { top:0rem;left:19.4326171875rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-regular-label { width:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-text { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-textarea { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-select { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-checkbox-label { width:13rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9  { width:14.0625rem;height:auto;top:5.1875rem;left:0rem; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .radio-container { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 {display:block;}#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 { width:14.0625rem;height:auto;top:5.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #RlbrdVAxrlwX8qLSzeybC3mDqZpHLhqb {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #qH0u2KIZnvOaRwayCWk3MJMqJwiEqceQ {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #Qlhwg6WUwoCBOT0393XlHF0wxJs8wewl {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #yRTNun44oA45gGTo9phP6KJgBVxAEbKM {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #TD8iVsnqvK8R4EVsF1RyvuSiZzf82Nta {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #zKrJOEvULTDfswxMnRtw62PXZF85VB0G {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #hv7p9rPGSsf9NWsJtq5ByXsC8cb16x8M {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #edgXJ4G8WISxpCVzZ3DWMZIhWkKHCfgB {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #WNeauWh4LpoD6zmDG1OUWNMbUyFW3ipo {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #D75s5EbCxrFTWQM7KfL4A4uDJTEKnw8F {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #d9kFMBTyKwhXAbDGyocm6twDrwcAdJHB {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #n5oZOd2El7VsROIy9klIupOGR8XAQxLf {  }
 }@media only screen and (max-width: 763px) { #RtR4GwmPfQ1eSnGAiGcvOvA5XAA7ae9t { display:block; }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #x90PTAKVIcTRldTpyLyIfnPVK1KCHH0V {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #UArEbnfxhDz9c1g3uKVcL0lJHTp2te8f {  }
 }@media only screen and (max-width: 763px) { #QNANSIJfZ5HcQZlwhpSZguF9RLQOnkce { top:42.75rem;left:19.9375rem;width:27.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teTn4LwpUVNPohnWIt0OfHqFP92KJw3q { display:block; }
 }@media only screen and (max-width: 763px) { #XsaU57fgc0NcxSaTBOTWiXTG1LHHbnih { width:26.75rem;height:2.875rem;top:11.5rem;left:9.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgceFzb3h3UDPQVf0yrr3yLbkNaiI5xT { top:48.1875rem;left:17.4375rem;width:30.3125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBzcgqLTgw1cb3a6IPR4bsm1XmUMkE1x { display:block; }
 }@media only screen and (max-width: 763px) { #a0pUfCebCWBhKx8TtnBBTlexFrZFLDoI { top:49.4375rem;left:6rem;width:9.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNTaVdvxvULAi3V1ZIBBV01AdJBi5TmT { display:block; }
 }@media only screen and (max-width: 763px) { #QP8noSudpf8hH4PAbR79V7Z8nFLyvoGX { top:46.0625rem;left:7.25rem;width:7.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph0uxMX5Ms4oqkz4GtPb2pw0Iem8DPeH { display:block; }
 }@media only screen and (max-width: 763px) { #Bf7XttPbPRyTKuOhm6Hd8AVm49b0pg6x { top:52.8125rem;left:4.625rem;width:12.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Damt3X6SZLXM0GxqShf0AJC5b9Piqwyz { display:block; }
 }@media only screen and (max-width: 763px) { #AGUvocRatDTtoOAEGMe38NcACTLIz0Cf { top:37.5rem;left:22.125rem;width:25.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTWbCBAyGn7sAQCQuxtMyqUDPoAz5AM8 { display:block; }
 }@media only screen and (max-width: 763px) { #JLUaOS9bUwU1dVAC1n7VdEBoDfGiuF0t { top:31.8125rem;left:17.6875rem;width:30.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9LKx8HsPJA7eih2sSXapPnMMa5A09Kt { display:block; }
 }@media only screen and (max-width: 763px) { #IqZKKyT79imDQhB5HWuVSRuUkzIRwSaU { top:22.5rem;left:29.6875rem;width:9.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH95NzK6xQZQSk5P4TQfNRL8PnbZU1mv { display:block; }
 }@media only screen and (max-width: 763px) { #THUpBaHXOL5SqVDC3F4pHVerOCOWxyzt { top:57.4375rem;left:31rem;width:15.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eas8QAxZWTJAbH2Guthe9umvUPgzuEL2 { display:block; }
 }@media only screen and (max-width: 763px) { #yVKX1vJIg72P4DvBKgFoiTQZcdgCC9Ep { top:60.75rem;left:30rem;width:17.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFyxKvM5NOlrIkvtwNoT0UFrlHrH4H9B { display:block; }
 }@media only screen and (max-width: 763px) { #VvbU3puR61iws5Ix6Jb975tycCAtWQ4h { top:64.125rem;left:28.1875rem;width:19.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exBSMK0t0g3HuBzXeEVTJsxRCtPGxus3 { display:block; }
 }@media only screen and (max-width: 763px) { #uq0VBarG8fbDHA6kELhO0898o0EdVHs9 { top:67.5rem;left:26rem;width:21.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea8XeZJJ8hzCB24MmnheGfUIbCQA7zhp { display:block; }
 }@media only screen and (max-width: 763px) { #GqSZX32BFyTd3CuJcNhcsMtdKDVnWUdC { top:57.4375rem;left:3.5625rem;width:14.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwQL9M28BGFDGsQtDtc1Pi0Ee6vfCHqV { display:block; }
 }@media only screen and (max-width: 763px) { #vrVuhNNK6zHp6FVvq14gMCsMc8qvBb8c { top:71.875rem;left:23.75rem;width:24rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axlu7i4s4NJSa1QXxbPEmrVVRLUscEok { display:block; }
 }@media only screen and (max-width: 763px) { #a7picZVVBhmXFXXAFRs1Fsi95GboaZC1 { top:50.3125rem;left:14.34375rem;width:14.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKnRX3Mz2Oe8IxMnb7dm6I1mZKnGW5Wd { display:block; }
 }@media only screen and (max-width: 763px) { #tBnKsPuAP2DJeK0a3qlTkqM0upJ5TL6J { top:65.0625rem;left:1.3125rem;width:20.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2psFDDkqg2Qc85Wil5mMcoDFhmnzaMb { display:block; }
 }@media only screen and (max-width: 763px) { #TIGzzvuSsTU9KXIuumnK0R2mA9SOcwkv { top:76.9375rem;left:12.375rem;width:21.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZC9vH0RsAqqySWX904tBMspeIzoEJBJ { display:block; }
 }@media only screen and (max-width: 763px) { #RHtvETyryPpU1CyBhU3xI6oOstwMuwQT { top:82.375rem;left:12.375rem;width:21.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohMSG6HUXCV7rTdBzNPOXfQU9DCnhRDp { display:block; }
 }@media only screen and (max-width: 763px) { #d2VULdMP1KCJhnFcOi6urnsd35RwKpdX { top:61.125rem;left:9.875rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIA6U2ghUQlHlLuueT0ifUFy4AwbVb7k { top:87.1875rem;left:12.375rem;width:21.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBUM9clFandzhLPI78P3G7EBT0pwkTgQ { display:block; }
 }@media only screen and (max-width: 763px) { #gL1lh04tdmvLzhXTxRP2VzNT3b6m4i74 { top:61.125rem;left:2.5rem;width:17.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzZlTrsvNlwDhzKLPAblK1XqT7R9Qcxr { display:block; }
 }@media only screen and (max-width: 763px) { #P1BlKhmaTK9iPCP8fpd4yQovTAE2uuPA { width:9.9375rem;height:5.4375rem;top:17.125rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3LRh0PRfSGn1zAgpnTlJFiRhsK6IP8f { display:block; }
 }@media only screen and (max-width: 763px) { #IzQMeTRVsA4zS7SzD1GnLPX17oKUC3XQ { width:11.8125rem;height:5.4375rem;top:69.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXZMhFkKK4XiFh5oLRm6tvv4qWBKDxF5 { display:block; }
 }@media only screen and (max-width: 763px) { #x8LnHP56lw3xt20NxhgmQHfs91Ip3BCT { top:26.9375rem;left:26.0625rem;width:17.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz5oGGuTXTm85chXZx8Kve4TzVfIm5cS { display:block; }
 }@media only screen and (max-width: 763px) { #cElxSpLAuhko7p0gtKVB8VqkicGaHlO1 { top:5.5625rem;left:0rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhTPXaaHUkfpwBkcSOsDAtVcq2fT0ip8 { top:11.6875rem;left:0rem;width:11.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTRx47dvhHTENyHIR3RTNlKcgX5TTFkO { top:32.1875rem;left:24.34375rem;width:20.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFnUnAtMZfJWI6k7AXkGccEBmT11y61f { display:block; }
 }@media only screen and (max-width: 763px) { #xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz { display:none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DFTmAlSs02qlxB2gUIi9xPQPs12CDIzv { top:0rem;left:13.218532562256rem;width:21.25rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emg9hDoHRnQh3X7WobqEabHf828t67MA { top:13.625rem;left:15.998481750488rem;width:12.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmpcrVUA9RPlPS3sISJwMh6PMCsUnI1P { top:4.5rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuAn9PDwJMEuhxvsSRNCDpqTFeDv19nz { width:11.8125rem;height:5.4375rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWBPh88bNbz7dhAJm1a5mdh7kyve5kPt { display:block; }
 }@media only screen and (max-width: 763px) { #MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe { display:block; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZvDltgPG1sJ5tblBuT6rkapklIOIAGf { top:1.3125rem;left:7.25rem;width:16.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvSyROSvVIbtxc7lmctOXC1AlGTdySgP { display:block; }
 }@media only screen and (max-width: 763px) { #HTUREetMzTxZKxCHHT1c5AIUep1SifD7 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7CNv7UPULWT2F1hGVJKyhfSizTWAdAp { top:5.0625rem;left:23.875rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCaqD8lXa76CBFlTTB6f4xn7LKfEnPgS { top:34.125rem;left:0rem;width:23.8125rem;height:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvekUJZTcLeTLtVK40XvMuJbrenmhtmI { top:4.6875rem;left:23.875rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaTJlgWyiX6RF8RAnBX3vegEDO70mgMH { top:34.75rem;left:26.5625rem;width:21.1875rem;height:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBWGX57Aagy1VZPnwGHqNy3d72eq1gsd { top:23.1875rem;left:0rem;width:34.875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKEngMwhaCrKTeeaUwwgUUsnMupkwhC6 { top:5.0625rem;left:11.375rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7H3PtCMNgkGzEZcFQErwMkeUyPQFSdh { top:4.6875rem;left:11.375rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7HcdV5iSkmBt1zp1v1DLv5PiX9rEmCM { top:20.0625rem;left:2.6875rem;width:21.1875rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v04MxiZEIXyy01IXCT8uhNiuahX9umKT { top:28.5rem;left:0rem;width:34.875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6mEAV6GSU6V69p74hmJNqc67AVVJ2GK { top:27.9375rem;left:0rem;width:34.875rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7INoXdhIN6pMCdfZtav2TMz0htMSwl8 { width:11.8125rem;height:5.4375rem;top:54.75rem;left:4.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eZd8A4kuROM3Gl4MerQ4L9oidXKtSFg5 { display:block; }
 }@media only screen and (max-width: 763px) { #ghTCHbF3epquz6riuHtLN883GaZQiQwk { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCFrK5Rwgpa6inQZrtfQa9CzdUzOVWxF { display:block; }
 }@media only screen and (max-width: 763px) { #TfSDe5pLTEIWwR14u9ObClWu2a1khv4u { display:block; }#TfSDe5pLTEIWwR14u9ObClWu2a1khv4u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSLhzD3TxnnoMQkqy9XO1ETAE9FtWKDX { top:89.3125rem;left:2.6875rem;width:17.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJzFsM394TNocdkrpfFHIxVW2iJKflz9 { display:block; }
 }@media only screen and (max-width: 763px) { #q7KLSA8uJF9QkZGIheszFa2gZbVBcdOx { top:108.875rem;left:5.25rem;width:12.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrIfCIrDHxxe1D9KVGhpIfGIbscTkox7 { top:110.25rem;left:5.25rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THZmsSAUbP7GxGySS2JGG5PU92Db7ues { top:116.5625rem;left:3.5625rem;width:16.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhllLymc3BiDkCzaNQPbwPSJWdiGB0Rx { display:block; }
 }@media only screen and (max-width: 763px) { #TNZSc8h43DEbQni05EOTKzbhfMArssXJ { top:131.25rem;left:5.25rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwQnDOskGo3T9lot1oF0LuA8yTBPLRFT { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv5if1QFFoLSyKMh025bD5Gv1TfkGshd { top:132.875rem;left:5.25rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtRq3n6rHetZJxIrxCDGdEPThu65Lshr { top:138.6875rem;left:20.25rem;width:27.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDkO40o70xnNGbH9bUoakan4EA0DgFce { display:block; }
 }@media only screen and (max-width: 763px) { #TP0Zd7QuhZzbpmZEW3I2TTi0auGW91Gu { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDom82x7UePOJ4HQsDkpiF54htAo2c88 { top:131.25rem;left:5.25rem;width:12.5rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sfom8GOtFMhmawcVt7esJaPDH8A9pw29 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNbzf82PB5uRO4MTB4FZZMEmvbfrwgGy { top:156.75rem;left:5.8125rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSGgZdmpOJVevianpSLQCFDwWgUoZHS5 { top:158.4375rem;left:5.75rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTdcXhvaSlXchy3GHaXfuXx3kl9Ws7rK { top:138.625rem;left:3.75rem;width:16.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAyDQhKWJiJATD3LWZa8k7BaR7fyBT5g { display:block; }
 }@media only screen and (max-width: 763px) { #G7TeAxgyIwONvDa1klBytBJvQPSVcrRt { top:161.1875rem;left:0.6875rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSuagTH16I5DnVtsfnE5X5AEEcgh1i1Z { top:25.5rem;left:6.5625rem;width:12.5rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #osmuxfyPWH7aEiGpebNNQo9JRhh9aEfh { top:40.9375rem;left:5.8125rem;width:12.5rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkxrpuUlySXmsgqsOSDl8xK5zgbvLclr { top:41.5625rem;left:5.75rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NiTyu1E4DdKIDcggXOSSg4A4L1kkIm4C { top:250.3125rem;left:27.8125rem;width:16.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXxcKyCH8Uu1Wc063g8MADTUhscRnwTZ { display:block; }
 }@media only screen and (max-width: 763px) { #a0IQbS7mpsuILRzpeW6p7KsQdFMJXlAu { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1aa8zW8QTsryLmtvfd0Cf5z78Nr63Ut { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9lLwyAzZsK4T1SkQRTSX6aahNBX8ifT { top:1.75rem;left:2.75rem;width:18.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5WmqXvompZ9MRNALFHslgOpeZI6rpyi { display:block; }
 }@media only screen and (max-width: 763px) { #a9hNvMboEIwGTMWQrndm7gAT75UvQxx7 { top:264.4375rem;left:29.6875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6fKKwpckGw14Is7q1BmTVTJEOpeATsV { top:266.0625rem;left:28.75rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOUHTvK8XVHfGmW2VmddgnEDoTb582nO { top:264.4375rem;left:29.6875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcSElat6TZlGQEcKPnTs49UNTpmsZs6J { top:15.8125rem;left:5.6875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNIbTXPgFkNXJgRUaRnZTddaVyVHkicL { top:17.5625rem;left:5.9375rem;width:12.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8TA3prlAd026K59Lgde1mPUv4Ku616X { top:15.8125rem;left:5.6875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zE4PE84kwk7e25cRFOQgWhbAJI42n9g2 { top:62.5625rem;left:25.75rem;width:20.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIb2Pr7vmgmSnT9FIOFW1fukqD6VZWio { display:block; }
 }@media only screen and (max-width: 763px) { #e6R9Tv5BhkWicz9vB8fgx60lIIsVmqaL { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8nQP2AoTyTkGtiq9veMrOd2xmbmDqQK { top:77.5rem;left:30.1875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL12J8OzluICDD7nmvPwpI98aV30iTDb { top:79.3125rem;left:29.25rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAKSamtRyRPfdTATdTpTPd27O7sbRpgV { top:77.5rem;left:30.1875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAl5rDzE7okIXLybTJrUFgcHwMQMw53t { top:85.625rem;left:26.375rem;width:20.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIg79D2ceiPGZkLe7Q5DLioDQIm8zmXZ { display:block; }
 }@media only screen and (max-width: 763px) { #LF9ebGs4pDwaTCqtOS8AOk4PRqDNb4dd { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvg14SZ1vSF3M6Suq8KmlzzrnH9LFk14 { top:102.5625rem;left:30.1875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKTDLpid9vEJHK7Jiqbsi1Mk5RfBvsMy { top:104.5rem;left:29.25rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqcTK8hoX7o4TCsmkFLmy3Ic5kQuN94Q { top:102.5625rem;left:30.1875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpcBRQA8bLTRqMi0Oz3NCRWdAHC1ezPS { top:110.75rem;left:26.375rem;width:20.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIzTTDHk9OIzU2SsJtXc2ucyowIUft9i { display:block; }
 }@media only screen and (max-width: 763px) { #kfUT2W0FrCvTMx2LhvoRVsZOpOB0xLJL { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVgHk59utiZGpsIT7zqs6zr8nBfyTyWH { top:130.875rem;left:28.5625rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgbUkvXSFFOGQvLMsv5G4zZ1vIGkotC2 { top:128.9375rem;left:29.5rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwFqTfh764fBptkKvFV02eo6eCtVia93 { top:128.9375rem;left:29.5rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLLGRm6eRvEPdtCZSbZMGuRqX2cTTRxV { top:62.5625rem;left:4.125rem;width:16.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcAhxWsqxJNm7VOmHK23xr0qINyAQVkf { display:block; }
 }@media only screen and (max-width: 763px) { #gTzlDOlSZB0ZyQph8NcRnuHcsm02gmg2 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR8QyeJfsiwLrSFbNW5MQml69Wpvkn56 { top:80.8125rem;left:4.875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3JIHHZpex2Nwb6k52BiiASAEy4LiROZ { top:80.8125rem;left:4.875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3mxCKxTdZq8nE5k0A7NDNDxrMfp0tH8 { top:82.5rem;left:5rem;width:12.0625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqmXgUXt0Dl1xpXl9t4axOS2aq29Lipu { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0WNHkTCeO8RelP62l9TNUv4AThMPx4x { top:100.4375rem;left:3.875rem;width:16.1875rem;height:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3n4AykrDeaJziNfbWpzR2bPyo7iwc38 { top:163.375rem;left:0rem;width:27.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeGCTU2o4i3eIGprZfk2TbQvzN0RUbbW { display:block; }
 }@media only screen and (max-width: 763px) { #vLJalJHPOzaBadWruCh18fMtVmNsWblk { top:184rem;left:5.6875rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt6PRuLHpfz4TAaBpXZCnrW6iTgGDPIh { top:184.3125rem;left:7.1875rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD21yN7z1z7naBSlSRvrugCZ4IvotM7l { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqEAfTGTMFI1ShTbR53dTVCn7V82wp1L { top:167.625rem;left:19.4375rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3CNbIkQfdlSnniTp0voRdPVbRTdmDyW { display:block; }
 }@media only screen and (max-width: 763px) { #xtsbTprI5phSwvfRFDWLMBbLOMJ6GPTC { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9gLgSNXnE5TQZAzNGzxWmavMgDH85TT { top:188.25rem;left:29.625rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWqHxZUCaZEIoE7NtbQ32LhmU0ZWApMB { top:188.5625rem;left:31.125rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpoixE3sJSuWUs1zT95vr7ov6Wc90mWF { top:159.875rem;left:29.625rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZXRcJZO7ilItPlZG5K5xi95330hGVAV { top:161.5625rem;left:29.5625rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5qw1AZXKtigE0itzKt9imK0ds1exNt0 { top:195rem;left:19.4375rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnzovB3fQd6yrHG7FXXRL6XBFenZm1ld { display:block; }
 }@media only screen and (max-width: 763px) { #e5OCuoOnSaU7GBEGCUu7kTiSief6VzpT { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHJ0NrnDr23R0rAXNN3DKU3id8zTBKba { top:215.625rem;left:30.5rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyFcI6N3sPlWt7ivOyDBQzQVwOUuW04g { top:215.9375rem;left:32rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHyScCfIbKLuwFl7TCxZJ310PeTN0130 { top:195rem;left:0rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaxSQs0NdlO2oKnBhtfXEwpLp1RHr1aV { display:block; }
 }@media only screen and (max-width: 763px) { #ooygTMTVsAS5UtktJT5Hl7vcuTTsMi8g { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mekIT8eT7kh9Om3678kwPxSpyNXosWXX { top:215.625rem;left:5.8125rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbg8Et3xSiAPcb3lvK9iz40F69MGA28z { top:215.9375rem;left:7.3125rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlNCDHbJzWWrvx3XxCbF2coTkhGOQ47l { top:223.5625rem;left:19.4375rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh7BWMVWgUSwUlnFppwdJSEGJ90cnn3z { display:block; }
 }@media only screen and (max-width: 763px) { #OyyJx0PSkdIIGFCmzBAIuk5aTfSkPbOh { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTafn4IIscCV9UmUcUgEhCb9iEyFwRhv { top:242.5rem;left:32.125rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4N5QTXEM7MLMLSsmrzQfyiTFDmMybAe { top:243.6875rem;left:33.3125rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhhUoUvt0WKhS0DqK7AlAZgPINgbEAbn { top:223.5625rem;left:0rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyB74maaxXhK6BT59NkGD0bhoRQmimTo { display:block; }
 }@media only screen and (max-width: 763px) { #nrSruo8kE9G7XJ1qDVSnrZ1gTtoJ30Q5 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiSAdQfzedTo4yMbThC3whmGF2aNIc9W { top:242.5rem;left:7.4375rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIWf85fa1I8niTZNShJrz8o6VDndThGE { top:243.6875rem;left:8.625rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6zHRQOm1O7gEiXzb9QlvyDOGBCXUHRu { top:250.3125rem;left:0rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPdkJ2JAlCXDziDIzrETaR3JroMKXxP6 { display:block; }
 }@media only screen and (max-width: 763px) { #JNHebyT4egZOgsdQ78OHMzvK9QbZPiEd { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhQZzAeiLXbTQo8xaTMfrLL9TkvFwTUX { top:269.625rem;left:4.625rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDW0Ran9mJW1p7Z0Ik0GJz1H5La4e5AE { top:271rem;left:5.875rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6xLDvIPdhZsNQaPJDKGkyb2EVVPOtzM { top:223.875rem;left:0rem;width:28.3125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SQl13IfEyxSaV5iXVClwlwydUMPwFitq { display:block; }
 }@media only screen and (max-width: 763px) { #EfLZOatLXtgXXcLB3LevkyKsiIdwaKc1 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4rt6ibJsKm6vXTJVdAeZSCsLhnOQwQi { top:243.1875rem;left:11.375rem;width:12.5rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ND37cAOBMiZvmGiq4gUPO2G81nM41UH1 { top:244.5625rem;left:14.3125rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPMTkUeIyuwppuSOLOCEHd2406HQgkwT { top:1.75rem;left:19.4375rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4rSSv4r4ULG8uV6U78283Aucv8oEFLl { display:block; }
 }@media only screen and (max-width: 763px) { #H5V2vkAWAlnoJUJhiT2r7VTWVqhUfzNU { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adPiUQpOWTGEmFFr4wDr7pItnBVwurQl { top:23.625rem;left:30.625rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #km86zoxyUwEUuIadhxttk7xTpglF5DvW { top:24rem;left:31.6875rem;width:9.5625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7buxJQRr9D1xJaXKrpM2nnID1a6tu0H { top:188.1875rem;left:30.5rem;width:12.5rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X03h8DlUl5WSg7gxAhrLVXtad2tbm6kx { width:11.8125rem;height:5.4375rem;top:26.5625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRnFVEn8TXARnzv0CwWkXI13qviNCItH { display:block; }
 }@media only screen and (max-width: 763px) { #CND8hVakgpb9NmtwAUP4ESP1HbbVeet9 { width:11.8125rem;height:5.4375rem;top:81.9375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #st71xqFKVryiSALARpM1Ipuseq2duqoh { display:block; }
 }@media only screen and (max-width: 763px) { #QGR1pxCAdRV0TXkPhyH2CNmoP3XqXguT { width:11.8125rem;height:5.4375rem;top:108.3125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB74fxRzcmPkflPwC4ePx8yBVFZTidNh { display:block; }
 }@media only screen and (max-width: 763px) { #FpZy3IgzGk6RO8sPx2KT5t4a2wRT17I0 { width:11.8125rem;height:5.4375rem;top:130.75rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIOMcdT11WmSZCdozauqX9DJTRO435va { display:block; }
 }@media only screen and (max-width: 763px) { #Uu15EyWOoXMCeHDfHiTINJI4dvFu8OtH { width:11.8125rem;height:5.4375rem;top:186.1875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVSWwicUBUDUJtErM79ZoDswm3nA2dMe { display:block; }
 }@media only screen and (max-width: 763px) { #ri7wgAsz2Vdo8cCmoBLlHK7KAfLIbTeG { width:11.8125rem;height:5.4375rem;top:242.5rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZCMEJ0WbwJrX1O3ZXZCUcnHUswU6TlM { display:block; }
 }@media only screen and (max-width: 763px) { #q7xGlZZbBC7L3Xqq3TDPSrH7yK4iwUVD { width:11.8125rem;height:5.4375rem;top:268.875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTmTilTvDqbNc9bRo9JiJ5uJ2z7a6TLt { display:block; }
 }@media only screen and (max-width: 763px) { #ho8mJUETgaeqWSW86eK1dIWgncu7Ehtv { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISaTmLTQ10ZQxcUCFEL9f8Wv8fwLAdZm { display:block; }
 }@media only screen and (max-width: 763px) { #ZUqwA50mW8De0u4GRwUxDUbctPzT0ATR { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2wl1RGQWhPUV79S5xs2XJ4xFpWuHkMm { display:block; }
 }@media only screen and (max-width: 763px) { #X3r7R2132lthcBO0EwOeTFthmLvKPDm0 { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFzdUpl6vZA9imbrEeItPzu4AXoGOzDQ { display:block; }
 }@media only screen and (max-width: 763px) { #mSAbNSLZZXEz8HBn3Ns8H6IF4dOCiKRq { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hEB8qnSMlkREIfJzDiw1VZnw0rUmX5RC { display:block; }
 }@media only screen and (max-width: 763px) { #cZvWQliiaqJq3vr6lfGpIfO4n8cZB8lJ { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8u3TyQei4uoTsGw1ZOPgPUlTBTF6N8S { display:block; }
 }@media only screen and (max-width: 763px) { #tTx7N3hLTTQL8K0ZTzQMVNGc0T27yyih { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFxicEDVEHudTpESUygGIM0crRdJHEsL { display:block; }
 }@media only screen and (max-width: 763px) { #KvgH2eCROC9DTOGOuRJWq5SGG2OXlkuN { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1ip8ScCGzKHamTM2DeT7apLu1RK7H3c { display:block; }
 }@media only screen and (max-width: 763px) { #rU6RJRKCBkqsQXdxHWqPxPnRxVmNKp6q { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImxQcLQTgZDViOO2otF10MMVPFlaKOWb { display:block; }
 }@media only screen and (max-width: 763px) { #dootimSiOJqoSzbvu4dGplxl0TatsKtP { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbHxBS0tgoFR6C7OZ3wU6upww72d7TGW { display:block; }
 }@media only screen and (max-width: 763px) { #o7EqAlVZ574aHe3rRbTloxWfqZrG7zy9 { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fOq9LZvrUDhzETefBB9tIl1zax9THLRs { display:block; }
 }@media only screen and (max-width: 763px) { #TMR66G1hEkEbzZEWPEpCRpueOyPNJfrO { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgTVEbZiqlXSkAgaZChCxadLVLGZrdve { display:block; }
 }@media only screen and (max-width: 763px) { #oGORTyAiUw5poT86CieogMKIeeSNRIS0 { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNnVeZMnyoI4mrbrXCW6LSPlcgGDMD4I { display:block; }
 }@media only screen and (max-width: 763px) { #IGL3eXxaHbakK5S6nftRMH9kCODIdgcQ { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UcbRI5FEB2fly2iA1cBruOdPixpZ5vSw { display:block; }
 }@media only screen and (max-width: 763px) { #r6R2cla9qDMXcyVBG4bT9p7AxW26Ekfx { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuWKBZXRDGXFTlz0wOuRdg3DQd9DV5v0 { display:block; }
 }@media only screen and (max-width: 763px) { #Wwk0kU1cSiRB3xeBR2qkq1SO6hqsh7fS { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywSpWFcEwFhDCKog24eHL1RamNJPnHOB { display:block; }
 }@media only screen and (max-width: 763px) { #SbImy19sJfwW4BEJ4pVPagL85ibF6HWa { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6H6Pk4A1wp7IWMZMUoOWrZxyLTQKkZf { display:block; }
 }@media only screen and (max-width: 763px) { #xDDs3OOzmhN3sCzEQ7pGwqzdBTVzaAgT { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFbJQVFHUsvo5C4z5GUtiyE33EfgmeHc { display:block; }
 }@media only screen and (max-width: 763px) { #Gg6yUEHEeIe8UklQnxarbHgr36MKzM5R { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V06aQCgFm2D2mpycTwWgzcN6kUCF5HSX { display:block; }
 }@media only screen and (max-width: 763px) { #WSxQaxoxXsJRnWgIEVLpiRsXvLd7lyNS { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxwdShT4Mo3HJBmTUUTtVpkeTwx5Rk8u { top:38.75rem;left:5.6875rem;width:18.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7Oyko1fTkEptA189lsGxghADQyLTJw { display:block; }
 }@media only screen and (max-width: 763px) { #A8n7G9a4sPwhPo30F4TyTqNWUBbkl3wa { top:48.1875rem;left:11.375rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMRQbtvK4JzdO8Lm02KyLwbitkz78xTA { top:49.4375rem;left:11.5625rem;width:12.3125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsBpWCeh1z8CPR41TqB37qLzEH3r4pFs { top:48.1875rem;left:11.375rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6lkdcA8kM3Fpyxh1AU8lCLrHdyD3NG2 { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVkEfJTczutZsyFeR4PNJqouDkFz8iKF { display:block; }
 }@media only screen and (max-width: 763px) { #uLUwKGO7uH0oRaW0s4T3HVNU40fGzMsg { width:11.8125rem;height:5.4375rem;top:54.9375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs1OJSfs5TdBaUfHvmsS5BA9bnAQnXD0 { display:block; }
 }@media only screen and (max-width: 763px) { #gX6NIJFocaKO8izbvVv73SuTBkG22giz { display:none; }#gX6NIJFocaKO8izbvVv73SuTBkG22giz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CgIiigQ4ypqlp34vP91Ewh46m0Fwpx2c { top:61.875rem;left:2.6904296875rem;width:17.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9futEH7v2cVLQ7heTiqKayxncimyAtg { display:block; }
 }@media only screen and (max-width: 763px) { #fS7OgkAqTZIKXre3NQ1JLPRu9ir0lqIU { top:81.4375rem;left:5.25rem;width:12.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfte4k6bPW14JJiaK8ta5mVP3gnw02uv { top:82.8125rem;left:5.25rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR5V4cDxcttuWbJFEMmIlSIIwvCzHHnb { top:89.125rem;left:3.53125rem;width:16.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKiVORWm7ZSfrRm3k6D3nxmAVG6DKu8W { display:block; }
 }@media only screen and (max-width: 763px) { #PHNV0OwxDpzOZHBqASyVcM9psQJxP4Zt { top:103.8125rem;left:5.25rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyd4Oc3llNqiXtKgCfW1kODfUJR4rQ8L { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWmU3efLuubfEwwv9HBbdrn3tPCbWkTi { top:105.4375rem;left:5.25rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVuTmFsUre10k7oXSDwxnp7Gd2ZAWa8U { top:98.875rem;left:20.25rem;width:27.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsQLqMiqGh82GLWqITFotFk4sJe4QcZT { display:block; }
 }@media only screen and (max-width: 763px) { #QFBkyrR6LNH6JUQRPD8h0HzZ7sqRx7uh { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndD00Nqef1kFpUSRhZCsbv53FnZqbHTA { top:103.8125rem;left:5.25rem;width:12.5rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtVhOAik58VL3Zy1CMWQ3JtQxRXeNmus { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQdMB1oFNU8rI5lC4JeivTSGennRey8r { top:129.3125rem;left:5.8125rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doVCDmRvZzSB5stODGB2FSlVWk0UTnQJ { top:131rem;left:5.75rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol1qtSGn4TATkWMhr8TWkzKgKmezCZ36 { top:111.1875rem;left:3.75rem;width:16.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slqxuE1oa2ciq4oiFBzKQ2TXH8nsJ67O { display:block; }
 }@media only screen and (max-width: 763px) { #IS8URJ2SXibkzGfuEOnZPsvDpMNW239c { top:161.1875rem;left:0.6875rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRZ2u9cggcOEpTykdNTRbT3lTWCDlGta { top:25.5rem;left:6.5625rem;width:12.5rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0JgnSvPqSskEOv6qKMWoKrt7ymJMcr9 { top:40.9375rem;left:5.8125rem;width:12.5rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qdOmTvXEVa9kB9yz7EQ7DMFU1zpimdCb { top:41.5625rem;left:5.75rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBm7euhN5Awau7grNsnMvXGWdUSqV6Rc { top:1.1875rem;left:27.625rem;width:16.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxghALVKG6tECIZSXVLqvS1svLPfOlbD { display:block; }
 }@media only screen and (max-width: 763px) { #ZUaaT79lmMwlkTOmJtH3rP1UzutM0WT4 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyE4SlyICVxIG1KS96VCllT4ov18I2O5 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOmIr76qoeC7yHgdudcmxfGqVVeOBMar { top:1.75rem;left:2.75rem;width:18.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiab943h5Cxo7dtIlN8pbOoU98cX0tAE { display:block; }
 }@media only screen and (max-width: 763px) { #ZBJQQ1gDg67xP0nvTaXra3lhFPuDUuZW { top:15.3125rem;left:29.5rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzU6wh4moDO6t0Uw7S21zm6fRgTb0wR6 { top:16.9375rem;left:28.5625rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhMADOAT3hRwFRcImHEa6kcVlTOqfwAQ { top:15.3125rem;left:29.5rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKiXd8p5v0FX3ecnaaKUHF80qrIVgB3A { top:27.0625rem;left:5.6875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugOwGBTA5MSEqGG0a4cEQLBnJrz8CWJi { top:28.8125rem;left:5.9375rem;width:12.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3r63aSWV1NHE22tenmIlgcQZ6KVkT9W { top:27.0625rem;left:5.6875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUhMPSPTh8a7QvLWPXfIet23ixkAIOoW { top:22.75rem;left:25.71875rem;width:20.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oisu2TGvRGDs72OdPMJQGdTA1zTGzGN4 { display:block; }
 }@media only screen and (max-width: 763px) { #tKAu4Ow4qfehiKoUGU0WMrLzT2wTVvZ6 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2uEJgbrAvr8OndkXV98ZMaFpJTC2rPL { top:37.6875rem;left:30.1875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1yI5WcMJz50zO7odRmDTZhLnlHbtbkV { top:39.5rem;left:29.25rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0Xv3z6gmOggHO50S8lP3lBTDOTTC0mh { top:37.6875rem;left:30.1875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPvz58HuP9ZRFes1v6OLENPfgqJvtlM7 { top:45.8125rem;left:26.375rem;width:20.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qquz2ZWlhmtJ3CW0Z8DkIb79dHzlpzb9 { display:block; }
 }@media only screen and (max-width: 763px) { #TCmAQlROmcaU47JiXRTJeaQnGfniOnNn { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouX9ABV4G9nosDBCpHm8gTmfvrOdKXQd { top:62.75rem;left:30.1875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr5GwL8r44x6mTvh3UUkRDQxaGNGNHTc { top:64.6875rem;left:29.25rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7uv2fbfPIxkUV9ueeJKqVgpf3vsTOvp { top:62.75rem;left:30.1875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AP2zVk6V71XRZAcDTPzlyvQTfE2edGaV { top:70.875rem;left:26.375rem;width:20.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKVnGsBxghRCD1cGtGvu0ZtiHU5z02e6 { display:block; }
 }@media only screen and (max-width: 763px) { #zVJamDmoTWhdQxCy2ZF8TTlbQM8Luyzd { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7rRh7tND3CuEadZBv6XU1gP8CBKtUEK { top:91.0625rem;left:28.5625rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGMNXl4DTXDbsSlglHFeotdylEZ2VcJg { top:89.125rem;left:29.5rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQtgq03T0tbwIBfyXTRTNvP9fukucTUy { top:89.125rem;left:29.5rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bg0TisVldz6WwENkp4KBeighppRlAgTt { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5SKyHULUQHeOtPKik5dlcOqSvKh6dKG { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEfPetDSWlvVI9FF4s2zyIAqoSezyZxZ { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDsMf3RX1LiKPOLu2lr8w47y2cfS98gr { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x72k6KRHDhlEsR08BN4ETbHvELsVTlrg { top:35.125rem;left:4.125rem;width:16.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNpfbUzNqDfPr5t3Cmrz55V55HQm3y0f { display:block; }
 }@media only screen and (max-width: 763px) { #ur8Z6AH9fniaRlFCJWEOWTlWXbz9FASk { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8DMDJ60Sk0wZU5LNgKEsvsEhKJu3vsL { top:53.375rem;left:4.875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJHT6SJHd4DFNIetMbf73DiLG1JHXeZX { top:53.375rem;left:4.875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HExPVwgicxeIpAfP4KaAb1pGN2KT6ETT { top:55.0625rem;left:5rem;width:12.0625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpgadTcJgAFm3QbEX3d3aTmJksFF7Tmu { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxIRTTkv1O7vtk3F8wAmUsx3CBTUQ0xP { top:73rem;left:3.84375rem;width:16.1875rem;height:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSiUsPB1qOUtxrEQSQVT6ps7BxS0m729 { top:135.9375rem;left:0rem;width:27.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztEEV8RPmZRGtFJFcT5e5UpRlP2lZR04 { display:block; }
 }@media only screen and (max-width: 763px) { #lSORW8seX877ZTcH6C59iTJq9gO67h8f { top:156.5625rem;left:5.6875rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnPzThXCsGadkILnr0w9J3ITaSKzoX00 { top:156.875rem;left:7.1875rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8ww3qhhyd93G8CD1X2xzaXZFWRTzKEZ { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcup3MePF7ccB9mv3OdaU07NhNTZhLpR { top:135.9375rem;left:19.4375rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXDaTakheo2lmzuxIwyoGEkrN618TFG5 { display:block; }
 }@media only screen and (max-width: 763px) { #ESZ8PZgiHAm8TeFLVHfk2TBKio0zg3RX { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTBli9u9N6RtuGzuCKAiXEeIILTAOcQd { top:156.5625rem;left:29.625rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwJq8rBretNgQ3Sh2Pwq0J7qmhh8tfVc { top:156.875rem;left:31.125rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPxsqyH5lbVhGRy6khQeqsPbA76LdrCg { top:120.0625rem;left:29.625rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWPB5tA61CHbWLNf4UGcJKHwygmhTzE1 { top:121.75rem;left:29.5625rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #osfMo1f2Ota07GPACq7222y0a2Q8UUzx { top:167.5625rem;left:19.4375rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmOSNndpF94D4yMk2AfQ510vyNWWIRg0 { display:block; }
 }@media only screen and (max-width: 763px) { #nZ2tVnZFHwoTN8uEtXvJGVU8fEP0HQmN { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8ENuHBaoM9w4CyRTzcWo5ePW1CtsLfO { top:188.1875rem;left:30.5rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5qlNuWCFpBwZ96aavRy4IMct5cn73g { top:188.5rem;left:32rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbX4zdNFASfCvJnSXn0xV0n3JNx722Io { top:167.5625rem;left:0rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUcXix1BXtPuBQCnPcffQwiXTwTWmThw { display:block; }
 }@media only screen and (max-width: 763px) { #snMeFobe2UJA9H2uSqKdQPGQ9KQJ7Bhe { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5WcOiJZg89WBGstXGTFaJfxpvzD6Uea { top:188.1875rem;left:5.8125rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5wystrzSeudK8Gzim8lbf6hX0gnLSd1 { top:188.5rem;left:7.3125rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vClCu6y8J3RRwTUKhlFQut04zGqiNFp5 { top:196.125rem;left:19.4375rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln1EIMiuKZzLcFbBTMcTM74ABHX1suTb { display:block; }
 }@media only screen and (max-width: 763px) { #FRlu0Jaqb6lx8QTpghhh2JwPAWp9Nw4U { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiQhG6TsWp0NJhGlBaLqasE8rFu6cfqW { top:215.0625rem;left:31.3125rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZs1qgzTcu5LaPnJu3mNg6iyRQK7RwR7 { top:216.25rem;left:32.5rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkacvlxnKDQfeyVqZkLu2RrFcf78dFBN { top:196.125rem;left:0rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er94sETf6sINLU5yGZePQuk2NBWdFp6m { display:block; }
 }@media only screen and (max-width: 763px) { #VS0aeScNCnFCDTORkgVQPWBmMOrKbiPb { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvw9ysXbFr7moqLNyhzJsG3DQJBBeafv { top:215.0625rem;left:7.4375rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFcuVU1d0SthSpKKxmQsf42hAQzTo4Zl { top:216.25rem;left:8.625rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I65bm2gBG7uF29AE2e92kBRFiCxyqkM0 { top:223.875rem;left:0rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1bKrhaEWI5rfJqBq7KOwXbnpKwKwtbX { display:block; }
 }@media only screen and (max-width: 763px) { #QhABaMDcNa6pR53As6Fblwspdbi81pzN { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyV5FgDBHG3JSCvAnA2Xp7oX76mhVVhL { top:243.1875rem;left:11.375rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx6NJBF4aInDwEgfPlCwOV0IsSdi1s7g { top:244.5625rem;left:14.3125rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrMA2rskLU8wXaid6xmsEJye4THEpCoG { top:223.875rem;left:0rem;width:28.3125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxGZnSMp4elrD0bwZgQp6odsyD1UTENz { display:block; }
 }@media only screen and (max-width: 763px) { #ILLgg6N8fCAu42JgEMLC8JMD0TF02ECN { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #erHxza7l3qnxTFWgf8GsrfwmxttGRMvz { top:243.1875rem;left:11.375rem;width:12.5rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmNdchGb51qT2Jcw96Mhbxa3TqyHudJE { top:244.5625rem;left:14.3125rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wgqax6qXTKnGuLa2xILhvUEzSpCdECpP { width:9.1875rem;height:4.125rem;top:33.625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0v9r2557JhWk7NTITZ80ZhBOHo0lL1l { display:block; }
 }@media only screen and (max-width: 763px) { #f9PnGy5thPIcoohRF0QFhTKHsZPlu4cl { width:9.1875rem;height:4.125rem;top:61.875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQc0LTqxaqKrfuqh6a0gyPWCQlPJrqOU { display:block; }
 }@media only screen and (max-width: 763px) { #Hkf5Lfz7LFe3G0FEE8684vZepET0O3kG { width:9.1875rem;height:4.125rem;top:87.4375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHI5e4J0IkK6TfKo7wesM6dWzyc5Mq8z { display:block; }
 }@media only screen and (max-width: 763px) { #dQyB1iR1FyvB6fDw6LIVvHTHfXcbFHZx { width:9.1875rem;height:4.125rem;top:125.25rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvDS5TtLc92BUq83xmU0ShC1h3ZDzwSm { display:block; }
 }@media only screen and (max-width: 763px) { #ZKTaDfKC8FcyJBeM504d7idnQ2eBqkgL { width:9.1875rem;height:4.125rem;top:157.9375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLzLM24Rwwai9nuGeHA3TExRgpiVXrww { display:block; }
 }@media only screen and (max-width: 763px) { #u4fBtTn6QNtc8sdb8UzGDpmTyvHTq58m { width:9.1875rem;height:4.125rem;top:188.3125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghxtOl8NPnG05qvoZKuF5i60vOA2TOMR { display:block; }
 }@media only screen and (max-width: 763px) { #CwuTxbRt5e2BMycsnWUt5d7f6cOFTnz1 { width:9.1875rem;height:4.125rem;top:216.25rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txhvy86ol5QsOTscO3zvnJd013UqrlDu { display:block; }
 }@media only screen and (max-width: 763px) { #T95sdAiEmnE2W2wEHguy0tM2GGmOJ5iL { width:9.1875rem;height:4.125rem;top:248.6875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAO5wDzol3TsFsxrB35Mi7fFKGEORJyf { display:block; }
 }@media only screen and (max-width: 763px) { #tnMMlWNOV2SZX8Mr3WbJZ17wVszWDTLG { width:9.1875rem;height:4.125rem;top:33.625rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zt8XTCIT0h0yENzVRBlHlKdTH0HXAt5U { display:block; }
 }@media only screen and (max-width: 763px) { #OwuARy5N3Ih5AxlB6FsZITp03einZdfD { display:block; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZ2MyP5cgKXGo9gNdG2aVZuIdDNdd7SF { display:block; }#QZ2MyP5cgKXGo9gNdG2aVZuIdDNdd7SF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoOI8AZGMMyGFoiOT153SLWSQ03ngJuz { top:0.75rem;left:16.3125rem;width:16.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksu5GPTNQs3A2l7op5AbiALQHcFfSZWi { display:block; }
 }@media only screen and (max-width: 763px) { #tTs5dTHZcOgJcfxu4AUCgxV5wBdIX3lU { top:4.625rem;left:13.375rem;width:21rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnevuiOgaftLF5dp7tF7fHz4mgtFzWrb { top:14rem;left:17.125rem;width:12.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldq5LlFNB9if7DputRPNtEdKsUJgN7VG { top:14.8125rem;left:17.125rem;width:12.5rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umLvsui0QC7veBvV8lMCsfryHFTNoI1q { display:block; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5T2GbFnIZpbhDgFLOendBD8ogs2NqqI { top:0.9375rem;left:7.375rem;width:16.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrTVRf7Wd6Mu0n4XB6CM812LLD31m4ga { display:block; }
 }@media only screen and (max-width: 763px) { #OCMlbOmJNJblAGkSbpsIRx5a2mT4TV96 { top:10rem;left:0rem;width:35.375rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyQQV4kTrOga5ywrSmv0o9nI7Q4W6Sl8 { top:4.8125rem;left:11.375rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsxwob5RAk0V65vuVbx3I0oAXmbrpS2e { top:5.4375rem;left:11.375rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FomJVUhZuzaCBGKZszolaTmCTbwzarmB { display:block; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xn2KSvy6nekpC81ofC6XUhiNXzXLgQr8 { width:44.125rem;height:2rem;top:-3.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVeqwRPPrTHD6JbS0DLZPMgpVD8395No { width:44.125rem;height:2rem;top:-3.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP { display:block; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPA6i6a65SH6frNZkUsXn1PobxSpyxey { top:4.0625rem;left:19.625rem;width:28.125rem;height:4.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4yx41zR3T12zGwg9r4L80dErOdz4NA3 { top:1.6875rem;left:0rem;width:27.8125rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCbBM7fww5vAHpaCqPoXoQZssCSy7QMt { top:13.1875rem;left:36.9638671875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsca2taqvfOI4gCBkuhKRq98luQkSsqZ { top:10.625rem;left:19.5625rem;width:28.125rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q39WzwJfGQ2KP6TGbMr5diQAkNyrHXNu { width:47.75rem;height:2.8125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM5FVgEIrZw1RwFd6RX4vD95cvTPXFtL { top:5.0625rem;left:7.6228294372556rem;width:33.9375rem;height:1.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoTVngmTWZKon7Qzh7XBau64uGF71bdZ { top:8.25rem;left:14.155540466309rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCnqMygC7L5zPcTSSagnoxC6rVJfIPTi { top:4.625rem;left:39.2451171875rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ha5RC7sBLoItItmDB985NHyVDyzIRctg { background-color:transparent;background-image:url("https://images.assets-landingi.com/wz28xOVg/Untitled_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ha5RC7sBLoItItmDB985NHyVDyzIRctg.adaptive-delivery-prevent-bg, #ha5RC7sBLoItItmDB985NHyVDyzIRctg.lazyload, #ha5RC7sBLoItItmDB985NHyVDyzIRctg.lazyloading { background-image: none; }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .row .container { background-color: transparent; background-image: none; }#ha5RC7sBLoItItmDB985NHyVDyzIRctg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,244,0.53); }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .row .container > .video-iframe-container { display: none; }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,244,0.53); }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .row > .video-iframe-container { display: none; }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .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); }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .row .container { border-width: 0; border-radius: 0; }#ha5RC7sBLoItItmDB985NHyVDyzIRctg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .row > .video-iframe-container {  }#ha5RC7sBLoItItmDB985NHyVDyzIRctg > .row .container { width:20rem;height:136.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jgm60T9TMddsAu548iEJOw5IT5eKMTUM { width:17.6230625rem;height:2.5996125rem;top:8.2890625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:2rem;font-family:tajawal;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; }
 }@media only screen and (max-width: 763px) { #L5Pa6J63vCQyTVlTrnseioWFyu0oziV7 { width:7.5625rem;height:7.5625rem;top:0rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-form-header { font-size:1.1875rem; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .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;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:none;vertical-align:top; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-family:hekaya;font-size:1.4375rem;overflow:hidden;text-align:center;text-align-last:center;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 [class*="-text"]:-moz-placeholder { color:#000000;font-size:1.5rem;font-family:hekaya;text-align:center;text-align-last:center; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 [class*="-text"]::-moz-placeholder { color:#000000;font-size:1.5rem;font-family:hekaya;text-align:center;text-align-last:center; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 [class*="-text"]:-ms-input-placeholder { color:#000000;font-size:1.5rem;font-family:hekaya;text-align:center;text-align-last:center; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-size:1.5rem;font-family:hekaya;text-align:center;text-align-last:center; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-radio-label { float:none; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;font-size:0; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-container:first-of-type{padding-top:0;}#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .widget-container:last-of-type{padding-bottom:0;}#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9  { width:17.5rem;height:auto;top:11.013671875rem;left:0rem;font-size:1.1875rem;background-color:rgba(255,255,255,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 {display:block;}#K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 { width:17.5rem;height:auto;top:11.013671875rem;left:0rem;font-size:1.1875rem;background-color:rgba(255,255,255,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #RlbrdVAxrlwX8qLSzeybC3mDqZpHLhqb {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #qH0u2KIZnvOaRwayCWk3MJMqJwiEqceQ {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #Qlhwg6WUwoCBOT0393XlHF0wxJs8wewl {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #yRTNun44oA45gGTo9phP6KJgBVxAEbKM {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #TD8iVsnqvK8R4EVsF1RyvuSiZzf82Nta {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #zKrJOEvULTDfswxMnRtw62PXZF85VB0G {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #hv7p9rPGSsf9NWsJtq5ByXsC8cb16x8M {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #edgXJ4G8WISxpCVzZ3DWMZIhWkKHCfgB {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #WNeauWh4LpoD6zmDG1OUWNMbUyFW3ipo {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #D75s5EbCxrFTWQM7KfL4A4uDJTEKnw8F {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #d9kFMBTyKwhXAbDGyocm6twDrwcAdJHB {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #n5oZOd2El7VsROIy9klIupOGR8XAQxLf {  }
 }@media only screen and (max-width: 763px) { #RtR4GwmPfQ1eSnGAiGcvOvA5XAA7ae9t { display:block; }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #x90PTAKVIcTRldTpyLyIfnPVK1KCHH0V {  }
 }@media only screen and (max-width: 763px) { #K7sTpr9XA6DTebEvUxEWht3RghSHKUq9 #UArEbnfxhDz9c1g3uKVcL0lJHTp2te8f {  }
 }@media only screen and (max-width: 763px) { #QNANSIJfZ5HcQZlwhpSZguF9RLQOnkce { top:66.3125rem;left:0.71875rem;width:18.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #teTn4LwpUVNPohnWIt0OfHqFP92KJw3q { display:block; }
 }@media only screen and (max-width: 763px) { #XsaU57fgc0NcxSaTBOTWiXTG1LHHbnih { width:20rem;height:auto;top:11.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:kids;display:none; }
 }@media only screen and (max-width: 763px) { #rgceFzb3h3UDPQVf0yrr3yLbkNaiI5xT { top:71.0625rem;left:0.875rem;width:18.25rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBzcgqLTgw1cb3a6IPR4bsm1XmUMkE1x { display:block; }
 }@media only screen and (max-width: 763px) { #a0pUfCebCWBhKx8TtnBBTlexFrZFLDoI { top:85rem;left:4.3125rem;width:11.3730625rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNTaVdvxvULAi3V1ZIBBV01AdJBi5TmT { display:block; }
 }@media only screen and (max-width: 763px) { #QP8noSudpf8hH4PAbR79V7Z8nFLyvoGX { top:81.375rem;left:4.3125rem;width:11.3730625rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph0uxMX5Ms4oqkz4GtPb2pw0Iem8DPeH { display:block; }
 }@media only screen and (max-width: 763px) { #Bf7XttPbPRyTKuOhm6Hd8AVm49b0pg6x { top:88.5625rem;left:4.375rem;width:11.25rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Damt3X6SZLXM0GxqShf0AJC5b9Piqwyz { display:block; }
 }@media only screen and (max-width: 763px) { #AGUvocRatDTtoOAEGMe38NcACTLIz0Cf { top:76.4375rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTWbCBAyGn7sAQCQuxtMyqUDPoAz5AM8 { display:block; }
 }@media only screen and (max-width: 763px) { #JLUaOS9bUwU1dVAC1n7VdEBoDfGiuF0t { top:86.31185512695rem;left:0.625rem;width:18.75rem;height:2.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9LKx8HsPJA7eih2sSXapPnMMa5A09Kt { display:block; }
 }@media only screen and (max-width: 763px) { #IqZKKyT79imDQhB5HWuVSRuUkzIRwSaU { top:52.5625rem;left:0.9375rem;width:18.125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH95NzK6xQZQSk5P4TQfNRL8PnbZU1mv { display:block; }
 }@media only screen and (max-width: 763px) { #THUpBaHXOL5SqVDC3F4pHVerOCOWxyzt { top:92.6875rem;left:2.375rem;width:15.25rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eas8QAxZWTJAbH2Guthe9umvUPgzuEL2 { display:block; }
 }@media only screen and (max-width: 763px) { #yVKX1vJIg72P4DvBKgFoiTQZcdgCC9Ep { top:96.625rem;left:1.3125rem;width:17.375rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFyxKvM5NOlrIkvtwNoT0UFrlHrH4H9B { display:block; }
 }@media only screen and (max-width: 763px) { #VvbU3puR61iws5Ix6Jb975tycCAtWQ4h { top:100.5625rem;left:0.8125rem;width:18.5625rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exBSMK0t0g3HuBzXeEVTJsxRCtPGxus3 { display:block; }
 }@media only screen and (max-width: 763px) { #uq0VBarG8fbDHA6kELhO0898o0EdVHs9 { top:104.5rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea8XeZJJ8hzCB24MmnheGfUIbCQA7zhp { display:block; }
 }@media only screen and (max-width: 763px) { #GqSZX32BFyTd3CuJcNhcsMtdKDVnWUdC { top:108.4375rem;left:0.5625rem;width:18.8125rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwQL9M28BGFDGsQtDtc1Pi0Ee6vfCHqV { display:block; }
 }@media only screen and (max-width: 763px) { #vrVuhNNK6zHp6FVvq14gMCsMc8qvBb8c { top:112.375rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axlu7i4s4NJSa1QXxbPEmrVVRLUscEok { display:block; }
 }@media only screen and (max-width: 763px) { #a7picZVVBhmXFXXAFRs1Fsi95GboaZC1 { top:50.3125rem;left:2.8125rem;width:14.3125rem;height:2.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKnRX3Mz2Oe8IxMnb7dm6I1mZKnGW5Wd { display:block; }
 }@media only screen and (max-width: 763px) { #tBnKsPuAP2DJeK0a3qlTkqM0upJ5TL6J { top:120.25rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2psFDDkqg2Qc85Wil5mMcoDFhmnzaMb { display:block; }
 }@media only screen and (max-width: 763px) { #TIGzzvuSsTU9KXIuumnK0R2mA9SOcwkv { top:124.1875rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZC9vH0RsAqqySWX904tBMspeIzoEJBJ { display:block; }
 }@media only screen and (max-width: 763px) { #RHtvETyryPpU1CyBhU3xI6oOstwMuwQT { top:128.125rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohMSG6HUXCV7rTdBzNPOXfQU9DCnhRDp { display:block; }
 }@media only screen and (max-width: 763px) { #d2VULdMP1KCJhnFcOi6urnsd35RwKpdX { width:12.5rem;height:0;top:120.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIA6U2ghUQlHlLuueT0ifUFy4AwbVb7k { top:132.0625rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBUM9clFandzhLPI78P3G7EBT0pwkTgQ { display:block; }
 }@media only screen and (max-width: 763px) { #gL1lh04tdmvLzhXTxRP2VzNT3b6m4i74 { top:116.3125rem;left:0.5625rem;width:18.875rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzZlTrsvNlwDhzKLPAblK1XqT7R9Qcxr { display:block; }
 }@media only screen and (max-width: 763px) { #P1BlKhmaTK9iPCP8fpd4yQovTAE2uuPA { width:8.125rem;height:3.25rem;top:32.201171875rem;left:5.9375rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3LRh0PRfSGn1zAgpnTlJFiRhsK6IP8f { display:block; }
 }@media only screen and (max-width: 763px) { #IzQMeTRVsA4zS7SzD1GnLPX17oKUC3XQ { width:11.8125rem;height:5.4375rem;top:135.0625rem;left:4.09375rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXZMhFkKK4XiFh5oLRm6tvv4qWBKDxF5 { display:block; }
 }@media only screen and (max-width: 763px) { #x8LnHP56lw3xt20NxhgmQHfs91Ip3BCT { top:57rem;left:0.875rem;width:18.25rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz5oGGuTXTm85chXZx8Kve4TzVfIm5cS { display:block; }
 }@media only screen and (max-width: 763px) { #cElxSpLAuhko7p0gtKVB8VqkicGaHlO1 { width:14.25rem;height:14.25rem;top:30.638671875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhTPXaaHUkfpwBkcSOsDAtVcq2fT0ip8 { width:11.25rem;height:4rem;top:41.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTRx47dvhHTENyHIR3RTNlKcgX5TTFkO { top:61.1875rem;left:0.625rem;width:18.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFnUnAtMZfJWI6k7AXkGccEBmT11y61f { display:block; }
 }@media only screen and (max-width: 763px) { #xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz { background-color:#ede4f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { border-width: 0; border-radius: 0; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row > .video-iframe-container {  }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { width:20rem;height:101.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DFTmAlSs02qlxB2gUIi9xPQPs12CDIzv { width:20rem;height:2.59874375rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #emg9hDoHRnQh3X7WobqEabHf828t67MA { width:12.5rem;height:4.93555rem;top:19.921875953674rem;left:4.4368491768837rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmpcrVUA9RPlPS3sISJwMh6PMCsUnI1P { width:20rem;height:15.36131875rem;top:3.3072919845581rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuAn9PDwJMEuhxvsSRNCDpqTFeDv19nz { width:11.8125rem;height:5.4375rem;top:95.6875rem;left:4.09375rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWBPh88bNbz7dhAJm1a5mdh7kyve5kPt { display:block; }
 }@media only screen and (max-width: 763px) { #MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe { display:block; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZvDltgPG1sJ5tblBuT6rkapklIOIAGf { top:0rem;left:1.6875rem;width:16.625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvSyROSvVIbtxc7lmctOXC1AlGTdySgP { display:block; }
 }@media only screen and (max-width: 763px) { #HTUREetMzTxZKxCHHT1c5AIUep1SifD7 { width:19.375rem;height:12.744125rem;top:4.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7CNv7UPULWT2F1hGVJKyhfSizTWAdAp { width:12.5rem;height:3.25rem;top:33.1875rem;left:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCaqD8lXa76CBFlTTB6f4xn7LKfEnPgS { width:19.1875rem;height:0;top:37.75rem;left:0rem;font-size:1.0625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #dvekUJZTcLeTLtVK40XvMuJbrenmhtmI { width:12.5rem;height:3.875rem;top:32.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaTJlgWyiX6RF8RAnBX3vegEDO70mgMH { width:16.9375rem;height:0;top:32.875rem;left:1.53125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBWGX57Aagy1VZPnwGHqNy3d72eq1gsd { width:20rem;height:5.2rem;top:18.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKEngMwhaCrKTeeaUwwgUUsnMupkwhC6 { width:12.5rem;height:3.25rem;top:37.75rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7H3PtCMNgkGzEZcFQErwMkeUyPQFSdh { width:12.5rem;height:3.9375rem;top:37.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7HcdV5iSkmBt1zp1v1DLv5PiX9rEmCM { width:14.0625rem;height:1.38125rem;top:24.8359375rem;left:2.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v04MxiZEIXyy01IXCT8uhNiuahX9umKT { width:20rem;height:0;top:46.6171875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6mEAV6GSU6V69p74hmJNqc67AVVJ2GK { width:18.125rem;height:4.142575rem;top:27.232421875rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7INoXdhIN6pMCdfZtav2TMz0htMSwl8 { width:11.8125rem;height:5.4375rem;top:43.3125rem;left:4.09375rem;font-family:hekaya;font-size:2.1875rem;z-index:100025;display:none; }
 }@media only screen and (max-width: 763px) { #eZd8A4kuROM3Gl4MerQ4L9oidXKtSFg5 { display:block; }
 }@media only screen and (max-width: 763px) { #ghTCHbF3epquz6riuHtLN883GaZQiQwk { width:9.1875rem;height:4.125rem;top:42.5546875rem;left:5.40625rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCFrK5Rwgpa6inQZrtfQa9CzdUzOVWxF { display:block; }
 }@media only screen and (max-width: 763px) { #TfSDe5pLTEIWwR14u9ObClWu2a1khv4u { display:block; }#TfSDe5pLTEIWwR14u9ObClWu2a1khv4u > .row .container { width:20rem;height:510.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSLhzD3TxnnoMQkqy9XO1ETAE9FtWKDX { top:168.8125rem;left:3.25rem;width:14rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJzFsM394TNocdkrpfFHIxVW2iJKflz9 { display:block; }
 }@media only screen and (max-width: 763px) { #q7KLSA8uJF9QkZGIheszFa2gZbVBcdOx { width:12.5rem;height:3.9375rem;top:30.875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrIfCIrDHxxe1D9KVGhpIfGIbscTkox7 { width:12.5rem;height:3.25rem;top:129.875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THZmsSAUbP7GxGySS2JGG5PU92Db7ues { top:86.5625rem;left:2.125rem;width:16.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhllLymc3BiDkCzaNQPbwPSJWdiGB0Rx { display:block; }
 }@media only screen and (max-width: 763px) { #TNZSc8h43DEbQni05EOTKzbhfMArssXJ { width:12.5rem;height:4.4375rem;top:177.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwQnDOskGo3T9lot1oF0LuA8yTBPLRFT { width:19.5625rem;height:10.1953125rem;top:91.1875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Uv5if1QFFoLSyKMh025bD5Gv1TfkGshd { width:12.5rem;height:3.25rem;top:178.875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtRq3n6rHetZJxIrxCDGdEPThu65Lshr { top:142.5625rem;left:0rem;width:20rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDkO40o70xnNGbH9bUoakan4EA0DgFce { display:block; }
 }@media only screen and (max-width: 763px) { #TP0Zd7QuhZzbpmZEW3I2TTi0auGW91Gu { width:20rem;height:7.6465rem;top:147.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LDom82x7UePOJ4HQsDkpiF54htAo2c88 { width:12.5rem;height:4.4375rem;top:129.25rem;left:3.75rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #Sfom8GOtFMhmawcVt7esJaPDH8A9pw29 { width:18.249rem;height:7.3125rem;top:119.4375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FNbzf82PB5uRO4MTB4FZZMEmvbfrwgGy { width:12.5rem;height:4.4375rem;top:128.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSGgZdmpOJVevianpSLQCFDwWgUoZHS5 { width:12.5rem;height:3.25rem;top:129.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTdcXhvaSlXchy3GHaXfuXx3kl9Ws7rK { top:114.875rem;left:1.75rem;width:16.5rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAyDQhKWJiJATD3LWZa8k7BaR7fyBT5g { display:block; }
 }@media only screen and (max-width: 763px) { #G7TeAxgyIwONvDa1klBytBJvQPSVcrRt { width:12.5rem;height:3.25rem;top:104rem;left:4.1875rem;font-size:1.25rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #fSuagTH16I5DnVtsfnE5X5AEEcgh1i1Z { width:12.5rem;height:4.4375rem;top:102.375rem;left:4.1875rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #osmuxfyPWH7aEiGpebNNQo9JRhh9aEfh { width:12.5rem;height:4.4375rem;top:66.46875rem;left:8.90625rem;z-index:100022;display:none; }
 }@media only screen and (max-width: 763px) { #GkxrpuUlySXmsgqsOSDl8xK5zgbvLclr { width:12.5rem;height:0;top:67.09375rem;left:8.90625rem;font-size:1.25rem;z-index:100023;display:none; }
 }@media only screen and (max-width: 763px) { #NiTyu1E4DdKIDcggXOSSg4A4L1kkIm4C { top:396.9375rem;left:1.625rem;width:16.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXxcKyCH8Uu1Wc063g8MADTUhscRnwTZ { display:block; }
 }@media only screen and (max-width: 763px) { #a0IQbS7mpsuILRzpeW6p7KsQdFMJXlAu { width:20rem;height:7.6465rem;top:401.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q1aa8zW8QTsryLmtvfd0Cf5z78Nr63Ut { width:20rem;height:5.09765625rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l9lLwyAzZsK4T1SkQRTSX6aahNBX8ifT { top:1.4375rem;left:1.625rem;width:16.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5WmqXvompZ9MRNALFHslgOpeZI6rpyi { display:block; }
 }@media only screen and (max-width: 763px) { #a9hNvMboEIwGTMWQrndm7gAT75UvQxx7 { width:12.5rem;height:4.4375rem;top:409.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6fKKwpckGw14Is7q1BmTVTJEOpeATsV { width:14.5rem;height:4.3857375rem;top:411rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOUHTvK8XVHfGmW2VmddgnEDoTb582nO { width:12.5rem;height:5.125rem;top:264.4375rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #mcSElat6TZlGQEcKPnTs49UNTpmsZs6J { width:12.5rem;height:4.4375rem;top:14.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNIbTXPgFkNXJgRUaRnZTddaVyVHkicL { width:14.5rem;height:1.4625rem;top:15.5rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8TA3prlAd026K59Lgde1mPUv4Ku616X { width:12.5rem;height:5.125rem;top:15.8125rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #zE4PE84kwk7e25cRFOQgWhbAJI42n9g2 { top:422.375rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIb2Pr7vmgmSnT9FIOFW1fukqD6VZWio { display:block; }
 }@media only screen and (max-width: 763px) { #e6R9Tv5BhkWicz9vB8fgx60lIIsVmqaL { width:20rem;height:11.15625rem;top:427rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T8nQP2AoTyTkGtiq9veMrOd2xmbmDqQK { width:12.5rem;height:4.4375rem;top:440.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL12J8OzluICDD7nmvPwpI98aV30iTDb { width:14.5rem;height:4.3857375rem;top:441.375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAKSamtRyRPfdTATdTpTPd27O7sbRpgV { width:12.5rem;height:5.125rem;top:77.5rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #bAl5rDzE7okIXLybTJrUFgcHwMQMw53t { top:452.1875rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIg79D2ceiPGZkLe7Q5DLioDQIm8zmXZ { display:block; }
 }@media only screen and (max-width: 763px) { #LF9ebGs4pDwaTCqtOS8AOk4PRqDNb4dd { width:20rem;height:12.75rem;top:456.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wvg14SZ1vSF3M6Suq8KmlzzrnH9LFk14 { width:12.5rem;height:4.4375rem;top:471.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKTDLpid9vEJHK7Jiqbsi1Mk5RfBvsMy { width:14.5rem;height:4.3857375rem;top:472.375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqcTK8hoX7o4TCsmkFLmy3Ic5kQuN94Q { width:12.5rem;height:5.125rem;top:102.5625rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #EpcBRQA8bLTRqMi0Oz3NCRWdAHC1ezPS { top:482.9375rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIzTTDHk9OIzU2SsJtXc2ucyowIUft9i { display:block; }
 }@media only screen and (max-width: 763px) { #kfUT2W0FrCvTMx2LhvoRVsZOpOB0xLJL { width:20rem;height:10.1953125rem;top:487.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OVgHk59utiZGpsIT7zqs6zr8nBfyTyWH { width:14.5rem;height:4.3857375rem;top:500.4375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgbUkvXSFFOGQvLMsv5G4zZ1vIGkotC2 { width:12.5rem;height:4.4375rem;top:499.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwFqTfh764fBptkKvFV02eo6eCtVia93 { width:12.5rem;height:5.125rem;top:128.9375rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #FLLGRm6eRvEPdtCZSbZMGuRqX2cTTRxV { top:190.75rem;left:1.6875rem;width:16.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcAhxWsqxJNm7VOmHK23xr0qINyAQVkf { display:block; }
 }@media only screen and (max-width: 763px) { #gTzlDOlSZB0ZyQph8NcRnuHcsm02gmg2 { width:20rem;height:10.1953125rem;top:195.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aR8QyeJfsiwLrSFbNW5MQml69Wpvkn56 { width:12.5rem;height:4.4375rem;top:206.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3JIHHZpex2Nwb6k52BiiASAEy4LiROZ { width:12.5rem;height:5.125rem;top:80.8125rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #h3mxCKxTdZq8nE5k0A7NDNDxrMfp0tH8 { width:12.0625rem;height:2.923825rem;top:208.4375rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqmXgUXt0Dl1xpXl9t4axOS2aq29Lipu { width:20rem;height:2.76171875rem;top:173.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F0WNHkTCeO8RelP62l9TNUv4AThMPx4x { width:16.1875rem;height:0;top:311.1875rem;left:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3n4AykrDeaJziNfbWpzR2bPyo7iwc38 { top:219.8125rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeGCTU2o4i3eIGprZfk2TbQvzN0RUbbW { display:block; }
 }@media only screen and (max-width: 763px) { #vLJalJHPOzaBadWruCh18fMtVmNsWblk { width:12.5rem;height:4.1875rem;top:231.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt6PRuLHpfz4TAaBpXZCnrW6iTgGDPIh { width:9.5625rem;height:3.57421875rem;top:231.9375rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD21yN7z1z7naBSlSRvrugCZ4IvotM7l { width:20rem;height:5.09765625rem;top:225.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DqEAfTGTMFI1ShTbR53dTVCn7V82wp1L { top:245.3125rem;left:0.4375rem;width:19.1875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3CNbIkQfdlSnniTp0voRdPVbRTdmDyW { display:block; }
 }@media only screen and (max-width: 763px) { #xtsbTprI5phSwvfRFDWLMBbLOMJ6GPTC { width:20rem;height:6.9043125rem;top:249.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F9gLgSNXnE5TQZAzNGzxWmavMgDH85TT { width:12.5rem;height:4.1875rem;top:257.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWqHxZUCaZEIoE7NtbQ32LhmU0ZWApMB { width:9.5625rem;height:3.57421875rem;top:257.875rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpoixE3sJSuWUs1zT95vr7ov6Wc90mWF { width:12.5rem;height:4.4375rem;top:156.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZXRcJZO7ilItPlZG5K5xi95330hGVAV { width:12.5rem;height:3.25rem;top:157.3125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5qw1AZXKtigE0itzKt9imK0ds1exNt0 { top:345.3125rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnzovB3fQd6yrHG7FXXRL6XBFenZm1ld { display:block; }
 }@media only screen and (max-width: 763px) { #e5OCuoOnSaU7GBEGCUu7kTiSief6VzpT { width:20rem;height:8.285125rem;top:349.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZHJ0NrnDr23R0rAXNN3DKU3id8zTBKba { width:12.5rem;height:4.1875rem;top:359.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyFcI6N3sPlWt7ivOyDBQzQVwOUuW04g { width:9.5625rem;height:3.57421875rem;top:360.0625rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHyScCfIbKLuwFl7TCxZJ310PeTN0130 { top:371.625rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaxSQs0NdlO2oKnBhtfXEwpLp1RHr1aV { display:block; }
 }@media only screen and (max-width: 763px) { #ooygTMTVsAS5UtktJT5Hl7vcuTTsMi8g { width:20rem;height:6.3720625rem;top:376rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mekIT8eT7kh9Om3678kwPxSpyNXosWXX { width:12.5rem;height:4.1875rem;top:384rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbg8Et3xSiAPcb3lvK9iz40F69MGA28z { width:9.5625rem;height:3.57421875rem;top:384.3125rem;left:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlNCDHbJzWWrvx3XxCbF2coTkhGOQ47l { top:270.1875rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh7BWMVWgUSwUlnFppwdJSEGJ90cnn3z { display:block; }
 }@media only screen and (max-width: 763px) { #OyyJx0PSkdIIGFCmzBAIuk5aTfSkPbOh { width:20rem;height:5.5234375rem;top:274.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pTafn4IIscCV9UmUcUgEhCb9iEyFwRhv { width:12.5rem;height:4.1875rem;top:281.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4N5QTXEM7MLMLSsmrzQfyiTFDmMybAe { width:9.5625rem;height:1.70605625rem;top:282.9375rem;left:4.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhhUoUvt0WKhS0DqK7AlAZgPINgbEAbn { top:294.3125rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyB74maaxXhK6BT59NkGD0bhoRQmimTo { display:block; }
 }@media only screen and (max-width: 763px) { #nrSruo8kE9G7XJ1qDVSnrZ1gTtoJ30Q5 { width:20rem;height:5.5234375rem;top:299.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aiSAdQfzedTo4yMbThC3whmGF2aNIc9W { width:12.5rem;height:4.1875rem;top:306.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIWf85fa1I8niTZNShJrz8o6VDndThGE { width:9.5625rem;height:1.70605625rem;top:307.5rem;left:5.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6zHRQOm1O7gEiXzb9QlvyDOGBCXUHRu { top:306.6191875rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPdkJ2JAlCXDziDIzrETaR3JroMKXxP6 { display:block; }
 }@media only screen and (max-width: 763px) { #JNHebyT4egZOgsdQ78OHMzvK9QbZPiEd { width:20rem;height:0;top:310.9941875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #OhQZzAeiLXbTQo8xaTMfrLL9TkvFwTUX { width:12.5rem;height:4.1875rem;top:326.3730625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDW0Ran9mJW1p7Z0Ik0GJz1H5La4e5AE { width:9.5625rem;height:0;top:327.7480625rem;left:5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6xLDvIPdhZsNQaPJDKGkyb2EVVPOtzM { top:319.6875rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #SQl13IfEyxSaV5iXVClwlwydUMPwFitq { display:block; }
 }@media only screen and (max-width: 763px) { #EfLZOatLXtgXXcLB3LevkyKsiIdwaKc1 { width:20rem;height:6.9043125rem;top:324.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;z-index:100034;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #d4rt6ibJsKm6vXTJVdAeZSCsLhnOQwQi { width:12.5rem;height:4.1875rem;top:333.6875rem;left:3.75rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #ND37cAOBMiZvmGiq4gUPO2G81nM41UH1 { width:9.5625rem;height:1.70605625rem;top:334.9375rem;left:5.25rem;font-size:1.3125rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #nPMTkUeIyuwppuSOLOCEHd2406HQgkwT { top:27.625rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4rSSv4r4ULG8uV6U78283Aucv8oEFLl { display:block; }
 }@media only screen and (max-width: 763px) { #H5V2vkAWAlnoJUJhiT2r7VTWVqhUfzNU { width:20rem;height:17.84761875rem;top:32rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #adPiUQpOWTGEmFFr4wDr7pItnBVwurQl { width:12.5rem;height:4.1875rem;top:23.625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #km86zoxyUwEUuIadhxttk7xTpglF5DvW { width:9.5625rem;height:3.4125rem;top:50.9375rem;left:5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7buxJQRr9D1xJaXKrpM2nnID1a6tu0H { width:12.5rem;height:4.1875rem;top:50.5625rem;left:3.75rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #X03h8DlUl5WSg7gxAhrLVXtad2tbm6kx { width:11.8125rem;height:5.4375rem;top:26.5625rem;left:4.0625rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRnFVEn8TXARnzv0CwWkXI13qviNCItH { display:block; }
 }@media only screen and (max-width: 763px) { #CND8hVakgpb9NmtwAUP4ESP1HbbVeet9 { width:11.8125rem;height:5.4375rem;top:81.9375rem;left:4.0625rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #st71xqFKVryiSALARpM1Ipuseq2duqoh { display:block; }
 }@media only screen and (max-width: 763px) { #QGR1pxCAdRV0TXkPhyH2CNmoP3XqXguT { width:11.8125rem;height:5.4375rem;top:108.3125rem;left:4.0625rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TB74fxRzcmPkflPwC4ePx8yBVFZTidNh { display:block; }
 }@media only screen and (max-width: 763px) { #FpZy3IgzGk6RO8sPx2KT5t4a2wRT17I0 { width:11.8125rem;height:5.4375rem;top:130.75rem;left:4.0625rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIOMcdT11WmSZCdozauqX9DJTRO435va { display:block; }
 }@media only screen and (max-width: 763px) { #Uu15EyWOoXMCeHDfHiTINJI4dvFu8OtH { width:11.8125rem;height:5.4375rem;top:186.1875rem;left:4.0625rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVSWwicUBUDUJtErM79ZoDswm3nA2dMe { display:block; }
 }@media only screen and (max-width: 763px) { #ri7wgAsz2Vdo8cCmoBLlHK7KAfLIbTeG { width:11.8125rem;height:5.4375rem;top:242.5rem;left:4.0625rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZCMEJ0WbwJrX1O3ZXZCUcnHUswU6TlM { display:block; }
 }@media only screen and (max-width: 763px) { #q7xGlZZbBC7L3Xqq3TDPSrH7yK4iwUVD { width:11.8125rem;height:5.4375rem;top:268.875rem;left:4.0625rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTmTilTvDqbNc9bRo9JiJ5uJ2z7a6TLt { display:block; }
 }@media only screen and (max-width: 763px) { #ho8mJUETgaeqWSW86eK1dIWgncu7Ehtv { width:9.1875rem;height:4.125rem;top:20.125rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #ISaTmLTQ10ZQxcUCFEL9f8Wv8fwLAdZm { display:block; }
 }@media only screen and (max-width: 763px) { #ZUqwA50mW8De0u4GRwUxDUbctPzT0ATR { width:9.1875rem;height:4.125rem;top:56.875rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #v2wl1RGQWhPUV79S5xs2XJ4xFpWuHkMm { display:block; }
 }@media only screen and (max-width: 763px) { #X3r7R2132lthcBO0EwOeTFthmLvKPDm0 { width:9.1875rem;height:4.125rem;top:108.4375rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #BFzdUpl6vZA9imbrEeItPzu4AXoGOzDQ { display:block; }
 }@media only screen and (max-width: 763px) { #mSAbNSLZZXEz8HBn3Ns8H6IF4dOCiKRq { width:9.1875rem;height:4.125rem;top:135.5rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #hEB8qnSMlkREIfJzDiw1VZnw0rUmX5RC { display:block; }
 }@media only screen and (max-width: 763px) { #cZvWQliiaqJq3vr6lfGpIfO4n8cZB8lJ { width:9.1875rem;height:4.125rem;top:162.3125rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;z-index:100038;display:block; }
 }@media only screen and (max-width: 763px) { #K8u3TyQei4uoTsGw1ZOPgPUlTBTF6N8S { display:block; }
 }@media only screen and (max-width: 763px) { #tTx7N3hLTTQL8K0ZTzQMVNGc0T27yyih { width:9.1875rem;height:4.125rem;top:184.125rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #TFxicEDVEHudTpESUygGIM0crRdJHEsL { display:block; }
 }@media only screen and (max-width: 763px) { #KvgH2eCROC9DTOGOuRJWq5SGG2OXlkuN { width:9.1875rem;height:4.125rem;top:212.6875rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;z-index:100040;display:block; }
 }@media only screen and (max-width: 763px) { #b1ip8ScCGzKHamTM2DeT7apLu1RK7H3c { display:block; }
 }@media only screen and (max-width: 763px) { #rU6RJRKCBkqsQXdxHWqPxPnRxVmNKp6q { width:9.1875rem;height:4.125rem;top:238.375rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #ImxQcLQTgZDViOO2otF10MMVPFlaKOWb { display:block; }
 }@media only screen and (max-width: 763px) { #dootimSiOJqoSzbvu4dGplxl0TatsKtP { width:9.1875rem;height:4.125rem;top:263.4375rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #VbHxBS0tgoFR6C7OZ3wU6upww72d7TGW { display:block; }
 }@media only screen and (max-width: 763px) { #o7EqAlVZ574aHe3rRbTloxWfqZrG7zy9 { width:9.1875rem;height:4.125rem;top:287.8125rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;z-index:100043;display:block; }
 }@media only screen and (max-width: 763px) { #fOq9LZvrUDhzETefBB9tIl1zax9THLRs { display:block; }
 }@media only screen and (max-width: 763px) { #TMR66G1hEkEbzZEWPEpCRpueOyPNJfrO { width:9.1875rem;height:4.125rem;top:313.4375rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;z-index:100044;display:block; }
 }@media only screen and (max-width: 763px) { #CgTVEbZiqlXSkAgaZChCxadLVLGZrdve { display:block; }
 }@media only screen and (max-width: 763px) { #oGORTyAiUw5poT86CieogMKIeeSNRIS0 { width:9.1875rem;height:4.125rem;top:339.375rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;z-index:100045;display:block; }
 }@media only screen and (max-width: 763px) { #hNnVeZMnyoI4mrbrXCW6LSPlcgGDMD4I { display:block; }
 }@media only screen and (max-width: 763px) { #IGL3eXxaHbakK5S6nftRMH9kCODIdgcQ { width:9.1875rem;height:4.125rem;top:365.3125rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;z-index:100046;display:block; }
 }@media only screen and (max-width: 763px) { #UcbRI5FEB2fly2iA1cBruOdPixpZ5vSw { display:block; }
 }@media only screen and (max-width: 763px) { #r6R2cla9qDMXcyVBG4bT9p7AxW26Ekfx { width:9.1875rem;height:4.125rem;top:390.25rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #vuWKBZXRDGXFTlz0wOuRdg3DQd9DV5v0 { display:block; }
 }@media only screen and (max-width: 763px) { #Wwk0kU1cSiRB3xeBR2qkq1SO6hqsh7fS { width:9.1875rem;height:4.125rem;top:416.4375rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;z-index:100048;display:block; }
 }@media only screen and (max-width: 763px) { #ywSpWFcEwFhDCKog24eHL1RamNJPnHOB { display:block; }
 }@media only screen and (max-width: 763px) { #SbImy19sJfwW4BEJ4pVPagL85ibF6HWa { width:9.1875rem;height:4.125rem;top:445.75rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;z-index:100049;display:block; }
 }@media only screen and (max-width: 763px) { #E6H6Pk4A1wp7IWMZMUoOWrZxyLTQKkZf { display:block; }
 }@media only screen and (max-width: 763px) { #xDDs3OOzmhN3sCzEQ7pGwqzdBTVzaAgT { width:9.1875rem;height:4.125rem;top:476.75rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #TFbJQVFHUsvo5C4z5GUtiyE33EfgmeHc { display:block; }
 }@media only screen and (max-width: 763px) { #Gg6yUEHEeIe8UklQnxarbHgr36MKzM5R { width:9.1875rem;height:4.125rem;top:504.8125rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;z-index:100051;display:block; }
 }@media only screen and (max-width: 763px) { #V06aQCgFm2D2mpycTwWgzcN6kUCF5HSX { display:block; }
 }@media only screen and (max-width: 763px) { #WSxQaxoxXsJRnWgIEVLpiRsXvLd7lyNS { width:20rem;height:3.82421875rem;top:68.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kxwdShT4Mo3HJBmTUUTtVpkeTwx5Rk8u { top:64.0625rem;left:0.875rem;width:18.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7Oyko1fTkEptA189lsGxghADQyLTJw { display:block; }
 }@media only screen and (max-width: 763px) { #A8n7G9a4sPwhPo30F4TyTqNWUBbkl3wa { width:12.9375rem;height:4.75rem;top:74.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMRQbtvK4JzdO8Lm02KyLwbitkz78xTA { width:12.3125rem;height:2.923825rem;top:75.5rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsBpWCeh1z8CPR41TqB37qLzEH3r4pFs { width:12.5rem;height:5.125rem;top:48.1875rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #h6lkdcA8kM3Fpyxh1AU8lCLrHdyD3NG2 { width:9.1875rem;height:4.125rem;top:81.0625rem;left:5.40625rem;font-family:hekaya;font-size:2.1875rem;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #LVkEfJTczutZsyFeR4PNJqouDkFz8iKF { display:block; }
 }@media only screen and (max-width: 763px) { #uLUwKGO7uH0oRaW0s4T3HVNU40fGzMsg { width:11.8125rem;height:5.4375rem;top:54.9375rem;left:4.0625rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xs1OJSfs5TdBaUfHvmsS5BA9bnAQnXD0 { display:block; }
 }@media only screen and (max-width: 763px) { #gX6NIJFocaKO8izbvVv73SuTBkG22giz { display:none; }#gX6NIJFocaKO8izbvVv73SuTBkG22giz > .row .container { width:20rem;height:482.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CgIiigQ4ypqlp34vP91Ewh46m0Fwpx2c { top:123.6875rem;left:3.25rem;width:14rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9futEH7v2cVLQ7heTiqKayxncimyAtg { display:block; }
 }@media only screen and (max-width: 763px) { #fS7OgkAqTZIKXre3NQ1JLPRu9ir0lqIU { width:12.5rem;height:3.9375rem;top:30.875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfte4k6bPW14JJiaK8ta5mVP3gnw02uv { width:12.5rem;height:3.25rem;top:176.0625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR5V4cDxcttuWbJFEMmIlSIIwvCzHHnb { top:138.875rem;left:1.6875rem;width:16.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKiVORWm7ZSfrRm3k6D3nxmAVG6DKu8W { display:block; }
 }@media only screen and (max-width: 763px) { #PHNV0OwxDpzOZHBqASyVcM9psQJxP4Zt { width:12.5rem;height:4.4375rem;top:132.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyd4Oc3llNqiXtKgCfW1kODfUJR4rQ8L { width:19.5625rem;height:10.1953125rem;top:143.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eWmU3efLuubfEwwv9HBbdrn3tPCbWkTi { width:12.5rem;height:3.25rem;top:133.75rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVuTmFsUre10k7oXSDwxnp7Gd2ZAWa8U { top:181.5rem;left:0rem;width:20rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsQLqMiqGh82GLWqITFotFk4sJe4QcZT { display:block; }
 }@media only screen and (max-width: 763px) { #QFBkyrR6LNH6JUQRPD8h0HzZ7sqRx7uh { width:20rem;height:7.6465rem;top:186.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ndD00Nqef1kFpUSRhZCsbv53FnZqbHTA { width:12.5rem;height:4.4375rem;top:175.4375rem;left:3.75rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #PtVhOAik58VL3Zy1CMWQ3JtQxRXeNmus { width:18.249rem;height:7.3125rem;top:165.625rem;left:0.8740234375rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zQdMB1oFNU8rI5lC4JeivTSGennRey8r { width:12.5rem;height:4.4375rem;top:174.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #doVCDmRvZzSB5stODGB2FSlVWk0UTnQJ { width:12.5rem;height:3.25rem;top:176.125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol1qtSGn4TATkWMhr8TWkzKgKmezCZ36 { top:161.0625rem;left:1.75rem;width:16.5rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slqxuE1oa2ciq4oiFBzKQ2TXH8nsJ67O { display:block; }
 }@media only screen and (max-width: 763px) { #IS8URJ2SXibkzGfuEOnZPsvDpMNW239c { width:12.5rem;height:3.25rem;top:156.125rem;left:3.5625rem;font-size:1.25rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #SRZ2u9cggcOEpTykdNTRbT3lTWCDlGta { width:12.5rem;height:4.4375rem;top:154.5625rem;left:3.5625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #N0JgnSvPqSskEOv6qKMWoKrt7ymJMcr9 { width:12.5rem;height:4.4375rem;top:66.46875rem;left:8.90625rem;z-index:100022;display:none; }
 }@media only screen and (max-width: 763px) { #qdOmTvXEVa9kB9yz7EQ7DMFU1zpimdCb { width:12.5rem;height:0;top:67.09375rem;left:8.90625rem;font-size:1.25rem;z-index:100023;display:none; }
 }@media only screen and (max-width: 763px) { #TBm7euhN5Awau7grNsnMvXGWdUSqV6Rc { top:0.8125rem;left:1.625rem;width:16.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxghALVKG6tECIZSXVLqvS1svLPfOlbD { display:block; }
 }@media only screen and (max-width: 763px) { #ZUaaT79lmMwlkTOmJtH3rP1UzutM0WT4 { width:20rem;height:7.6465rem;top:5.1962890625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OyE4SlyICVxIG1KS96VCllT4ov18I2O5 { width:20rem;height:5.09765625rem;top:98.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hOmIr76qoeC7yHgdudcmxfGqVVeOBMar { top:93.125rem;left:1.59375rem;width:16.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiab943h5Cxo7dtIlN8pbOoU98cX0tAE { display:block; }
 }@media only screen and (max-width: 763px) { #ZBJQQ1gDg67xP0nvTaXra3lhFPuDUuZW { width:12.5rem;height:4.4375rem;top:13.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzU6wh4moDO6t0Uw7S21zm6fRgTb0wR6 { width:14.5rem;height:4.3857375rem;top:14.875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhMADOAT3hRwFRcImHEa6kcVlTOqfwAQ { width:12.5rem;height:5.125rem;top:15.3125rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #DKiXd8p5v0FX3ecnaaKUHF80qrIVgB3A { width:12.5rem;height:4.4375rem;top:117.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugOwGBTA5MSEqGG0a4cEQLBnJrz8CWJi { width:14.5rem;height:1.4619125rem;top:118.625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3r63aSWV1NHE22tenmIlgcQZ6KVkT9W { width:12.5rem;height:5.125rem;top:27.0625rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #cUhMPSPTh8a7QvLWPXfIet23ixkAIOoW { top:20.9375rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oisu2TGvRGDs72OdPMJQGdTA1zTGzGN4 { display:block; }
 }@media only screen and (max-width: 763px) { #tKAu4Ow4qfehiKoUGU0WMrLzT2wTVvZ6 { width:20rem;height:11.15625rem;top:25.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E2uEJgbrAvr8OndkXV98ZMaFpJTC2rPL { width:12.5rem;height:4.4375rem;top:38.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1yI5WcMJz50zO7odRmDTZhLnlHbtbkV { width:14.5rem;height:4.3857375rem;top:39.9375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0Xv3z6gmOggHO50S8lP3lBTDOTTC0mh { width:12.5rem;height:5.125rem;top:37.6875rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #gPvz58HuP9ZRFes1v6OLENPfgqJvtlM7 { top:45.25rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qquz2ZWlhmtJ3CW0Z8DkIb79dHzlpzb9 { display:block; }
 }@media only screen and (max-width: 763px) { #TCmAQlROmcaU47JiXRTJeaQnGfniOnNn { width:20rem;height:12.75rem;top:49.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ouX9ABV4G9nosDBCpHm8gTmfvrOdKXQd { width:12.5rem;height:4.4375rem;top:64.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr5GwL8r44x6mTvh3UUkRDQxaGNGNHTc { width:14.5rem;height:4.3857375rem;top:65.4375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7uv2fbfPIxkUV9ueeJKqVgpf3vsTOvp { width:12.5rem;height:5.125rem;top:62.75rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #AP2zVk6V71XRZAcDTPzlyvQTfE2edGaV { top:69.875rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKVnGsBxghRCD1cGtGvu0ZtiHU5z02e6 { display:block; }
 }@media only screen and (max-width: 763px) { #zVJamDmoTWhdQxCy2ZF8TTlbQM8Luyzd { width:20rem;height:10.1953125rem;top:74.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O7rRh7tND3CuEadZBv6XU1gP8CBKtUEK { width:14.5rem;height:4.3857375rem;top:87.375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGMNXl4DTXDbsSlglHFeotdylEZ2VcJg { width:12.5rem;height:4.4375rem;top:86.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQtgq03T0tbwIBfyXTRTNvP9fukucTUy { width:12.5rem;height:5.125rem;top:89.125rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #Bg0TisVldz6WwENkp4KBeighppRlAgTt { width:14.8125rem;height:1.8056625rem;top:114.1875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5SKyHULUQHeOtPKik5dlcOqSvKh6dKG { width:13.1875rem;height:1.8056625rem;top:104.9375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEfPetDSWlvVI9FF4s2zyIAqoSezyZxZ { width:16.875rem;height:1.8056625rem;top:107.9375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDsMf3RX1LiKPOLu2lr8w47y2cfS98gr { width:17.4375rem;height:1.9121125rem;top:111rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x72k6KRHDhlEsR08BN4ETbHvELsVTlrg { top:201.25rem;left:1.6875rem;width:16.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNpfbUzNqDfPr5t3Cmrz55V55HQm3y0f { display:block; }
 }@media only screen and (max-width: 763px) { #ur8Z6AH9fniaRlFCJWEOWTlWXbz9FASk { width:20rem;height:10.1953125rem;top:205.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q8DMDJ60Sk0wZU5LNgKEsvsEhKJu3vsL { width:12.5rem;height:4.4375rem;top:217.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJHT6SJHd4DFNIetMbf73DiLG1JHXeZX { width:12.5rem;height:5.125rem;top:53.375rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #HExPVwgicxeIpAfP4KaAb1pGN2KT6ETT { width:12.0625rem;height:2.923825rem;top:218.9375rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpgadTcJgAFm3QbEX3d3aTmJksFF7Tmu { width:20rem;height:2.76171875rem;top:128.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MxIRTTkv1O7vtk3F8wAmUsx3CBTUQ0xP { width:16.1875rem;height:0;top:311.1875rem;left:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSiUsPB1qOUtxrEQSQVT6ps7BxS0m729 { top:254.3125rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztEEV8RPmZRGtFJFcT5e5UpRlP2lZR04 { display:block; }
 }@media only screen and (max-width: 763px) { #lSORW8seX877ZTcH6C59iTJq9gO67h8f { width:12.5rem;height:4.1875rem;top:266.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnPzThXCsGadkILnr0w9J3ITaSKzoX00 { width:9.5625rem;height:3.57421875rem;top:266.4375rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8ww3qhhyd93G8CD1X2xzaXZFWRTzKEZ { width:20rem;height:5.09765625rem;top:259.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tcup3MePF7ccB9mv3OdaU07NhNTZhLpR { top:272rem;left:0.4375rem;width:19.1875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXDaTakheo2lmzuxIwyoGEkrN618TFG5 { display:block; }
 }@media only screen and (max-width: 763px) { #ESZ8PZgiHAm8TeFLVHfk2TBKio0zg3RX { width:20rem;height:6.9043125rem;top:276.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VTBli9u9N6RtuGzuCKAiXEeIILTAOcQd { width:12.5rem;height:4.1875rem;top:284.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwJq8rBretNgQ3Sh2Pwq0J7qmhh8tfVc { width:9.5625rem;height:3.57421875rem;top:284.5625rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPxsqyH5lbVhGRy6khQeqsPbA76LdrCg { width:12.5rem;height:4.4375rem;top:195rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWPB5tA61CHbWLNf4UGcJKHwygmhTzE1 { width:12.5rem;height:3.25rem;top:196.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #osfMo1f2Ota07GPACq7222y0a2Q8UUzx { top:292.0625rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmOSNndpF94D4yMk2AfQ510vyNWWIRg0 { display:block; }
 }@media only screen and (max-width: 763px) { #nZ2tVnZFHwoTN8uEtXvJGVU8fEP0HQmN { width:20rem;height:8.285125rem;top:296.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y8ENuHBaoM9w4CyRTzcWo5ePW1CtsLfO { width:12.5rem;height:4.1875rem;top:306.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5qlNuWCFpBwZ96aavRy4IMct5cn73g { width:9.5625rem;height:3.57421875rem;top:306.8125rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbX4zdNFASfCvJnSXn0xV0n3JNx722Io { top:314.5625rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUcXix1BXtPuBQCnPcffQwiXTwTWmThw { display:block; }
 }@media only screen and (max-width: 763px) { #snMeFobe2UJA9H2uSqKdQPGQ9KQJ7Bhe { width:20rem;height:6.3720625rem;top:318.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X5WcOiJZg89WBGstXGTFaJfxpvzD6Uea { width:12.5rem;height:4.1875rem;top:326.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5wystrzSeudK8Gzim8lbf6hX0gnLSd1 { width:9.5625rem;height:3.57421875rem;top:327.25rem;left:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vClCu6y8J3RRwTUKhlFQut04zGqiNFp5 { top:371rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln1EIMiuKZzLcFbBTMcTM74ABHX1suTb { display:block; }
 }@media only screen and (max-width: 763px) { #FRlu0Jaqb6lx8QTpghhh2JwPAWp9Nw4U { width:20rem;height:5.5234375rem;top:375.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HiQhG6TsWp0NJhGlBaLqasE8rFu6cfqW { width:12.5rem;height:4.1875rem;top:382.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZs1qgzTcu5LaPnJu3mNg6iyRQK7RwR7 { width:9.5625rem;height:1.70605625rem;top:383.75rem;left:4.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkacvlxnKDQfeyVqZkLu2RrFcf78dFBN { top:389.9375rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er94sETf6sINLU5yGZePQuk2NBWdFp6m { display:block; }
 }@media only screen and (max-width: 763px) { #VS0aeScNCnFCDTORkgVQPWBmMOrKbiPb { width:20rem;height:5.5234375rem;top:395.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Vvw9ysXbFr7moqLNyhzJsG3DQJBBeafv { width:12.5rem;height:4.1875rem;top:401.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFcuVU1d0SthSpKKxmQsf42hAQzTo4Zl { width:9.5625rem;height:1.70605625rem;top:403.125rem;left:5.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I65bm2gBG7uF29AE2e92kBRFiCxyqkM0 { top:306.6191875rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1bKrhaEWI5rfJqBq7KOwXbnpKwKwtbX { display:block; }
 }@media only screen and (max-width: 763px) { #QhABaMDcNa6pR53As6Fblwspdbi81pzN { width:20rem;height:0;top:310.9941875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #fyV5FgDBHG3JSCvAnA2Xp7oX76mhVVhL { width:12.5rem;height:4.1875rem;top:326.3730625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bx6NJBF4aInDwEgfPlCwOV0IsSdi1s7g { width:9.5625rem;height:0;top:327.7480625rem;left:5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nrMA2rskLU8wXaid6xmsEJye4THEpCoG { top:409.0625rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #UxGZnSMp4elrD0bwZgQp6odsyD1UTENz { display:block; }
 }@media only screen and (max-width: 763px) { #ILLgg6N8fCAu42JgEMLC8JMD0TF02ECN { width:20rem;height:6.9043125rem;top:414.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;z-index:100034;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #erHxza7l3qnxTFWgf8GsrfwmxttGRMvz { width:12.5rem;height:4.1875rem;top:423.0625rem;left:3.75rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #lmNdchGb51qT2Jcw96Mhbxa3TqyHudJE { width:9.5625rem;height:1.70605625rem;top:424.3125rem;left:5.25rem;font-size:1.3125rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #Wgqax6qXTKnGuLa2xILhvUEzSpCdECpP { width:9.1875rem;height:4.125rem;top:429.6875rem;left:5.40625rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0v9r2557JhWk7NTITZ80ZhBOHo0lL1l { display:block; }
 }@media only screen and (max-width: 763px) { #f9PnGy5thPIcoohRF0QFhTKHsZPlu4cl { width:9.1875rem;height:4.125rem;top:443.875rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQc0LTqxaqKrfuqh6a0gyPWCQlPJrqOU { display:block; }
 }@media only screen and (max-width: 763px) { #Hkf5Lfz7LFe3G0FEE8684vZepET0O3kG { width:9.1875rem;height:4.125rem;top:449.25rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHI5e4J0IkK6TfKo7wesM6dWzyc5Mq8z { display:block; }
 }@media only screen and (max-width: 763px) { #dQyB1iR1FyvB6fDw6LIVvHTHfXcbFHZx { width:9.1875rem;height:4.125rem;top:454.625rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvDS5TtLc92BUq83xmU0ShC1h3ZDzwSm { display:block; }
 }@media only screen and (max-width: 763px) { #ZKTaDfKC8FcyJBeM504d7idnQ2eBqkgL { width:9.1875rem;height:4.125rem;top:460rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLzLM24Rwwai9nuGeHA3TExRgpiVXrww { display:block; }
 }@media only screen and (max-width: 763px) { #u4fBtTn6QNtc8sdb8UzGDpmTyvHTq58m { width:9.1875rem;height:4.125rem;top:465.375rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghxtOl8NPnG05qvoZKuF5i60vOA2TOMR { display:block; }
 }@media only screen and (max-width: 763px) { #CwuTxbRt5e2BMycsnWUt5d7f6cOFTnz1 { width:9.1875rem;height:4.125rem;top:470.75rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txhvy86ol5QsOTscO3zvnJd013UqrlDu { display:block; }
 }@media only screen and (max-width: 763px) { #T95sdAiEmnE2W2wEHguy0tM2GGmOJ5iL { width:9.1875rem;height:4.125rem;top:476.125rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAO5wDzol3TsFsxrB35Mi7fFKGEORJyf { display:block; }
 }@media only screen and (max-width: 763px) { #tnMMlWNOV2SZX8Mr3WbJZ17wVszWDTLG { width:9.1875rem;height:4.125rem;top:229.625rem;left:4.90625rem;font-family:hekaya;font-size:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #Zt8XTCIT0h0yENzVRBlHlKdTH0HXAt5U { display:block; }
 }@media only screen and (max-width: 763px) { #OwuARy5N3Ih5AxlB6FsZITp03einZdfD { display:none; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { width:20rem;height:28.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QZ2MyP5cgKXGo9gNdG2aVZuIdDNdd7SF { display:none; }#QZ2MyP5cgKXGo9gNdG2aVZuIdDNdd7SF > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aoOI8AZGMMyGFoiOT153SLWSQ03ngJuz { top:0.62391884997487rem;left:1.9368489384651rem;width:15.99955875rem;height:2.74978375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksu5GPTNQs3A2l7op5AbiALQHcFfSZWi { display:block; }
 }@media only screen and (max-width: 763px) { #tTs5dTHZcOgJcfxu4AUCgxV5wBdIX3lU { width:20rem;height:7.796875rem;top:7.38064289093rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnevuiOgaftLF5dp7tF7fHz4mgtFzWrb { width:12.5rem;height:3.3125rem;top:3.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldq5LlFNB9if7DputRPNtEdKsUJgN7VG { width:12.5rem;height:3.25rem;top:4.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umLvsui0QC7veBvV8lMCsfryHFTNoI1q { display:none; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { width:20rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C5T2GbFnIZpbhDgFLOendBD8ogs2NqqI { top:1.25rem;left:1.75rem;width:16.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrTVRf7Wd6Mu0n4XB6CM812LLD31m4ga { display:block; }
 }@media only screen and (max-width: 763px) { #OCMlbOmJNJblAGkSbpsIRx5a2mT4TV96 { width:20rem;height:11.1805625rem;top:11.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyQQV4kTrOga5ywrSmv0o9nI7Q4W6Sl8 { width:12.5rem;height:4.4375rem;top:5.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsxwob5RAk0V65vuVbx3I0oAXmbrpS2e { width:12.5rem;height:3.19445rem;top:6.375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FomJVUhZuzaCBGKZszolaTmCTbwzarmB { display:block; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xn2KSvy6nekpC81ofC6XUhiNXzXLgQr8 { width:18.125rem;height:2.6rem;top:1.25rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVeqwRPPrTHD6JbS0DLZPMgpVD8395No { width:19.625rem;height:3.41015625rem;top:5.6239156723022rem;left:0.24956601858139rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP { display:block; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPA6i6a65SH6frNZkUsXn1PobxSpyxey { width:19.375rem;height:4.548825rem;top:13.6963125rem;left:0.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4yx41zR3T12zGwg9r4L80dErOdz4NA3 { height:11.1963125rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCbBM7fww5vAHpaCqPoXoQZssCSy7QMt { width:3.125rem;height:3.125rem;top:24.9463125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsca2taqvfOI4gCBkuhKRq98luQkSsqZ { width:20rem;height:3.575rem;top:20.0713125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q39WzwJfGQ2KP6TGbMr5diQAkNyrHXNu { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AM5FVgEIrZw1RwFd6RX4vD95cvTPXFtL { width:20rem;height:1.16796875rem;top:8.1640625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZoTVngmTWZKon7Qzh7XBau64uGF71bdZ { width:19.4375rem;height:1.29980625rem;top:12.1240234375rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCnqMygC7L5zPcTSSagnoxC6rVJfIPTi { width:2.4375rem;height:2.4375rem;top:5.63671875rem;left:8.78125rem;font-size:1.6875rem;color:#f5f5f5;display:block; }
 }