.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;
}
html,
body {
  font-size: 16px;
}
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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,232,250;--color-primary-1:146,187,239;--color-primary-2:73,141,229;--color-primary-3:28,113,222;--color-primary-4:42,45,61;--color-secondary-0:217,247,252;--color-secondary-1:128,229,246;--color-secondary-2:0,203,236;--color-secondary-3:0,102,118;--color-secondary-4:0,30,35;--color-tertiary-0:255,255,255;--color-tertiary-1:108,117,123;--color-tertiary-2:104,104,104;--color-tertiary-3:67,60,63;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"Lato"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/EV2CfE3q/Tayari_free_language_learning_for_kids_swahili_yoruba_min_jpeg.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#GR426fiJoGvcq4N26B53cVHUCInwGAyA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.85);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GR426fiJoGvcq4N26B53cVHUCInwGAyA > .row .container { background-color: transparent; background-image: none; }#GR426fiJoGvcq4N26B53cVHUCInwGAyA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR426fiJoGvcq4N26B53cVHUCInwGAyA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR426fiJoGvcq4N26B53cVHUCInwGAyA > .row .container > .video-iframe-container { display: none; }#GR426fiJoGvcq4N26B53cVHUCInwGAyA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR426fiJoGvcq4N26B53cVHUCInwGAyA > .row > .video-iframe-container { display: none; }#GR426fiJoGvcq4N26B53cVHUCInwGAyA > .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); }#GR426fiJoGvcq4N26B53cVHUCInwGAyA > .row .container { border-width: 0; border-radius: 0; }#GR426fiJoGvcq4N26B53cVHUCInwGAyA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GR426fiJoGvcq4N26B53cVHUCInwGAyA > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#cAIvilPOeuqB3oIC1fT6IrMHluPgyqQQ { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:0.18733024597168rem;left:1.5625rem;display:block; }
#b9zbqiSiM8HVSGDd530hzxZ8CGkoMvly { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:7.62939453125E-6rem;left:1.5625rem;display:block; }
#zAt3LlHWHxearTCZggndzIQQNJmd5WU0 { color:#ffffff;display:block;width:54.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.3347802162171rem;left:2.4992761611939rem;height:3.449075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tV1ciIqnWyyMNdC9KhahUGHeRJsmfnQa { color:#ffffff;display:block;width:51.4995625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6482925415037rem;left:6.9820604324344rem;height:1.95023125rem;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; }
#mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/95ekljZm/867iku_min_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw.adaptive-delivery-prevent-bg, #mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw.lazyload, #mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw.lazyloading { background-image: none; }#mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw > .row .container { background-color: transparent; background-image: none; }#mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw > .row .container > .video-iframe-container { display: none; }#mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw > .row > .video-iframe-container { display: none; }#mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw > .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); }#mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw > .row .container { border-width: 0; border-radius: 0; }#mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw > .row .container { font-size:0.875rem;font-family:arial;height:61.5rem;width:60rem;position:relative;display:block; }#ovdnCX5ELHoMflp3yy3beOq7k4ncWEoV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.12485625rem;width:5.7487rem;top:50.467306137085rem;left:18.624133110046rem;overflow:hidden;display:block; }
#NuAgbwZyJQsFsOwMWzoMLhFiMSTWbx4t { color:rgba(var(--color-primary-4),1);display:block;width:59.99925rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0690097808838rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dxK4RVDxrduGhnOlySZxRPF89VofkuWs { color:rgba(var(--color-primary-4),1);display:block;width:59.99925rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.373698711395rem;left:0.00072288513183594rem;height:1.95023125rem;text-align:left;text-align-last:left;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; }
#WlzHpQIJoeecsiJ8qTDlQX4oyDRBKzkW { color:rgba(var(--color-primary-4),1);display:block;width:59.99925rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:2;letter-spacing:0;top:20.903501987457rem;left:0rem;height:9.6253125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#WlzHpQIJoeecsiJ8qTDlQX4oyDRBKzkW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WlzHpQIJoeecsiJ8qTDlQX4oyDRBKzkW li:before{  }
#uRdUATFT3vyUsVv5TI7VU9xiNhvllhpu { color:rgba(var(--color-primary-4),1);display:block;width:59.99925rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15004;line-height:2;letter-spacing:0;top:32.716292858124rem;left:0rem;height:;text-align:left;text-align-last:left;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; }
#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { background-color: transparent; background-image: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .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); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { border-width: 0; border-radius: 0; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { font-size:0.875rem;font-family:arial;height:120.25rem;width:60rem;position:relative;display:block; }#GewLUrruAnuFdaBXAbnRTrlo0cpwqnqB { color:rgba(0,0,0,0);display:block;width:59.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3119220733642rem;left:0.0014467239379883rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K6XZMEqVeT2JWHOF0gGJ1uTQuNJo1Qa8 { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123698125rem;width:3.43605625rem;top:7.875rem;left:24.4375rem;display:block; }
#wcTugZunDSclpMwl9Tyr9eeMDs1MPJ9q { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.18706875rem;width:1.49956875rem;top:7.1875rem;left:29.375rem;overflow:hidden;display:block; }
#tFK8Z4r7axcgPs24I76wVe7GJSmQKslr { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123698125rem;width:3.43605625rem;top:7.875rem;left:32.125rem;display:block; }
#m9vhc1k4SllUhs33giTTr53H2qsFwTSM { color:rgba(var(--color-primary-4),1);display:block;width:59.9985625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.840710639954rem;left:0rem;height:5.9997125rem;text-align:left;text-align-last:left;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; }
#bm71peo5ZxIBaweaX3EATIaIMLnk5Jqr { color:rgba(var(--color-primary-4),1);display:block;width:59.9985625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:21.746962070465rem;left:0rem;height:2.99985625rem;text-align:left;text-align-last:left;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; }
#NgO9tET0VTyLtv74VQhAgu82PJrdl5Pk { color:rgba(var(--color-primary-4),1);display:block;width:59.9985625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15006;line-height:2;letter-spacing:0;top:28.089556217194rem;left:0rem;height:20.0014375rem;text-align:left;text-align-last:left;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; }
#zF8vAM3CSZa2dlh1ayBfwGMu8Fi3TzZw { background-color:#ff9c31;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8744375rem;height:3.62485625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:51.951681137085rem;left:0rem;display:block; }
#ROH8dDZqD08SDOBub3Pp4sr7KADc7zXG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ywh8qX490SOvMOigdB8Sm3es8VS5HiNt { box-sizing:content-box;height:53.4375rem;width:59.75rem;position:absolute;display:block;z-index:15008;background-color:#fefefe;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.249717712403rem;left:0rem;display:block; }
#am116qknBakzFZgRPvLecg4CqTNFy3dQ { color:rgba(var(--color-primary-4),1);display:block;width:59.8119375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:72.996244907381rem;left:0rem;height:5.9997125rem;text-align:left;text-align-last:left;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; }
#aH7Lnzc7yyKrZGKL5znGsixHy2Ib6uTR { color:rgba(0,0,0,0);display:block;width:59.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:66.200813293456rem;left:0rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wgiQ5M7nJdX4OSXkPgwUiKG7GyCopg2w { color:rgba(var(--color-primary-4),1);display:block;width:59.8119375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15010;line-height:2;letter-spacing:0;top:82.496387481688rem;left:0.18807888031006rem;height:20.0014375rem;text-align:left;text-align-last:left;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; }
#t6EIiLVP00fW1NHmJWDNZ6PvMxXwRBVW { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49925rem;height:3.436775rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:105.6835975647rem;left:1.4214410781861rem;display:block; }
#Odsl7wAnlEJmea68T4KlFT9MKD8J4Dzo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.85);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 > .row .container { background-color: transparent; background-image: none; }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 > .row .container > .video-iframe-container { display: none; }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 > .row > .video-iframe-container { display: none; }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 > .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); }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 > .row .container { border-width: 0; border-radius: 0; }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#gxGx1pDuEzJinVrStb9JbV7fMyDGS1u8 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.75rem;left:3.75rem;height:1.137875rem;font-style:normal;display:block; }
#v1nd6J0AO17RRLyhIGHTmsOLkOxVRV3m { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:0.18733024597168rem;left:1.5625rem;display:block; }
#klbcqzN1qTEfX5xRWWrL8smwXM4vTF2T { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:7.62939453125E-6rem;left:1.5625rem;display:block; }
#HT9qJKpv5MzESM2IQgwDseSeNaUJmDQ7 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.25rem;left:1.5625rem;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #GR426fiJoGvcq4N26B53cVHUCInwGAyA { display:block; }#GR426fiJoGvcq4N26B53cVHUCInwGAyA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cAIvilPOeuqB3oIC1fT6IrMHluPgyqQQ { width:47.75rem;height:0.0625rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #b9zbqiSiM8HVSGDd530hzxZ8CGkoMvly { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zAt3LlHWHxearTCZggndzIQQNJmd5WU0 { width:27.8125rem;height:7.350875rem;top:12.25rem;left:3.1875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tV1ciIqnWyyMNdC9KhahUGHeRJsmfnQa { width:47.75rem;height:1.9375rem;top:7.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw { display:block; }#mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ovdnCX5ELHoMflp3yy3beOq7k4ncWEoV { width:5.6875rem;height:6.0596517337615rem;top:50.4375rem;left:12.499133110046rem;display:block; }
 }@media only screen and (max-width: 959px) { #NuAgbwZyJQsFsOwMWzoMLhFiMSTWbx4t { width:47.75rem;height:;top:4.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #dxK4RVDxrduGhnOlySZxRPF89VofkuWs { width:47.75rem;height:1.9375rem;top:16.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #WlzHpQIJoeecsiJ8qTDlQX4oyDRBKzkW { width:47.75rem;height:9.625rem;top:20.875rem;left:0rem;font-size:1.25rem;display:block; }#WlzHpQIJoeecsiJ8qTDlQX4oyDRBKzkW li:before{  }
 }@media only screen and (max-width: 959px) { #uRdUATFT3vyUsVv5TI7VU9xiNhvllhpu { width:47.75rem;height:;top:32.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #GewLUrruAnuFdaBXAbnRTrlo0cpwqnqB { width:47.75rem;height:1.96875rem;top:3.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #K6XZMEqVeT2JWHOF0gGJ1uTQuNJo1Qa8 { width:3.4375rem;height:0.125rem;top:2.625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wcTugZunDSclpMwl9Tyr9eeMDs1MPJ9q { width:1.5rem;height:1.186525rem;top:1.9375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #tFK8Z4r7axcgPs24I76wVe7GJSmQKslr { width:3.4375rem;height:0.125rem;top:2.625rem;left:26rem;display:block; }
 }@media only screen and (max-width: 959px) { #m9vhc1k4SllUhs33giTTr53H2qsFwTSM { width:47.75rem;height:5.9375rem;top:12.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #bm71peo5ZxIBaweaX3EATIaIMLnk5Jqr { width:47.75rem;height:;top:21.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #NgO9tET0VTyLtv74VQhAgu82PJrdl5Pk { width:47.75rem;height:;top:28.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #zF8vAM3CSZa2dlh1ayBfwGMu8Fi3TzZw { width:18.8125rem;height:3.5625rem;top:51.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ROH8dDZqD08SDOBub3Pp4sr7KADc7zXG { display:block; }
 }@media only screen and (max-width: 959px) { #ywh8qX490SOvMOigdB8Sm3es8VS5HiNt { width:47.75rem;height:53.4375rem;top:62.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #am116qknBakzFZgRPvLecg4CqTNFy3dQ { width:47.75rem;height:5.9375rem;top:72.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #aH7Lnzc7yyKrZGKL5znGsixHy2Ib6uTR { width:47.75rem;height:1.96875rem;top:3.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #wgiQ5M7nJdX4OSXkPgwUiKG7GyCopg2w { width:47.75rem;height:20rem;top:82.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #t6EIiLVP00fW1NHmJWDNZ6PvMxXwRBVW { width:17.4375rem;height:3.375rem;top:105.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Odsl7wAnlEJmea68T4KlFT9MKD8J4Dzo { display:block; }
 }@media only screen and (max-width: 959px) { #Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 { display:block; }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gxGx1pDuEzJinVrStb9JbV7fMyDGS1u8 { width:45.25rem;height:1.38139375rem;top:1.6867980957031rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #v1nd6J0AO17RRLyhIGHTmsOLkOxVRV3m { width:47.75rem;height:0.0625rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #klbcqzN1qTEfX5xRWWrL8smwXM4vTF2T { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #HT9qJKpv5MzESM2IQgwDseSeNaUJmDQ7 { width:2.1875rem;height:2.1875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3G8Cg9TN/welcome_to_tayari_swahili_learning_for_kids.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #GR426fiJoGvcq4N26B53cVHUCInwGAyA { background-color:#0e76bb;background-image:none;display:block; }#GR426fiJoGvcq4N26B53cVHUCInwGAyA > .row .container { background-color: transparent; background-image: none; }#GR426fiJoGvcq4N26B53cVHUCInwGAyA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR426fiJoGvcq4N26B53cVHUCInwGAyA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR426fiJoGvcq4N26B53cVHUCInwGAyA > .row .container > .video-iframe-container { display: none; }#GR426fiJoGvcq4N26B53cVHUCInwGAyA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR426fiJoGvcq4N26B53cVHUCInwGAyA > .row > .video-iframe-container { display: none; }#GR426fiJoGvcq4N26B53cVHUCInwGAyA > .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); }#GR426fiJoGvcq4N26B53cVHUCInwGAyA > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAIvilPOeuqB3oIC1fT6IrMHluPgyqQQ { width:19.9985625rem;height:0.0600405rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9zbqiSiM8HVSGDd530hzxZ8CGkoMvly { width:3.74855625rem;height:0.18590875rem;top:7.4377899169925rem;left:8.1235538721088rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAt3LlHWHxearTCZggndzIQQNJmd5WU0 { width:17.4985625rem;height:2.400175rem;top:2.1440973281861rem;left:1.8742767572403rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV1ciIqnWyyMNdC9KhahUGHeRJsmfnQa { width:19.9985625rem;height:1.137875rem;top:4.5442709922791rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw { display:block; }#mbNxcuIrM2pRnhR0fh84WbdXg7m3fqqw > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovdnCX5ELHoMflp3yy3beOq7k4ncWEoV { width:5.7487rem;height:6.1226875rem;top:60.962099313736rem;left:5.3739873170853rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuAgbwZyJQsFsOwMWzoMLhFiMSTWbx4t { width:19.9985625rem;height:10.7248125rem;top:1.936487197876rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxK4RVDxrduGhnOlySZxRPF89VofkuWs { width:19.9985625rem;height:4.87413125rem;top:14.132661819458rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlzHpQIJoeecsiJ8qTDlQX4oyDRBKzkW { width:19.9985625rem;height:15.6235625rem;top:21.27242565155rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#WlzHpQIJoeecsiJ8qTDlQX4oyDRBKzkW li:before{  }
 }@media only screen and (max-width: 763px) { #uRdUATFT3vyUsVv5TI7VU9xiNhvllhpu { width:19.9985625rem;height:21.0040625rem;top:39.442276000976rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GewLUrruAnuFdaBXAbnRTrlo0cpwqnqB { width:19.9975625rem;height:5.19965625rem;top:6.4308425rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6XZMEqVeT2JWHOF0gGJ1uTQuNJo1Qa8 { width:3.4360375rem;height:0.123535rem;top:1.25rem;left:8.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #wcTugZunDSclpMwl9Tyr9eeMDs1MPJ9q { width:1.4995125rem;height:1.18555rem;top:2.622974375rem;left:9.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #tFK8Z4r7axcgPs24I76wVe7GJSmQKslr { width:3.4360375rem;height:0.123535rem;top:5.057868125rem;left:8.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #m9vhc1k4SllUhs33giTTr53H2qsFwTSM { width:20rem;height:6.7513125rem;top:12.87977375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm71peo5ZxIBaweaX3EATIaIMLnk5Jqr { width:20rem;height:4.50086875rem;top:20.88108625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgO9tET0VTyLtv74VQhAgu82PJrdl5Pk { width:20rem;height:13.7514375rem;top:26.631955rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF8vAM3CSZa2dlh1ayBfwGMu8Fi3TzZw { width:18.8121875rem;height:3.56191875rem;top:43.528648376465rem;left:0.59244799613953rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROH8dDZqD08SDOBub3Pp4sr7KADc7zXG { display:block; }
 }@media only screen and (max-width: 763px) { #ywh8qX490SOvMOigdB8Sm3es8VS5HiNt { width:20rem;height:35.125rem;top:50.490452766419rem;left:0.00072342157363894rem;display:block; }
 }@media only screen and (max-width: 763px) { #am116qknBakzFZgRPvLecg4CqTNFy3dQ { width:19.9985625rem;height:5.625rem;top:56.831598281861rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH7Lnzc7yyKrZGKL5znGsixHy2Ib6uTR { width:19.9985625rem;height:2.11154375rem;top:52.942701339722rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgiQ5M7nJdX4OSXkPgwUiKG7GyCopg2w { width:19.9985625rem;height:12.5rem;top:64.395978927613rem;left:0.00072342157363894rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6EIiLVP00fW1NHmJWDNZ6PvMxXwRBVW { width:17.4370625rem;height:3.37456875rem;top:79.254922866819rem;left:1.2803820371627rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odsl7wAnlEJmea68T4KlFT9MKD8J4Dzo { display:block; }
 }@media only screen and (max-width: 763px) { #Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 { background-color:#064771;background-image:none;display:block; }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 > .row .container { background-color: transparent; background-image: none; }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 > .row .container > .video-iframe-container { display: none; }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 > .row > .video-iframe-container { display: none; }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 > .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); }#Qfk4SJCKSHdhCauPl7kk4PJANXd1cTn0 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxGx1pDuEzJinVrStb9JbV7fMyDGS1u8 { width:19.9985625rem;height:1.38093125rem;top:2.8125rem;left:0.0014375000000016rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1nd6J0AO17RRLyhIGHTmsOLkOxVRV3m { width:19.9985625rem;height:0.0600405rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #klbcqzN1qTEfX5xRWWrL8smwXM4vTF2T { width:3.74855625rem;height:0.18590875rem;top:6.0033283233642rem;left:7.0616322755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9qJKpv5MzESM2IQgwDseSeNaUJmDQ7 { width:2.18605625rem;height:2.18605625rem;top:2.4074211120606rem;left:3.1864875555039rem;font-size:1.5rem;display:block; }
 }