.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fcfcf9;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3c02b2d-6720-4f82-9c60-79beebab6a99/EDUKIDOhero.png");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; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu.adaptive-delivery-prevent-bg, #AKcqElJJr93KKWoAQFxssUGDRKMMRHTu.lazyload, #AKcqElJJr93KKWoAQFxssUGDRKMMRHTu.lazyloading { background-image: none; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row .container { background-color: transparent; background-image: none; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row .container > .video-iframe-container { display: none; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row > .video-iframe-container { display: none; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .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); }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row .container { border-width: 0; border-radius: 0; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-form-header { font-size:0.75rem; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:1rem;font-weight:400;color:#ffffff;width:24.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-text { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.75rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;text-align:center;text-align-last:center; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-text {padding-top: 0; padding-bottom: 0;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-textarea { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.75rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;text-align:center;text-align-last:center; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.75rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-select {padding-top: 0; padding-bottom: 0;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-button { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#131f6b;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.5625rem;margin-bottom:0.25rem;margin-left:5.5625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#ffffff;width:13.5625rem;height:3.375rem;font-family:poppins;overflow:hidden;box-shadow: none;font-style:normal; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm [class*="-text"]:-moz-placeholder { color:#535a84;font-family:poppins;font-size:1rem;text-align:left;text-align-last:left; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm [class*="-text"]::-moz-placeholder { color:#535a84;font-family:poppins;font-size:1rem;text-align:left;text-align-last:left; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm [class*="-text"]:-ms-input-placeholder { color:#535a84;font-family:poppins;font-size:1rem;text-align:left;text-align-last:left; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm [class*="-text"]::-webkit-input-placeholder { color:#535a84;font-family:poppins;font-size:1rem;text-align:left;text-align-last:left; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:poppins;line-height:1.3;font-size:0.875rem;font-weight:300;color:#3e3200;vertical-align:top;width:23.5rem;overflow:hidden;font-style:normal;float:none; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-container:first-of-type{padding-top:0;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-container:last-of-type{padding-bottom:0;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm  { background-color:#ffcc00;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;font-size:0.75rem;left:47.75rem;top:13.96875rem;z-index:15016;position:absolute; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.75rem;display:block;vertical-align:top; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm {display:block;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm { background-color:#ffcc00;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;font-size:0.75rem;left:47.75rem;top:13.96875rem;z-index:15016;position:absolute; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #uAd3dBprtmta9e4CnJIgVZMQHGyEnfmS { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #uw9qx9WUKfrPvbWTMJZuaFrlcTx0EJ6T { position:relative;display:none; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #NlWr3pZDaTUTcgs8Mr3Qu40WqUSUFPp2 { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #T6R9zlRNPUL0CohXoehGXQ5Ofolcz6ER { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #W3RWKHEUchXqV44RZZMeVZeWvLbhqSTF { position:relative;display:none; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #KZCldWTVLamTagrpuObUZ21zdHlS3SN9 { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #gVd37pTRtpW9v8BBQ6ivscFabtbDpyS7 { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #NCdJWoaqJeniE0AstP52nLo7fHhI2tkV { position:relative;display:none; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #RmcXGDylMXmayZFKEyhRbZgRmJxPSq6I { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #TXDZKUFe7l7UW6yVXPc5WXdR4EBrlE3I { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #IAGHuZCHSOGTy3kMxTqyhqUzmZ2GxzlZ { position:relative;display:none; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #CRVa3aD1BmEuui6AKnzvGGVFVG5v048f { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #OsoU3vJgBU2tQwtQK44TCCJiWlG80xwS { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #gX2lnVW1TF1OdELNk4ARinrB8pGC7x70 { position:relative;z-index:2; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #lQb3THZWFBf9TsHTxWLKceNH6RyutrG7 { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #I63523yrdgvp9iXScIDQAr7KN4wtNMZO { position:relative; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #v9TeOfdVldkRNavTPhmTQL9WimJOdE3N { position:relative; }
#EIx5xQIu7RaDg3ev3AVLFlx1cA7o623B { color:#ffffff;display:block;width:42.8125rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:26.7998046875rem;left:0rem;height:5.5244125rem;font-style:normal;display:block; }
#X6Mcz8O9l8MJzEoDwIw7H4IlSE9Ct2tF { position:absolute;display:block;z-index:15019;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.25rem;width:14.1875rem;top:5.3125rem;left:0rem;overflow:hidden;display:block; }
#sb8RkwoincErFSFGnVxsym7tznfvCMyc { color:#ffffff;display:block;width:46.1875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15018;line-height:1.15;letter-spacing:0;top:43.3125rem;left:0rem;height:2.5874rem;display:block; }
#a1K1kc633B1u5DfsgGEBV0k9cg9VVhK8 { position:absolute;display:block;z-index:15025;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.4375rem;width:19.3125rem;top:46.125rem;left:0rem;overflow:hidden;display:block; }
#BK0v4EKcqeRRPDxeGXDuo71pQIBzNfMN { color:#ffffff;display:block;width:39.125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:34.29296875rem;left:0rem;height:5.84911875rem;font-style:normal;display:block; }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffcc00;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:poppins;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:poppins;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:43.875rem;left:23.625rem;z-index:15026; }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #Ts0pFbCVHsdeC247WQnEziinOuTCa6sx { display:flex;position:relative;top:0rem;left:0rem; }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #wD12Rzlotauy7JShZLwTu2fcD83fhwsJ { width:auto; }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #XC46UaCqE2EGXZBpxnvRZIAgQec1RAkb {  }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #fPvODi5BL7HoPftMvs9IHfpblxkmk5S3 { display:flex;position:relative;top:0rem;left:0rem; }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #iSJWKASCaknplydU4DPzwehBPJrpMHam {  }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #KdIGGTNSmOwQNxC2J70Bkm0lisgnxUZw {  }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #iX8nZcUz6vDZLGT5aQTzL4AXLE9l9qxt { display:flex;position:relative;top:0rem;left:0rem; }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #N2f5TsJEXG25BmviiLw6hKiXGOgdRpr7 {  }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #TIq70ngDt15N50OSnND5PsSCteFWNPf8 {  }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #G9By2ykFD1h2ki4NzSDWku9ci3hr8BxW { display:flex;position:relative;top:0rem;left:0rem; }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #UO8EAxagTx79zFDe4wuwXC873i6meQsH {  }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #zyaxxdnTJCC7Qu2F0n39bh5kKWW0IsT6 {  }
#IznFXPtfgVTlnKb4kDpXVPqQLTwhdrVT { color:#ffffff;display:block;width:46.0625rem;position:absolute;font-family:righteous;font-size:3.125rem;font-weight:normal;z-index:15018;line-height:1.15;letter-spacing:0;top:13.96875rem;left:0rem;height:10.78125rem;display:block; }
#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fcfcf9, #ffffff);background-image: -moz-linear-gradient(180deg, #fcfcf9, #ffffff);background-image: -ms-linear-gradient(180deg, #fcfcf9, #ffffff);background-image: -o-linear-gradient(180deg, #fcfcf9, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcf9', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcf9', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fcfcf9, #ffffff);background-size:auto !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; }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row .container { background-color: transparent; background-image: none; }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row .container > .video-iframe-container { display: none; }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row > .video-iframe-container { display: none; }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .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); }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row .container { border-width: 0; border-radius: 0; }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#o4UaBWwq5UJs0aEXGqL0AnffsICzRa74 { color:#0b1340;display:block;width:34.875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15019;line-height:1.15;letter-spacing:0;top:8.0625rem;left:0rem;height:5.17480625rem;display:block; }
#qQncA3nqGeyeg7aA2IXw7LkKaIQwA9b2 { color:#0b1340;display:block;width:30.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:14.5625rem;left:0rem;height:3.1494125rem;font-style:normal;display:block; }
#SF3XTd7ZxX9U506PHR82aRLIDHnkMHD0 { color:#0b1340;display:block;width:30.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:18.625rem;left:0rem;height:1.57470625rem;font-style:normal;display:block; }
#PCvy7ndWsVRyICH9s7fHrTubVa3E55cT { color:#0b1340;display:block;width:34.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:21.125rem;left:0rem;height:6.2988125rem;font-style:normal;display:block; }
#ODMeGuciCDe7xMX2GMvDph6hnVOR79B1 { position:absolute;display:block;z-index:15027;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:35.5rem;width:37.3125rem;top:0.1875rem;left:37.5rem;overflow:hidden;display:block; }
#nPvniuUTBTxXFqZh529bU0PTykbk6boa { position:absolute;display:block;z-index:15027;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:35.4375rem;width:37.3125rem;top:32.875rem;left:0rem;overflow:hidden;display:block; }
#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fcfcf9);background-image: -moz-linear-gradient(180deg, #ffffff, #fcfcf9);background-image: -ms-linear-gradient(180deg, #ffffff, #fcfcf9);background-image: -o-linear-gradient(180deg, #ffffff, #fcfcf9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcf9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcf9' );";background-image: linear-gradient(180deg, #ffffff, #fcfcf9);background-size:auto !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; }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row .container { background-color: transparent; background-image: none; }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row .container > .video-iframe-container { display: none; }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row > .video-iframe-container { display: none; }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .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); }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row .container { border-width: 0; border-radius: 0; }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#i5t5c32xrI2Tcnlf2itHgr4M9uThnQes { color:#0b1340;display:block;width:33.6875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15019;line-height:1.15;letter-spacing:0;top:7.875rem;left:40.125rem;height:5.17480625rem;display:block; }
#fh7IAP8eykT0BQADrZInfaZ6B0cTvePF { color:#0b1340;display:block;width:30.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:14.375rem;left:40.125rem;height:1.57470625rem;font-style:normal;display:block; }
#n79aadix4ZD1TlzVNREKM5k7EsRs9VT5 { color:#0b1340;display:block;width:34.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:16.625rem;left:40.1875rem;height:3.1494125rem;font-style:normal;display:block; }
#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0b1340, #3b5493);background-image: -moz-linear-gradient(180deg, #0b1340, #3b5493);background-image: -ms-linear-gradient(180deg, #0b1340, #3b5493);background-image: -o-linear-gradient(180deg, #0b1340, #3b5493);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1340', endColorstr='#3b5493' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1340', endColorstr='#3b5493' );";background-image: linear-gradient(180deg, #0b1340, #3b5493);background-size:auto !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; }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row .container { background-color: transparent; background-image: none; }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row .container > .video-iframe-container { display: none; }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row > .video-iframe-container { display: none; }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .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); }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row .container { border-width: 0; border-radius: 0; }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row .container { font-size:0.875rem;font-family:arial;height:91.8125rem;width:75rem;position:relative;display:block; }#LTR7fdbuNutFul8X2KEUTSoQQS422IqF { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:righteous;font-size:3rem;font-weight:normal;z-index:15020;line-height:1.15;letter-spacing:0;top:6.875rem;left:20.6875rem;height:3.44970625rem;text-align:center;text-align-last:center;display:block; }
#Ge8pH7dXAegwISAHcaE0Ltcv2TchP88O { position:absolute;display:block;z-index:15028;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:46.125rem;width:75rem;top:13.875rem;left:0rem;overflow:hidden;display:block; }
#ewE2fnmdqaV2z9zrsyrKbAfDZ9VQqaOo { color:#ffffff;display:block;width:37.9375rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15020;line-height:1.15;letter-spacing:0;top:60rem;left:16.625rem;height:5.17480625rem;display:block; }
#inyyv9stWfdnLp38lTTJ1BBZV09T97iq { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:66.9375rem;left:16.625rem;height:8.8735625rem;font-style:normal;display:block; }#inyyv9stWfdnLp38lTTJ1BBZV09T97iq li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#inyyv9stWfdnLp38lTTJ1BBZV09T97iq li:before{  }
#QEceiiTxBx8q4riTyDgiTPeJDLnvWnpO { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:77rem;left:16.625rem;height:3.1494125rem;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; }
#VTOctBWTThIWeeeIEZ2IXiKSxZndHbMO { background-color:#ffcc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#060920;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.9375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:83.6875rem;left:30.1875rem;display:block; }
#KdZ9BPrAkyVQkTuHGtw2NqVA60vOwLHi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EETZX4hdTkGnNStRgT051TJ1UsF9tyk8 { position:absolute;display:block;z-index:15021;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:10.4375rem;width:7.875rem;top:80.125rem;left:0rem;overflow:hidden;display:block; }
#MacM7nPZm1Fr2CvTclakEATDfPm0zT7T { position:absolute;display:block;z-index:15014;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.4375rem;width:9.125rem;top:56.875rem;left:57.6875rem;overflow:hidden;display:block; }
#mBvFirivEHG6uurnZSLWmBbUpvco0P8x { position:absolute;display:block;z-index:15015;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:3.5rem;width:5rem;top:57.5rem;left:66.125rem;overflow:hidden;display:block; }
#J2tumbF2SsLT2Ci8tna8N7xBRbk9f0AB { position:absolute;display:block;z-index:15000;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:61.6875rem;width:18.75rem;display:none; }
#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fcfcf9, #ffffff);background-image: -moz-linear-gradient(180deg, #fcfcf9, #ffffff);background-image: -ms-linear-gradient(180deg, #fcfcf9, #ffffff);background-image: -o-linear-gradient(180deg, #fcfcf9, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcf9', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcf9', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fcfcf9, #ffffff);background-size:auto !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; }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row .container { background-color: transparent; background-image: none; }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row .container > .video-iframe-container { display: none; }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row > .video-iframe-container { display: none; }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .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); }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row .container { border-width: 0; border-radius: 0; }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;position:relative;display:block; }#EpJXdTTsUqk78TMeHb5v03Xz9c5ARxhz { color:#0b1340;display:block;width:33.6875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15019;line-height:1.15;letter-spacing:0;top:7.875rem;left:0rem;height:2.5874rem;display:block; }
#lwDXx66mpqDa4x9CCv69vFbHEvEKpPiB { color:#0b1340;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:12.25rem;left:0rem;height:3.1494125rem;font-style:normal;display:block; }
#wClA4tSucHEKtRo7GMqUebbZbPLkFCTM { position:absolute;display:block;z-index:15027;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:35.3125rem;width:35.25rem;top:5.0625rem;left:39.75rem;overflow:hidden;display:block; }
#a8xNzQfAtn0ctAkpiIThWGXpburfhAPL { color:#0b1340;display:block;width:35.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:16.125rem;left:0rem;height:11.7729375rem;font-style:normal;display:block; }#a8xNzQfAtn0ctAkpiIThWGXpburfhAPL li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#a8xNzQfAtn0ctAkpiIThWGXpburfhAPL li:before{  }
#N0KKbTWm1fT4mIFZNMbmI2q0C3hr3xA1 { color:#0b1340;display:block;width:30.9375rem;position:absolute;font-family:righteous;font-size:1.75rem;font-weight:normal;z-index:15020;line-height:1.15;letter-spacing:0;top:30.625rem;left:0rem;height:4.0244125rem;display:block; }
#k3eduos17uWRfNqWquoGUwK4R8r14uw0 { color:#0b1340;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:36rem;left:0rem;height:1.57470625rem;font-style:normal;display:block; }
#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fcfcf9);background-image: -moz-linear-gradient(180deg, #ffffff, #fcfcf9);background-image: -ms-linear-gradient(180deg, #ffffff, #fcfcf9);background-image: -o-linear-gradient(180deg, #ffffff, #fcfcf9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcf9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcf9' );";background-image: linear-gradient(180deg, #ffffff, #fcfcf9);background-size:auto !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; }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row .container { background-color: transparent; background-image: none; }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row .container > .video-iframe-container { display: none; }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row > .video-iframe-container { display: none; }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .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); }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row .container { border-width: 0; border-radius: 0; }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#HxTsn58HCXhXGGyvNeMrOkHCPg5JNt5q { color:#0b1340;display:block;width:33.6875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15019;line-height:1.15;letter-spacing:0;top:5.25rem;left:39.4375rem;height:2.5874rem;display:block; }
#Hm5uSUxqGy1rU16ePT7Gfi4eJlgEbWyb { color:#0b1340;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:8.4375rem;left:39.4375rem;height:2.0996125rem;font-style:normal;display:block; }
#iMKxpmDDfzz6IsywSiyn22OkMpoehqTb { position:absolute;display:block;z-index:15027;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:35.3125rem;width:35.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#l5TQF9pIs9Kk44wzVbvkyZ4hJMV5QxxK { color:#0b1340;display:block;width:33.6875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15021;line-height:1.15;letter-spacing:0;top:13.3125rem;left:39.375rem;height:2.5874rem;display:block; }
#fRzpvBNxnJLyb396Txmv81d7rBcDkoGB { color:#0b1340;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:16.5625rem;left:39.4375rem;height:2.0996125rem;font-style:normal;display:block; }
#arQs7f9622lTfJSEwOfp4hmh7KLh2F6V { color:#0b1340;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:18.6875rem;left:39.4375rem;height:1.57470625rem;font-style:normal;display:block; }
#XTTRpoPmyHp2tkh0EA5RZuoMftFkySEl { color:#0b1340;display:block;width:33.6875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15024;line-height:1.15;letter-spacing:0;top:22.75rem;left:39.4375rem;height:2.5874rem;display:block; }
#XUbt08nplvo721sCeBUEdlhE4rRroIdZ { color:#0b1340;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:26rem;left:39.5rem;height:4.19921875rem;font-style:normal;display:block; }
#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ff0ecc6-81aa-41ca-b3a1-57fcf42b1065/EDUKIDObg2.jpg");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;display:block; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu.adaptive-delivery-prevent-bg, #HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu.lazyload, #HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu.lazyloading { background-image: none; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row .container { background-color: transparent; background-image: none; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row .container > .video-iframe-container { display: none; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row > .video-iframe-container { display: none; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .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); }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row .container { border-width: 0; border-radius: 0; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#dnLxGwPyAinsqbVS5HLAZ6pDst2CV35y { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15019;line-height:1.15;letter-spacing:0;top:6.8125rem;left:0rem;height:5.17480625rem;display:block; }
#gTTIhdqTMehv8y396dtIT33cov78fnxd { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:13rem;left:0rem;height:3.1494125rem;font-style:normal;display:block; }
#ePxbvBTSSTP6pAPHKRCWWGIq9le8Xl9u { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15020;line-height:1.15;letter-spacing:0;top:18.5rem;left:0rem;height:2.5874rem;display:block; }
#sN4M95l6MSyH8hAnTug7QDTvaDzVQTEe { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:21.75rem;left:0rem;height:3.1494125rem;font-style:normal;display:block; }
#WoBv5XlU8Kqvhkt2WOCNOlXlEcwhmnXE { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:righteous;font-size:1.75rem;font-weight:normal;z-index:15021;line-height:1.15;letter-spacing:0;top:28.0625rem;left:0rem;height:2.01220625rem;display:block; }
#VkT6MTZilnqSZvmEIFhcFR1PMZDQJ6h0 { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:righteous;font-size:3.4375rem;font-weight:normal;z-index:15022;line-height:1.15;letter-spacing:0;top:32rem;left:0rem;height:3.953125rem;display:block; }
#TC1gBioVSCODQbDVilLPGlopaJbvnbJU { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:35.9375rem;left:0rem;height:4.72411875rem;font-style:normal;display:block; }
#kT6Ar2Ve5fzEQbqzoZyaxmzTteNv6TkS { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:35.9375rem;left:19.1875rem;height:4.72411875rem;font-style:normal;display:block; }
#D4F6DEBvIlUiVZZnKTopEuCMKqcwuc29 { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:righteous;font-size:3.4375rem;font-weight:normal;z-index:15024;line-height:1.15;letter-spacing:0;top:32rem;left:19.1875rem;height:3.953125rem;display:block; }
#ilX7hwozJH7To0c7rqocFGsxkJMWcp1r { position:absolute;display:block;z-index:15031;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:23.625rem;width:19.8125rem;top:10.875rem;left:46.9228515625rem;overflow:hidden;display:block; }
#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/30a7d8fd-85c0-4797-b2e5-8e0f7f732ff8/EDUKIDObg3.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; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp.adaptive-delivery-prevent-bg, #mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp.lazyload, #mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp.lazyloading { background-image: none; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container { background-color: transparent; background-image: none; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container > .video-iframe-container { display: none; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row > .video-iframe-container { display: none; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .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); }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container { border-width: 0; border-radius: 0; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#KTOHr8oTBuFlD190ss4yLoaMvsuQfXQw { color:#131f6b;display:block;width:33.6875rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15019;line-height:1.15;letter-spacing:0;top:7rem;left:39.25rem;height:2.5874rem;display:block; }
#sTeTWNpBEoTZwL051DJEDaGOq3KKU4Ww { color:#131f6b;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:11.0625rem;left:39.25rem;height:4.19921875rem;font-style:normal;display:block; }
#JiIAptKC0OTENXswyGZBA9kRHM0EMNJ2 { color:#131f6b;display:block;width:32.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:16.25rem;left:39.25rem;height:3.1494125rem;font-style:normal;display:block; }
#ETN16dZEoAayeu50vPxCcClPZV4vUPAO { color:#131f6b;display:block;width:33.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:20.0625rem;left:39.375rem;height:6.2988125rem;font-style:normal;display:block; }
#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d948a919-c13a-4867-ba07-6849fb174a66/EDUKIDObg4.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; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB.adaptive-delivery-prevent-bg, #UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB.lazyload, #UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB.lazyloading { background-image: none; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row .container { background-color: transparent; background-image: none; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row .container > .video-iframe-container { display: none; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row > .video-iframe-container { display: none; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .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); }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row .container { border-width: 0; border-radius: 0; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#Nv9aaO0fzWq3d9WmKV6HbQaS1euCiMak { color:#ffffff;display:block;width:40.5625rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15021;line-height:1.15;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0rem #131f6b;top:7.4375rem;left:17.25rem;height:5.17480625rem;text-align:center;text-align-last:center;display:block; }
#nz22zsGOXp3UHHeLk8x36Tr1kAn3uJWe { color:#0b1340;display:block;width:53.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.15;letter-spacing:0;top:13.875rem;left:10.9375rem;height:1.7246125rem;text-align:center;text-align-last:center;display:block; }
#De1w6spopBF8IiwKmsUxzWtl1WON1zFJ { color:#0b1340;display:block;width:50.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:22.8125rem;left:12.1875rem;height:4.72411875rem;text-align:center;text-align-last:center;display:block; }
#rtZu5f2TiIcrEDLxpbeB78KZcpibpEck { color:#ffffff;display:block;width:40.5625rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15022;line-height:1.15;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0rem #131f6b;top:19.125rem;left:17.1875rem;height:2.5874rem;text-align:center;text-align-last:center;display:block; }
#NwH178E1rsbvSoCNuCwAoLJUMOr3U7XE { background-color:#58c6f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.125rem 0.125rem 0rem #0b1340;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.9375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:31.8125rem;left:30.1875rem;display:block; }
#isM3BdPBNvDgbWIJWT97GoxCtMrTeOkl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PWIJZkdDH87xOKf1uhnLdSXU7VTuwbZP { position:absolute;display:block;z-index:15018;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.9375rem;width:11.4375rem;top:32.5rem;left:55.7568359375rem;overflow:hidden;display:block; }
#uwmMJIoZeuynNa1Tk2EzpzyWevgLB4HM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcc00;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; }#uwmMJIoZeuynNa1Tk2EzpzyWevgLB4HM > .row .container { background-color: transparent; background-image: none; }#uwmMJIoZeuynNa1Tk2EzpzyWevgLB4HM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwmMJIoZeuynNa1Tk2EzpzyWevgLB4HM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwmMJIoZeuynNa1Tk2EzpzyWevgLB4HM > .row .container > .video-iframe-container { display: none; }#uwmMJIoZeuynNa1Tk2EzpzyWevgLB4HM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwmMJIoZeuynNa1Tk2EzpzyWevgLB4HM > .row > .video-iframe-container { display: none; }#uwmMJIoZeuynNa1Tk2EzpzyWevgLB4HM > .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); }#uwmMJIoZeuynNa1Tk2EzpzyWevgLB4HM > .row .container { border-width: 0; border-radius: 0; }#uwmMJIoZeuynNa1Tk2EzpzyWevgLB4HM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uwmMJIoZeuynNa1Tk2EzpzyWevgLB4HM > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#GaZ8O8dmzA0dDQMtFZkuw8f7gJWcMNih { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.625rem;width:45.625rem;top:5.0625rem;left:14.6875rem;display:block; }
#ezChuI994QAiBlIG6TfkJkns67l73Zzv { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:righteous;font-size:1.75rem;font-weight:normal;z-index:15020;line-height:1.15;letter-spacing:0;text-shadow:0.125rem 0.125rem 0rem #131f6b;top:1.3125rem;left:14.6875rem;height:2.01220625rem;display:block; }
#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0b1340, #2d488b);background-image: -moz-linear-gradient(180deg, #0b1340, #2d488b);background-image: -ms-linear-gradient(180deg, #0b1340, #2d488b);background-image: -o-linear-gradient(180deg, #0b1340, #2d488b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1340', endColorstr='#2d488b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1340', endColorstr='#2d488b' );";background-image: linear-gradient(180deg, #0b1340, #2d488b);background-size:auto !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; }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row .container { background-color: transparent; background-image: none; }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row .container > .video-iframe-container { display: none; }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row > .video-iframe-container { display: none; }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .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); }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row .container { border-width: 0; border-radius: 0; }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row .container { font-size:0.875rem;font-family:arial;height:98.5rem;width:75rem;position:relative;display:block; }#Pgp3sXPCQkwlfpMKrXeMkZddJbFtx4eK { color:#ffffff;display:block;width:68.6875rem;position:absolute;font-family:righteous;font-size:3rem;font-weight:normal;z-index:15020;line-height:1.15;letter-spacing:0;top:7.4375rem;left:3.15625rem;height:6.8994375rem;text-align:center;text-align-last:center;display:block; }
#SsW12xAqZS6mIrdJlQzkgfqolGxmNcS4 { position:absolute;display:block;z-index:15028;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:66.375rem;width:75rem;top:18.71875rem;left:0rem;overflow:hidden;display:block; }
#lovOPBf0ESTMCsDZnJ7xAQUADPhUOqRQ { background-color:#ffcc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#060920;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.9375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:89.8125rem;left:30.1875rem;display:block; }
#TF6QRT6TIchrWTJh5M38QUUl1BznJx7U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yryc5GOkFUx9bbS9DrXsPrI1XaBeWFl0 { position:absolute;display:block;z-index:15021;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.125rem;width:20.125rem;top:88.34375rem;left:4.1875rem;overflow:hidden;display:block; }
#MF1p4EUxlpKHCaF5nkyAzhtpcswigD7J { position:absolute;display:block;z-index:15000;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:86.9375rem;width:18.5rem;display:none; }
#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4f96516f-ad20-44e6-8574-df3cd6fac1e9/EDUKIDObg5.png");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; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE.adaptive-delivery-prevent-bg, #qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE.lazyload, #qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE.lazyloading { background-image: none; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row .container { background-color: transparent; background-image: none; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row .container > .video-iframe-container { display: none; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row > .video-iframe-container { display: none; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .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); }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row .container { border-width: 0; border-radius: 0; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:block; }#Q5hhsztaespUl0T4lQkh8XdofwUrrfb4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:25.0625rem;width:45.625rem;top:13.0625rem;left:14.6875rem;overflow:hidden;display:block; }
#NLkAUbIWhJ2KXB8KIiCABr92JEruG9Kb { color:#ffffff;display:block;width:40.5625rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15023;line-height:1.15;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0rem #131f6b;top:8.8125rem;left:14.6875rem;height:2.5874rem;text-align:left;text-align-last:left;display:block; }
#hnuxLiGkfmqCAf1bi682xWxAJ1wUuIGU { position:absolute;display:block;z-index:15022;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:8.4375rem;width:6.9375rem;top:4.6875rem;left:59.3125rem;overflow:hidden;display:block; }
#RfCCdyyuThgd8cp4MDx57IegZJsWcAdi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/11515ded-83d8-4222-9436-66cc021fc6bd/EDUKIDObg6.jpg");background-position:top 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; }#RfCCdyyuThgd8cp4MDx57IegZJsWcAdi.adaptive-delivery-prevent-bg, #RfCCdyyuThgd8cp4MDx57IegZJsWcAdi.lazyload, #RfCCdyyuThgd8cp4MDx57IegZJsWcAdi.lazyloading { background-image: none; }#RfCCdyyuThgd8cp4MDx57IegZJsWcAdi > .row .container { background-color: transparent; background-image: none; }#RfCCdyyuThgd8cp4MDx57IegZJsWcAdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfCCdyyuThgd8cp4MDx57IegZJsWcAdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfCCdyyuThgd8cp4MDx57IegZJsWcAdi > .row .container > .video-iframe-container { display: none; }#RfCCdyyuThgd8cp4MDx57IegZJsWcAdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfCCdyyuThgd8cp4MDx57IegZJsWcAdi > .row > .video-iframe-container { display: none; }#RfCCdyyuThgd8cp4MDx57IegZJsWcAdi > .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); }#RfCCdyyuThgd8cp4MDx57IegZJsWcAdi > .row .container { border-width: 0; border-radius: 0; }#RfCCdyyuThgd8cp4MDx57IegZJsWcAdi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RfCCdyyuThgd8cp4MDx57IegZJsWcAdi > .row .container { font-size:0.875rem;font-family:arial;height:96.6875rem;width:75rem;position:relative;display:block; }#QmGXpaRb8LZONwRTspZFtXCnrMnXXTaT { color:#131f6b;display:block;width:40.125rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15020;line-height:1.15;letter-spacing:0;top:8.0625rem;left:0rem;height:5.17480625rem;display:block; }
#N6tdg0SKp4OVFUsP2aBpA2QHAho9nWFf { box-sizing:content-box;height:24.75rem;width:36.5rem;position:absolute;display:block;z-index:15021;background-color:#ffea96;background-image:none;top:19.0625rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#dy5bQEAfTL8KHCu4eb1MeO6gy3lJWnXL { color:#1e1802;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:21.625rem;left:1.8125rem;height:2.0996125rem;font-style:normal;display:block; }
#ETRKLmKl19A1IPqhSVBnp1g5rMbiVL3H { color:#1e1802;display:block;width:32.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:24.9375rem;left:1.8125rem;height:11.0229375rem;font-style:normal;display:block; }
#zrTLilCRtPXkci4KTNqTvAO5VkgZWRKr { color:#1e1802;display:block;width:32rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:36.625rem;left:1.8125rem;height:4.72411875rem;font-style:normal;display:block; }
#TUcktVMft474RyaP6SzVQrPb10NcPiTH { box-sizing:content-box;height:24.75rem;width:36.5rem;position:absolute;display:block;z-index:15025;background-color:#ffdd56;background-image:none;top:29.75rem;left:38.5rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#eQczk8v7EsTqcUCS03cnvOgvbOQxg04R { color:#1e1802;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:37.375rem;left:40.125rem;height:2.0996125rem;font-style:normal;display:block; }
#TZ7EtChE7Gpz0MBJR42Bu1G5LoMyTHtc { color:#1e1802;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:40.6875rem;left:40.125rem;height:7.87351875rem;font-style:normal;display:block; }
#r6ubd5i5XTr6T4UeU7JiNLg1lU2qS4Ru { box-sizing:content-box;height:24.75rem;width:36.5rem;position:absolute;display:block;z-index:15028;background-color:#ffcc00;background-image:none;top:45.875rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#nEBvW7ll9Hlq4yrBHHRDOu3hcZEefpfi { color:#1e1802;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:53.4375rem;left:1.875rem;height:4.19921875rem;font-style:normal;display:block; }
#NhKvATQHQWBmyPrkDsNOeRb3iMzH60Qa { color:#1e1802;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:58.4375rem;left:1.8125rem;height:4.72411875rem;font-style:normal;display:block; }
#wOIZPXTUJT7EUeDgSdAr5U3N5eust3u5 { box-sizing:content-box;height:24.75rem;width:36.5rem;position:absolute;display:block;z-index:15028;background-color:#ffdd56;background-image:none;top:56.5rem;left:38.5rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#uzpegZ47M3ZFMoiW4W327DflFSHb6uZQ { color:#1e1802;display:block;width:33.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:64.25rem;left:40.125rem;height:11.0229375rem;font-style:normal;display:block; }
#qEcdHFyuSWRf81lBJpbaBiI3SHcnaXOi { color:#1e1802;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:58.75rem;left:40.125rem;height:4.19921875rem;font-style:normal;display:block; }
#zwCrJLid6yykfszeDWPBRWKbv25gGVQW { color:#1e1802;display:block;width:33.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.4;letter-spacing:0;top:75.875rem;left:40.125rem;height:3.1494125rem;font-style:normal;display:block; }
#cqMKx2QqaOHchCazvUsvwLZAn0A7b8t6 { background-color:#131f6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.9375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:90.625rem;left:29.84375rem;display:block; }
#cvlSIDqddIEkJpkvvGpGfrcZl1Ha0eFQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tcai5ExUcAUGUZTPItB4Ty5AXJKFzX75 { box-sizing:content-box;height:14.5625rem;width:36.5rem;position:absolute;display:block;z-index:15022;background-color:#ffea96;background-image:none;top:72.6875rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ws0TMp95Q08GIiuFP7EpHD5h9PZh1nir { color:#1e1802;display:block;width:34.3125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:75.875rem;left:0rem;height:2.0996125rem;font-style:normal;display:block; }
#uu2n1oZ3X4MbQ3ESJh49blbMuJkwsthv { color:#1e1802;display:block;width:32.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:79.625rem;left:0rem;height:7.87353125rem;font-style:normal;display:block; }
#U5Us54hh2xsGlt510ru0lA1OnDePU5V3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fcfcf9, #ffffff);background-image: -moz-linear-gradient(180deg, #fcfcf9, #ffffff);background-image: -ms-linear-gradient(180deg, #fcfcf9, #ffffff);background-image: -o-linear-gradient(180deg, #fcfcf9, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcf9', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcf9', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fcfcf9, #ffffff);background-size:auto !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; }#U5Us54hh2xsGlt510ru0lA1OnDePU5V3 > .row .container { background-color: transparent; background-image: none; }#U5Us54hh2xsGlt510ru0lA1OnDePU5V3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5Us54hh2xsGlt510ru0lA1OnDePU5V3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5Us54hh2xsGlt510ru0lA1OnDePU5V3 > .row .container > .video-iframe-container { display: none; }#U5Us54hh2xsGlt510ru0lA1OnDePU5V3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5Us54hh2xsGlt510ru0lA1OnDePU5V3 > .row > .video-iframe-container { display: none; }#U5Us54hh2xsGlt510ru0lA1OnDePU5V3 > .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); }#U5Us54hh2xsGlt510ru0lA1OnDePU5V3 > .row .container { border-width: 0; border-radius: 0; }#U5Us54hh2xsGlt510ru0lA1OnDePU5V3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U5Us54hh2xsGlt510ru0lA1OnDePU5V3 > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;position:relative;display:block; }#Qii2mwJCJ75uBvcoohrJZSdyyJWK2MWC { color:#0b1340;display:block;width:34.9375rem;position:absolute;font-family:righteous;font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.15;letter-spacing:0;top:8.6875rem;left:0rem;height:6.46875rem;display:block; }
#WHcobHli1n8LuCKzsM8sQr2FTCXdrh0p { color:#0b1340;display:block;width:35.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:17.25rem;left:0rem;height:4.72411875rem;font-style:normal;display:block; }
#KGAD30TULNRqknERBD5NQ7yc3rCSFmsr { position:absolute;display:block;z-index:15027;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:35.3125rem;width:35.25rem;top:5.0625rem;left:39.75rem;overflow:hidden;display:block; }
#ttUqoUlBdQOXUBxwD2R0e1sWOHsLATcw { color:#0b1340;display:block;width:35.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:22.875rem;left:0rem;height:1.57470625rem;font-style:normal;display:block; }
#HXAGciR1z4S7VIAityJ5SKgEv3AbmyqM { color:#0b1340;display:block;width:33.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:33.6875rem;left:0rem;height:3.1494125rem;font-style:normal;display:block; }
#PLJZf2RTEiTqX7P9rdhbMxBdlB9NhVZw { color:#0b1340;display:block;width:35.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:26.5625rem;left:0rem;height:6.2988125rem;font-style:normal;display:block; }
#blRNJX8FrPWiRZeHcDr4gb8C9oPWOemM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fcfcf9);background-image: -moz-linear-gradient(180deg, #ffffff, #fcfcf9);background-image: -ms-linear-gradient(180deg, #ffffff, #fcfcf9);background-image: -o-linear-gradient(180deg, #ffffff, #fcfcf9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcf9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcf9' );";background-image: linear-gradient(180deg, #ffffff, #fcfcf9);background-size:auto !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; }#blRNJX8FrPWiRZeHcDr4gb8C9oPWOemM > .row .container { background-color: transparent; background-image: none; }#blRNJX8FrPWiRZeHcDr4gb8C9oPWOemM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blRNJX8FrPWiRZeHcDr4gb8C9oPWOemM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blRNJX8FrPWiRZeHcDr4gb8C9oPWOemM > .row .container > .video-iframe-container { display: none; }#blRNJX8FrPWiRZeHcDr4gb8C9oPWOemM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blRNJX8FrPWiRZeHcDr4gb8C9oPWOemM > .row > .video-iframe-container { display: none; }#blRNJX8FrPWiRZeHcDr4gb8C9oPWOemM > .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); }#blRNJX8FrPWiRZeHcDr4gb8C9oPWOemM > .row .container { border-width: 0; border-radius: 0; }#blRNJX8FrPWiRZeHcDr4gb8C9oPWOemM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#blRNJX8FrPWiRZeHcDr4gb8C9oPWOemM > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#o9Fwtrp9ig9g2vGBgC5r5MFmRO3zaXTx { color:#0b1340;display:block;width:35.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:2.25rem;left:39.0625rem;height:4.72411875rem;font-style:normal;display:block; }
#s1GFvNaasleyXwzI0KCeuwTQUhuWTIUW { position:absolute;display:block;z-index:15027;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:35.3125rem;width:35.25rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#t6G49qTcQ0ARE1tmx7XgNqRTTkpXruXr { color:#0b1340;display:block;width:34.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:7.875rem;left:39.0625rem;height:4.72411875rem;font-style:normal;display:block; }
#DWWgXsA5pHlkAUqu5F3DiT6CyHMryRFN { color:#0b1340;display:block;width:34.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:14.1875rem;left:39.0625rem;height:3.1494125rem;font-style:normal;display:block; }
#Ds5vRJlsFvwEHxRfG71cZ08mO5LLwqog { color:#0b1340;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:18.25rem;left:39.0625rem;height:3.1494125rem;font-style:normal;display:block; }
#R1yWRFmbh8Dzo1NlKzX9F0waRPnBpEiF { color:#0b1340;display:block;width:34.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:23.125rem;left:39.125rem;height:1.57470625rem;font-style:normal;display:block; }
#Uwp6FphKqQimxDmJ3k2kbTd4XFtO9StL { color:#0b1340;display:block;width:34.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:25.375rem;left:39.0625rem;height:11.0229375rem;font-style:normal;display:block; }
#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/08b53a21-6686-4a70-9fca-40dc69e799ca/EDUKIDObg7.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; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA.adaptive-delivery-prevent-bg, #KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA.lazyload, #KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA.lazyloading { background-image: none; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row .container { background-color: transparent; background-image: none; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row .container > .video-iframe-container { display: none; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row > .video-iframe-container { display: none; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .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); }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row .container { border-width: 0; border-radius: 0; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#dHIorELwIedDTnt7kTkEVEtuGPIgFbv8 { color:#ffffff;display:block;width:53.625rem;position:absolute;font-family:righteous;font-size:2.25rem;font-weight:normal;z-index:15021;line-height:1.15;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0rem #131f6b;top:6.625rem;left:10.6875rem;height:5.17480625rem;text-align:center;text-align-last:center;display:block; }
#EgNptAnpaNPcicQFOLTTbxVNsFrTSkW0 { color:#ffffff;display:block;width:52.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0rem #131f6b;top:13.625rem;left:11.25rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#ug9khhmC65ufPk8SVLfH9gAII2DaHa6l { background-color:#131f6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:2.9375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:21rem;left:28.53125rem;display:block; }
#r0rco8p3iefSTyDXFGVkzT126eoB5t0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcc00;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; }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row .container { background-color: transparent; background-image: none; }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row .container > .video-iframe-container { display: none; }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row > .video-iframe-container { display: none; }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .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); }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row .container { border-width: 0; border-radius: 0; }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#NR6h4vVfeHERJd6W46Gd4w6K6hVVw4fC { color:#131f6b;display:block;width:66.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.75rem;left:3.3125rem;height:2.2744125rem;display:block; }
#miWo4vdOaP2lP1nLOdbbZMNogrVNWzRP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.9375rem;left:25.125rem; }
#hcEvsOJHsmB2K7i7c6hrhokz6B8xgHTC { color:#131f6b;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5625rem;left:29.375rem;height:1.94970625rem;font-style:normal;display:block; }
#I9lPUAIlPePF5X59JFstwxfocyN3wScF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.9375rem;left:46rem; }
#Ml8BpuqVtZEbcFFb0vElJTWuwDdATbkA { color:#131f6b;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:50.4375rem;height:1.94970625rem;font-style:normal;display:block; }
#Uz3ptdLrtACrPhZvuG8g8i5tZCtVumG4 { position:absolute;display:block;z-index:15020;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.5625rem;width:17.375rem;top:2.75rem;left:1rem;overflow:hidden;display:block; }
#XznfrdZwV0qVRlVTkD3mkmFtFElwrc2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcc00;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; }#XznfrdZwV0qVRlVTkD3mkmFtFElwrc2E > .row .container { border-width: 0; border-radius: 0; }#XznfrdZwV0qVRlVTkD3mkmFtFElwrc2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XznfrdZwV0qVRlVTkD3mkmFtFElwrc2E > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#gLT9hi69a7wJlXxFubhlgaNWRTDkTeSB { position:absolute;display:block;z-index:15020;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.5625rem;width:17.375rem;top:2.75rem;left:1rem;overflow:hidden;display:none; }
#qF7PyHvIpMSKILp3RHCHUzKSlBP4fLDF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.9375rem;left:25.125rem;display:none; }
#ItK85tKUHDp7GGZG5G7AaC4l1F9RGziW { color:#131f6b;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5625rem;left:29.375rem;height:1.9375rem;font-style:normal;display:none; }
#XsNTJwZQFy7xsCCKbHKnJxHHK2xODtN3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.9375rem;left:46rem;display:none; }
#bVCCuJQT9gJzWJEXpU8ydtORKaMgndJV { color:#131f6b;display:block;width:20.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:50.4375rem;height:1.9375rem;font-style:normal;display:none; }
#iTVO6p9Pyn2HaS8CeSxcHFavRuRfSDX8 { color:#131f6b;display:block;width:66.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.75rem;left:3.3125rem;height:2.25rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AKcqElJJr93KKWoAQFxssUGDRKMMRHTu { display:block; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-regular-label { display:block;width:24.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-text { width:24.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-text {padding-top: 0; padding-bottom: 0;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-textarea { width:24.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-select { width:24.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-select {padding-top: 0; padding-bottom: 0;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-button { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.5625rem; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-checkbox-label { width:23.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm  { width:24.75rem;height:auto;top:13.9375rem;left:20.5rem; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .radio-container { width:24.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm {display:block;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm { width:24.75rem;height:auto;top:13.9375rem;left:20.5rem; }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #uAd3dBprtmta9e4CnJIgVZMQHGyEnfmS {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #uw9qx9WUKfrPvbWTMJZuaFrlcTx0EJ6T {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #NlWr3pZDaTUTcgs8Mr3Qu40WqUSUFPp2 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #T6R9zlRNPUL0CohXoehGXQ5Ofolcz6ER {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #W3RWKHEUchXqV44RZZMeVZeWvLbhqSTF {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #KZCldWTVLamTagrpuObUZ21zdHlS3SN9 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #gVd37pTRtpW9v8BBQ6ivscFabtbDpyS7 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #NCdJWoaqJeniE0AstP52nLo7fHhI2tkV {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #RmcXGDylMXmayZFKEyhRbZgRmJxPSq6I {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #TXDZKUFe7l7UW6yVXPc5WXdR4EBrlE3I {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #IAGHuZCHSOGTy3kMxTqyhqUzmZ2GxzlZ { display:block; }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #CRVa3aD1BmEuui6AKnzvGGVFVG5v048f {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #OsoU3vJgBU2tQwtQK44TCCJiWlG80xwS {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #gX2lnVW1TF1OdELNk4ARinrB8pGC7x70 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #lQb3THZWFBf9TsHTxWLKceNH6RyutrG7 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #I63523yrdgvp9iXScIDQAr7KN4wtNMZO {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #v9TeOfdVldkRNavTPhmTQL9WimJOdE3N {  }
 }@media only screen and (max-width: 763px) { #EIx5xQIu7RaDg3ev3AVLFlx1cA7o623B { top:26.75rem;left:0rem;width:42.8125rem;height:5.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Mcz8O9l8MJzEoDwIw7H4IlSE9Ct2tF { top:5.3125rem;left:0rem;width:14.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb8RkwoincErFSFGnVxsym7tznfvCMyc { top:43.3125rem;left:0rem;width:46.1875rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1K1kc633B1u5DfsgGEBV0k9cg9VVhK8 { top:46.125rem;left:0rem;width:19.3125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK0v4EKcqeRRPDxeGXDuo71pQIBzNfMN { top:34.25rem;left:0rem;width:39.125rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx { display:flex;width:18rem;height:5.0625rem;top:46.6875rem;left:13.4375rem; }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #Ts0pFbCVHsdeC247WQnEziinOuTCa6sx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #wD12Rzlotauy7JShZLwTu2fcD83fhwsJ {  }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #XC46UaCqE2EGXZBpxnvRZIAgQec1RAkb {  }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #fPvODi5BL7HoPftMvs9IHfpblxkmk5S3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #iSJWKASCaknplydU4DPzwehBPJrpMHam {  }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #KdIGGTNSmOwQNxC2J70Bkm0lisgnxUZw {  }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #iX8nZcUz6vDZLGT5aQTzL4AXLE9l9qxt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #N2f5TsJEXG25BmviiLw6hKiXGOgdRpr7 {  }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #TIq70ngDt15N50OSnND5PsSCteFWNPf8 {  }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #G9By2ykFD1h2ki4NzSDWku9ci3hr8BxW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #UO8EAxagTx79zFDe4wuwXC873i6meQsH {  }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #zyaxxdnTJCC7Qu2F0n39bh5kKWW0IsT6 {  }
 }@media only screen and (max-width: 763px) { #IznFXPtfgVTlnKb4kDpXVPqQLTwhdrVT { top:13.9375rem;left:0rem;width:46.0625rem;height:10.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEOmiZEiuKU9UNW94uaQUBke6XfDolAV { display:block; }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4UaBWwq5UJs0aEXGqL0AnffsICzRa74 { top:8.0625rem;left:0rem;width:34.875rem;height:5.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQncA3nqGeyeg7aA2IXw7LkKaIQwA9b2 { top:14.5625rem;left:0rem;width:30.8125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF3XTd7ZxX9U506PHR82aRLIDHnkMHD0 { top:18.625rem;left:0rem;width:30.8125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCvy7ndWsVRyICH9s7fHrTubVa3E55cT { top:21.125rem;left:0rem;width:34.8125rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODMeGuciCDe7xMX2GMvDph6hnVOR79B1 { top:0.1875rem;left:10.4375rem;width:37.3125rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPvniuUTBTxXFqZh529bU0PTykbk6boa { top:32.875rem;left:0rem;width:37.3125rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR { display:block; }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5t5c32xrI2Tcnlf2itHgr4M9uThnQes { top:7.875rem;left:14.0625rem;width:33.6875rem;height:5.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh7IAP8eykT0BQADrZInfaZ6B0cTvePF { top:14.375rem;left:16.9375rem;width:30.8125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n79aadix4ZD1TlzVNREKM5k7EsRs9VT5 { top:16.625rem;left:12.9375rem;width:34.8125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 { display:block; }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTR7fdbuNutFul8X2KEUTSoQQS422IqF { top:6.875rem;left:7.0625rem;width:33.6875rem;height:3.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge8pH7dXAegwISAHcaE0Ltcv2TchP88O { top:13.875rem;left:0rem;width:47.75rem;height:29.36625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewE2fnmdqaV2z9zrsyrKbAfDZ9VQqaOo { top:60rem;left:3rem;width:37.9375rem;height:5.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inyyv9stWfdnLp38lTTJ1BBZV09T97iq { top:66.9375rem;left:2.125rem;width:45.625rem;height:8.8125rem;font-size:1.125rem;display:block; }#inyyv9stWfdnLp38lTTJ1BBZV09T97iq li:before{  }
 }@media only screen and (max-width: 763px) { #QEceiiTxBx8q4riTyDgiTPeJDLnvWnpO { top:77rem;left:3rem;width:39.375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTOctBWTThIWeeeIEZ2IXiKSxZndHbMO { width:14.625rem;height:2.9375rem;top:83.6875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdZ9BPrAkyVQkTuHGtw2NqVA60vOwLHi { display:block; }
 }@media only screen and (max-width: 763px) { #EETZX4hdTkGnNStRgT051TJ1UsF9tyk8 { top:80.125rem;left:0rem;width:7.875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MacM7nPZm1Fr2CvTclakEATDfPm0zT7T { top:56.875rem;left:38.625rem;width:9.125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBvFirivEHG6uurnZSLWmBbUpvco0P8x { top:57.5rem;left:42.75rem;width:5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2tumbF2SsLT2Ci8tna8N7xBRbk9f0AB { width:18.75rem;height:61.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW { display:block; }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpJXdTTsUqk78TMeHb5v03Xz9c5ARxhz { top:7.875rem;left:0rem;width:33.6875rem;height:2.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwDXx66mpqDa4x9CCv69vFbHEvEKpPiB { top:12.25rem;left:0rem;width:30.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wClA4tSucHEKtRo7GMqUebbZbPLkFCTM { top:5.0625rem;left:12.5rem;width:35.25rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8xNzQfAtn0ctAkpiIThWGXpburfhAPL { top:16.125rem;left:0rem;width:35.5rem;height:11.6875rem;font-size:1.125rem;display:block; }#a8xNzQfAtn0ctAkpiIThWGXpburfhAPL li:before{  }
 }@media only screen and (max-width: 763px) { #N0KKbTWm1fT4mIFZNMbmI2q0C3hr3xA1 { top:30.625rem;left:0rem;width:30.9375rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3eduos17uWRfNqWquoGUwK4R8r14uw0 { top:36rem;left:0rem;width:30.1875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAypPGUN7ydh7R3hVK6LhdJWFECmwENw { display:block; }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxTsn58HCXhXGGyvNeMrOkHCPg5JNt5q { top:5.25rem;left:14.0625rem;width:33.6875rem;height:2.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm5uSUxqGy1rU16ePT7Gfi4eJlgEbWyb { top:8.4375rem;left:17.5625rem;width:30.1875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMKxpmDDfzz6IsywSiyn22OkMpoehqTb { top:0rem;left:0rem;width:35.25rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5TQF9pIs9Kk44wzVbvkyZ4hJMV5QxxK { top:13.3125rem;left:14.0625rem;width:33.6875rem;height:2.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRzpvBNxnJLyb396Txmv81d7rBcDkoGB { top:16.5625rem;left:17.5625rem;width:30.1875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arQs7f9622lTfJSEwOfp4hmh7KLh2F6V { top:18.6875rem;left:17.5625rem;width:30.1875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTTRpoPmyHp2tkh0EA5RZuoMftFkySEl { top:22.75rem;left:14.0625rem;width:33.6875rem;height:2.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbt08nplvo721sCeBUEdlhE4rRroIdZ { top:26rem;left:17.5625rem;width:30.1875rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu { display:block; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnLxGwPyAinsqbVS5HLAZ6pDst2CV35y { top:6.8125rem;left:0rem;width:33.6875rem;height:5.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTTIhdqTMehv8y396dtIT33cov78fnxd { top:13rem;left:0rem;width:30.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePxbvBTSSTP6pAPHKRCWWGIq9le8Xl9u { top:18.5rem;left:0rem;width:33.6875rem;height:2.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN4M95l6MSyH8hAnTug7QDTvaDzVQTEe { top:21.75rem;left:0rem;width:35.3125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoBv5XlU8Kqvhkt2WOCNOlXlEcwhmnXE { top:28.0625rem;left:0rem;width:33.6875rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkT6MTZilnqSZvmEIFhcFR1PMZDQJ6h0 { top:32rem;left:0rem;width:13.25rem;height:3.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC1gBioVSCODQbDVilLPGlopaJbvnbJU { top:35.9375rem;left:0rem;width:17.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT6Ar2Ve5fzEQbqzoZyaxmzTteNv6TkS { top:35.9375rem;left:8.3125rem;width:15.5625rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4F6DEBvIlUiVZZnKTopEuCMKqcwuc29 { top:32rem;left:10.625rem;width:13.25rem;height:3.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilX7hwozJH7To0c7rqocFGsxkJMWcp1r { top:10.875rem;left:26.4853515625rem;width:19.8125rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp { display:block; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTOHr8oTBuFlD190ss4yLoaMvsuQfXQw { top:7rem;left:14.0625rem;width:33.6875rem;height:2.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTeTWNpBEoTZwL051DJEDaGOq3KKU4Ww { top:11.0625rem;left:17.5625rem;width:30.1875rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiIAptKC0OTENXswyGZBA9kRHM0EMNJ2 { top:16.25rem;left:14.8125rem;width:32.9375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETN16dZEoAayeu50vPxCcClPZV4vUPAO { top:20.0625rem;left:13.8125rem;width:33.9375rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB { display:block; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nv9aaO0fzWq3d9WmKV6HbQaS1euCiMak { top:7.4375rem;left:3.625rem;width:40.5625rem;height:5.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz22zsGOXp3UHHeLk8x36Tr1kAn3uJWe { top:13.875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #De1w6spopBF8IiwKmsUxzWtl1WON1zFJ { top:22.8125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtZu5f2TiIcrEDLxpbeB78KZcpibpEck { top:19.125rem;left:3.5625rem;width:40.5625rem;height:2.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwH178E1rsbvSoCNuCwAoLJUMOr3U7XE { width:14.625rem;height:2.9375rem;top:31.8125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #isM3BdPBNvDgbWIJWT97GoxCtMrTeOkl { display:block; }
 }@media only screen and (max-width: 763px) { #PWIJZkdDH87xOKf1uhnLdSXU7VTuwbZP { top:32.5rem;left:36.3125rem;width:11.4375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwmMJIoZeuynNa1Tk2EzpzyWevgLB4HM { display:block; }#uwmMJIoZeuynNa1Tk2EzpzyWevgLB4HM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaZ8O8dmzA0dDQMtFZkuw8f7gJWcMNih { top:5.0625rem;left:1.0625rem;width:45.625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezChuI994QAiBlIG6TfkJkns67l73Zzv { top:1.3125rem;left:1.0625rem;width:33.6875rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI { display:block; }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pgp3sXPCQkwlfpMKrXeMkZddJbFtx4eK { top:7.4375rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsW12xAqZS6mIrdJlQzkgfqolGxmNcS4 { top:18.6875rem;left:0rem;width:47.75rem;height:42.25875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lovOPBf0ESTMCsDZnJ7xAQUADPhUOqRQ { width:14.625rem;height:2.9375rem;top:89.8125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF6QRT6TIchrWTJh5M38QUUl1BznJx7U { display:block; }
 }@media only screen and (max-width: 763px) { #yryc5GOkFUx9bbS9DrXsPrI1XaBeWFl0 { top:88.3125rem;left:0rem;width:20.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF1p4EUxlpKHCaF5nkyAzhtpcswigD7J { width:18.5rem;height:86.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE { display:block; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5hhsztaespUl0T4lQkh8XdofwUrrfb4 { top:13.0625rem;left:1.0625rem;width:45.625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLkAUbIWhJ2KXB8KIiCABr92JEruG9Kb { top:8.8125rem;left:1.0625rem;width:40.5625rem;height:2.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnuxLiGkfmqCAf1bi682xWxAJ1wUuIGU { top:4.6875rem;left:40.8125rem;width:6.9375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfCCdyyuThgd8cp4MDx57IegZJsWcAdi { display:block; }#RfCCdyyuThgd8cp4MDx57IegZJsWcAdi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmGXpaRb8LZONwRTspZFtXCnrMnXXTaT { top:8.0625rem;left:0rem;width:40.125rem;height:5.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6tdg0SKp4OVFUsP2aBpA2QHAho9nWFf { top:19.0625rem;left:0rem;width:36.5rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy5bQEAfTL8KHCu4eb1MeO6gy3lJWnXL { top:21.625rem;left:0rem;width:30.1875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETRKLmKl19A1IPqhSVBnp1g5rMbiVL3H { top:24.9375rem;left:0rem;width:32.9375rem;height:10.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrTLilCRtPXkci4KTNqTvAO5VkgZWRKr { top:36.625rem;left:0rem;width:32rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUcktVMft474RyaP6SzVQrPb10NcPiTH { top:29.75rem;left:11.25rem;width:36.5rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQczk8v7EsTqcUCS03cnvOgvbOQxg04R { top:37.375rem;left:17.5625rem;width:30.1875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ7EtChE7Gpz0MBJR42Bu1G5LoMyTHtc { top:40.6875rem;left:17.5625rem;width:30.1875rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6ubd5i5XTr6T4UeU7JiNLg1lU2qS4Ru { top:45.875rem;left:0rem;width:36.5rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEBvW7ll9Hlq4yrBHHRDOu3hcZEefpfi { top:53.4375rem;left:0rem;width:30.1875rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhKvATQHQWBmyPrkDsNOeRb3iMzH60Qa { top:58.4375rem;left:0rem;width:30.1875rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOIZPXTUJT7EUeDgSdAr5U3N5eust3u5 { top:56.5rem;left:11.25rem;width:36.5rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzpegZ47M3ZFMoiW4W327DflFSHb6uZQ { top:64.25rem;left:14.4375rem;width:33.3125rem;height:10.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEcdHFyuSWRf81lBJpbaBiI3SHcnaXOi { top:58.75rem;left:17.5625rem;width:30.1875rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwCrJLid6yykfszeDWPBRWKbv25gGVQW { top:75.875rem;left:14.4375rem;width:33.3125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqMKx2QqaOHchCazvUsvwLZAn0A7b8t6 { width:14.625rem;height:2.9375rem;top:90.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvlSIDqddIEkJpkvvGpGfrcZl1Ha0eFQ { display:block; }
 }@media only screen and (max-width: 763px) { #Tcai5ExUcAUGUZTPItB4Ty5AXJKFzX75 { top:72.6875rem;left:0rem;width:36.5rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws0TMp95Q08GIiuFP7EpHD5h9PZh1nir { top:75.875rem;left:0rem;width:34.3125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu2n1oZ3X4MbQ3ESJh49blbMuJkwsthv { top:79.625rem;left:0rem;width:32.9375rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Us54hh2xsGlt510ru0lA1OnDePU5V3 { display:block; }#U5Us54hh2xsGlt510ru0lA1OnDePU5V3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qii2mwJCJ75uBvcoohrJZSdyyJWK2MWC { top:8.6875rem;left:0rem;width:34.9375rem;height:6.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHcobHli1n8LuCKzsM8sQr2FTCXdrh0p { top:17.25rem;left:0rem;width:35.9375rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGAD30TULNRqknERBD5NQ7yc3rCSFmsr { top:5.0625rem;left:12.5rem;width:35.25rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttUqoUlBdQOXUBxwD2R0e1sWOHsLATcw { top:22.875rem;left:0rem;width:35.9375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXAGciR1z4S7VIAityJ5SKgEv3AbmyqM { top:33.6875rem;left:0rem;width:33.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLJZf2RTEiTqX7P9rdhbMxBdlB9NhVZw { top:26.5625rem;left:0rem;width:35.9375rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blRNJX8FrPWiRZeHcDr4gb8C9oPWOemM { display:block; }#blRNJX8FrPWiRZeHcDr4gb8C9oPWOemM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9Fwtrp9ig9g2vGBgC5r5MFmRO3zaXTx { top:2.25rem;left:11.8125rem;width:35.9375rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1GFvNaasleyXwzI0KCeuwTQUhuWTIUW { top:1.625rem;left:0rem;width:35.25rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6G49qTcQ0ARE1tmx7XgNqRTTkpXruXr { top:7.875rem;left:12.875rem;width:34.875rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWWgXsA5pHlkAUqu5F3DiT6CyHMryRFN { top:14.1875rem;left:13.4375rem;width:34.3125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds5vRJlsFvwEHxRfG71cZ08mO5LLwqog { top:18.25rem;left:15.8125rem;width:31.9375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1yWRFmbh8Dzo1NlKzX9F0waRPnBpEiF { top:23.125rem;left:13.4375rem;width:34.3125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwp6FphKqQimxDmJ3k2kbTd4XFtO9StL { top:25.375rem;left:13.3125rem;width:34.4375rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA { display:block; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHIorELwIedDTnt7kTkEVEtuGPIgFbv8 { top:6.625rem;left:0rem;width:47.75rem;height:5.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgNptAnpaNPcicQFOLTTbxVNsFrTSkW0 { top:13.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug9khhmC65ufPk8SVLfH9gAII2DaHa6l { width:17.9375rem;height:2.9375rem;top:21rem;left:14.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0rco8p3iefSTyDXFGVkzT126eoB5t0R { display:block; }
 }@media only screen and (max-width: 763px) { #US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p { display:block; }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NR6h4vVfeHERJd6W46Gd4w6K6hVVw4fC { top:11.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miWo4vdOaP2lP1nLOdbbZMNogrVNWzRP { top:4.9375rem;left:11.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcEvsOJHsmB2K7i7c6hrhokz6B8xgHTC { top:5.5625rem;left:15.75rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9lPUAIlPePF5X59JFstwxfocyN3wScF { top:4.9375rem;left:32.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml8BpuqVtZEbcFFb0vElJTWuwDdATbkA { top:5.5625rem;left:27.375rem;width:20.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz3ptdLrtACrPhZvuG8g8i5tZCtVumG4 { top:2.75rem;left:0rem;width:17.375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XznfrdZwV0qVRlVTkD3mkmFtFElwrc2E { display:block; }#XznfrdZwV0qVRlVTkD3mkmFtFElwrc2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLT9hi69a7wJlXxFubhlgaNWRTDkTeSB { top:2.75rem;left:0rem;width:17.375rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qF7PyHvIpMSKILp3RHCHUzKSlBP4fLDF { top:4.9375rem;left:11.5rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItK85tKUHDp7GGZG5G7AaC4l1F9RGziW { top:5.5625rem;left:15.75rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsNTJwZQFy7xsCCKbHKnJxHHK2xODtN3 { top:4.9375rem;left:32.375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVCCuJQT9gJzWJEXpU8ydtORKaMgndJV { top:5.5625rem;left:27.375rem;width:20.375rem;height:1.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTVO6p9Pyn2HaS8CeSxcHFavRuRfSDX8 { top:11.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AKcqElJJr93KKWoAQFxssUGDRKMMRHTu { display:block; }#AKcqElJJr93KKWoAQFxssUGDRKMMRHTu > .row .container { width:20rem;height:84.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1.125rem;overflow:hidden;height:auto;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-text {padding-top: 0; padding-bottom: 0;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-select {padding-top: 0; padding-bottom: 0;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-input-button { width:9.625rem;margin-top:0.25rem;margin-right:3.9375rem;margin-bottom:0.25rem;margin-left:3.9375rem;height:3.3125rem;font-size:1.125rem;overflow:hidden; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm  { width:17.5rem;height:auto;top:48.52197265625rem;left:0rem; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm {display:block;}#tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm { width:17.5rem;height:auto;top:48.52197265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #uAd3dBprtmta9e4CnJIgVZMQHGyEnfmS {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #uw9qx9WUKfrPvbWTMJZuaFrlcTx0EJ6T { display:none; }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #NlWr3pZDaTUTcgs8Mr3Qu40WqUSUFPp2 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #T6R9zlRNPUL0CohXoehGXQ5Ofolcz6ER {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #W3RWKHEUchXqV44RZZMeVZeWvLbhqSTF { display:none; }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #KZCldWTVLamTagrpuObUZ21zdHlS3SN9 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #gVd37pTRtpW9v8BBQ6ivscFabtbDpyS7 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #NCdJWoaqJeniE0AstP52nLo7fHhI2tkV { display:none; }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #RmcXGDylMXmayZFKEyhRbZgRmJxPSq6I {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #TXDZKUFe7l7UW6yVXPc5WXdR4EBrlE3I {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #IAGHuZCHSOGTy3kMxTqyhqUzmZ2GxzlZ { display:none; }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #CRVa3aD1BmEuui6AKnzvGGVFVG5v048f {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #OsoU3vJgBU2tQwtQK44TCCJiWlG80xwS {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #gX2lnVW1TF1OdELNk4ARinrB8pGC7x70 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #lQb3THZWFBf9TsHTxWLKceNH6RyutrG7 {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #I63523yrdgvp9iXScIDQAr7KN4wtNMZO {  }
 }@media only screen and (max-width: 763px) { #tTS2T08CJGhVfWzCIf4sblI4OhIrAVWm #v9TeOfdVldkRNavTPhmTQL9WimJOdE3N {  }
 }@media only screen and (max-width: 763px) { #EIx5xQIu7RaDg3ev3AVLFlx1cA7o623B { width:20rem;height:3.4121125rem;top:18.63671875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6Mcz8O9l8MJzEoDwIw7H4IlSE9Ct2tF { width:12.0625rem;height:5.25rem;top:1.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb8RkwoincErFSFGnVxsym7tznfvCMyc { width:20rem;height:1.94043125rem;top:34.896484375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a1K1kc633B1u5DfsgGEBV0k9cg9VVhK8 { width:19.3125rem;height:0.4375rem;top:37.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK0v4EKcqeRRPDxeGXDuo71pQIBzNfMN { width:20rem;height:8.125rem;top:24.37353515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rwguJMelDTwsG32Zlb4iFolFhiG5JgVx { display:flex;width:18rem;height:5.0625rem;top:39.375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #Ts0pFbCVHsdeC247WQnEziinOuTCa6sx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #wD12Rzlotauy7JShZLwTu2fcD83fhwsJ {  }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #XC46UaCqE2EGXZBpxnvRZIAgQec1RAkb {  }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #fPvODi5BL7HoPftMvs9IHfpblxkmk5S3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #iSJWKASCaknplydU4DPzwehBPJrpMHam {  }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #KdIGGTNSmOwQNxC2J70Bkm0lisgnxUZw {  }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #iX8nZcUz6vDZLGT5aQTzL4AXLE9l9qxt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #N2f5TsJEXG25BmviiLw6hKiXGOgdRpr7 {  }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #TIq70ngDt15N50OSnND5PsSCteFWNPf8 {  }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #G9By2ykFD1h2ki4NzSDWku9ci3hr8BxW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #UO8EAxagTx79zFDe4wuwXC873i6meQsH {  }
 }@media only screen and (max-width: 763px) { #rwguJMelDTwsG32Zlb4iFolFhiG5JgVx #zyaxxdnTJCC7Qu2F0n39bh5kKWW0IsT6 {  }
 }@media only screen and (max-width: 763px) { #IznFXPtfgVTlnKb4kDpXVPqQLTwhdrVT { width:20rem;height:7.474625rem;top:9.04638671875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEOmiZEiuKU9UNW94uaQUBke6XfDolAV { display:block; }#uEOmiZEiuKU9UNW94uaQUBke6XfDolAV > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4UaBWwq5UJs0aEXGqL0AnffsICzRa74 { width:20rem;height:6.8994375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQncA3nqGeyeg7aA2IXw7LkKaIQwA9b2 { width:20rem;height:4.72411875rem;top:9.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF3XTd7ZxX9U506PHR82aRLIDHnkMHD0 { width:20rem;height:1.57470625rem;top:15.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCvy7ndWsVRyICH9s7fHrTubVa3E55cT { width:20rem;height:11.0229375rem;top:18rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODMeGuciCDe7xMX2GMvDph6hnVOR79B1 { width:20rem;height:19.0283203125rem;top:47.931640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPvniuUTBTxXFqZh529bU0PTykbk6boa { width:20rem;height:18.994140625rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR { display:block; }#t1XrsCAzAC0VBhg35hxwISlsV5K5EaKR > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5t5c32xrI2Tcnlf2itHgr4M9uThnQes { width:20rem;height:6.8994375rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh7IAP8eykT0BQADrZInfaZ6B0cTvePF { width:20rem;height:3.1494125rem;top:8rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n79aadix4ZD1TlzVNREKM5k7EsRs9VT5 { width:20rem;height:6.2988125rem;top:12.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 { display:block; }#vd2zHBKx2Fvf8KysGwL9FxLXGqar4ds6 > .row .container { width:20rem;height:113.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTR7fdbuNutFul8X2KEUTSoQQS422IqF { width:20rem;height:2.29980625rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge8pH7dXAegwISAHcaE0Ltcv2TchP88O { width:20rem;height:12.3rem;top:173.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewE2fnmdqaV2z9zrsyrKbAfDZ9VQqaOo { width:20rem;height:6.8994375rem;top:75.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #inyyv9stWfdnLp38lTTJ1BBZV09T97iq { width:20rem;height:13.597625rem;top:83.6875rem;left:0rem;font-size:1.125rem;display:block; }#inyyv9stWfdnLp38lTTJ1BBZV09T97iq li:before{  }
 }@media only screen and (max-width: 763px) { #QEceiiTxBx8q4riTyDgiTPeJDLnvWnpO { width:20rem;height:4.72411875rem;top:98.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTOctBWTThIWeeeIEZ2IXiKSxZndHbMO { width:14.625rem;height:2.9375rem;top:106.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdZ9BPrAkyVQkTuHGtw2NqVA60vOwLHi { display:block; }
 }@media only screen and (max-width: 763px) { #EETZX4hdTkGnNStRgT051TJ1UsF9tyk8 { width:4.1865234375rem;height:5.625rem;top:74.9375rem;left:14.6884765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MacM7nPZm1Fr2CvTclakEATDfPm0zT7T { width:3.25rem;height:2.25rem;top:3.0708336830139rem;left:16.748959422111rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBvFirivEHG6uurnZSLWmBbUpvco0P8x { width:5rem;height:3.5rem;top:216.6875rem;left:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2tumbF2SsLT2Ci8tna8N7xBRbk9f0AB { top:6.9501953125rem;left:0rem;width:20rem;height:66.125rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW { display:block; }#MU0J4B2gJSN5UfVBF9pA88tHkdsvo6AW > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpJXdTTsUqk78TMeHb5v03Xz9c5ARxhz { width:20rem;height:2.29980625rem;top:23.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwDXx66mpqDa4x9CCv69vFbHEvEKpPiB { width:20rem;height:4.72411875rem;top:27.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wClA4tSucHEKtRo7GMqUebbZbPLkFCTM { width:20rem;height:20.03515625rem;top:1.6875rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #a8xNzQfAtn0ctAkpiIThWGXpburfhAPL { width:20rem;height:21.2211875rem;top:33.25rem;left:0rem;font-size:1.125rem;display:block; }#a8xNzQfAtn0ctAkpiIThWGXpburfhAPL li:before{  }
 }@media only screen and (max-width: 763px) { #N0KKbTWm1fT4mIFZNMbmI2q0C3hr3xA1 { width:20rem;height:6.03661875rem;top:55.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3eduos17uWRfNqWquoGUwK4R8r14uw0 { width:20rem;height:3.1494125rem;top:62.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAypPGUN7ydh7R3hVK6LhdJWFECmwENw { display:block; }#bAypPGUN7ydh7R3hVK6LhdJWFECmwENw > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxTsn58HCXhXGGyvNeMrOkHCPg5JNt5q { width:20rem;height:2.29980625rem;top:22.53515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm5uSUxqGy1rU16ePT7Gfi4eJlgEbWyb { width:20rem;height:1.75rem;top:25.28515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMKxpmDDfzz6IsywSiyn22OkMpoehqTb { width:20rem;height:20.03515625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5TQF9pIs9Kk44wzVbvkyZ4hJMV5QxxK { width:20rem;height:2.29980625rem;top:28.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRzpvBNxnJLyb396Txmv81d7rBcDkoGB { width:20rem;height:1.75rem;top:31.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arQs7f9622lTfJSEwOfp4hmh7KLh2F6V { width:20rem;height:3.1494125rem;top:32.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTTRpoPmyHp2tkh0EA5RZuoMftFkySEl { width:20rem;height:2.29980625rem;top:37rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbt08nplvo721sCeBUEdlhE4rRroIdZ { width:20rem;height:5.25rem;top:39.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu { display:block; }#HgdZBpz76xAzo0aTzPzTgwLnCmnBxUTu > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnLxGwPyAinsqbVS5HLAZ6pDst2CV35y { width:20rem;height:6.8994375rem;top:16.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTTIhdqTMehv8y396dtIT33cov78fnxd { width:20rem;height:4.72411875rem;top:24.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePxbvBTSSTP6pAPHKRCWWGIq9le8Xl9u { width:20rem;height:2.29980625rem;top:31.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN4M95l6MSyH8hAnTug7QDTvaDzVQTEe { width:20rem;height:6.2988125rem;top:34.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoBv5XlU8Kqvhkt2WOCNOlXlEcwhmnXE { width:20rem;height:2.01220625rem;top:42.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkT6MTZilnqSZvmEIFhcFR1PMZDQJ6h0 { width:13.25rem;height:3.1621125rem;top:47.375rem;left:3.375rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TC1gBioVSCODQbDVilLPGlopaJbvnbJU { width:17.75rem;height:4.72411875rem;top:51.0625rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kT6Ar2Ve5fzEQbqzoZyaxmzTteNv6TkS { width:14.5625rem;height:6.2988125rem;top:61.25rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4F6DEBvIlUiVZZnKTopEuCMKqcwuc29 { width:13.25rem;height:3.1621125rem;top:57.5625rem;left:3.375rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ilX7hwozJH7To0c7rqocFGsxkJMWcp1r { width:11.875rem;height:14.1875rem;top:1.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7b91916-32c8-43d7-8057-1d684a151fd2/EDUKIDObg3mobile.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp.adaptive-delivery-prevent-bg, #mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp.lazyload, #mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp.lazyloading { background-image: none; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container { background-color: transparent; background-image: none; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container > .video-iframe-container { display: none; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row > .video-iframe-container { display: none; }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .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); }#mgRvqG5ikanS5KZaX6mCq2WiAlnZEhVp > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTOHr8oTBuFlD190ss4yLoaMvsuQfXQw { width:20rem;height:4.5996125rem;top:4.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTeTWNpBEoTZwL051DJEDaGOq3KKU4Ww { width:20rem;height:3.5rem;top:9.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiIAptKC0OTENXswyGZBA9kRHM0EMNJ2 { width:20rem;height:6.2988125rem;top:14.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETN16dZEoAayeu50vPxCcClPZV4vUPAO { width:20rem;height:11.0229375rem;top:21.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB { display:block; }#UJNXkl0XMvt7tD7lGV7AicD8V4lCA4gB > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nv9aaO0fzWq3d9WmKV6HbQaS1euCiMak { width:20rem;height:6.8994375rem;top:3.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz22zsGOXp3UHHeLk8x36Tr1kAn3uJWe { width:20rem;height:4.3125rem;top:11.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #De1w6spopBF8IiwKmsUxzWtl1WON1zFJ { width:20rem;height:11.0229375rem;top:23.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtZu5f2TiIcrEDLxpbeB78KZcpibpEck { width:20rem;height:2.29980625rem;top:19.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwH178E1rsbvSoCNuCwAoLJUMOr3U7XE { width:14.625rem;height:2.9375rem;top:37.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isM3BdPBNvDgbWIJWT97GoxCtMrTeOkl { display:block; }
 }@media only screen and (max-width: 763px) { #PWIJZkdDH87xOKf1uhnLdSXU7VTuwbZP { width:19.3125rem;height:20.125rem;top:8.625rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #uwmMJIoZeuynNa1Tk2EzpzyWevgLB4HM { display:block; }#uwmMJIoZeuynNa1Tk2EzpzyWevgLB4HM > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GaZ8O8dmzA0dDQMtFZkuw8f7gJWcMNih { height:11.232876712329rem;width:20rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezChuI994QAiBlIG6TfkJkns67l73Zzv { width:20rem;height:4.0244125rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI { display:block; }#QF8WDacabeRk6gCnJDcZEAOp9s4UtfqI > .row .container { width:20rem;height:119.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pgp3sXPCQkwlfpMKrXeMkZddJbFtx4eK { width:20rem;height:7.76175rem;top:4.1923828125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsW12xAqZS6mIrdJlQzkgfqolGxmNcS4 { width:18.75rem;height:16.625rem;top:58.9423828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lovOPBf0ESTMCsDZnJ7xAQUADPhUOqRQ { width:14.625rem;height:2.9375rem;top:112.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF6QRT6TIchrWTJh5M38QUUl1BznJx7U { display:block; }
 }@media only screen and (max-width: 763px) { #yryc5GOkFUx9bbS9DrXsPrI1XaBeWFl0 { width:9.25rem;height:3.1875rem;top:108.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF1p4EUxlpKHCaF5nkyAzhtpcswigD7J { top:15rem;left:0rem;width:20rem;height:94.25rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE { display:block; }#qkDhHGTW3DPAKXCZmJsK1SNqM1wlFViE > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5hhsztaespUl0T4lQkh8XdofwUrrfb4 { width:20rem;height:10.986301369863rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLkAUbIWhJ2KXB8KIiCABr92JEruG9Kb { width:16.875rem;height:4.5996125rem;top:3.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnuxLiGkfmqCAf1bi682xWxAJ1wUuIGU { width:6.9375rem;height:8.4375rem;top:4.6875rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RfCCdyyuThgd8cp4MDx57IegZJsWcAdi { display:block; }#RfCCdyyuThgd8cp4MDx57IegZJsWcAdi > .row .container { width:20rem;height:165.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmGXpaRb8LZONwRTspZFtXCnrMnXXTaT { width:20rem;height:6.46875rem;top:3.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6tdg0SKp4OVFUsP2aBpA2QHAho9nWFf { width:20rem;height:37rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy5bQEAfTL8KHCu4eb1MeO6gy3lJWnXL { width:17.9375rem;height:4.19921875rem;top:14.5625rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETRKLmKl19A1IPqhSVBnp1g5rMbiVL3H { width:17.9375rem;height:20.4711875rem;top:19.25rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrTLilCRtPXkci4KTNqTvAO5VkgZWRKr { width:17.9375rem;height:7.8735625rem;top:40.6875rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUcktVMft474RyaP6SzVQrPb10NcPiTH { width:20rem;height:21.5rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQczk8v7EsTqcUCS03cnvOgvbOQxg04R { width:17.9375rem;height:2.0996125rem;top:53.6875rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ7EtChE7Gpz0MBJR42Bu1G5LoMyTHtc { width:17.9375rem;height:14.17235rem;top:57rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6ubd5i5XTr6T4UeU7JiNLg1lU2qS4Ru { width:20rem;height:20.8125rem;top:75.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEBvW7ll9Hlq4yrBHHRDOu3hcZEefpfi { width:17.9375rem;height:6.2988125rem;top:77.4375rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhKvATQHQWBmyPrkDsNOeRb3iMzH60Qa { width:17.9375rem;height:9.44825rem;top:84.5625rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOIZPXTUJT7EUeDgSdAr5U3N5eust3u5 { width:20rem;height:39.5rem;top:98.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzpegZ47M3ZFMoiW4W327DflFSHb6uZQ { width:17.9375rem;height:22.045875rem;top:107.5625rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEcdHFyuSWRf81lBJpbaBiI3SHcnaXOi { width:17.9375rem;height:6.2988125rem;top:99.9375rem;left:1.03125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwCrJLid6yykfszeDWPBRWKbv25gGVQW { width:17.9375rem;height:6.2988125rem;top:130.125rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqMKx2QqaOHchCazvUsvwLZAn0A7b8t6 { width:14.625rem;height:2.9375rem;top:160.59716796875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvlSIDqddIEkJpkvvGpGfrcZl1Ha0eFQ { display:block; }
 }@media only screen and (max-width: 763px) { #Tcai5ExUcAUGUZTPItB4Ty5AXJKFzX75 { width:20rem;height:18.25rem;top:140.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws0TMp95Q08GIiuFP7EpHD5h9PZh1nir { width:18.0625rem;height:6.2988125rem;top:141.75rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu2n1oZ3X4MbQ3ESJh49blbMuJkwsthv { width:17.0625rem;height:12.5976625rem;top:148rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Us54hh2xsGlt510ru0lA1OnDePU5V3 { display:block; }#U5Us54hh2xsGlt510ru0lA1OnDePU5V3 > .row .container { width:20rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qii2mwJCJ75uBvcoohrJZSdyyJWK2MWC { width:20rem;height:7.1875rem;top:22.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHcobHli1n8LuCKzsM8sQr2FTCXdrh0p { width:19.25rem;height:9.44825rem;top:30.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGAD30TULNRqknERBD5NQ7yc3rCSFmsr { width:20rem;height:20.03515625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttUqoUlBdQOXUBxwD2R0e1sWOHsLATcw { width:20rem;height:3.1494125rem;top:41.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXAGciR1z4S7VIAityJ5SKgEv3AbmyqM { width:20rem;height:6.2988125rem;top:58rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLJZf2RTEiTqX7P9rdhbMxBdlB9NhVZw { width:20rem;height:11.0229375rem;top:45.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blRNJX8FrPWiRZeHcDr4gb8C9oPWOemM { display:block; }#blRNJX8FrPWiRZeHcDr4gb8C9oPWOemM > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9Fwtrp9ig9g2vGBgC5r5MFmRO3zaXTx { width:20rem;height:7.8735625rem;top:22.53515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1GFvNaasleyXwzI0KCeuwTQUhuWTIUW { width:20rem;height:20.035460992907rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6G49qTcQ0ARE1tmx7XgNqRTTkpXruXr { width:20rem;height:7.8735625rem;top:31.59765625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWWgXsA5pHlkAUqu5F3DiT6CyHMryRFN { width:20rem;height:6.2988125rem;top:40.66015625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds5vRJlsFvwEHxRfG71cZ08mO5LLwqog { width:20rem;height:3.1494125rem;top:48.16015625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1yWRFmbh8Dzo1NlKzX9F0waRPnBpEiF { width:20rem;height:1.57470625rem;top:52.53515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwp6FphKqQimxDmJ3k2kbTd4XFtO9StL { width:20rem;height:20.4711875rem;top:55.34765625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA { display:block; }#KBuL1wfQVfGJGiptwo7iHFg28tQNSDwA > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHIorELwIedDTnt7kTkEVEtuGPIgFbv8 { width:20rem;height:11.499rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgNptAnpaNPcicQFOLTTbxVNsFrTSkW0 { width:20rem;height:4.875rem;top:17rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug9khhmC65ufPk8SVLfH9gAII2DaHa6l { width:17.9375rem;height:2.9375rem;top:26.625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0rco8p3iefSTyDXFGVkzT126eoB5t0R { display:block; }
 }@media only screen and (max-width: 763px) { #US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p { display:none; }#US5Fesqb2U6M1t05TTNUV2fHNfK1cW3p > .row .container { width:20rem;height:94.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NR6h4vVfeHERJd6W46Gd4w6K6hVVw4fC { width:20rem;height:5.625rem;top:18.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #miWo4vdOaP2lP1nLOdbbZMNogrVNWzRP { display:flex;width:3.125rem;height:3.125rem;top:10.1875rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #hcEvsOJHsmB2K7i7c6hrhokz6B8xgHTC { width:12.5rem;height:1.9375rem;top:10.78125rem;left:3.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9lPUAIlPePF5X59JFstwxfocyN3wScF { display:flex;width:3.125rem;height:3.125rem;top:13.8125rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #Ml8BpuqVtZEbcFFb0vElJTWuwDdATbkA { width:15.9375rem;height:1.4375rem;top:14.65625rem;left:4.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uz3ptdLrtACrPhZvuG8g8i5tZCtVumG4 { width:17.375rem;height:7.5625rem;top:1.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XznfrdZwV0qVRlVTkD3mkmFtFElwrc2E { display:block; }#XznfrdZwV0qVRlVTkD3mkmFtFElwrc2E > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLT9hi69a7wJlXxFubhlgaNWRTDkTeSB { width:17.375rem;height:7.5625rem;top:0.9375rem;left:1.3125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #qF7PyHvIpMSKILp3RHCHUzKSlBP4fLDF { display:flex;width:3.125rem;height:3.125rem;top:8.5rem;left:0rem;font-size:1.5rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #ItK85tKUHDp7GGZG5G7AaC4l1F9RGziW { width:12.5rem;height:1.94970625rem;top:9.09375rem;left:4.0625rem;font-size:1.5rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #XsNTJwZQFy7xsCCKbHKnJxHHK2xODtN3 { display:flex;width:3.125rem;height:3.125rem;top:12.25rem;left:0rem;font-size:1.5rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #bVCCuJQT9gJzWJEXpU8ydtORKaMgndJV { width:15.9375rem;height:1.4624rem;top:13.09375rem;left:4.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #iTVO6p9Pyn2HaS8CeSxcHFavRuRfSDX8 { width:20rem;height:5.6860375rem;top:16.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15016;display:block; }
 }