.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 .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;
}
.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);
}
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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@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;position:relative;display:block; }
#fJvKKSt0vp3e0lR4LSIkgpIqm7oNfs95::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fJvKKSt0vp3e0lR4LSIkgpIqm7oNfs95 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fJvKKSt0vp3e0lR4LSIkgpIqm7oNfs95 > .row > .video-iframe-container { display: none; }#fJvKKSt0vp3e0lR4LSIkgpIqm7oNfs95 > .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); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/free-images/People/kids-girl-pencil-drawing-159823.jpeg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { background-color: transparent; background-image: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container > .video-iframe-container { display: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row > .video-iframe-container { display: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .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); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { border-width: 0; border-radius: 0; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { width:960px;height:685px;font-size:14px;font-family:arial;position:relative;display:block; }#dKyiQfzanM8O0rzsEPgQf5SIrRxGRb8P { color:#ac0707;display:block;width:477px;position:absolute;font-family:signika;font-size:75px;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:527.80000305176px;left:482.00003051758px;height:82.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zHpqKoDeoAWvpoAKCIuPENdHtUqTBlLV { position:absolute;display:block;z-index:99999;background-color:rgba(227,227,227,0.35);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:181px;width:478px;top:502.00001525879px;left:482.00003051758px;display:block; }
#hpJzv5bW4dT7qwzV03Zv4IRQrDBMh8Pt { color:#ac0707;display:block;width:298px;position:absolute;font-family:signika;font-size:37px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:610.20002746582px;left:571.50003051758px;height:48px;display:block; }
#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu { position:relative;display:block; }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu { background-color: transparent; background-image: none; }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .row .container > .video-iframe-container { display: none; }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .row > .video-iframe-container { display: none; }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .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); }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu { border-width: 0; border-radius: 0; }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.15);background-image:none;font-size:14px;font-family:arial;height:429px;width:960px;position:relative;display:block; }#TxAQzBVTE52PMbuThlrkAHoo6Zi6UTZy { color:#1a1a1a;display:block;width:440px;position:absolute;font-family:signika;font-size:18px;font-weight:300;z-index:100000;line-height:1.7;letter-spacing:0;top:62.500137329102px;left:20px;height:304px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yaqZVsToliITMHHmsCmhHq7i7DgChTuK { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ruSJ7Twj/MicrosoftTeams_image_6_.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:312px;width:480px;top:55.5px;left:480.00003051758px;display:block; }
#aRw7O8RSmMk4SgVJnZkrcJsL5R8IFI2E { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:316px;width:390px;top:429.00001525879px;left:0px;overflow:hidden;display:block; }
#zVZ9Tp5m0MWfAzESIhqzf3TIeambVed0 { position:relative;display:block; }#zVZ9Tp5m0MWfAzESIhqzf3TIeambVed0 { background-color: transparent; background-image: none; }#zVZ9Tp5m0MWfAzESIhqzf3TIeambVed0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zVZ9Tp5m0MWfAzESIhqzf3TIeambVed0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zVZ9Tp5m0MWfAzESIhqzf3TIeambVed0 > .row .container > .video-iframe-container { display: none; }#zVZ9Tp5m0MWfAzESIhqzf3TIeambVed0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zVZ9Tp5m0MWfAzESIhqzf3TIeambVed0 > .row > .video-iframe-container { display: none; }#zVZ9Tp5m0MWfAzESIhqzf3TIeambVed0 > .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); }#zVZ9Tp5m0MWfAzESIhqzf3TIeambVed0 { border-width: 0; border-radius: 0; }#zVZ9Tp5m0MWfAzESIhqzf3TIeambVed0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:677px;width:960px;position:relative;display:block; }#ifFz8RXXNH5LWMeZtWSwFG8q7ceJUisk { color:#1a1a1a;display:block;width:479px;position:absolute;font-family:signika;font-size:18px;font-weight:300;z-index:100001;line-height:1.7;letter-spacing:0;top:29.875px;left:432.00003051758px;height:243.2px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MrIFmk42bIoytoXFtnvAzzo6F2DBsLhe { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:376px;top:368.5px;left:129px;overflow:hidden;display:block; }
#dSDvEdiN4ILsuZRzAxeDZsAxTitMSZMr { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:388px;width:250px;top:287.49999237061px;left:649.98751831055px;overflow:hidden;display:block; }
#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container { background-color: transparent; background-image: none; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container > .video-iframe-container { display: none; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row > .video-iframe-container { display: none; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .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); }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container { border-width: 0; border-radius: 0; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container { font-size:14px;font-family:arial;height:431px;width:960px;position:relative;display:block; }#z2AfP7kLfQfQMLLZQGWtkhGtp7A8z2JS { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/DqDKUdaW/MicrosoftTeams_image_3_.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:430px;width:446px;top:0px;left:512.03933182762px;display:block; }
#hAxTyTFCB72yC4xipz03laVpAGc0LwTl { color:#1a1a1a;display:block;width:386px;position:absolute;font-family:signika;font-size:18px;font-weight:300;z-index:100004;line-height:1.7;letter-spacing:0;top:139.50001525879px;left:63px;height:152px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row .container { background-color: transparent; background-image: none; }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row .container > .video-iframe-container { display: none; }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row > .video-iframe-container { display: none; }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .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); }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row .container { border-width: 0; border-radius: 0; }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row .container { font-size:14px;font-family:arial;height:361px;width:960px;position:relative;display:block; }#QgZHfEMGg708KhSmD3I4wOgymLPxzGaC { color:#1a1a1a;display:block;width:386px;position:absolute;font-family:signika;font-size:18px;font-weight:300;z-index:100003;line-height:1.7;letter-spacing:0;top:119.69999694824px;left:527.00003051758px;height:121.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cvh8KTOFsNltP4rc6RQf9yGo6Uupmdz6 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:359px;width:478px;top:1.52587890625E-5px;left:0px;overflow:hidden;display:block; }
#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/btN8yf3m/bg_footer.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;position:relative;display:block; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container { background-color: transparent; background-image: none; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container > .video-iframe-container { display: none; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row > .video-iframe-container { display: none; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .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); }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container { border-width: 0; border-radius: 0; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container { font-size:14px;font-family:arial;height:605px;width:960px;position:relative;display:block; }#CDdyhHPL6wREyTzwLULF4f9SIAxOHTJk { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:371px;width:664px;top:116.99995422363px;left:0px;display:block; }
#Q2IsMG1pPLZke8kQIh522lk1Xy0cJfzn { color:#000000;display:block;width:904px;position:absolute;font-family:signika;font-size:25px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:36px;left:28px;height:32px;text-align:center;text-align-last:center;display:block; }
#tT0WwvnuThN2X5UTWHq2L82vEcat9x4X { color:#000000;display:block;width:555px;position:absolute;font-family:signika;font-size:35px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:507.19998550415px;left:202.5px;height:89.6px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #paJUH3TKArekKioQx0Ss504o2OPg1vAr { display:block; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKyiQfzanM8O0rzsEPgQf5SIrRxGRb8P { width:477px;height:82px;top:527px;left:287px;font-size:75px;display:block; }
 }@media only screen and (max-width: 763px) { #zHpqKoDeoAWvpoAKCIuPENdHtUqTBlLV { top:502px;left:286px;width:478px;height:181px;display:block; }
 }@media only screen and (max-width: 763px) { #hpJzv5bW4dT7qwzV03Zv4IRQrDBMh8Pt { top:610px;left:466px;width:298px;height:48px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu { display:block; }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxAQzBVTE52PMbuThlrkAHoo6Zi6UTZy { width:440px;height:304px;top:62px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yaqZVsToliITMHHmsCmhHq7i7DgChTuK { width:480px;height:312px;top:55px;left:284px;display:block; }
 }@media only screen and (max-width: 763px) { #aRw7O8RSmMk4SgVJnZkrcJsL5R8IFI2E { top:429px;left:0px;width:390px;height:316px;display:block; }
 }@media only screen and (max-width: 763px) { #zVZ9Tp5m0MWfAzESIhqzf3TIeambVed0 { display:block; }#zVZ9Tp5m0MWfAzESIhqzf3TIeambVed0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifFz8RXXNH5LWMeZtWSwFG8q7ceJUisk { width:479px;height:243px;top:29px;left:285px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MrIFmk42bIoytoXFtnvAzzo6F2DBsLhe { top:368px;left:31px;width:376px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #dSDvEdiN4ILsuZRzAxeDZsAxTitMSZMr { top:287px;left:514px;width:250px;height:388px;display:block; }
 }@media only screen and (max-width: 763px) { #QPouG8Ux9IWLygkTEhA8DECy2THT7Dws { display:block; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2AfP7kLfQfQMLLZQGWtkhGtp7A8z2JS { width:446px;height:430px;top:0px;left:287px;display:block; }
 }@media only screen and (max-width: 763px) { #hAxTyTFCB72yC4xipz03laVpAGc0LwTl { width:386px;height:152px;top:139px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OoB83yAqT9uX92e3xkxAetlSTus9W6z1 { display:block; }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgZHfEMGg708KhSmD3I4wOgymLPxzGaC { width:386px;height:121px;top:119px;left:378px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cvh8KTOFsNltP4rc6RQf9yGo6Uupmdz6 { top:0px;left:0px;width:478px;height:359px;display:block; }
 }@media only screen and (max-width: 763px) { #WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F { display:block; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDdyhHPL6wREyTzwLULF4f9SIAxOHTJk { top:116px;left:0px;width:664px;height:371px;display:block; }
 }@media only screen and (max-width: 763px) { #Q2IsMG1pPLZke8kQIh522lk1Xy0cJfzn { top:36px;left:0px;width:764px;height:32px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #tT0WwvnuThN2X5UTWHq2L82vEcat9x4X { top:507px;left:104.5px;width:555px;height:89px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #paJUH3TKArekKioQx0Ss504o2OPg1vAr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/free-images/People/kids-girl-pencil-drawing-159823.jpeg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;display:block; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { background-color: transparent; background-image: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container > .video-iframe-container { display: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row > .video-iframe-container { display: none; }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .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); }#paJUH3TKArekKioQx0Ss504o2OPg1vAr > .row .container { width:320px;height:415px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKyiQfzanM8O0rzsEPgQf5SIrRxGRb8P { width:320px;height:52.8px;top:268px;left:0px;text-align:center;text-align-last:center;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #zHpqKoDeoAWvpoAKCIuPENdHtUqTBlLV { width:320px;height:181px;top:229px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hpJzv5bW4dT7qwzV03Zv4IRQrDBMh8Pt { width:246px;height:41.6px;top:329.20001220703px;left:37.000001907349px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu { display:block; }#FpNOQWQSOpa85cKrocdmhPTgLpVP8QCu > .row .container { width:320px;height:791.2820512820513px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxAQzBVTE52PMbuThlrkAHoo6Zi6UTZy { width:320px;height:299.2px;top:0px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yaqZVsToliITMHHmsCmhHq7i7DgChTuK { width:320px;height:220px;top:272px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aRw7O8RSmMk4SgVJnZkrcJsL5R8IFI2E { width:320px;height:259.28205128205px;top:512px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zVZ9Tp5m0MWfAzESIhqzf3TIeambVed0 { display:block; }#zVZ9Tp5m0MWfAzESIhqzf3TIeambVed0 > .row .container { width:320px;height:943px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifFz8RXXNH5LWMeZtWSwFG8q7ceJUisk { width:320px;height:217.6px;top:0px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MrIFmk42bIoytoXFtnvAzzo6F2DBsLhe { width:320px;height:238.29787234043px;top:237.6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dSDvEdiN4ILsuZRzAxeDZsAxTitMSZMr { width:250px;height:388px;top:495.6px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #QPouG8Ux9IWLygkTEhA8DECy2THT7Dws { display:block; }#QPouG8Ux9IWLygkTEhA8DECy2THT7Dws > .row .container { width:320px;height:498px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2AfP7kLfQfQMLLZQGWtkhGtp7A8z2JS { width:320px;height:298px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hAxTyTFCB72yC4xipz03laVpAGc0LwTl { width:320px;height:136px;top:356px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OoB83yAqT9uX92e3xkxAetlSTus9W6z1 { display:block; }#OoB83yAqT9uX92e3xkxAetlSTus9W6z1 > .row .container { width:320px;height:383px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgZHfEMGg708KhSmD3I4wOgymLPxzGaC { width:320px;height:108.8px;top:21px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cvh8KTOFsNltP4rc6RQf9yGo6Uupmdz6 { width:320px;height:240.33472803347px;top:139.80001831055px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F { background-color:#ffffff;background-image:none;display:block; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container { background-color: transparent; background-image: none; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container > .video-iframe-container { display: none; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row > .video-iframe-container { display: none; }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .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); }#WJ00FbVHHkg9vs0cKgD8d9tNKvM1JK9F > .row .container { width:320px;height:396px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDdyhHPL6wREyTzwLULF4f9SIAxOHTJk { height:178.79518072289px;width:320px;top:116.98750686646px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Q2IsMG1pPLZke8kQIh522lk1Xy0cJfzn { width:320px;height:81.6px;top:20px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tT0WwvnuThN2X5UTWHq2L82vEcat9x4X { width:320px;height:83.2px;top:295.77500915527px;left:0px;font-size:32px;color:#ac0707;display:block; }
 }