.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k { background-color:#411596;background-image:url("https://images.assets-landingi.com/uc/9924255d-c07d-4d70-8276-c7cc413fdac5/LPkids_bgtopo2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k.adaptive-delivery-prevent-bg, #LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k.lazyload, #LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k.lazyloading { background-image: none; }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k > .row .container { background-color: transparent; background-image: none; }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k > .row .container > .video-iframe-container { display: none; }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k > .row > .video-iframe-container { display: none; }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k > .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); }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k > .row .container { border-width: 0; border-radius: 0; }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k > .row .container { font-size:14px;font-family:arial;height:687px;width:960px;overflow:visible;position:relative;display:block; }#TPrHfQaZSppr7Zbyi2xqxD4bu7V45GcT { color:#013666;display:block;width:354px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:165px;left:0px;height:129.562px;font-style:normal;display:block; }
#e7RhMvwnumHqWuPcUhESAPTsqyhPPEkI { color:#013666;display:block;width:331px;position:absolute;font-family:"source sans pro";font-size:15px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:318px;left:0px;height:78px;font-style:normal;display:block; }
#MsNrvvN9hfVo4aF4MfFFTfC21URC1QSc { position:absolute;display:block;z-index:15002;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:103px;width:176px;top:31px;left:0px;overflow:hidden;display:block; }
#aT4r7AwpbhwLED67SbpuPIZiWmL2RWOP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:587px;width:613px;top:3px;left:346px;overflow:hidden;display:block; }
#mhCccQty602NdC7LH9f0iX4eBTvfDVvT { background-color:#6b2cf7;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 4px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:353px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:421px;left:-7px;display:block; }
#PernVMecg3DM1kXs4DtmTRwiE0rSnHyN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XD89p4lKQHFCi0GyzouWKKsa6fyAyO0V { color:#013666;display:block;width:340px;position:absolute;font-family:"source sans pro";font-size:15px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:328.99999237061px;left:0px;height:78px;font-style:normal;display:none; }
#VIsW2WGoz1GxTDJywtPasWQiKcTGm7CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cce803;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; }#VIsW2WGoz1GxTDJywtPasWQiKcTGm7CI > .row .container { background-color: transparent; background-image: none; }#VIsW2WGoz1GxTDJywtPasWQiKcTGm7CI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIsW2WGoz1GxTDJywtPasWQiKcTGm7CI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIsW2WGoz1GxTDJywtPasWQiKcTGm7CI > .row .container > .video-iframe-container { display: none; }#VIsW2WGoz1GxTDJywtPasWQiKcTGm7CI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIsW2WGoz1GxTDJywtPasWQiKcTGm7CI > .row > .video-iframe-container { display: none; }#VIsW2WGoz1GxTDJywtPasWQiKcTGm7CI > .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); }#VIsW2WGoz1GxTDJywtPasWQiKcTGm7CI > .row .container { border-width: 0; border-radius: 0; }#VIsW2WGoz1GxTDJywtPasWQiKcTGm7CI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VIsW2WGoz1GxTDJywtPasWQiKcTGm7CI > .row .container { font-size:14px;font-family:arial;height:434px;width:960px;position:relative;display:block; }#i1s1exvwwyLnM6DbzbEC8pMilW7FfyqT { color:#004673;display:block;width:960px;position:absolute;font-family:ubuntu;font-size:38px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:49px;left:0px;height:49.4062px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OzgqQGa65W22OsACmlT8hZZcNDqtnDAD { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:192px;width:229px;top:167px;left:725px;display:block; }
#d03GKrdwZl01tAdaRIMClLRvhccxh9iL { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:192px;width:229px;top:167px;left:486px;display:block; }
#Riek65pXZLBUVBNASIMkTe9i5vllNpR9 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:192px;width:229px;top:167px;left:245px;display:block; }
#TeI0WbSDSTKzO5olayd80Vi8CJL7InLo { position:absolute;display:block;z-index:15001;background-color:#004673;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 40px rgba(0,0,0,0.1) ;height:100px;width:100px;top:117px;left:550px;display:block; }
#XqrIW82JA9id6uZaezwBKEKiyDOl8NJo { position:absolute;display:block;z-index:15003;background-color:#004673;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 40px rgba(0,0,0,0.1) ;height:100px;width:100px;top:118px;left:790px;display:block; }
#C5mqUkWBmXTaa3TTiLTTAZmwA3hfq8i1 { color:#666666;display:block;width:187px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:237px;left:27px;height:93.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#polLdA2TGfzGE0tvE402QmgtLho5BACG { position:absolute;display:block;z-index:15001;background-color:#004673;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 40px rgba(0,0,0,0.1) ;height:100px;width:100px;top:116px;left:70px;display:block; }
#ufQH4Tqupi4xwL2Zc4x2hobB8MI3W7TK { position:absolute;display:block;z-index:15003;background-color:#004673;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 40px rgba(0,0,0,0.1) ;height:100px;width:100px;top:117px;left:310px;display:block; }
#cVgTF6zX7CMIUdW7lZgHZOzT7H6GkKVn { color:#666666;display:block;width:184px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:237px;left:268px;height:93.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VMzfM8pThCBXnCW0zmL4e6iL21Uwy2Co { color:#666666;display:block;width:201px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:237px;left:500px;height:93.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#As6ySM4CLMwR2uR4XVDrvF1AaWRSh5TU { color:#666666;display:block;width:197px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:237px;left:742px;height:93.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C2ZG37lXWsT4wTfItw5LfRLGzmMp4q0d { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:192px;width:229px;top:167px;left:6px;display:block; }
#iWSWlEis3BGBaXThi8gzX24XxofE0wZX { box-sizing:content-box;color:#5d92ff;font-size:39px;font-weight:400;line-height:1;height:56px;width:56px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:136px;left:93px; }
#zE9lWqOuLv1KG5TPSIdAT8qqstKaz0xT { box-sizing:content-box;color:#5d92ff;font-size:36px;font-weight:400;line-height:1;height:52px;width:52px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:141px;left:334px; }
#Nk6aW2Mh3EfAk3x9HgrqOo6CfpVM4hrC { box-sizing:content-box;color:#5d92ff;font-size:40px;font-weight:400;line-height:1;height:58px;width:58px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:138px;left:572px; }
#lhfMQ3FTotT8TfmqZl26CwMfzi6wGatu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:142px;left:816px; }
#cK9rIqgDWb8PIiD9oZlnB5nS9TIvpdUd { color:#666666;display:block;width:201px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:188px;left:500px;height:93.6px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#t4zbucD68dOPlW9HbfT8F3Wy3pehFCdR { color:#013666;display:block;width:790.988px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.96875px;left:84.46875px;height:46.5667px;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; }
#Q9tISFZSqr8gDavOxx95rZRppxH0HQfK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Q9tISFZSqr8gDavOxx95rZRppxH0HQfK > .row .container { background-color: transparent; background-image: none; }#Q9tISFZSqr8gDavOxx95rZRppxH0HQfK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9tISFZSqr8gDavOxx95rZRppxH0HQfK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9tISFZSqr8gDavOxx95rZRppxH0HQfK > .row .container > .video-iframe-container { display: none; }#Q9tISFZSqr8gDavOxx95rZRppxH0HQfK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9tISFZSqr8gDavOxx95rZRppxH0HQfK > .row > .video-iframe-container { display: none; }#Q9tISFZSqr8gDavOxx95rZRppxH0HQfK > .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); }#Q9tISFZSqr8gDavOxx95rZRppxH0HQfK > .row .container { border-width: 0; border-radius: 0; }#Q9tISFZSqr8gDavOxx95rZRppxH0HQfK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9tISFZSqr8gDavOxx95rZRppxH0HQfK > .row .container { font-size:14px;font-family:arial;height:532px;width:960px;position:relative;display:block; }#NyNWlQ9Gpo1VBsrzCNGeLMCbFdwamcXE { 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:361px;width:563px;top:30px;left:0px;overflow:hidden;display:block; }
#HDlVRqAw1TZm9sg3Lg9Sz5IihePKq0Uq { color:#013666;display:block;width:420px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:52.999969482422px;left:520.00003051758px;height:91px;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; }
#GDdSCLogT66nD7FsdORSZ2MKym91fkJy { color:#494949;display:block;width:341px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:208px;left:589px;height:19.5px;display:block; }
#XhJDTugdXNTy2WFIKtyEWRcV1GxTUagG { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:193px;left:520px; }
#ocOKnkirk82lPG7SMz2QMO7oRFvGfQ6K { color:#494949;display:block;width:369px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:280px;left:591px;height:58.5px;display:block; }
#Iqs61kHalavytP2l2bVGShcNQUifCtKc { box-sizing:content-box;color:#5d92ff;font-size:37px;font-weight:400;line-height:1;height:54px;width:54px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:280px;left:520px; }
#Tl8qbXsyki1vpn9dfiZGp4x2kc0AvJ3g { background-color:#00ada4;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 4px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:960px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:416.78749084473px;left:0px;display:block; }
#eUWQnOnuvmyt07hSN0GATANFZi61b83T { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#AnqxLiFEegmI7a43vbWHL72e8rFqpvCI { color:#494949;display:block;width:347px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:301px;left:611px;height:78px;display:none; }
#QBdV7yfT5JaGDGe6ZTN45le25afwwivD { color:#494949;display:block;width:347px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:301px;left:611px;height:78px;display:none; }
#r2QRzi7XPc4sU56kx8utRJOfAKx0Js2R { background-color:#00ada4;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 4px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:960px;height:55px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:441.78125px;left:0px;display:none; }
#V5Tl0BbXCpBrTJlkPATiSWsJIhnZSapG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#d9DvRAvFntTwHCOrxySUEbI5AXr3MDuW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013666;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; }#d9DvRAvFntTwHCOrxySUEbI5AXr3MDuW > .row .container { background-color: transparent; background-image: none; }#d9DvRAvFntTwHCOrxySUEbI5AXr3MDuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9DvRAvFntTwHCOrxySUEbI5AXr3MDuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9DvRAvFntTwHCOrxySUEbI5AXr3MDuW > .row .container > .video-iframe-container { display: none; }#d9DvRAvFntTwHCOrxySUEbI5AXr3MDuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9DvRAvFntTwHCOrxySUEbI5AXr3MDuW > .row > .video-iframe-container { display: none; }#d9DvRAvFntTwHCOrxySUEbI5AXr3MDuW > .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); }#d9DvRAvFntTwHCOrxySUEbI5AXr3MDuW > .row .container { border-width: 0; border-radius: 0; }#d9DvRAvFntTwHCOrxySUEbI5AXr3MDuW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d9DvRAvFntTwHCOrxySUEbI5AXr3MDuW > .row .container { font-size:14px;font-family:arial;height:904px;width:960px;position:relative;display:block; }#USRsgQSN7PmCrQtR04SZ47JhnOVSq1ET { color:#ffffff;display:block;width:960px;position:absolute;font-family:ubuntu;font-size:38px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:31px;left:0px;height:99.8667px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zHylKDFVLHLDoiIIlRGANeUI0UiTMtlB { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:175px;width:229px;top:211px;left:725px;display:block; }
#FKazB96xEv22vLerlkuVbfmk4UbuTuSF { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:175px;width:229px;top:211px;left:486px;display:block; }
#TdCFGklaSRsquPcQzxQzHPP2a3E3ILHN { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:175px;width:229px;top:211px;left:245px;display:block; }
#ATifgQdkq4GZNFFxprnAmdKJ2tb5BHCm { position:absolute;display:block;z-index:15001;background-color:#cce803;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 40px rgba(0,0,0,0.1) ;height:100px;width:100px;top:161px;left:550px;display:block; }
#E5HyUFNlUyIw8DmNe1uH1T6CMin0cmpB { position:absolute;display:block;z-index:15003;background-color:#cce803;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 40px rgba(0,0,0,0.1) ;height:100px;width:100px;top:162px;left:790px;display:block; }
#H34BLIzAVL53cpLM4b8wBfpaN37dvudq { color:#666666;display:block;width:200px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:281px;left:20px;height:70.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMtyFzI0HF9Gkz9FE0QWSLZXUv1v5Nqb { position:absolute;display:block;z-index:15001;background-color:#cce803;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 40px rgba(0,0,0,0.1) ;height:100px;width:100px;top:160px;left:70px;display:block; }
#gPE6eWmVkl3rxaDscA8AZRNyLyg5XmUh { position:absolute;display:block;z-index:15003;background-color:#cce803;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 40px rgba(0,0,0,0.1) ;height:100px;width:100px;top:161px;left:310px;display:block; }
#FKpUncNhMyIeDkpPtRgk0iGsTeZmS7Gw { color:#666666;display:block;width:214px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:281px;left:252.50003051758px;height:70.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qwkoyn0BwPOGdL3kXEAkFAXeV4QugIHq { color:#666666;display:block;width:211px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:281px;left:495.00003051758px;height:70.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NvBG6JNyQykFQTHc1hWEOL6uXNddO9eQ { color:#666666;display:block;width:223px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:281px;left:728.00003051758px;height:70.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l62eMVvraLmEOxsyCR6WmGVuSmOgrptt { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:175px;width:229px;top:211px;left:6px;display:block; }
#Ufn1WVuBBGian4mgvGN50qxaEFuctcPi { position:absolute;display:block;z-index:15001;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:310px;width:484px;top:449.78749084473px;left:476.00003051758px;overflow:hidden;display:block; }
#l18bA1THxrVtOfu7UGaNrVXoIphkB7HE { color:#f8f8f8;display:block;width:430px;position:absolute;font-family:ubuntu;font-size:32px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:498px;left:6px;height:124.8px;font-style:normal;text-align:left;text-align-last:left;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; }
#KsrgnUE4DMI693DUGEQ6UNlDOhoqUqyG { background-color:#cce803;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 4px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#013666;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:960px;height:55px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:811px;left:0px;display:block; }
#BJJDWlt4P9UIZ2Qc4fuPnbmA8lraNw5l { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#byxblFw6oRp26OFyznlInDpcdoK4iJX5 { color:#ffffff;display:block;width:400px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:649px;left:6px;height:62.4px;display:block; }
#XBZlNVsEQXIGumDhAAZlcd9pEEvKhdPd { box-sizing:content-box;color:#5d92ff;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:183.5px;left:92.5px; }
#y03Vny9TiVvH3FGvSJNlDGfKJzuMsRQP { box-sizing:content-box;color:#5d92ff;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:183.5px;left:332.00003051758px; }
#U3F9sS5cDUN7FVSqvHoF3SWWQ7MvHhQm { box-sizing:content-box;color:#5d92ff;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:183.5px;left:573.00003051758px; }
#kOIo9N6kUhgFXJGRgvLwLh0f4VtwxlzN { box-sizing:content-box;color:#5d92ff;font-size:39px;font-weight:400;line-height:1;height:57px;width:57px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:182.5px;left:810.98751831055px; }
#cZtzHInN9BbtfWTNT4u1zrFUEcuOvLwM { color:#ffffff;display:block;width:960px;position:absolute;font-family:ubuntu;font-size:38px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:31px;left:0px;height:98.8px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rOzoMTUrSuJpKhKEiICVJtH29XloSfxL { position:absolute;display:block;z-index:15001;background-color:#cce803;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 40px rgba(0,0,0,0.1) ;height:100px;width:100px;top:160px;left:70px;display:none; }
#UHATsuTw14mZb16tsgSB7D8vtEr6TvRS { position:absolute;display:block;z-index:15001;background-color:#cce803;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 40px rgba(0,0,0,0.1) ;height:100px;width:100px;top:160px;left:70px;display:none; }
#U6RTxCSAHS2dHSu7sgEFBIlfTAgBEh2a { position:absolute;display:block;z-index:15001;background-color:#cce803;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 40px rgba(0,0,0,0.1) ;height:100px;width:100px;top:160px;left:70px;display:none; }
#mVTRfPov3c5JhJAvKL0XWf0QupTBs9JC { background-color:#cce803;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 1px 1px 4px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#013666;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:960px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:821px;left:10px;display:none; }
#Ew6u4NylbMfZc7EDw885W9wefUQ9yW64 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZmDLlbNnAEy15WBfw7z8FSqeoTrdktGT { position:relative;display:block; }#ZmDLlbNnAEy15WBfw7z8FSqeoTrdktGT { background-color: transparent; background-image: none; }#ZmDLlbNnAEy15WBfw7z8FSqeoTrdktGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmDLlbNnAEy15WBfw7z8FSqeoTrdktGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmDLlbNnAEy15WBfw7z8FSqeoTrdktGT > .row .container > .video-iframe-container { display: none; }#ZmDLlbNnAEy15WBfw7z8FSqeoTrdktGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmDLlbNnAEy15WBfw7z8FSqeoTrdktGT > .row > .video-iframe-container { display: none; }#ZmDLlbNnAEy15WBfw7z8FSqeoTrdktGT > .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); }#ZmDLlbNnAEy15WBfw7z8FSqeoTrdktGT { border-width: 0; border-radius: 0; }#ZmDLlbNnAEy15WBfw7z8FSqeoTrdktGT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZmDLlbNnAEy15WBfw7z8FSqeoTrdktGT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:824px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wpcxikn1l4WdZytWIJzD6xnyCQRPma1s { color:#013666;display:block;width:960px;position:absolute;font-family:ubuntu;font-size:34px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:67.555557250977px;left:0px;height:89.4667px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cGboXOCyODMm3lxKuplMIw3KROTbcEyS { position:absolute;display:block;z-index:15007;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:556.987px;width:960px;top:195.7317199707px;left:0px;overflow:hidden;display:block; }
#ubbgTf0WfeaW7F6BvTPIB38cOtG4z12Q { 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:2540px;width:960px;display:none; }
#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/73b3a95d-79b7-434f-b0ea-2ba1b667aa8c/LPkids_bgtopo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l.adaptive-delivery-prevent-bg, #JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l.lazyload, #JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l.lazyloading { background-image: none; }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l > .row .container { background-color: transparent; background-image: none; }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l > .row .container > .video-iframe-container { display: none; }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l > .row > .video-iframe-container { display: none; }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l > .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); }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l > .row .container { border-width: 0; border-radius: 0; }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l > .row .container { font-size:14px;font-family:arial;height:1053px;width:960px;overflow:visible;position:relative;display:block; }#wg8IfPQauxcH0Jep5Wo6RFMFeyIm6z3U { color:#013666;display:block;width:340px;position:absolute;font-family:"source sans pro";font-size:13px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:685px;left:310px;height:16.9px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UknhvfEUx0OBJbdyqXXEqPnLDTH8w6oi { position:absolute;display:block;z-index:15002;height:475px;width:841px;top:210.80006408691px;left:59.5px;display:block; }
#UoZhMaNQMFxyqytyp7vRKCfkNZrip0fO { color:#ffffff;display:block;width:770px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:51px;left:95px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fF3NzS3MqsLyqqgVkGePDmgflTHxp19G { color:#ffffff;display:block;width:601px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:119.00004577637px;left:179.5px;height:46.8px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k { display:block; }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPrHfQaZSppr7Zbyi2xqxD4bu7V45GcT { top:165px;left:0px;width:354px;height:130px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #e7RhMvwnumHqWuPcUhESAPTsqyhPPEkI { top:318px;left:0px;width:331px;height:78px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MsNrvvN9hfVo4aF4MfFFTfC21URC1QSc { top:31px;left:0px;width:176px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #aT4r7AwpbhwLED67SbpuPIZiWmL2RWOP { top:3px;left:151px;width:613px;height:587px;display:block; }
 }@media only screen and (max-width: 763px) { #mhCccQty602NdC7LH9f0iX4eBTvfDVvT { width:353px;height:55px;top:421px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PernVMecg3DM1kXs4DtmTRwiE0rSnHyN { display:block; }
 }@media only screen and (max-width: 763px) { #XD89p4lKQHFCi0GyzouWKKsa6fyAyO0V { top:246px;left:0px;width:236px;height:84px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #VIsW2WGoz1GxTDJywtPasWQiKcTGm7CI { display:block; }#VIsW2WGoz1GxTDJywtPasWQiKcTGm7CI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1s1exvwwyLnM6DbzbEC8pMilW7FfyqT { width:237px;height:85px;top:7px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #OzgqQGa65W22OsACmlT8hZZcNDqtnDAD { width:185px;height:242px;top:85px;left:194px;display:block; }
 }@media only screen and (max-width: 763px) { #d03GKrdwZl01tAdaRIMClLRvhccxh9iL { width:185px;height:242px;top:85px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #Riek65pXZLBUVBNASIMkTe9i5vllNpR9 { width:185px;height:242px;top:85px;left:194px;display:block; }
 }@media only screen and (max-width: 763px) { #TeI0WbSDSTKzO5olayd80Vi8CJL7InLo { width:100px;height:100px;top:117px;left:452px;display:block; }
 }@media only screen and (max-width: 763px) { #XqrIW82JA9id6uZaezwBKEKiyDOl8NJo { width:100px;height:100px;top:118px;left:664px;display:block; }
 }@media only screen and (max-width: 763px) { #C5mqUkWBmXTaa3TTiLTTAZmwA3hfq8i1 { width:180px;height:78px;top:188px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #polLdA2TGfzGE0tvE402QmgtLho5BACG { width:100px;height:100px;top:116px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ufQH4Tqupi4xwL2Zc4x2hobB8MI3W7TK { width:100px;height:100px;top:117px;left:212px;display:block; }
 }@media only screen and (max-width: 763px) { #cVgTF6zX7CMIUdW7lZgHZOzT7H6GkKVn { width:180px;height:78px;top:188px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #VMzfM8pThCBXnCW0zmL4e6iL21Uwy2Co { width:180px;height:78px;top:188px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #As6ySM4CLMwR2uR4XVDrvF1AaWRSh5TU { width:180px;height:78px;top:188px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #C2ZG37lXWsT4wTfItw5LfRLGzmMp4q0d { width:185px;height:242px;top:85px;left:194px;display:block; }
 }@media only screen and (max-width: 763px) { #iWSWlEis3BGBaXThi8gzX24XxofE0wZX { top:136px;left:0px;width:56px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #zE9lWqOuLv1KG5TPSIdAT8qqstKaz0xT { top:141px;left:236px;width:52px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #Nk6aW2Mh3EfAk3x9HgrqOo6CfpVM4hrC { top:138px;left:474px;width:58px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #lhfMQ3FTotT8TfmqZl26CwMfzi6wGatu { top:142px;left:714px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #cK9rIqgDWb8PIiD9oZlnB5nS9TIvpdUd { width:180px;height:78px;top:188px;left:5.5px;display:none; }
 }@media only screen and (max-width: 763px) { #t4zbucD68dOPlW9HbfT8F3Wy3pehFCdR { top:34px;left:0px;width:764px;height:45px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Q9tISFZSqr8gDavOxx95rZRppxH0HQfK { display:block; }#Q9tISFZSqr8gDavOxx95rZRppxH0HQfK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyNWlQ9Gpo1VBsrzCNGeLMCbFdwamcXE { top:30px;left:0px;width:563px;height:361px;display:block; }
 }@media only screen and (max-width: 763px) { #HDlVRqAw1TZm9sg3Lg9Sz5IihePKq0Uq { top:52px;left:344px;width:420px;height:91px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #GDdSCLogT66nD7FsdORSZ2MKym91fkJy { top:208px;left:423px;width:341px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #XhJDTugdXNTy2WFIKtyEWRcV1GxTUagG { top:193px;left:382px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ocOKnkirk82lPG7SMz2QMO7oRFvGfQ6K { top:280px;left:395px;width:369px;height:58px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Iqs61kHalavytP2l2bVGShcNQUifCtKc { top:280px;left:382px;width:54px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #Tl8qbXsyki1vpn9dfiZGp4x2kc0AvJ3g { width:748px;height:55px;top:416px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eUWQnOnuvmyt07hSN0GATANFZi61b83T { display:block; }
 }@media only screen and (max-width: 763px) { #AnqxLiFEegmI7a43vbWHL72e8rFqpvCI { top:520px;left:0px;width:250px;height:16px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #QBdV7yfT5JaGDGe6ZTN45le25afwwivD { top:364px;left:15.987502574921px;width:237px;height:50px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #r2QRzi7XPc4sU56kx8utRJOfAKx0Js2R { width:748px;height:55px;top:441px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #V5Tl0BbXCpBrTJlkPATiSWsJIhnZSapG { display:block; }
 }@media only screen and (max-width: 763px) { #d9DvRAvFntTwHCOrxySUEbI5AXr3MDuW { display:block; }#d9DvRAvFntTwHCOrxySUEbI5AXr3MDuW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USRsgQSN7PmCrQtR04SZ47JhnOVSq1ET { width:764px;height:98px;top:31px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zHylKDFVLHLDoiIIlRGANeUI0UiTMtlB { width:185px;height:242px;top:85px;left:194px;display:block; }
 }@media only screen and (max-width: 763px) { #FKazB96xEv22vLerlkuVbfmk4UbuTuSF { width:185px;height:242px;top:85px;left:3px;display:block; }
 }@media only screen and (max-width: 763px) { #TdCFGklaSRsquPcQzxQzHPP2a3E3ILHN { width:185px;height:242px;top:85px;left:194px;display:block; }
 }@media only screen and (max-width: 763px) { #ATifgQdkq4GZNFFxprnAmdKJ2tb5BHCm { width:100px;height:100px;top:161px;left:452px;display:block; }
 }@media only screen and (max-width: 763px) { #E5HyUFNlUyIw8DmNe1uH1T6CMin0cmpB { width:100px;height:100px;top:162px;left:664px;display:block; }
 }@media only screen and (max-width: 763px) { #H34BLIzAVL53cpLM4b8wBfpaN37dvudq { width:180px;height:78px;top:188px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #zMtyFzI0HF9Gkz9FE0QWSLZXUv1v5Nqb { width:100px;height:100px;top:160px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gPE6eWmVkl3rxaDscA8AZRNyLyg5XmUh { width:100px;height:100px;top:161px;left:212px;display:block; }
 }@media only screen and (max-width: 763px) { #FKpUncNhMyIeDkpPtRgk0iGsTeZmS7Gw { width:180px;height:78px;top:188px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qwkoyn0BwPOGdL3kXEAkFAXeV4QugIHq { width:180px;height:78px;top:188px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #NvBG6JNyQykFQTHc1hWEOL6uXNddO9eQ { width:180px;height:78px;top:188px;left:5.5px;display:block; }
 }@media only screen and (max-width: 763px) { #l62eMVvraLmEOxsyCR6WmGVuSmOgrptt { width:185px;height:242px;top:85px;left:194px;display:block; }
 }@media only screen and (max-width: 763px) { #Ufn1WVuBBGian4mgvGN50qxaEFuctcPi { top:449px;left:280px;width:484px;height:310px;display:block; }
 }@media only screen and (max-width: 763px) { #l18bA1THxrVtOfu7UGaNrVXoIphkB7HE { top:498px;left:0px;width:430px;height:124px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KsrgnUE4DMI693DUGEQ6UNlDOhoqUqyG { width:748px;height:55px;top:811px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BJJDWlt4P9UIZ2Qc4fuPnbmA8lraNw5l { display:block; }
 }@media only screen and (max-width: 763px) { #byxblFw6oRp26OFyznlInDpcdoK4iJX5 { top:649px;left:0px;width:400px;height:62px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #XBZlNVsEQXIGumDhAAZlcd9pEEvKhdPd { top:183px;left:0px;width:55px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #y03Vny9TiVvH3FGvSJNlDGfKJzuMsRQP { top:183px;left:234.00003051758px;width:55px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #U3F9sS5cDUN7FVSqvHoF3SWWQ7MvHhQm { top:183px;left:475.00003051758px;width:55px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #kOIo9N6kUhgFXJGRgvLwLh0f4VtwxlzN { top:182px;left:707px;width:57px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #cZtzHInN9BbtfWTNT4u1zrFUEcuOvLwM { width:320px;height:78px;top:19px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #rOzoMTUrSuJpKhKEiICVJtH29XloSfxL { width:100px;height:100px;top:160px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #UHATsuTw14mZb16tsgSB7D8vtEr6TvRS { width:100px;height:100px;top:160px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #U6RTxCSAHS2dHSu7sgEFBIlfTAgBEh2a { width:100px;height:100px;top:160px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #mVTRfPov3c5JhJAvKL0XWf0QupTBs9JC { width:748px;height:55px;top:821px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ew6u4NylbMfZc7EDw885W9wefUQ9yW64 { display:block; }
 }@media only screen and (max-width: 763px) { #ZmDLlbNnAEy15WBfw7z8FSqeoTrdktGT { display:block; }#ZmDLlbNnAEy15WBfw7z8FSqeoTrdktGT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpcxikn1l4WdZytWIJzD6xnyCQRPma1s { top:67px;left:0px;width:764px;height:88px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #cGboXOCyODMm3lxKuplMIw3KROTbcEyS { top:195px;left:0px;width:764px;height:443.2656375px;display:block; }
 }@media only screen and (max-width: 763px) { #ubbgTf0WfeaW7F6BvTPIB38cOtG4z12Q { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l { display:block; }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wg8IfPQauxcH0Jep5Wo6RFMFeyIm6z3U { top:685px;left:212px;width:340px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #UknhvfEUx0OBJbdyqXXEqPnLDTH8w6oi { top:210px;left:0px;width:764px;height:475px;display:block; }
 }@media only screen and (max-width: 763px) { #UoZhMaNQMFxyqytyp7vRKCfkNZrip0fO { top:51px;left:0px;width:764px;height:;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #fF3NzS3MqsLyqqgVkGePDmgflTHxp19G { top:119px;left:81.5px;width:601px;height:46px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k { position:relative;z-index:auto;background-color:transparent;background-image:none;display:block; }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k > .row .container { background-color: transparent; background-image: none; }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k > .row .container > .video-iframe-container { display: none; }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k > .row > .video-iframe-container { display: none; }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k > .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); }#LUUPmy3mQl1QzmJUBmPqWVOVCK7FZy3k > .row .container { width:320px;height:438px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPrHfQaZSppr7Zbyi2xqxD4bu7V45GcT { width:233px;height:93.5625px;top:121px;left:43.5px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7RhMvwnumHqWuPcUhESAPTsqyhPPEkI { width:320px;height:0;top:362.8px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MsNrvvN9hfVo4aF4MfFFTfC21URC1QSc { width:124px;height:72px;top:26px;left:97.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #aT4r7AwpbhwLED67SbpuPIZiWmL2RWOP { width:320px;height:306.51539708266px;top:443.30001831055px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #mhCccQty602NdC7LH9f0iX4eBTvfDVvT { width:304px;height:55px;top:348px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #PernVMecg3DM1kXs4DtmTRwiE0rSnHyN { display:block; }
 }@media only screen and (max-width: 763px) { #XD89p4lKQHFCi0GyzouWKKsa6fyAyO0V { width:236px;height:84.4531px;top:240.25px;left:42px;font-size:13px;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #VIsW2WGoz1GxTDJywtPasWQiKcTGm7CI { display:block; }#VIsW2WGoz1GxTDJywtPasWQiKcTGm7CI > .row .container { width:320px;height:552px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1s1exvwwyLnM6DbzbEC8pMilW7FfyqT { width:237.994px;height:85.8px;top:20.400009155273px;left:40.987502574921px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #OzgqQGa65W22OsACmlT8hZZcNDqtnDAD { width:229px;height:242px;top:1471px;left:38px;display:none; }
 }@media only screen and (max-width: 763px) { #d03GKrdwZl01tAdaRIMClLRvhccxh9iL { width:229px;height:242px;top:1145px;left:39px;display:none; }
 }@media only screen and (max-width: 763px) { #Riek65pXZLBUVBNASIMkTe9i5vllNpR9 { width:229px;height:242px;top:497px;left:46px;display:none; }
 }@media only screen and (max-width: 763px) { #TeI0WbSDSTKzO5olayd80Vi8CJL7InLo { width:85px;height:85px;top:316px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #XqrIW82JA9id6uZaezwBKEKiyDOl8NJo { width:85px;height:85px;top:409px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #C5mqUkWBmXTaa3TTiLTTAZmwA3hfq8i1 { width:211px;height:54.6px;top:142px;left:103px;text-align:left;text-align-last:left;font-size:14px;color:#013666;display:block; }
 }@media only screen and (max-width: 763px) { #polLdA2TGfzGE0tvE402QmgtLho5BACG { width:85px;height:85px;top:127px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #ufQH4Tqupi4xwL2Zc4x2hobB8MI3W7TK { width:85px;height:85px;top:221px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #cVgTF6zX7CMIUdW7lZgHZOzT7H6GkKVn { width:210px;height:54.6px;top:236px;left:104px;text-align:left;text-align-last:left;font-size:14px;color:#013666;display:block; }
 }@media only screen and (max-width: 763px) { #VMzfM8pThCBXnCW0zmL4e6iL21Uwy2Co { width:201px;height:0;top:298px;left:108px;text-align:left;text-align-last:left;font-size:14px;color:#013666;display:none; }
 }@media only screen and (max-width: 763px) { #As6ySM4CLMwR2uR4XVDrvF1AaWRSh5TU { width:197px;height:54.6px;top:426px;left:103px;text-align:left;text-align-last:left;font-size:14px;color:#013666;display:block; }
 }@media only screen and (max-width: 763px) { #C2ZG37lXWsT4wTfItw5LfRLGzmMp4q0d { width:229px;height:192px;top:1733px;left:45px;display:none; }
 }@media only screen and (max-width: 763px) { #iWSWlEis3BGBaXThi8gzX24XxofE0wZX { display:flex;width:56px;height:56px;top:140px;left:20px; }
 }@media only screen and (max-width: 763px) { #zE9lWqOuLv1KG5TPSIdAT8qqstKaz0xT { display:flex;width:52px;height:52px;top:237px;left:22px; }
 }@media only screen and (max-width: 763px) { #Nk6aW2Mh3EfAk3x9HgrqOo6CfpVM4hrC { display:flex;width:58px;height:58px;top:329px;left:20px; }
 }@media only screen and (max-width: 763px) { #lhfMQ3FTotT8TfmqZl26CwMfzi6wGatu { display:flex;width:50px;height:50px;top:427px;left:25px; }
 }@media only screen and (max-width: 763px) { #cK9rIqgDWb8PIiD9oZlnB5nS9TIvpdUd { width:201px;height:54.6px;top:331px;left:106px;text-align:left;text-align-last:left;font-size:14px;color:#013666;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #t4zbucD68dOPlW9HbfT8F3Wy3pehFCdR { width:320px;height:auto;top:34px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q9tISFZSqr8gDavOxx95rZRppxH0HQfK { display:block; }#Q9tISFZSqr8gDavOxx95rZRppxH0HQfK > .row .container { width:320px;height:585px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyNWlQ9Gpo1VBsrzCNGeLMCbFdwamcXE { width:273px;height:174.994px;top:119.77500152588px;left:46.987502574921px;display:block; }
 }@media only screen and (max-width: 763px) { #HDlVRqAw1TZm9sg3Lg9Sz5IihePKq0Uq { width:285px;height:85.8px;top:22.256225585938px;left:17.493751049042px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDdSCLogT66nD7FsdORSZ2MKym91fkJy { width:179px;height:33.8px;top:323px;left:69px;font-size:13px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XhJDTugdXNTy2WFIKtyEWRcV1GxTUagG { display:flex;width:40px;height:40px;top:319px;left:15px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #ocOKnkirk82lPG7SMz2QMO7oRFvGfQ6K { width:250px;height:0;top:412.00002288818px;left:68px;font-size:13px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Iqs61kHalavytP2l2bVGShcNQUifCtKc { display:flex;width:44px;height:44px;top:390px;left:14px;font-size:30px; }
 }@media only screen and (max-width: 763px) { #Tl8qbXsyki1vpn9dfiZGp4x2kc0AvJ3g { width:304px;height:55px;top:499px;left:8px;display:none; }
 }@media only screen and (max-width: 763px) { #eUWQnOnuvmyt07hSN0GATANFZi61b83T { display:block; }
 }@media only screen and (max-width: 763px) { #AnqxLiFEegmI7a43vbWHL72e8rFqpvCI { width:276px;height:18.2px;top:462px;left:22px;font-size:14px;text-align:center;text-align-last:center;z-index:15007;font-weight:700;font-style:normal;color:#00ada4;display:block; }
 }@media only screen and (max-width: 763px) { #QBdV7yfT5JaGDGe6ZTN45le25afwwivD { width:237px;height:50.7px;top:386.68130493164px;left:68.999999523163px;font-size:13px;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #r2QRzi7XPc4sU56kx8utRJOfAKx0Js2R { width:304px;height:55px;top:500px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #V5Tl0BbXCpBrTJlkPATiSWsJIhnZSapG { display:block; }
 }@media only screen and (max-width: 763px) { #d9DvRAvFntTwHCOrxySUEbI5AXr3MDuW { display:block; }#d9DvRAvFntTwHCOrxySUEbI5AXr3MDuW > .row .container { width:320px;height:899px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USRsgQSN7PmCrQtR04SZ47JhnOVSq1ET { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #zHylKDFVLHLDoiIIlRGANeUI0UiTMtlB { width:229px;height:242px;top:1471px;left:38px;display:none; }
 }@media only screen and (max-width: 763px) { #FKazB96xEv22vLerlkuVbfmk4UbuTuSF { width:229px;height:242px;top:1145px;left:39px;display:none; }
 }@media only screen and (max-width: 763px) { #TdCFGklaSRsquPcQzxQzHPP2a3E3ILHN { width:229px;height:242px;top:497px;left:46px;display:none; }
 }@media only screen and (max-width: 763px) { #ATifgQdkq4GZNFFxprnAmdKJ2tb5BHCm { width:100px;height:100px;top:1113px;left:104px;display:none; }
 }@media only screen and (max-width: 763px) { #E5HyUFNlUyIw8DmNe1uH1T6CMin0cmpB { width:100px;height:100px;top:1438px;left:103px;display:none; }
 }@media only screen and (max-width: 763px) { #H34BLIzAVL53cpLM4b8wBfpaN37dvudq { width:214px;height:33.8px;top:132px;left:85px;text-align:left;text-align-last:left;font-size:13px;color:#e4e6eb;display:block; }
 }@media only screen and (max-width: 763px) { #zMtyFzI0HF9Gkz9FE0QWSLZXUv1v5Nqb { width:60px;height:60px;top:119px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #gPE6eWmVkl3rxaDscA8AZRNyLyg5XmUh { width:100px;height:100px;top:464px;left:111px;display:none; }
 }@media only screen and (max-width: 763px) { #FKpUncNhMyIeDkpPtRgk0iGsTeZmS7Gw { width:226px;height:33.8px;top:203px;left:85px;text-align:left;text-align-last:left;font-size:13px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qwkoyn0BwPOGdL3kXEAkFAXeV4QugIHq { width:211px;height:33.8px;top:274px;left:86px;text-align:left;text-align-last:left;font-size:13px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NvBG6JNyQykFQTHc1hWEOL6uXNddO9eQ { width:223px;height:33.8px;top:344px;left:87px;text-align:left;text-align-last:left;font-size:13px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l62eMVvraLmEOxsyCR6WmGVuSmOgrptt { width:229px;height:175px;top:1733px;left:45px;display:none; }
 }@media only screen and (max-width: 763px) { #Ufn1WVuBBGian4mgvGN50qxaEFuctcPi { width:288px;height:184px;top:586px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #l18bA1THxrVtOfu7UGaNrVXoIphkB7HE { width:278px;height:78px;top:427px;left:14px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KsrgnUE4DMI693DUGEQ6UNlDOhoqUqyG { width:304px;height:55px;top:797px;left:8px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #BJJDWlt4P9UIZ2Qc4fuPnbmA8lraNw5l { display:block; }
 }@media only screen and (max-width: 763px) { #byxblFw6oRp26OFyznlInDpcdoK4iJX5 { width:296px;height:50.7px;top:518px;left:14px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #XBZlNVsEQXIGumDhAAZlcd9pEEvKhdPd { display:flex;width:40px;height:40px;top:129px;left:20px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #y03Vny9TiVvH3FGvSJNlDGfKJzuMsRQP { display:flex;width:40px;height:40px;top:200px;left:20px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #U3F9sS5cDUN7FVSqvHoF3SWWQ7MvHhQm { display:flex;width:40px;height:40px;top:271px;left:20px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #kOIo9N6kUhgFXJGRgvLwLh0f4VtwxlzN { display:flex;width:40px;height:40px;top:341px;left:20px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #cZtzHInN9BbtfWTNT4u1zrFUEcuOvLwM { width:283.988px;height:78px;top:19.987457275391px;left:12.993751049042px;text-align:left;text-align-last:left;font-size:20px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rOzoMTUrSuJpKhKEiICVJtH29XloSfxL { width:60px;height:60px;top:190px;left:10px;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #UHATsuTw14mZb16tsgSB7D8vtEr6TvRS { width:60px;height:60px;top:261px;left:10px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #U6RTxCSAHS2dHSu7sgEFBIlfTAgBEh2a { width:60px;height:60px;top:331px;left:10px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #mVTRfPov3c5JhJAvKL0XWf0QupTBs9JC { width:304px;height:55px;top:792px;left:8px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Ew6u4NylbMfZc7EDw885W9wefUQ9yW64 { display:block; }
 }@media only screen and (max-width: 763px) { #ZmDLlbNnAEy15WBfw7z8FSqeoTrdktGT { display:block; }#ZmDLlbNnAEy15WBfw7z8FSqeoTrdktGT > .row .container { width:320px;height:832px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpcxikn1l4WdZytWIJzD6xnyCQRPma1s { width:319.969px;height:93.6px;top:34.987609863281px;left:0px;font-size:24px;text-align:center;text-align-last:center;color:#013666;display:block; }
 }@media only screen and (max-width: 763px) { #cGboXOCyODMm3lxKuplMIw3KROTbcEyS { width:320px;height:183.36427983539px;top:206.425px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ubbgTf0WfeaW7F6BvTPIB38cOtG4z12Q { top:160.85624504089px;left:8.9999990463257px;width:302px;height:646px;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l { position:relative;z-index:auto;background-color:#013666;background-image:url("https://images.assets-landingi.com/uc/73b3a95d-79b7-434f-b0ea-2ba1b667aa8c/LPkids_bgtopo.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;display:block; }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l.adaptive-delivery-prevent-bg, #JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l.lazyload, #JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l.lazyloading { background-image: none; }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l > .row .container { background-color: transparent; background-image: none; }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l > .row .container > .video-iframe-container { display: none; }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l > .row > .video-iframe-container { display: none; }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l > .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); }#JXaiPPQL3JG3NT0DxqTumKu6hiUXpN4l > .row .container { width:320px;height:1028px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wg8IfPQauxcH0Jep5Wo6RFMFeyIm6z3U { width:320px;height:16.9px;top:807.625px;left:0px;font-size:13px;color:#e4e6eb;display:block; }
 }@media only screen and (max-width: 763px) { #UknhvfEUx0OBJbdyqXXEqPnLDTH8w6oi { width:319.988px;height:507px;top:264.84375762939px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UoZhMaNQMFxyqytyp7vRKCfkNZrip0fO { width:320px;height:93.6px;top:55px;left:0px;font-size:26px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fF3NzS3MqsLyqqgVkGePDmgflTHxp19G { width:283px;height:62.4px;top:168px;left:18.5px;font-size:16px;display:block; }
 }