.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;
}
.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-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;
  }
}
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:transparent;background-image:url("https://images.assets-landingi.com/5xx52ff7/bg_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { background-color: transparent; background-image: none; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container > .video-iframe-container { display: none; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row > .video-iframe-container { display: none; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .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); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { border-width: 0; border-radius: 0; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { font-size:0.875rem;font-family:dosis;height:6.9375rem;width:60rem;position:relative;display:block; }#DyGCKmAEK0ZtF7dsaAVAU7ZfyTRbhhNT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:18.75rem;top:0.62385106086731rem;left:20.623849868774rem;overflow:hidden;display:block; }
#zAKNfqkPqynzi5iqksEuJ4bgaae5eg7N { position:absolute;display:block;z-index:99998;background-color:rgba(100,69,147,0.75);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:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.125rem;width:40.5rem;top:8.96875rem;left:7.5625rem;display:block; }
#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/41iYxDrd/Psychology_and_Child_Development.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ.adaptive-delivery-prevent-bg, #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ.lazyload, #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ.lazyloading { background-image: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { background-color: transparent; background-image: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.49); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.49); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .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); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { border-width: 0; border-radius: 0; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { width:60rem;height:33.125rem;font-size:0.875rem;font-family:dosis;position:relative;display:block; }#hPhiKTdPO4tTcUcT6yR7nK7yIarxeqR3 { color:#ffffff;display:block;width:14.1858125rem;position:absolute;font-family:"sari 3";font-size:1.375rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:9.964599609375rem;left:10.7177734375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#avHc3vziWzqp5il5zmhAwFzrZctiEEtQ { color:#fafafa;display:block;width:57.75rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100000;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:0.6845703125rem;left:2.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dGc6KxWG8dz06ViSMeG2VwL3IbdAzM7T { background-color:#c421ca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.75rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:1.6533203125rem;left:1.4970703125rem;display:none; }
#sQJ4uGKsJlAFA3asdera15T9QEMMGKg7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q06BK60yDbumVNUCeQgT6a4CO658K3fR { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#G044lH80VFoTCRvTukWI84VKT44HNyta { color:#000000;display:block;width:45.1875rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:400;z-index:100029;line-height:1.7;letter-spacing:0;top:21.1875rem;left:5.375rem;height:8.9238125rem;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;font-style:normal;display:block; }
#BbqrkFQNU07srQB428tWMITTDVMi0zTt { position:absolute;display:block;z-index:100036;background-color:rgba(227,227,227,0.25);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;height:5.5625rem;width:47.6875rem;top:7.78125rem;left:4.125rem;display:block; }
#oCinoMPG2pyBkEwUI1zOcTgORbftSywi { color:#e6e502;display:block;width:44.625rem;position:absolute;font-family:kids;font-size:1.9375rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.3125rem;left:5.65625rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#JAteoH5N9BETKp4x4NUCnlEGqZ17TgXB { z-index:100001;top:15.0625rem;left:20.9375rem;background-color:#fbf1f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(235,226,241,0.6) ;box-sizing:border-box;color:#ed0378;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kids;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LLh3bA86hfyXOGDK3fo0engkGBgNCwoo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a0TUPXF6rt9yc2grd4Jzdda8fSel3q2D { position:absolute;display:block;z-index:100037;background-color:rgba(227,227,227,0.25);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;height:10.0625rem;width:47.6875rem;top:20.375rem;left:3.96875rem;display:block; }
#S5DQ1sILTDc5HJVaEMwCHgNNKcTFaT9b { color:#000000;display:block;width:47.625rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:400;z-index:100034;line-height:2.1;letter-spacing:0;top:1.9375rem;left:4.15625rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f386a0, #ccbbc0);background-image: -moz-linear-gradient(180deg, #f386a0, #ccbbc0);background-image: -ms-linear-gradient(180deg, #f386a0, #ccbbc0);background-image: -o-linear-gradient(180deg, #f386a0, #ccbbc0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f386a0', endColorstr='#ccbbc0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f386a0', endColorstr='#ccbbc0' );";background-image: linear-gradient(180deg, #f386a0, #ccbbc0);background-size:auto !important;position:relative;display:block; }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .row .container { background-color: transparent; background-image: none; }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .row .container > .video-iframe-container { display: none; }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .row > .video-iframe-container { display: none; }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .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); }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .row .container { border-width: 0; border-radius: 0; }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-form-header {  }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-regular-label { height:auto;display:block;font-family:"sari 3";font-size:0.875rem;font-weight:400;color:#00308a;width:16rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);line-height:1.6;font-style:normal; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:hekaya;box-shadow: 0rem 0rem 0rem #000000 ;text-align:center;text-align-last:center; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:hekaya;box-shadow: 0rem 0rem 0rem #000000 ;text-align:center;text-align-last:center; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:hekaya;font-size:1.5rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;text-align:center;text-align-last:center; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-select {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f18da7;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#ffffff;width:16rem;height:3.4375rem;font-family:"sari 3";overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;font-style:normal; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW [class*="-text"]:-moz-placeholder { color:#000000;font-family:hekaya;font-size:1.375rem; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW [class*="-text"]::-moz-placeholder { color:#000000;font-family:hekaya;font-size:1.375rem; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:hekaya;font-size:1.375rem; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:hekaya;font-size:1.375rem; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:dosis;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:14.8125rem;overflow:hidden;font-style:normal; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:dosis;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-container:first-of-type{padding-top:0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-container:last-of-type{padding-bottom:0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW  { background-color:rgba(100,69,147,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.6865234375rem;top:2.2490234375rem;z-index:100028;position:absolute;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16rem; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW {display:block;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW { background-color:rgba(100,69,147,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.6865234375rem;top:2.2490234375rem;z-index:100028;position:absolute;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #mZiTQksbBkNLVILQW6te6fXa0eZJt3bW { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #O6FQQT7y4ReEfr0BTEFqgSuv4Gr8GR4T { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #aVmEXbVIDpbAbNJ3AOSpOW1dA7QLJNOp { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #OV2epQLeGZUBwzS1l8Z7aDv6IicqbGxs { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #RX1ssr5bdkbFXsklRmLO1wNHNDSZ2NDD { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #CZhzi0J7eMoczDSgoFDyuXisCZ19CPsU { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #rOniSiqpFq8GhQXe6MPxEb5Am90ut0Pa { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #IrZKDS7HmwhhJAe60SwrJOFFNnVflM3r { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #ioUgXb7f45ZOhxhxAT95qfUaJUl7Qz9Q { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #bosyBaZdLtRiNcqSX0MS6NDS9gRT5lky { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #D7dXIMn30wxRHpotBTiCWAuPldXKpCnP { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #N60WaVBX9JrhzfNkdfTTfdGMgK4IZoOn { position:relative; }
#UZi23x9ytWK8PbkMHgsUQnnM3Aap9CEo { position:relative;display:block; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #FLrh2BPRPJKevQeQz9Ko7713GPpyl3sI { position:relative; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #JCEnB279cG4hq6CduZTwUO0XdyclIIRl { position:relative; }
#TgT4hzRScwcp0Mq1uOHqASavZVOK2Ara { color:#0018d8;display:block;width:23.6875rem;position:absolute;font-family:harmattan;font-size:3rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:6.5rem;left:36.3125rem;height:;display:block; }
#DfahqtyvlOINoVJDA6o0B3spU0A2VMAP { color:#000000;display:block;width:29.125rem;position:absolute;font-family:harmattan;font-size:1.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:10.75rem;left:26.8125rem;height:;text-align:right;text-align-last:right;display:block; }
#oUoDMv0xuTELgQS0Lg3doKmmVH82cWqf { z-index:100003;top:22.125rem;left:35.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#f6fcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:4.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QDRQOOfldQXiPf38eR74E6ASNfnswvqE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8499f0;background-image:none;position:relative;display:block; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { background-color: transparent; background-image: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container > .video-iframe-container { display: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row > .video-iframe-container { display: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .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); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { border-width: 0; border-radius: 0; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { font-size:0.875rem;font-family:dosis;height:30.5625rem;width:60rem;position:relative;display:block; }#OTKIDVp3CnRvBmLkG16hWWirzEgxFmqT { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:harmattan;font-size:3.75rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:0rem;left:17.59375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#TWuzJ9tI1xMPunRcv1qSvXn2dGLAHhLG { position:absolute;display:block;z-index:100034;background-color:#fdfeff;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;height:16.5rem;width:12.5rem;top:4.9677734375rem;left:47.5rem;display:block; }
#iI36EMcyD5GoUyIIAxMJJKbw95NlGrbE { position:absolute;display:block;z-index:100035;background-color:#ffffff;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;height:16.4375rem;width:12.5rem;top:5.2177734375rem;left:32.15625rem;display:block; }
#TivLpJomwb321DN1dJQONgaqAINXEcm7 { position:absolute;display:block;z-index:100036;background-color:#ffffff;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;height:16.5rem;width:12.5rem;top:5.2177734375rem;left:16.28125rem;display:block; }
#vK4bVtEZXbltabFObIvC9XEH4on0xPfl { position:absolute;display:block;z-index:100037;background-color:#ffffff;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;height:16.5rem;width:12.5rem;top:5.2802734375rem;left:0rem;display:block; }
#C6SpmrVClTVC6MnOoWHzqCF2FnpRUudw { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:harmattan;font-size:1.125rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:5.5625rem;left:47.71875rem;height:16.08104375rem;text-align:center;text-align-last:center;display:block; }
#qX5Ea7J77yFL86t6kPaJmB2dZZsbB7Cv { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:harmattan;font-size:1.125rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:6.0302734375rem;left:32.375rem;height:16.0810375rem;text-align:center;text-align-last:center;display:block; }
#s26rdym75kLVrsKWGk8StwtTZz9Te6np { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:harmattan;font-size:1.125rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:9.6240234375rem;left:16.5rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#CEk6B9DdZCPD57ZwVd1GBF7DTSkeXep6 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:harmattan;font-size:1.125rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:9.7802734375rem;left:0.25rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#X0XUlHpXue09mqk9xu7C2SvQgWKF2OET { z-index:100004;top:24.4375rem;left:22.90625rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#f6fcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:4.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vnC8XTq7qzLgKL31y1imq1RwNFnB3AoI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8499f0;background-image:none;position:relative;display:block; }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 > .row .container { background-color: transparent; background-image: none; }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 > .row .container > .video-iframe-container { display: none; }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 > .row > .video-iframe-container { display: none; }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 > .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); }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 > .row .container { border-width: 0; border-radius: 0; }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 > .row .container { font-size:0.875rem;font-family:dosis;height:30rem;width:60rem;position:relative;display:block; }#GyOC6B3xzNUqdDscdFTcvitp1QFfEBPT { color:#ffffff;display:block;width:42.125rem;position:absolute;font-family:"sari 3";font-size:1.875rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:0.5595703125rem;left:10.0625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ePu8MkMmDaKFQpqeJvyJpnUel0uLDXfe { color:#ffffff;display:block;width:60rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.7;letter-spacing:0;top:7.119140625rem;left:-0.00732421875rem;height:2.23046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DwZSDJGle71rfXbkNkQZBJEM2WaZ7U41 { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.59375rem;left:35.8642578125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#TEqOWIokObTuqtTGlB7xTVnlUerOERzx { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:16.2509765625rem;left:40.58203125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#zXvANVTKcawbUera65t60c175FbsRihD { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:21.625rem;left:40.5625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#apllu9KildroMrTmEOCn3rHPghQTwwKK { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:19rem;left:40.5625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#w6sBN9VAqaXxBrW22QVWlRzPTPA7y2zq { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:26.4365234375rem;left:40.6240234375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#eURkecnPRMZxuGJyngB4tZyPmp2aZk0W { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:24.1240234375rem;left:35.9990234375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#hCAdlOMSaFPU0p52ahG11u6wvhydaCTU { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:13.937959671021rem;left:57.486211776733rem;overflow:hidden;display:block; }
#vc6NZ8dIx3JoUWNCowT2A5atGck10Vzu { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:16.721277236939rem;left:57.483915328979rem;overflow:hidden;display:block; }
#C7DTm7ofo7hxGwlkUVL0bqeZPqUUGxmL { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:19.530788421631rem;left:57.483915328979rem;overflow:hidden;display:block; }
#BOmmIzRzhw9i8n1a4lJBXK6DShOF2pI7 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:21.96736907959rem;left:57.483915328979rem;overflow:hidden;display:block; }
#ay7yQmMNlTJcli5z2gkXTDqs65L24d19 { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:24.528949737549rem;left:57.483915328979rem;overflow:hidden;display:block; }
#OUva1OuXdF90PdoAqClgRraqeGGm5Vir { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:26.903949737549rem;left:57.483915328979rem;overflow:hidden;display:block; }
#yyA31n7Qqq6C6tOwZzOUrn16pVBTLiiz { color:#000000;display:block;width:23.875rem;position:absolute;font-family:kids;font-size:2.4375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:12.84375rem;left:0rem;height:3.16796875rem;text-align:right;text-align-last:right;display:block; }
#Rq11v9SrCdOudXfs0TMVctWoW30n1W5h { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.75rem;width:11.75rem;top:16.2509765625rem;left:9.9375rem;overflow:hidden;display:block; }
#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdfdf;background-image:none;position:relative;display:block; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { background-color: transparent; background-image: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container > .video-iframe-container { display: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row > .video-iframe-container { display: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .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); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { border-width: 0; border-radius: 0; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#Xqa2rwl21ZvJmpF6c9u6zJs78zqaWqGz { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:14.6875rem;left:21.53125rem;height:1.29980625rem;font-style:normal;display:block; }
#XRUMTy0d8T5ArCaEpFf52FHTaViMV9TR { color:#000000;display:block;width:26.625rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:1.25rem;left:17.9375rem;height:2.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f372HqFheIxH5OEML0MX239tnPvbEBry { color:#000000;display:block;width:22.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100026;line-height:1.7;letter-spacing:0;top:8.4375rem;left:19.1875rem;height:3.82421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VfMtpG7ViO5E8kJctxmiRUm3p4LuDRQZ { box-sizing:content-box;color:#df4a8d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:4.6875rem;left:29.71875rem;display:block; }
#I1lttS2655PRnwU7rEOoqTe5Tgu5yq6z { z-index:100005;top:8.1875rem;left:2.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#f6fcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:4.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Kh62KDxT9IQAuLcpTPnSlxdnsWHWJZku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu { display:block; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyGCKmAEK0ZtF7dsaAVAU7ZfyTRbhhNT { top:0.5625rem;left:14.498849868774rem;width:18.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAKNfqkPqynzi5iqksEuJ4bgaae5eg7N { top:8.9375rem;left:1.4375rem;width:40.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPhiKTdPO4tTcUcT6yR7nK7yIarxeqR3 { top:9.9375rem;left:4.5927734375rem;width:14.125rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avHc3vziWzqp5il5zmhAwFzrZctiEEtQ { width:47.75rem;height:5.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGc6KxWG8dz06ViSMeG2VwL3IbdAzM7T { width:10.5rem;height:2.75rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQJ4uGKsJlAFA3asdera15T9QEMMGKg7 { display:block; }
 }@media only screen and (max-width: 763px) { #Q06BK60yDbumVNUCeQgT6a4CO658K3fR { display:none; }
 }@media only screen and (max-width: 763px) { #G044lH80VFoTCRvTukWI84VKT44HNyta { top:21.1875rem;left:0rem;width:45.1875rem;height:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbqrkFQNU07srQB428tWMITTDVMi0zTt { top:7.75rem;left:0rem;width:47.6875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCinoMPG2pyBkEwUI1zOcTgORbftSywi { top:9.3125rem;left:0rem;width:44.625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAteoH5N9BETKp4x4NUCnlEGqZ17TgXB { top:15.0625rem;left:14.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLh3bA86hfyXOGDK3fo0engkGBgNCwoo { display:block; }
 }@media only screen and (max-width: 763px) { #a0TUPXF6rt9yc2grd4Jzdda8fSel3q2D { top:20.375rem;left:0rem;width:47.6875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5DQ1sILTDc5HJVaEMwCHgNNKcTFaT9b { top:1.9375rem;left:0rem;width:47.625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP { display:block; }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-regular-label { width:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-textarea { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-select { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-select {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-checkbox-label { width:12.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW  { width:14.0625rem;height:auto;top:5.1875rem;left:0rem; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .radio-container { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW {display:block;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW { width:14.0625rem;height:auto;top:5.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #mZiTQksbBkNLVILQW6te6fXa0eZJt3bW {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #O6FQQT7y4ReEfr0BTEFqgSuv4Gr8GR4T {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #aVmEXbVIDpbAbNJ3AOSpOW1dA7QLJNOp {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #OV2epQLeGZUBwzS1l8Z7aDv6IicqbGxs {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #RX1ssr5bdkbFXsklRmLO1wNHNDSZ2NDD {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #CZhzi0J7eMoczDSgoFDyuXisCZ19CPsU {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #rOniSiqpFq8GhQXe6MPxEb5Am90ut0Pa {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #IrZKDS7HmwhhJAe60SwrJOFFNnVflM3r {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #ioUgXb7f45ZOhxhxAT95qfUaJUl7Qz9Q {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #bosyBaZdLtRiNcqSX0MS6NDS9gRT5lky {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #D7dXIMn30wxRHpotBTiCWAuPldXKpCnP {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #N60WaVBX9JrhzfNkdfTTfdGMgK4IZoOn {  }
 }@media only screen and (max-width: 763px) { #UZi23x9ytWK8PbkMHgsUQnnM3Aap9CEo { display:block; }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #FLrh2BPRPJKevQeQz9Ko7713GPpyl3sI {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #JCEnB279cG4hq6CduZTwUO0XdyclIIRl {  }
 }@media only screen and (max-width: 763px) { #TgT4hzRScwcp0Mq1uOHqASavZVOK2Ara { top:6.5rem;left:24.0625rem;width:23.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfahqtyvlOINoVJDA6o0B3spU0A2VMAP { top:10.75rem;left:18.625rem;width:29.125rem;height:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUoDMv0xuTELgQS0Lg3doKmmVH82cWqf { top:22.125rem;left:29.1875rem;width:15.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDRQOOfldQXiPf38eR74E6ASNfnswvqE { display:block; }
 }@media only screen and (max-width: 763px) { #X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 { display:block; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTKIDVp3CnRvBmLkG16hWWirzEgxFmqT { top:0rem;left:11.46875rem;width:20.3125rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWuzJ9tI1xMPunRcv1qSvXn2dGLAHhLG { top:4.9375rem;left:35.25rem;width:12.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI36EMcyD5GoUyIIAxMJJKbw95NlGrbE { top:5.1875rem;left:26.03125rem;width:12.5rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TivLpJomwb321DN1dJQONgaqAINXEcm7 { top:5.1875rem;left:10.15625rem;width:12.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK4bVtEZXbltabFObIvC9XEH4on0xPfl { top:5.25rem;left:0rem;width:12.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6SpmrVClTVC6MnOoWHzqCF2FnpRUudw { top:5.5625rem;left:35.6875rem;width:12.0625rem;height:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX5Ea7J77yFL86t6kPaJmB2dZZsbB7Cv { top:6rem;left:26.25rem;width:12.0625rem;height:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s26rdym75kLVrsKWGk8StwtTZz9Te6np { top:9.5625rem;left:10.375rem;width:12.0625rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEk6B9DdZCPD57ZwVd1GBF7DTSkeXep6 { top:9.75rem;left:0rem;width:12.0625rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0XUlHpXue09mqk9xu7C2SvQgWKF2OET { top:24.4375rem;left:16.78125rem;width:15.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnC8XTq7qzLgKL31y1imq1RwNFnB3AoI { display:block; }
 }@media only screen and (max-width: 763px) { #H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 { display:block; }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyOC6B3xzNUqdDscdFTcvitp1QFfEBPT { width:42.0625rem;height:5.625rem;top:0.5rem;left:3.937255859375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePu8MkMmDaKFQpqeJvyJpnUel0uLDXfe { width:47.75rem;height:4.375rem;top:7.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwZSDJGle71rfXbkNkQZBJEM2WaZ7U41 { top:13.5625rem;left:27.375rem;width:20.375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEqOWIokObTuqtTGlB7xTVnlUerOERzx { top:16.25rem;left:31.9375rem;width:15.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXvANVTKcawbUera65t60c175FbsRihD { top:21.625rem;left:31.9375rem;width:15.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apllu9KildroMrTmEOCn3rHPghQTwwKK { top:19rem;left:31.9375rem;width:15.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6sBN9VAqaXxBrW22QVWlRzPTPA7y2zq { top:26.375rem;left:31.875rem;width:15.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eURkecnPRMZxuGJyngB4tZyPmp2aZk0W { top:24.0625rem;left:27.4375rem;width:20.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCAdlOMSaFPU0p52ahG11u6wvhydaCTU { top:13.9375rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc6NZ8dIx3JoUWNCowT2A5atGck10Vzu { top:16.6875rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7DTm7ofo7hxGwlkUVL0bqeZPqUUGxmL { top:19.5rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOmmIzRzhw9i8n1a4lJBXK6DShOF2pI7 { top:21.9375rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay7yQmMNlTJcli5z2gkXTDqs65L24d19 { top:24.5rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUva1OuXdF90PdoAqClgRraqeGGm5Vir { top:26.875rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyA31n7Qqq6C6tOwZzOUrn16pVBTLiiz { top:12.8125rem;left:0rem;width:23.875rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq11v9SrCdOudXfs0TMVctWoW30n1W5h { top:16.25rem;left:3.8125rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv { display:block; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xqa2rwl21ZvJmpF6c9u6zJs78zqaWqGz { top:14.6875rem;left:15.40576171875rem;width:19.375rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRUMTy0d8T5ArCaEpFf52FHTaViMV9TR { width:26.625rem;height:2.4375rem;top:1.25rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f372HqFheIxH5OEML0MX239tnPvbEBry { top:8.4375rem;left:13.06201171875rem;width:22.8125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfMtpG7ViO5E8kJctxmiRUm3p4LuDRQZ { top:4.6875rem;left:23.59375rem;width:3.0625rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1lttS2655PRnwU7rEOoqTe5Tgu5yq6z { top:8.1875rem;left:0rem;width:15.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh62KDxT9IQAuLcpTPnSlxdnsWHWJZku { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu { display:block; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyGCKmAEK0ZtF7dsaAVAU7ZfyTRbhhNT { width:14.625rem;height:4.25rem;top:0.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAKNfqkPqynzi5iqksEuJ4bgaae5eg7N { width:20rem;height:5.125rem;top:0.685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { background-color: transparent; background-image: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .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); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { border-width: 0; border-radius: 0; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { width:20rem;height:45.375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/J0ZAOrbr/01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container.adaptive-delivery-prevent-bg, #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container.lazyload, #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #hPhiKTdPO4tTcUcT6yR7nK7yIarxeqR3 { width:15.9375rem;height:1.75rem;top:9.935546875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#b20129;display:none; }
 }@media only screen and (max-width: 763px) { #avHc3vziWzqp5il5zmhAwFzrZctiEEtQ { width:20rem;height:0;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#fdfdfd;display:none; }
 }@media only screen and (max-width: 763px) { #dGc6KxWG8dz06ViSMeG2VwL3IbdAzM7T { width:10.5rem;height:2.75rem;top:34.8125rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQJ4uGKsJlAFA3asdera15T9QEMMGKg7 { display:block; }
 }@media only screen and (max-width: 763px) { #Q06BK60yDbumVNUCeQgT6a4CO658K3fR { top:33.6240234375rem;left:0rem;width:20.0625rem;height:10.749rem;z-index:100003;background-color:#877f7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;border-top:0.125rem solid #0e9ae5;border-left:0.125rem solid #0e9ae5;border-right:0.125rem solid #0e9ae5;border-bottom:0.125rem solid #0e9ae5;display:none; }
 }@media only screen and (max-width: 763px) { #G044lH80VFoTCRvTukWI84VKT44HNyta { width:20rem;height:11.875rem;top:29.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #BbqrkFQNU07srQB428tWMITTDVMi0zTt { width:20rem;height:6.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCinoMPG2pyBkEwUI1zOcTgORbftSywi { width:20rem;height:7.5rem;top:10.125rem;left:0rem;font-size:1.9375rem;color:#fdda00;display:block; }
 }@media only screen and (max-width: 763px) { #JAteoH5N9BETKp4x4NUCnlEGqZ17TgXB { top:19.125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLh3bA86hfyXOGDK3fo0engkGBgNCwoo { display:block; }
 }@media only screen and (max-width: 763px) { #a0TUPXF6rt9yc2grd4Jzdda8fSel3q2D { width:20rem;height:14rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5DQ1sILTDc5HJVaEMwCHgNNKcTFaT9b { width:19.9980625rem;height:5.625rem;top:2.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP { display:block; }#ifxEQO8GdHoO1a3fIzek73mTNBJ1TdkP > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-regular-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-text {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-textarea { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-select { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-select {padding-top: 0; padding-bottom: 0;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-input-button { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fdda00;background-image:none;color:#000000;font-family:kids; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .widget-checkbox-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW  { width:14.9375rem;height:auto;top:1.5625rem;left:1.28125rem; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW .radio-container { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW {display:block;}#Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW { width:14.9375rem;height:auto;top:1.5625rem;left:1.28125rem; }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #mZiTQksbBkNLVILQW6te6fXa0eZJt3bW {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #O6FQQT7y4ReEfr0BTEFqgSuv4Gr8GR4T {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #aVmEXbVIDpbAbNJ3AOSpOW1dA7QLJNOp {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #OV2epQLeGZUBwzS1l8Z7aDv6IicqbGxs {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #RX1ssr5bdkbFXsklRmLO1wNHNDSZ2NDD {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #CZhzi0J7eMoczDSgoFDyuXisCZ19CPsU {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #rOniSiqpFq8GhQXe6MPxEb5Am90ut0Pa {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #IrZKDS7HmwhhJAe60SwrJOFFNnVflM3r {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #ioUgXb7f45ZOhxhxAT95qfUaJUl7Qz9Q {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #bosyBaZdLtRiNcqSX0MS6NDS9gRT5lky {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #D7dXIMn30wxRHpotBTiCWAuPldXKpCnP {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #N60WaVBX9JrhzfNkdfTTfdGMgK4IZoOn {  }
 }@media only screen and (max-width: 763px) { #UZi23x9ytWK8PbkMHgsUQnnM3Aap9CEo { display:block; }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #FLrh2BPRPJKevQeQz9Ko7713GPpyl3sI {  }
 }@media only screen and (max-width: 763px) { #Db9gdKoOQBTBTSLwFoopxRQTpLpot3lW #JCEnB279cG4hq6CduZTwUO0XdyclIIRl {  }
 }@media only screen and (max-width: 763px) { #TgT4hzRScwcp0Mq1uOHqASavZVOK2Ara { width:14.125rem;height:2.5625rem;top:35.4375rem;left:5.875rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DfahqtyvlOINoVJDA6o0B3spU0A2VMAP { width:20rem;height:7rem;top:38.375rem;left:0rem;font-size:1.375rem;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) { #oUoDMv0xuTELgQS0Lg3doKmmVH82cWqf { top:29.1875rem;left:2.46875rem;width:15.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDRQOOfldQXiPf38eR74E6ASNfnswvqE { display:block; }
 }@media only screen and (max-width: 763px) { #X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 { background-color:#a66bb2;background-image:none;display:block; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { background-color: transparent; background-image: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container > .video-iframe-container { display: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row > .video-iframe-container { display: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .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); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTKIDVp3CnRvBmLkG16hWWirzEgxFmqT { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWuzJ9tI1xMPunRcv1qSvXn2dGLAHhLG { width:12.5rem;height:16.5rem;top:58.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI36EMcyD5GoUyIIAxMJJKbw95NlGrbE { width:12.5rem;height:16.4375rem;top:40.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TivLpJomwb321DN1dJQONgaqAINXEcm7 { width:12.5rem;height:16.5rem;top:22.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK4bVtEZXbltabFObIvC9XEH4on0xPfl { width:12.5rem;height:16.5rem;top:5.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6SpmrVClTVC6MnOoWHzqCF2FnpRUudw { width:12.0625rem;height:14.375rem;top:58.8447265625rem;left:3.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX5Ea7J77yFL86t6kPaJmB2dZZsbB7Cv { width:12.0625rem;height:14.375rem;top:41.375rem;left:3.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s26rdym75kLVrsKWGk8StwtTZz9Te6np { width:12.0625rem;height:7.1875rem;top:27.21875rem;left:3.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEk6B9DdZCPD57ZwVd1GBF7DTSkeXep6 { width:12.0625rem;height:7.1875rem;top:9.5625rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0XUlHpXue09mqk9xu7C2SvQgWKF2OET { top:76rem;left:2.4375rem;width:15.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnC8XTq7qzLgKL31y1imq1RwNFnB3AoI { display:block; }
 }@media only screen and (max-width: 763px) { #H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 { background-color:#a66bb2;background-image:none;display:block; }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 > .row .container { background-color: transparent; background-image: none; }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 > .row .container > .video-iframe-container { display: none; }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 > .row > .video-iframe-container { display: none; }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 > .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); }#H8QBhJDAwRuZ850GMu9PJLboPpIx1lU4 > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyOC6B3xzNUqdDscdFTcvitp1QFfEBPT { width:20rem;height:5rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ePu8MkMmDaKFQpqeJvyJpnUel0uLDXfe { width:19.9995rem;height:8rem;top:5.9990234375rem;left:0.0009765625rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;font-family:"sari 3";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DwZSDJGle71rfXbkNkQZBJEM2WaZ7U41 { width:15.8125rem;height:3rem;top:14.6240234375rem;left:1.0927734375rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEqOWIokObTuqtTGlB7xTVnlUerOERzx { width:16.125rem;height:1.25rem;top:18.2158203125rem;left:0.779296875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zXvANVTKcawbUera65t60c175FbsRihD { width:11.3115rem;height:1.25rem;top:23.7333984375rem;left:5.58984375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #apllu9KildroMrTmEOCn3rHPghQTwwKK { width:8.3125rem;height:1.25rem;top:20.9375rem;left:8.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6sBN9VAqaXxBrW22QVWlRzPTPA7y2zq { width:14.125rem;height:1.25rem;top:28.93359375rem;left:2.4990234375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #eURkecnPRMZxuGJyngB4tZyPmp2aZk0W { width:20.0625rem;height:1.375rem;top:26.68359375rem;left:-3.4375rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCAdlOMSaFPU0p52ahG11u6wvhydaCTU { width:1.6875rem;height:1.3125rem;top:14.935546875rem;left:17.529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc6NZ8dIx3JoUWNCowT2A5atGck10Vzu { width:1.6875rem;height:1.3125rem;top:18.3720703125rem;left:17.529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7DTm7ofo7hxGwlkUVL0bqeZPqUUGxmL { width:1.6875rem;height:1.3125rem;top:21.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOmmIzRzhw9i8n1a4lJBXK6DShOF2pI7 { width:1.6875rem;height:1.3125rem;top:23.875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay7yQmMNlTJcli5z2gkXTDqs65L24d19 { width:1.6875rem;height:1.3125rem;top:26.966796875rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUva1OuXdF90PdoAqClgRraqeGGm5Vir { width:1.6875rem;height:1.3125rem;top:29.3095703125rem;left:17.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyA31n7Qqq6C6tOwZzOUrn16pVBTLiiz { width:20rem;height:2.0625rem;top:31.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rq11v9SrCdOudXfs0TMVctWoW30n1W5h { width:16.25rem;height:16.25rem;top:34.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv { background-color:#ce6de5;background-image:none;display:block; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { background-color: transparent; background-image: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container > .video-iframe-container { display: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row > .video-iframe-container { display: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .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); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xqa2rwl21ZvJmpF6c9u6zJs78zqaWqGz { width:19.4375rem;height:0.875rem;top:11.998291015625rem;left:0.21728515625rem;text-align:center;text-align-last:center;font-family:"sari 3";font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRUMTy0d8T5ArCaEpFf52FHTaViMV9TR { width:20rem;height:2.6875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;line-height:1.9;font-family:"sari 3";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f372HqFheIxH5OEML0MX239tnPvbEBry { width:20rem;height:2.5rem;top:7.685546875rem;left:0.00732421875rem;text-align:center;text-align-last:center;font-size:0.75rem;font-family:"sari 3";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VfMtpG7ViO5E8kJctxmiRUm3p4LuDRQZ { width:3.0625rem;height:3.125rem;top:3.936767578125rem;left:8.5302734375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1lttS2655PRnwU7rEOoqTe5Tgu5yq6z { top:14.123046875rem;left:2.4375rem;width:15.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh62KDxT9IQAuLcpTPnSlxdnsWHWJZku { display:block; }
 }