.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:217,247,252;--color-primary-1:128,229,246;--color-primary-2:0,203,236;--color-primary-3:0,102,118;--color-primary-4:0,30,35;--color-secondary-0:223,224,226;--color-secondary-1:149,150,158;--color-secondary-2:42,45,61;--color-secondary-3:21,23,31;--color-secondary-4:6,7,9;--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:"Lato";--paragraphs-font-family:"Lato"; }body { background-color:#1c71de;background-image:none;position:relative;display:block; }
#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); }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c71de;background-image:url("https://images.assets-landingi.com/SJPwwrGb/teachers2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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;z-index:auto;display:block; }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R.adaptive-delivery-prevent-bg, #JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R.lazyload, #JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R.lazyloading { background-image: none; }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R > .row .container { background-color: transparent; background-image: none; }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R > .row .container > .video-iframe-container { display: none; }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R > .row > .video-iframe-container { display: none; }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R > .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); }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R > .row .container { border-width: 0; border-radius: 0; }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R > .row .container { font-size:0.875rem;font-family:arial;height:162.75rem;width:60rem;position:relative;display:block; }#GewLUrruAnuFdaBXAbnRTrlo0cpwqnqB { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.9169921875rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AJlVf6XVgN3DHHpCneF6Ds70xTOdEU2t { color:#ffb136;display:block;width:45.437rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:14.65478515625rem;left:7.2802734375rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#qiHMB1LGWD9ngOAiSzfaGQTbX3uMNGQQ { position:absolute;display:block;z-index:15011;height:114.31125rem;width:59.6230625rem;top:20.96923828125rem;left:0rem;display:block; }
#XQvfEudLqsxk0M6lbTy1lS1h1Jx0BQEI { position:absolute;display:block;z-index:15012;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:7.875rem;width:14.375rem;top:3.0419921875rem;left:-3.1964285714286rem;overflow:hidden;display:block; }
#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { background-color:rgba(var(--color-tertiary-0),0);background-image:none;width:60rem;height:56.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#zAt3LlHWHxearTCZggndzIQQNJmd5WU0 { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.37451171875rem;left:1.37451171875rem;height:3.44986875rem;font-style:normal;display:block; }
#Hg3ewZ3zapzixXpLBLohLM4yMg0JpN0R { position:absolute;display:block;z-index:15006;height:30.0611875rem;width:54.1855625rem;top:14.872396469116rem;left:0rem;display:block; }
#KQrkUkvoq63ydfzATQD5UpiHLkf5TARU { color:rgba(var(--color-tertiary-0),1);display:block;width:44.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.060546875rem;left:0.62451171875rem;height:3rem;font-style:normal;display:block; }
#vwGhTIMoTfV7TZnVQrHAvbNBDsvT4Qza { color:rgba(var(--color-tertiary-0),1);display:block;width:44.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:10.373046875rem;left:1.37451171875rem;height:1.5rem;font-style:normal;display:block; }
#Qx2noFFooetJTft11UKsOqT4XZcNynyR { z-index:15007;top:47.764974594116rem;left:16.40625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;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:ubuntu;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uq0p1zEWSuxP0spKBfAHklE5EUTUgbL4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tT79ZuFKDd1u2wp0Ugn4e42GawkgOGiG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#tT79ZuFKDd1u2wp0Ugn4e42GawkgOGiG > .row .container { background-color: transparent; background-image: none; }#tT79ZuFKDd1u2wp0Ugn4e42GawkgOGiG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tT79ZuFKDd1u2wp0Ugn4e42GawkgOGiG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tT79ZuFKDd1u2wp0Ugn4e42GawkgOGiG > .row .container > .video-iframe-container { display: none; }#tT79ZuFKDd1u2wp0Ugn4e42GawkgOGiG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tT79ZuFKDd1u2wp0Ugn4e42GawkgOGiG > .row > .video-iframe-container { display: none; }#tT79ZuFKDd1u2wp0Ugn4e42GawkgOGiG > .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); }#tT79ZuFKDd1u2wp0Ugn4e42GawkgOGiG > .row .container { border-width: 0; border-radius: 0; }#tT79ZuFKDd1u2wp0Ugn4e42GawkgOGiG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tT79ZuFKDd1u2wp0Ugn4e42GawkgOGiG > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#xqDp0wNW69pvT6E55WDUshWByMDFwJ3S { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u6wkyTFmKVIJ86vZ27LsJK5i1Nv510V6 { 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.1875rem;width:1.5rem;top:4.375rem;left:29.375rem;overflow:hidden;display:block; }
#HyU44bIfHkfrBktDRKounpR6ZDR3yG07 { 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.125rem;width:3.4375rem;top:5.0625rem;left:24.4375rem;display:block; }
#xTN0kH8dK0MoZ69FfN1PlaKn9C5obcAe { 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.125rem;width:3.4375rem;top:5.0625rem;left:32.125rem;display:block; }
#FN9XMeakd3SLvE0kkchxZmJp8DRX11rm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#FN9XMeakd3SLvE0kkchxZmJp8DRX11rm > .row .container { background-color: transparent; background-image: none; }#FN9XMeakd3SLvE0kkchxZmJp8DRX11rm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FN9XMeakd3SLvE0kkchxZmJp8DRX11rm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FN9XMeakd3SLvE0kkchxZmJp8DRX11rm > .row .container > .video-iframe-container { display: none; }#FN9XMeakd3SLvE0kkchxZmJp8DRX11rm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FN9XMeakd3SLvE0kkchxZmJp8DRX11rm > .row > .video-iframe-container { display: none; }#FN9XMeakd3SLvE0kkchxZmJp8DRX11rm > .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); }#FN9XMeakd3SLvE0kkchxZmJp8DRX11rm > .row .container { border-width: 0; border-radius: 0; }#FN9XMeakd3SLvE0kkchxZmJp8DRX11rm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FN9XMeakd3SLvE0kkchxZmJp8DRX11rm > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:60rem;position:relative;display:block; }#FepvlmRHwLQT29ccihTLXoTPz5k4Dv80 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.9375rem;left:1.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pp8eVkUcHPDTwRwNk4awE9dUCCT9uMbt { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19rem;top:0rem;left:0rem;display:block; }
#Oy0DvoXIT8NpbPpTkhBwTkS18lio7xJb { 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:12rem;width:18rem;top:0.5625rem;left:0.5625rem;overflow:hidden;display:block; }
#yhOPZ1JNm5abF3hPGoLtSI0yqDs9JLTq { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:19.3125rem;left:1.6875rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nLgiayFkRBfUyaSHhEQ4pBf0Uqfx6yiK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19rem;top:0.0625rem;left:20.5rem;display:block; }
#TfM6oHBuSP1Kuw0QPOsF4ISD0n6BeeFh { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:19.375rem;left:22.1875rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aEzoU144h0eQEVx4FTwCGhVcoZryTk59 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15rem;left:22.1875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g95BePErt6slTI1D4u4mJTw8KkiTmzTP { position:absolute;display:block;z-index:15011;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:11.75rem;width:17.625rem;top:0.625rem;left:21.0625rem;overflow:hidden;display:block; }
#gpa3w7vVVVLd2uK4t9sndZyfqQHECpMZ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19rem;top:0.0625rem;left:40.875rem;display:block; }
#bZxdTGdia8hgoROf4OmOnB8ipSBZ3ibs { color:rgba(var(--color-tertiary-2),1);display:block;width:15.7498125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:19.728727340698rem;left:42.568361282349rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P6qhABIzTirx4daM4nsIKz6d2cgzf0U5 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.7498125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.93706035614rem;left:42.568361282349rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fXqK08Bc1GKDvfDiUHXLl7vSuZkeuIC2 { position:absolute;display:block;z-index:15017;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:11.125rem;width:16.8125rem;top:0.99946594238281rem;left:41.999286651611rem;overflow:hidden;display:block; }
#H0R4VLvarED0STAKg4pWN5bnTufetcrs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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:none; }#H0R4VLvarED0STAKg4pWN5bnTufetcrs > .row .container { border-width: 0; border-radius: 0; }#H0R4VLvarED0STAKg4pWN5bnTufetcrs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0R4VLvarED0STAKg4pWN5bnTufetcrs > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:none; }#ZpNAlCKTTdI8KohMfdaTSSuDfeo4HVkE { position:absolute;display:block;z-index:15001;height:13.1875rem;width:60rem;top:1.49769115448rem;left:0rem;display:block; }
#CmvgJg3p1lFxofRBdaQGzFoWA33Ki4Tc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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:none; }#CmvgJg3p1lFxofRBdaQGzFoWA33Ki4Tc > .row .container { border-width: 0; border-radius: 0; }#CmvgJg3p1lFxofRBdaQGzFoWA33Ki4Tc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CmvgJg3p1lFxofRBdaQGzFoWA33Ki4Tc > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:none; }#pqFydqiqCo60bAeV8SCVrs99ftPW4Tts { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.2492875rem;font-style:normal;display:block; }
#q0VSJKlPUavGTJX9IowzFryTmWLOCVUc { 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:7rem;left:1.5625rem;display:block; }
#re16a17zxU2EehvQTtqzfAPSHPTw4Ws8 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-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:6.9375rem;left:1.5625rem;display:block; }
#g2sNKFUvoEguFXzSTCqmTNhFPczZyq3s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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:none; }#g2sNKFUvoEguFXzSTCqmTNhFPczZyq3s > .row .container { border-width: 0; border-radius: 0; }#g2sNKFUvoEguFXzSTCqmTNhFPczZyq3s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2sNKFUvoEguFXzSTCqmTNhFPczZyq3s > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:60rem;position:relative;display:none; }#nR7LzH1momTtPTVDzQ3wKQzr6o8FGqsh { position:absolute;display:block;z-index:15001;height:33.6239375rem;width:60rem;top:1.4976921081543rem;left:0rem;display:block; }
#ePoq8wE5czv47yhxqT8hSViMBPAERu1F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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:none; }#ePoq8wE5czv47yhxqT8hSViMBPAERu1F > .row .container { border-width: 0; border-radius: 0; }#ePoq8wE5czv47yhxqT8hSViMBPAERu1F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ePoq8wE5czv47yhxqT8hSViMBPAERu1F > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:none; }#g4a7mJmTJLbmpWpdTgcky6CEhbQqccs1 { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6228694915771rem;left:1.5625rem;height:1.62464375rem;font-style:normal;display:block; }
#JTXxMeyKQnTZ3uVunzTtDk3MPVJRWB1u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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:none; }#JTXxMeyKQnTZ3uVunzTtDk3MPVJRWB1u > .row .container { border-width: 0; border-radius: 0; }#JTXxMeyKQnTZ3uVunzTtDk3MPVJRWB1u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTXxMeyKQnTZ3uVunzTtDk3MPVJRWB1u > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:60rem;position:relative;display:none; }#lyh7buwaN9M28UJ5gBTMppuQPd9t3DSM { position:absolute;display:block;z-index:15001;height:33.6239375rem;width:60rem;top:5.2476959228516rem;left:0rem;display:block; }
#inmUADpEFi1WOvIScpU1CCSXzqLJnEJv { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6228694915771rem;left:1.5625rem;height:1.62464375rem;font-style:normal;display:block; }
#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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:none; }#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:17.25rem;width:60rem;position:relative;display:none; }#HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { color:#04253a;display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:1.1875rem;left:1.5625rem;height:9.747875rem;font-style:normal;display:block; }
#MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.3125rem;left:43.125rem;height:2.4375rem;font-style:normal;display:block; }
#V9a0GM4Xq7R1tI4W5iyPLKTZst5A2HAs { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.0625rem;left:43.125rem;height:2.4375rem;font-style:normal;display:block; }
#acBCdpEsyER1TivrdrdgcTf31PKu8XmJ { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:7.0625rem;left:43.125rem;height:7.310875rem;font-style:normal;display:block; }
#D62fBGR46pfBqCVPTXG2Wsl56FIvafDb { box-sizing:content-box;color:#f96e46;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:15005;top:1.3125rem;left:40.1875rem;display:block; }
#xV3OdFCMHZQE2WLAMn7SraXIpIBSTK0p { box-sizing:content-box;color:#f96e46;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:15006;top:4.0625rem;left:40.1875rem;display:block; }
#ZUnAvfQoUMUJOBM9ApU6RbXcVaFZECdm { box-sizing:content-box;color:#f96e46;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:15007;top:7.0625rem;left:40.1875rem;display:block; }
#GR426fiJoGvcq4N26B53cVHUCInwGAyA { 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; }#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:4.5rem;width:60rem;position:relative;display:block; }#ITbVKm3o45rKif4prNTVqCqXLt8GtlX6 { 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.13736875rem;font-style:normal;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-primary-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; }
#TQmi6LtOQTgnpWfJTxRrEzI1krEnvON6 { 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) { #JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R { display:block; }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GewLUrruAnuFdaBXAbnRTrlo0cpwqnqB { width:47.75rem;height:2.03125rem;top:3.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #AJlVf6XVgN3DHHpCneF6Ds70xTOdEU2t { width:45.4375rem;height:1.5996125rem;top:12.4375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #qiHMB1LGWD9ngOAiSzfaGQTbX3uMNGQQ { width:47.7495rem;height:114.311875rem;top:16.68603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #XQvfEudLqsxk0M6lbTy1lS1h1Jx0BQEI { width:14.375rem;height:7.875rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zAt3LlHWHxearTCZggndzIQQNJmd5WU0 { width:27.8125rem;height:7.3489375rem;top:12.25rem;left:3.1875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Hg3ewZ3zapzixXpLBLohLM4yMg0JpN0R { width:24.3125rem;height:15rem;top:33.124111175537rem;left:3.1871449947357rem;display:block; }
 }@media only screen and (max-width: 959px) { #KQrkUkvoq63ydfzATQD5UpiHLkf5TARU { width:44.1875rem;height:3rem;top:2.625rem;left:1.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #vwGhTIMoTfV7TZnVQrHAvbNBDsvT4Qza { width:44.1875rem;height:1.5rem;top:6.0625rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Qx2noFFooetJTft11UKsOqT4XZcNynyR { top:47.75rem;left:10.28125rem;width:27.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #uq0p1zEWSuxP0spKBfAHklE5EUTUgbL4 { display:block; }
 }@media only screen and (max-width: 959px) { #tT79ZuFKDd1u2wp0Ugn4e42GawkgOGiG { display:block; }#tT79ZuFKDd1u2wp0Ugn4e42GawkgOGiG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xqDp0wNW69pvT6E55WDUshWByMDFwJ3S { width:47.75rem;height:2.03125rem;top:5.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #u6wkyTFmKVIJ86vZ27LsJK5i1Nv510V6 { width:1.5rem;height:1.1875rem;top:4.375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #HyU44bIfHkfrBktDRKounpR6ZDR3yG07 { width:3.4375rem;height:0.125rem;top:5.0625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xTN0kH8dK0MoZ69FfN1PlaKn9C5obcAe { width:3.4375rem;height:0.125rem;top:5.0625rem;left:26rem;display:block; }
 }@media only screen and (max-width: 959px) { #FN9XMeakd3SLvE0kkchxZmJp8DRX11rm { display:block; }#FN9XMeakd3SLvE0kkchxZmJp8DRX11rm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #FepvlmRHwLQT29ccihTLXoTPz5k4Dv80 { width:15.6875rem;height:2.59895625rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #pp8eVkUcHPDTwRwNk4awE9dUCCT9uMbt { width:15.875rem;height:27.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Oy0DvoXIT8NpbPpTkhBwTkS18lio7xJb { width:15.1875rem;height:10.125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #yhOPZ1JNm5abF3hPGoLtSI0yqDs9JLTq { width:15.6875rem;height:6.3984375rem;top:19.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #nLgiayFkRBfUyaSHhEQ4pBf0Uqfx6yiK { width:15rem;height:27.625rem;top:0rem;left:16.4990234375rem;display:block; }
 }@media only screen and (max-width: 959px) { #TfM6oHBuSP1Kuw0QPOsF4ISD0n6BeeFh { width:13.625rem;height:7.9980625rem;top:19.3125rem;left:17.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #aEzoU144h0eQEVx4FTwCGhVcoZryTk59 { width:15.6875rem;height:2.59895625rem;top:14.9375rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #g95BePErt6slTI1D4u4mJTw8KkiTmzTP { width:14.4375rem;height:9.625rem;top:0.5625rem;left:16.542486452506rem;display:block; }
 }@media only screen and (max-width: 959px) { #gpa3w7vVVVLd2uK4t9sndZyfqQHECpMZ { width:15.5625rem;height:27.625rem;top:0rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bZxdTGdia8hgoROf4OmOnB8ipSBZ3ibs { width:15.6875rem;height:6.3984375rem;top:19.6875rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #P6qhABIzTirx4daM4nsIKz6d2cgzf0U5 { width:15.6875rem;height:2.59895625rem;top:14.875rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #fXqK08Bc1GKDvfDiUHXLl7vSuZkeuIC2 { width:7.5rem;height:5rem;top:0.49951171875rem;left:36.43266524617rem;display:block; }
 }@media only screen and (max-width: 959px) { #H0R4VLvarED0STAKg4pWN5bnTufetcrs { display:none; }#H0R4VLvarED0STAKg4pWN5bnTufetcrs > .row .container { width:47.75rem;height:14.125rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #ZpNAlCKTTdI8KohMfdaTSSuDfeo4HVkE { width:47.75rem;height:12rem;top:1.1221590042114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #CmvgJg3p1lFxofRBdaQGzFoWA33Ki4Tc { display:none; }#CmvgJg3p1lFxofRBdaQGzFoWA33Ki4Tc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #pqFydqiqCo60bAeV8SCVrs99ftPW4Tts { width:47.75rem;height:3.1875rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #q0VSJKlPUavGTJX9IowzFryTmWLOCVUc { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #re16a17zxU2EehvQTtqzfAPSHPTw4Ws8 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #g2sNKFUvoEguFXzSTCqmTNhFPczZyq3s { display:none; }#g2sNKFUvoEguFXzSTCqmTNhFPczZyq3s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #nR7LzH1momTtPTVDzQ3wKQzr6o8FGqsh { width:47.75rem;height:33.5625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ePoq8wE5czv47yhxqT8hSViMBPAERu1F { display:none; }#ePoq8wE5czv47yhxqT8hSViMBPAERu1F > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #g4a7mJmTJLbmpWpdTgcky6CEhbQqccs1 { width:47.75rem;height:1.5625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #JTXxMeyKQnTZ3uVunzTtDk3MPVJRWB1u { display:none; }#JTXxMeyKQnTZ3uVunzTtDk3MPVJRWB1u > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #lyh7buwaN9M28UJ5gBTMppuQPd9t3DSM { width:47.75rem;height:33.5625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #inmUADpEFi1WOvIScpU1CCSXzqLJnEJv { width:47.75rem;height:1.5625rem;top:1.5625rem;left:0rem;font-size:1.25rem;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) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 959px) { #V9a0GM4Xq7R1tI4W5iyPLKTZst5A2HAs { width:14.375rem;height:1.5rem;top:3.4375rem;left:33.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 959px) { #acBCdpEsyER1TivrdrdgcTf31PKu8XmJ { width:14.375rem;height:3rem;top:6.4375rem;left:33.375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 959px) { #D62fBGR46pfBqCVPTXG2Wsl56FIvafDb { width:2.1875rem;height:2.1875rem;top:1.1875rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #xV3OdFCMHZQE2WLAMn7SraXIpIBSTK0p { width:2.1875rem;height:2.1875rem;top:3.4375rem;left:31.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZUnAvfQoUMUJOBM9ApU6RbXcVaFZECdm { width:2.1875rem;height:2.1875rem;top:6.4375rem;left:31.0625rem;font-size:1.5rem;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) { #ITbVKm3o45rKif4prNTVqCqXLt8GtlX6 { 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) { #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) { #TQmi6LtOQTgnpWfJTxRrEzI1krEnvON6 { 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) { #JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/free-images/Travel/beach-vacation-relaxation-holidays.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R.adaptive-delivery-prevent-bg, #JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R.lazyload, #JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R.lazyloading { background-image: none; }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R > .row .container { background-color: transparent; background-image: none; }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R > .row .container > .video-iframe-container { display: none; }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R > .row > .video-iframe-container { display: none; }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R > .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); }#JtIHQq2nDMVTPUvITNvOxuqs7BqA0T4R > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GewLUrruAnuFdaBXAbnRTrlo0cpwqnqB { width:19.99675rem;height:5.19921875rem;top:7.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJlVf6XVgN3DHHpCneF6Ds70xTOdEU2t { width:19.99675rem;height:3.19921875rem;top:15.01171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiHMB1LGWD9ngOAiSzfaGQTbX3uMNGQQ { width:20rem;height:46.8125rem;top:19.210945129394rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQvfEudLqsxk0M6lbTy1lS1h1Jx0BQEI { width:14.375rem;height:7.875rem;top:0rem;left:2.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAt3LlHWHxearTCZggndzIQQNJmd5WU0 { width:19.25rem;height:2.3997375rem;top:8.6484375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg3ewZ3zapzixXpLBLohLM4yMg0JpN0R { width:17.5rem;height:17.875rem;top:13.573567390442rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQrkUkvoq63ydfzATQD5UpiHLkf5TARU { width:20rem;height:2.3997375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwGhTIMoTfV7TZnVQrHAvbNBDsvT4Qza { width:20rem;height:3rem;top:2.8359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx2noFFooetJTft11UKsOqT4XZcNynyR { top:34.386068344116rem;left:0.5rem;width:19rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq0p1zEWSuxP0spKBfAHklE5EUTUgbL4 { display:block; }
 }@media only screen and (max-width: 763px) { #tT79ZuFKDd1u2wp0Ugn4e42GawkgOGiG { display:block; }#tT79ZuFKDd1u2wp0Ugn4e42GawkgOGiG > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqDp0wNW69pvT6E55WDUshWByMDFwJ3S { width:19.997375rem;height:5.19921875rem;top:6.43294625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6wkyTFmKVIJ86vZ27LsJK5i1Nv510V6 { width:1.49935rem;height:1.18555rem;top:2.623698125rem;left:9.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #HyU44bIfHkfrBktDRKounpR6ZDR3yG07 { width:3.4362rem;height:0.123698125rem;top:1.25rem;left:8.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #xTN0kH8dK0MoZ69FfN1PlaKn9C5obcAe { width:3.4362rem;height:0.123698125rem;top:5.059248125rem;left:8.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #FN9XMeakd3SLvE0kkchxZmJp8DRX11rm { display:block; }#FN9XMeakd3SLvE0kkchxZmJp8DRX11rm > .row .container { width:20rem;height:91.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FepvlmRHwLQT29ccihTLXoTPz5k4Dv80 { width:15.749375rem;height:2.59895625rem;top:16.125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp8eVkUcHPDTwRwNk4awE9dUCCT9uMbt { width:18.99675rem;height:27.621125rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy0DvoXIT8NpbPpTkhBwTkS18lio7xJb { width:17.9375rem;height:11.9375rem;top:1.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhOPZ1JNm5abF3hPGoLtSI0yqDs9JLTq { width:15.749375rem;height:6.3984375rem;top:20.5rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLgiayFkRBfUyaSHhEQ4pBf0Uqfx6yiK { width:18.99675rem;height:27.621125rem;top:34.052764625rem;left:0.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TfM6oHBuSP1Kuw0QPOsF4ISD0n6BeeFh { width:15.749375rem;height:7.9980625rem;top:53.365264625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEzoU144h0eQEVx4FTwCGhVcoZryTk59 { width:15.749375rem;height:2.59895625rem;top:30.204458375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g95BePErt6slTI1D4u4mJTw8KkiTmzTP { width:17.5625rem;height:11.6875rem;top:34.615264625rem;left:0.5439453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpa3w7vVVVLd2uK4t9sndZyfqQHECpMZ { width:18.99675rem;height:27.621125rem;top:63.007223rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZxdTGdia8hgoROf4OmOnB8ipSBZ3ibs { width:15.749375rem;height:6.3984375rem;top:82.694723rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6qhABIzTirx4daM4nsIKz6d2cgzf0U5 { width:15.749375rem;height:2.59895625rem;top:77.882223rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXqK08Bc1GKDvfDiUHXLl7vSuZkeuIC2 { width:9.6875rem;height:6.4375rem;top:63.50673471875rem;left:5.05712890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0R4VLvarED0STAKg4pWN5bnTufetcrs { display:none; }#H0R4VLvarED0STAKg4pWN5bnTufetcrs > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZpNAlCKTTdI8KohMfdaTSSuDfeo4HVkE { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmvgJg3p1lFxofRBdaQGzFoWA33Ki4Tc { display:none; }#CmvgJg3p1lFxofRBdaQGzFoWA33Ki4Tc > .row .container { width:20rem;height:7.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pqFydqiqCo60bAeV8SCVrs99ftPW4Tts { width:20rem;height:2.43696875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0VSJKlPUavGTJX9IowzFryTmWLOCVUc { width:20rem;height:0.061257125rem;top:4.93685rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #re16a17zxU2EehvQTtqzfAPSHPTw4Ws8 { width:3.75rem;height:0.1873225rem;top:6.24935rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2sNKFUvoEguFXzSTCqmTNhFPczZyq3s { display:none; }#g2sNKFUvoEguFXzSTCqmTNhFPczZyq3s > .row .container { width:20rem;height:36rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nR7LzH1momTtPTVDzQ3wKQzr6o8FGqsh { width:20rem;height:33.5618125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePoq8wE5czv47yhxqT8hSViMBPAERu1F { display:none; }#ePoq8wE5czv47yhxqT8hSViMBPAERu1F > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g4a7mJmTJLbmpWpdTgcky6CEhbQqccs1 { width:20rem;height:1.62464375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTXxMeyKQnTZ3uVunzTtDk3MPVJRWB1u { display:none; }#JTXxMeyKQnTZ3uVunzTtDk3MPVJRWB1u > .row .container { width:20rem;height:38.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lyh7buwaN9M28UJ5gBTMppuQPd9t3DSM { width:20rem;height:33.5618125rem;top:4.12435rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inmUADpEFi1WOvIScpU1CCSXzqLJnEJv { width:20rem;height:1.62464375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:20rem;height:37.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:18.75rem;height:11.25rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MG2WpSsNfTTMRzFWcoO7JW2PviJuFbTP { width:16.875rem;height:1.875rem;top:17.1875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9a0GM4Xq7R1tI4W5iyPLKTZst5A2HAs { width:16.875rem;height:1.875rem;top:23.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #acBCdpEsyER1TivrdrdgcTf31PKu8XmJ { width:16.875rem;height:5.625rem;top:30.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D62fBGR46pfBqCVPTXG2Wsl56FIvafDb { width:2.1875rem;height:2.1875rem;top:13.75rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV3OdFCMHZQE2WLAMn7SraXIpIBSTK0p { width:2.1875rem;height:2.1875rem;top:20.3125rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUnAvfQoUMUJOBM9ApU6RbXcVaFZECdm { width:2.1875rem;height:2.1875rem;top:26.875rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR426fiJoGvcq4N26B53cVHUCInwGAyA { background-color:#064771;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:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITbVKm3o45rKif4prNTVqCqXLt8GtlX6 { width:20rem;height:1.3808625rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAIvilPOeuqB3oIC1fT6IrMHluPgyqQQ { width:20rem;height:0.0611979375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9zbqiSiM8HVSGDd530hzxZ8CGkoMvly { width:3.75rem;height:0.18684875rem;top:8.8808625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQmi6LtOQTgnpWfJTxRrEzI1krEnvON6 { width:2.1875rem;height:2.1875rem;top:5.4433625rem;left:8.875rem;font-size:1.5rem;display:block; }
 }