.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/P1bv7XMw/1572.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#DQ1VNdy43dgdIU9So1RoCEqqXtxq6seZ { color:#df4a8d;display:block;width:24.6875rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:400;z-index:100001;line-height:1.1;letter-spacing:0;top:2.0625rem;left:16.25rem;height:2.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Wh6zZxrEHJCaD81c2CO4WwdghXcsumtU { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:5.5625rem;width:5.5625rem;top:0.5615234375rem;left:41.8125rem;overflow:hidden;display:block; }
#C3Vio2zaGlTB0w5gq8JZ1Tnm8M36T4Mp { position:absolute;display:block;z-index:100000;background-color:rgba(250,250,250,0.74);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.125rem;width:24.875rem;top:0.75rem;left:16.0625rem;display:block; }
#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c5e8f6;background-image:none;position:relative;display:block; }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row .container { background-color: transparent; background-image: none; }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row .container > .video-iframe-container { display: none; }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row > .video-iframe-container { display: none; }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .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); }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row .container { border-width: 0; border-radius: 0; }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row > .video-iframe-container {  }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:60rem;position:relative;display:block; }#wmn4vL8OVLUaCedPTLsO1rXVp4IznFi4 { color:#070571;display:block;width:26.8125rem;position:absolute;font-family:kids;font-size:3.125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:1.5rem;left:29.8125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#xrNOi32QsFHH6DNQEmQhelIymATfNS0X { position:absolute;display:block;z-index:100020;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.875rem;width:17.875rem;top:17.1875rem;left:40.8125rem;display:block; }
#Zkoqv6DzHaXIvnmt7dnKKKuXE7XtVrM1 { color:#000000;display:block;width:12.125rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:17.875rem;left:44.5625rem;height:3.25rem;text-align:right;text-align-last:right;display:block; }
#OglxzsT7Ec6wIVPsZpTvFtaBimpPOw0O { position:absolute;display:block;z-index:100059;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.25rem;width:17.875rem;top:26.0625rem;left:40.875rem;display:block; }
#RQBi9Ux33aqZeLUHzrBfIqqwqL2cFNwm { background-color:#fab419;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:18.75rem;left:34.125rem;display:block; }
#TeOdTfB0r8TIxFofGIbU9Mwaq9c6LPK1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e4bInrqwoVzg8gZmDxByFEiK8vqwkuAw { background-color:#fab419;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:27.5rem;left:35.125rem;display:block; }
#i02KROICeJhZchU2wrBfiFu1iIltAInv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qvgVxqSnuP5QNcpISDI8fzaLsC0yZbRs { position:absolute;display:block;z-index:100017;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.75rem;width:17.875rem;top:24.9375rem;left:9.375rem;display:none; }
#Vpd2O2fR6PK80v8Ve5wVHSQTSTUECt8S { position:absolute;display:block;z-index:100018;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.0625rem;width:18rem;top:42.25rem;left:40.75rem;display:block; }
#POvcEanDwsHQI3aC8FK1Fk9eZADEnDcM { background-color:#fab419;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100105;text-align:center;text-align-last:center;top:26.51171875rem;left:4.5rem;display:block; }
#yQoSzlvJU6seUxFraOeu6tLmsa9e0mui { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GibkTCCCoMBeSTbo2HQ95wu6hSqL1RKZ { color:#000000;display:block;width:13.25rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100103;line-height:1.3;letter-spacing:0;top:26.6875rem;left:11.875rem;height:1.4619125rem;text-align:right;text-align-last:right;display:block; }
#Vz9bBkNRNTGXz8faFoHwN4qeGlw4qUEi { color:#000000;display:block;width:14.875rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:43.2265625rem;left:42.3125rem;height:1.4619125rem;text-align:right;text-align-last:right;display:block; }
#SNdrHpqQgxZmqaLdh0HPc6cCuRZnK9CB { background-color:#fab419;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-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:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100053;text-align:center;text-align-last:center;top:52.0361328125rem;left:23.0625rem;display:block; }
#qfRxsT55idGMwCQTbxCE6WxRfDnfiiU3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V6EtpfXl4RKhFoTDeFQwuM4tzZPDXPcG { color:#e1093f;display:block;width:29.375rem;position:absolute;font-family:kids;font-size:2.5rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:8.03125rem;left:11.125rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dZTw2OWKQmBaC5MfsCtgWu2GGiS6qZ8T { color:#000000;display:block;width:14.125rem;position:absolute;font-family:kids;font-size:1rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:20.0625rem;left:43.375rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#qmroWv7lCqW6k22vQFV8ILz5lxyrcoxn { color:#000000;display:block;width:12.25rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100061;line-height:1.3;letter-spacing:0;top:26.4375rem;left:45rem;height:3.25rem;text-align:right;text-align-last:right;display:block; }
#h6TS7QvI40xAKEqxlGb7XsFGo0HqHnSC { color:#000000;display:block;width:5.875rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:normal;z-index:100060;line-height:1.3;letter-spacing:0;top:28.5625rem;left:51.125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#AM5BpIAiNomu083B06Nk1SLN0c0A1M7w { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:44.625rem;left:41.5625rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#uQLKGWbiSlgGrwIHkZ4Dr0Jqfz50BJXk { background-color:#fab419;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:18.625rem;left:3.75rem;display:block; }
#tdB6EfGbL6GkuRUwkLlcImCy9ciQDphT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IaT70O6aQFblZl19IhUDEgLixT8RatKZ { position:absolute;display:block;z-index:100024;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.5rem;width:17.5625rem;top:17.375rem;left:9.71875rem;display:block; }
#B3Q422e7xGXX0rbVuPaMOrrmLTCIiqTm { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:17.75rem;left:10.625rem;height:1.4619125rem;text-align:right;text-align-last:right;display:block; }
#WSM5Dd202wZoHUFlcFFwkwQOLG8wmy4W { color:#000000;display:block;width:14.125rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:20rem;left:12rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#RxgghiRbSTV0z3s5AdTz6Htw30IzgQxG { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:normal;z-index:100061;line-height:1.3;letter-spacing:0;top:29.6875rem;left:51.3125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#ID46l9qxGfyTIvLU7ZbcRM1Ucz997goH { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:normal;z-index:100104;line-height:1.3;letter-spacing:0;top:28.5625rem;left:12.375rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#vNnMUhJ50BOHyxlOcRQOTDmqvXaJ4wav { background-color:#c0ced5;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.0625rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:21.0625rem;left:37.3125rem;display:block; }
#xLyVunITiOD7TImfqpHAtxErOTtKEAPZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GzcLKfVk4kB1RR3EChzWHHOSMN1qOPl8 { position:absolute;display:block;z-index:100087;background-color:#f3432a;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:0.1875rem;width:3rem;top:22.0625rem;left:36.875rem;display:block; }
#oWmH0rey76TrNTKRkWuqfXD9Vk9VFZp2 { background-color:#c0ced5;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.0625rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:20.9375rem;left:6.375rem;display:block; }
#ySOmzBFa1hSXRril8LWCeSneUSD26zIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lCWR6dIu7AV5aD6XtTZc3bVCbKfSD9P4 { position:absolute;display:block;z-index:100088;background-color:#f3432a;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:0.125rem;width:2.875rem;top:21.9375rem;left:5.5625rem;display:block; }
#zqhDkGNRS2X2XSpTlbHnHQ7q4RfxKICq { background-color:#c0ced5;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.0625rem;text-decoration:none;z-index:100090;text-align:center;text-align-last:center;top:29.9375rem;left:38.25rem;display:block; }
#OiCVBvNctFRH5a0MPxcxRATxUgX1D9iT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#n54MvZMzvH6BLAH6P5tIQqxmiblU764l { position:absolute;display:block;z-index:100089;background-color:#f3432a;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:0.1875rem;width:3rem;top:24.21875rem;left:29.59375rem;display:none; }
#uhN7HqzkofobnATXftazr6i3L9cu7bes { position:absolute;display:block;z-index:100091;background-color:#f3432a;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:0.1875rem;width:3rem;top:30.875rem;left:37.8125rem;display:block; }
#vc0h3bn63LTfVEpiIxkgevNsCNsJ3EK3 { background-color:#c0ced5;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.0625rem;text-decoration:none;z-index:100106;text-align:center;text-align-last:center;top:29rem;left:6.375rem;display:block; }
#rhTXJJNyJ1Soh29Npn5J3BB7nivUIM9I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LCJa0Zzg9upUBhTFRp2i8aWhokR8WZst { position:absolute;display:block;z-index:100107;background-color:#f3432a;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:0.125rem;width:2.875rem;top:30.0625rem;left:6.0625rem;display:block; }
#XOcaRig1kFOm06TImFGAHovOmBXTJ48K { background-color:#fab419;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:43.2265625rem;left:36rem;display:block; }
#bQzc2bPUpH04BfnfK18LS7PmvbggKHSA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Z02sqACy3wy3FhveO1PF3QBCCqMpX0ke { background-color:#c0ced5;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.0625rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:45.84375rem;left:39.125rem;display:block; }
#S5EQr8kkaQctz27HMRIaBsf1HzXe99PF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yOVrixSsJfh44wFWUtvdwUxaEkfVHwHM { position:absolute;display:block;z-index:100091;background-color:#f3432a;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:0.125rem;width:2.875rem;top:46.8125rem;left:39.375rem;display:block; }
#y38soTbgVhCvz5ZgwXsN7cndgqe87GTo { background-color:#fab419;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:35.25rem;left:36.125rem;display:block; }
#ANTQNWqdo6N3th9pe5C2NwdHMogHtHo3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IlwD8TfQs0BUQE1xzFPE6y0ZICBKTUXJ { background-color:#c0ced5;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.0625rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:37.6875rem;left:38.1875rem;display:block; }
#fUlb7lT0QWBOlufOtryJLFTGlnCgv0bF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qUWbglWnXzDUyJXFDyvQed1NxZW0TwSg { position:absolute;display:block;z-index:100097;background-color:#f3432a;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:0.125rem;width:2.875rem;top:38.6875rem;left:37.9375rem;display:block; }
#cuTiyTf5oa1HzQH4COp5mZAZ5SXcO3WR { position:absolute;display:block;z-index:100024;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.75rem;width:17.875rem;top:34.75rem;left:40.875rem;display:block; }
#aRWW3vfNEP2MXgrBST8IH7oiWrPFIBMB { color:#000000;display:block;width:11.75rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:36.6875rem;left:44.75rem;height:3.57421875rem;text-align:right;text-align-last:right;display:block; }
#N8yzAUGLwFZZNzo5wKTZITOgXBCmt83T { background-color:#fab419;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100059;text-align:center;text-align-last:center;top:35.25rem;left:5rem;display:block; }
#JKFaAhtNDzIPclI2QmOZZRwEcgIqLiMp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xsH8JstmN70dTmGVm4lyvIEANZ29Ofh0 { background-color:#c0ced5;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.0625rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:37.9375rem;left:7.75rem;display:block; }
#b1dmq2aGWaBCg9g0crVc3cizH6qhHVUU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nUHbT9o0Ei5OoSbswIyO3HRTR2qqxybr { position:absolute;display:block;z-index:100029;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.0625rem;width:17.875rem;top:34.625rem;left:9.75rem;display:block; }
#k4wSAzTvQC3tm7RGcgyrrIvDziaDVWI4 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:36.8125rem;left:13.4375rem;height:3.4121125rem;text-align:right;text-align-last:right;display:block; }
#QmmVbcPqzrUUk3E0mbVwkfpLL7ucc6TI { position:absolute;display:block;z-index:100102;background-color:#f3432a;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:0.125rem;width:2.875rem;top:38.9375rem;left:7.5rem;display:block; }
#UD1GQzQKuH0m02xzW7wIhpau4SBVhKdP { background-color:#fab419;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:42.92578125rem;left:5rem;display:block; }
#Dycubz6gETzeQ7MnwCIL5sSCQJa77zLD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MxgL115bQKtmn86Lhx1nsUAGi8MeBvsL { background-color:#c0ced5;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.0625rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:45.2890625rem;left:7.625rem;display:block; }
#M3A3yHTdSE6nlKhQyDozkhtSiZm3bUn0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s8XH8tTQgt3Q66txokDWfLi8qhPtift5 { position:absolute;display:block;z-index:100097;background-color:#f3432a;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:0.125rem;width:2.875rem;top:46.25rem;left:7.8125rem;display:block; }
#dT4f653o1Tq9Akkpqgyhun0rmQHkevmo { position:absolute;display:block;z-index:100024;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.75rem;width:17.875rem;top:42.4375rem;left:9.5rem;display:block; }
#DB8MNNuEaKrca8cqZdv34vkgmAhQd4Ry { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:44.8125rem;left:10rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#iOr8lZ7xMmkcLx7MgSh7pSOCyAQzARcd { color:#000000;display:block;width:14.875rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:43.0625rem;left:11.6875rem;height:1.4619125rem;text-align:right;text-align-last:right;display:block; }
#GAHwGWCxCZOTmShQpD2OvNmxTgPtEZ3T { position:absolute;display:block;z-index:100102;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.25rem;width:17.875rem;top:26.0625rem;left:9.5625rem;display:block; }
#FGlTzdSNX32d62HpA2nU0hbyNhC28cdC { background-color:#fab419;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:18.75rem;left:34.125rem;display:none; }
#LNxW1OivBBNFwFKZ1m107tdeCgI2nmFn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kUltMiZSIZnGXiV7WxJzkJfqu3taiBU9 { position:absolute;display:block;z-index:100107;background-color:#f3432a;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:0.125rem;width:2.875rem;top:30.0625rem;left:6.0625rem;display:none; }
#SvVC0Ag5IbM5mfw1qXg14KhTLx43fE97 { position:absolute;display:block;z-index:100024;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;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.75rem;width:17.875rem;top:42.4375rem;left:9.5rem;display:none; }
#ViTQ4dgugeweyyLTXtsoN4wvhf59QyIQ { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:44.8125rem;left:10rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#RDDLzqiBnbcncT3XIRyogqHCgzd6wZuZ { color:#000000;display:block;width:14.875rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:43.0625rem;left:11.6875rem;height:1.4619125rem;text-align:right;text-align-last:right;display:none; }
#koJ7TUUgHZLZ2FmfxMZIZk4EWLl6QGkc { background-color:#fab419;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:43.375rem;left:37.375rem;display:none; }
#ME8hrJaXdTHTFoHnFms2fn9I4odt1VX8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cypZoR8wUVr9Nksq0TRbq2mobxzD44nK { background-color:#c0ced5;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.0625rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:45.8125rem;left:39.625rem;display:none; }
#zcxUWmtmwEd5Nt8fZrSHNqeb6vOebLIm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EtMVxiKKUF2G38Dby5cTEC2IzTs7EdKI { background-color:#c0ced5;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-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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.0625rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:45.3125rem;left:8.1875rem;display:none; }
#DUzQtsdZL2WLn5Uug79ASM4zy574Vvm9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zD02ahsThWoUlwVhmIZpxvcdnVZmWGJp { position:absolute;display:block;z-index:100091;background-color:#f3432a;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:0.125rem;width:2.875rem;top:46.8125rem;left:39.375rem;display:none; }
#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58176d;background-image:none;position:relative;display:block; }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row .container { background-color: transparent; background-image: none; }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row .container > .video-iframe-container { display: none; }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row > .video-iframe-container { display: none; }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .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); }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row .container { border-width: 0; border-radius: 0; }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row > .video-iframe-container {  }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#rhz3orUnSJHVdmVFbLTT5ytbFvBbiTeu { color:#fafafa;display:block;width:26.1865rem;position:absolute;font-family:kids;font-size:2.1875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.787109375rem;left:2.8125rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-form-header {  }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1rem;font-weight:bold;color:#ffffff;width:18.3125rem;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;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.3125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:18.3125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .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; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e1093f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:18.3125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .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:lato;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:17.125rem;overflow:hidden;font-style:normal; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .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; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-container:first-of-type{padding-top:0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-container:last-of-type{padding-bottom:0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;position:absolute;top:1.46484375rem;left:31.875rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.3125rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 {display:block;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;position:absolute;top:1.46484375rem;left:31.875rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #nEXx72FPnsNEaoPpEEpXwXLJp0I4fxzN { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #rP9s0K2ZFqoptQ0KiB7Ew4Wqh81WIdBz { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #rtXheDJCKv6BF73rvlgMLFhnEAf4XPae { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #UcL5ATswDXcXcBuVIoV97bJGxoB4JEbH { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #fMyVTE77nUeyCvLpqX39WNxWxSg3luge { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #oWaKSkyI1ciDJs3mQf0hpHLEa9PErIlp { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #XkuMh7GqhXFVn7OhLs62zXbt50H1vCJs { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #I9Uk6CnbiuuAgXuyg114T6sMdWNJRGMg { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #GnvvlcreMxzXfPRZLP4Xww0xqwoRA1gz { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #ZNBTl2nZblMBeR1zidtScvWrZ8zHFeS5 { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #iyJAXC7ynMrikqEKRHmn2QxbNaMA4wlM { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #tEU0zLitlMh61VLpRVn6l5RNDE4ZNr22 { position:relative; }
#BEBnyskqEWM64WwCVeOG86fTurqd8XAc { position:relative;display:block; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #ScrXl7IN3hc5Ay2TS1AoTg0eotCOtZCT { position:relative; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #AFS5yLDF6L8GLehN5Z0nTRNfGWsqwLRs { position:relative; }
#PnMpGbXgnXOs5UFNC30RTB5rKpBFVelL { box-sizing:content-box;color:#ffffff;font-size:4.8125rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:15.162109375rem;left:13.0625rem;display:block; }
#T8kIxiNgLg5Ki9ceRl1D4ew7wVyRGpsa { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:19.9375rem;left:23.15625rem;display:none; }
#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO { position:relative;z-index:auto;display:block; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO { background-color: transparent; background-image: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row .container > .video-iframe-container { display: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row > .video-iframe-container { display: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .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); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO { border-width: 0; border-radius: 0; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row .container > .video-iframe-container {  }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.94);background-image:none;font-size:0.875rem;font-family:"open sans";height:33.5625rem;width:60rem;position:relative;display:block; }#W32n1mhxIWhutFdpXhZAW0goTFCegHMr { color:#0d1976;display:block;width:21.1875rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:16.25rem;left:35.125rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PHd4RNnNz3e45NlkIQ1Ea5hfGiiIK89m { box-sizing:content-box;color:#0d1976;font-size:1.3125rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:16.9375rem;left:57.25rem;display:block; }
#KKQMkW24tqTfQorMotgi4KaA8L08ztoo { color:#ba0484;display:block;width:52.9980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:4.9294708967209rem;left:4.3196601867676rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HLDLEhulmwABkTnCfur99ypkOKUQiRSm { color:#0d1976;display:block;width:38.936625rem;position:absolute;font-family:cairo;font-size:2.8125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:2.9802322387695E-6rem;left:10.530597686767rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nO0sWCwtwi5k6hlxbI803REQwJwGkzPo { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:21.125rem;left:57.3125rem;display:block; }
#D9B7qlA358RmdnG26FM1ICfDXKhN840a { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:23.8125rem;left:57.3125rem;display:block; }
#uE3D0lZtbx9JiCs0tTvc12TawxuoT05Z { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:26.0625rem;left:57.3125rem;display:block; }
#EcIoaCQ1q46XM9zuAbggKuf3GlT0yhVa { color:#0d1976;display:block;width:34rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:21.1875rem;left:22.5rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MGAUgmWgwF2UxMVtasB5WWnTdG2GETrm { color:#0d1976;display:block;width:41.4375rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:23.75rem;left:15rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#c2H4sxaC3kbpMsJVT0DW9zVrTmZcsq57 { color:#0d1976;display:block;width:55.499125rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:26rem;left:0.875rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CCF7obH8SLB5txoV61g3k91xIC27Qvhu { color:#ba0484;display:block;width:51.875rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:19rem;left:4.625rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#twbJBOMf4LsKJX9m9qaDR6KadAKvVmXB { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:29rem;left:57.5rem;display:block; }
#NTcfllV8Ka5mzsvsG4WgCC5vS1UXp3uR { color:#0d1976;display:block;width:55.625rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:28.125rem;left:0.75rem;height:3.73698125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ulbWTzc1FhkJ9lKpGHXhBgoggpFuOegd { background-color:#ba0484;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-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:10.75rem;left:21.25rem;display:block; }
#nR2DvZQGbJU9TNZE4aTE5R43R6q6cF1t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p { position:relative;display:block; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p { background-color: transparent; background-image: none; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p > .row .container > .video-iframe-container { display: none; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p > .row > .video-iframe-container { display: none; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p > .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); }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p { border-width: 0; border-radius: 0; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p > .row .container > .video-iframe-container {  }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb0ad;background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#M5Q93W553GOz3QJPZ8g3WDsQu3OMWB94 { color:#ffffff;display:block;width:22.747375rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:10.3125rem;left:20.125rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#pWOBTrOBfhFEGTpOA4rwnP5TnD41OuJU { box-sizing:content-box;color:#fbfeff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.125rem;left:45.25rem;display:block; }
#IZLxwkvLg2ssfaPA7bQGrINyueNfTTtW { color:#ffffff;display:block;width:41.74925rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.75rem;left:9.125rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#LH1CvPwaMl42PTLVMhpGEkQFKHms2xIT { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:4.8125rem;left:45.6875rem;display:block; }
#XuOrrI9QieL4VcgyGchi7wTF8bTtQ3e2 { color:#ffffff;display:block;width:10.874rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:35.5625rem;height:1.8684875rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQ1VNdy43dgdIU9So1RoCEqqXtxq6seZ { width:24.6875rem;height:2.75rem;top:2.0625rem;left:10.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh6zZxrEHJCaD81c2CO4WwdghXcsumtU { top:0.5rem;left:35.6875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3Vio2zaGlTB0w5gq8JZ1Tnm8M36T4Mp { top:0.75rem;left:9.9375rem;width:24.875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw { display:block; }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmn4vL8OVLUaCedPTLsO1rXVp4IznFi4 { top:1.5rem;left:20.9375rem;width:26.8125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrNOi32QsFHH6DNQEmQhelIymATfNS0X { top:17.1875rem;left:29.875rem;width:17.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkoqv6DzHaXIvnmt7dnKKKuXE7XtVrM1 { top:17.875rem;left:35.625rem;width:12.125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OglxzsT7Ec6wIVPsZpTvFtaBimpPOw0O { top:26.0625rem;left:29.875rem;width:17.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQBi9Ux33aqZeLUHzrBfIqqwqL2cFNwm { width:7.4375rem;height:2.0625rem;top:18.75rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeOdTfB0r8TIxFofGIbU9Mwaq9c6LPK1 { display:block; }
 }@media only screen and (max-width: 763px) { #e4bInrqwoVzg8gZmDxByFEiK8vqwkuAw { width:7.4375rem;height:2.0625rem;top:27.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #i02KROICeJhZchU2wrBfiFu1iIltAInv { display:block; }
 }@media only screen and (max-width: 763px) { #qvgVxqSnuP5QNcpISDI8fzaLsC0yZbRs { top:24.9375rem;left:3.25rem;width:17.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpd2O2fR6PK80v8Ve5wVHSQTSTUECt8S { top:42.25rem;left:29.75rem;width:18rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POvcEanDwsHQI3aC8FK1Fk9eZADEnDcM { width:7.4375rem;height:2.0625rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQoSzlvJU6seUxFraOeu6tLmsa9e0mui { display:block; }
 }@media only screen and (max-width: 763px) { #GibkTCCCoMBeSTbo2HQ95wu6hSqL1RKZ { top:26.6875rem;left:5.75rem;width:13.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz9bBkNRNTGXz8faFoHwN4qeGlw4qUEi { top:43.1875rem;left:32.875rem;width:14.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdrHpqQgxZmqaLdh0HPc6cCuRZnK9CB { width:17.5rem;height:3.4375rem;top:52rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfRxsT55idGMwCQTbxCE6WxRfDnfiiU3 { display:block; }
 }@media only screen and (max-width: 763px) { #V6EtpfXl4RKhFoTDeFQwuM4tzZPDXPcG { top:8rem;left:5rem;width:29.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZTw2OWKQmBaC5MfsCtgWu2GGiS6qZ8T { top:20.0625rem;left:33.625rem;width:14.125rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmroWv7lCqW6k22vQFV8ILz5lxyrcoxn { top:26.4375rem;left:35.5rem;width:12.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6TS7QvI40xAKEqxlGb7XsFGo0HqHnSC { top:28.5625rem;left:41.875rem;width:5.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM5BpIAiNomu083B06Nk1SLN0c0A1M7w { top:44.625rem;left:30.9375rem;width:16.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQLKGWbiSlgGrwIHkZ4Dr0Jqfz50BJXk { width:7.4375rem;height:2.0625rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdB6EfGbL6GkuRUwkLlcImCy9ciQDphT { display:block; }
 }@media only screen and (max-width: 763px) { #IaT70O6aQFblZl19IhUDEgLixT8RatKZ { top:17.375rem;left:3.59375rem;width:17.5625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Q422e7xGXX0rbVuPaMOrrmLTCIiqTm { top:17.75rem;left:4.5rem;width:15.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSM5Dd202wZoHUFlcFFwkwQOLG8wmy4W { top:20rem;left:5.875rem;width:14.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxgghiRbSTV0z3s5AdTz6Htw30IzgQxG { top:29.6875rem;left:42.0625rem;width:5.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID46l9qxGfyTIvLU7ZbcRM1Ucz997goH { top:28.5625rem;left:6.25rem;width:14.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNnMUhJ50BOHyxlOcRQOTDmqvXaJ4wav { width:4.3125rem;height:2.0625rem;top:21.0625rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLyVunITiOD7TImfqpHAtxErOTtKEAPZ { display:block; }
 }@media only screen and (max-width: 763px) { #GzcLKfVk4kB1RR3EChzWHHOSMN1qOPl8 { top:22.0625rem;left:30.75rem;width:3rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWmH0rey76TrNTKRkWuqfXD9Vk9VFZp2 { width:4.3125rem;height:2.0625rem;top:20.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySOmzBFa1hSXRril8LWCeSneUSD26zIT { display:block; }
 }@media only screen and (max-width: 763px) { #lCWR6dIu7AV5aD6XtTZc3bVCbKfSD9P4 { top:21.9375rem;left:0rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqhDkGNRS2X2XSpTlbHnHQ7q4RfxKICq { width:4.3125rem;height:2.0625rem;top:29.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiCVBvNctFRH5a0MPxcxRATxUgX1D9iT { display:block; }
 }@media only screen and (max-width: 763px) { #n54MvZMzvH6BLAH6P5tIQqxmiblU764l { top:24.1875rem;left:23.46875rem;width:3rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhN7HqzkofobnATXftazr6i3L9cu7bes { top:30.875rem;left:31.6875rem;width:3rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc0h3bn63LTfVEpiIxkgevNsCNsJ3EK3 { width:4.3125rem;height:2.0625rem;top:29rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhTXJJNyJ1Soh29Npn5J3BB7nivUIM9I { display:block; }
 }@media only screen and (max-width: 763px) { #LCJa0Zzg9upUBhTFRp2i8aWhokR8WZst { top:30.0625rem;left:0rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOcaRig1kFOm06TImFGAHovOmBXTJ48K { width:7.4375rem;height:2.0625rem;top:43.1875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQzc2bPUpH04BfnfK18LS7PmvbggKHSA { display:block; }
 }@media only screen and (max-width: 763px) { #Z02sqACy3wy3FhveO1PF3QBCCqMpX0ke { width:4.3125rem;height:2.0625rem;top:45.8125rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5EQr8kkaQctz27HMRIaBsf1HzXe99PF { display:block; }
 }@media only screen and (max-width: 763px) { #yOVrixSsJfh44wFWUtvdwUxaEkfVHwHM { top:46.8125rem;left:33.25rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y38soTbgVhCvz5ZgwXsN7cndgqe87GTo { width:7.4375rem;height:2.0625rem;top:35.25rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANTQNWqdo6N3th9pe5C2NwdHMogHtHo3 { display:block; }
 }@media only screen and (max-width: 763px) { #IlwD8TfQs0BUQE1xzFPE6y0ZICBKTUXJ { width:4.3125rem;height:2.0625rem;top:37.6875rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUlb7lT0QWBOlufOtryJLFTGlnCgv0bF { display:block; }
 }@media only screen and (max-width: 763px) { #qUWbglWnXzDUyJXFDyvQed1NxZW0TwSg { top:38.6875rem;left:31.8125rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuTiyTf5oa1HzQH4COp5mZAZ5SXcO3WR { top:34.75rem;left:29.875rem;width:17.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRWW3vfNEP2MXgrBST8IH7oiWrPFIBMB { top:36.6875rem;left:36rem;width:11.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8yzAUGLwFZZNzo5wKTZITOgXBCmt83T { width:7.4375rem;height:2.0625rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKFaAhtNDzIPclI2QmOZZRwEcgIqLiMp { display:block; }
 }@media only screen and (max-width: 763px) { #xsH8JstmN70dTmGVm4lyvIEANZ29Ofh0 { width:4.3125rem;height:2.0625rem;top:37.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dmq2aGWaBCg9g0crVc3cizH6qhHVUU { display:block; }
 }@media only screen and (max-width: 763px) { #nUHbT9o0Ei5OoSbswIyO3HRTR2qqxybr { top:34.625rem;left:3.625rem;width:17.875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4wSAzTvQC3tm7RGcgyrrIvDziaDVWI4 { top:36.8125rem;left:7.3125rem;width:13.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmmVbcPqzrUUk3E0mbVwkfpLL7ucc6TI { top:38.9375rem;left:1.375rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD1GQzQKuH0m02xzW7wIhpau4SBVhKdP { width:7.4375rem;height:2.0625rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dycubz6gETzeQ7MnwCIL5sSCQJa77zLD { display:block; }
 }@media only screen and (max-width: 763px) { #MxgL115bQKtmn86Lhx1nsUAGi8MeBvsL { width:4.3125rem;height:2.0625rem;top:45.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3A3yHTdSE6nlKhQyDozkhtSiZm3bUn0 { display:block; }
 }@media only screen and (max-width: 763px) { #s8XH8tTQgt3Q66txokDWfLi8qhPtift5 { top:46.25rem;left:1.6875rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT4f653o1Tq9Akkpqgyhun0rmQHkevmo { top:42.4375rem;left:3.375rem;width:17.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB8MNNuEaKrca8cqZdv34vkgmAhQd4Ry { top:44.8125rem;left:3.875rem;width:16.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOr8lZ7xMmkcLx7MgSh7pSOCyAQzARcd { top:43.0625rem;left:5.5625rem;width:14.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAHwGWCxCZOTmShQpD2OvNmxTgPtEZ3T { top:26.0625rem;left:3.4375rem;width:17.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGlTzdSNX32d62HpA2nU0hbyNhC28cdC { width:7.4375rem;height:2.0625rem;top:18.75rem;left:28rem;display:none; }
 }@media only screen and (max-width: 763px) { #LNxW1OivBBNFwFKZ1m107tdeCgI2nmFn { display:block; }
 }@media only screen and (max-width: 763px) { #kUltMiZSIZnGXiV7WxJzkJfqu3taiBU9 { top:30.0625rem;left:0rem;width:2.875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvVC0Ag5IbM5mfw1qXg14KhTLx43fE97 { top:42.4375rem;left:3.375rem;width:17.875rem;height:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViTQ4dgugeweyyLTXtsoN4wvhf59QyIQ { top:44.8125rem;left:3.875rem;width:16.8125rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDDLzqiBnbcncT3XIRyogqHCgzd6wZuZ { top:43.0625rem;left:5.5625rem;width:14.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #koJ7TUUgHZLZ2FmfxMZIZk4EWLl6QGkc { width:7.4375rem;height:2.0625rem;top:43.375rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ME8hrJaXdTHTFoHnFms2fn9I4odt1VX8 { display:block; }
 }@media only screen and (max-width: 763px) { #cypZoR8wUVr9Nksq0TRbq2mobxzD44nK { width:4.3125rem;height:2.0625rem;top:45.8125rem;left:33.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcxUWmtmwEd5Nt8fZrSHNqeb6vOebLIm { display:block; }
 }@media only screen and (max-width: 763px) { #EtMVxiKKUF2G38Dby5cTEC2IzTs7EdKI { width:4.3125rem;height:2.0625rem;top:45.3125rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUzQtsdZL2WLn5Uug79ASM4zy574Vvm9 { display:block; }
 }@media only screen and (max-width: 763px) { #zD02ahsThWoUlwVhmIZpxvcdnVZmWGJp { top:46.8125rem;left:33.25rem;width:2.875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i { display:block; }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhz3orUnSJHVdmVFbLTT5ytbFvBbiTeu { top:3.75rem;left:0rem;width:26.125rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 {display:block;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #nEXx72FPnsNEaoPpEEpXwXLJp0I4fxzN {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #rP9s0K2ZFqoptQ0KiB7Ew4Wqh81WIdBz {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #rtXheDJCKv6BF73rvlgMLFhnEAf4XPae {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #UcL5ATswDXcXcBuVIoV97bJGxoB4JEbH {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #fMyVTE77nUeyCvLpqX39WNxWxSg3luge {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #oWaKSkyI1ciDJs3mQf0hpHLEa9PErIlp {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #XkuMh7GqhXFVn7OhLs62zXbt50H1vCJs {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #I9Uk6CnbiuuAgXuyg114T6sMdWNJRGMg {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #GnvvlcreMxzXfPRZLP4Xww0xqwoRA1gz {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #ZNBTl2nZblMBeR1zidtScvWrZ8zHFeS5 {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #iyJAXC7ynMrikqEKRHmn2QxbNaMA4wlM {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #tEU0zLitlMh61VLpRVn6l5RNDE4ZNr22 {  }
 }@media only screen and (max-width: 763px) { #BEBnyskqEWM64WwCVeOG86fTurqd8XAc { display:block; }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #ScrXl7IN3hc5Ay2TS1AoTg0eotCOtZCT {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #AFS5yLDF6L8GLehN5Z0nTRNfGWsqwLRs {  }
 }@media only screen and (max-width: 763px) { #PnMpGbXgnXOs5UFNC30RTB5rKpBFVelL { top:15.125rem;left:6.9375rem;width:6.875rem;height:6.875rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8kIxiNgLg5Ki9ceRl1D4ew7wVyRGpsa { top:19.9375rem;left:17.03125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO { display:block; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W32n1mhxIWhutFdpXhZAW0goTFCegHMr { top:16.25rem;left:26.5625rem;width:21.1875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHd4RNnNz3e45NlkIQ1Ea5hfGiiIK89m { top:16.9375rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKQMkW24tqTfQorMotgi4KaA8L08ztoo { width:47.75rem;height:3.1875rem;top:4.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLDLEhulmwABkTnCfur99ypkOKUQiRSm { width:38.875rem;height:3.5625rem;top:0rem;left:4.4055976867676rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO0sWCwtwi5k6hlxbI803REQwJwGkzPo { top:21.125rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9B7qlA358RmdnG26FM1ICfDXKhN840a { top:23.8125rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE3D0lZtbx9JiCs0tTvc12TawxuoT05Z { top:26.0625rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcIoaCQ1q46XM9zuAbggKuf3GlT0yhVa { top:21.1875rem;left:13.75rem;width:34rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGAUgmWgwF2UxMVtasB5WWnTdG2GETrm { top:23.75rem;left:6.3125rem;width:41.4375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2H4sxaC3kbpMsJVT0DW9zVrTmZcsq57 { top:26rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCF7obH8SLB5txoV61g3k91xIC27Qvhu { top:19rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twbJBOMf4LsKJX9m9qaDR6KadAKvVmXB { top:29rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTcfllV8Ka5mzsvsG4WgCC5vS1UXp3uR { top:28.125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulbWTzc1FhkJ9lKpGHXhBgoggpFuOegd { width:17.5rem;height:3.4375rem;top:10.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR2DvZQGbJU9TNZE4aTE5R43R6q6cF1t { display:block; }
 }@media only screen and (max-width: 763px) { #uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p { display:block; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5Q93W553GOz3QJPZ8g3WDsQu3OMWB94 { top:10.3125rem;left:14rem;width:22.6875rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWOBTrOBfhFEGTpOA4rwnP5TnD41OuJU { top:1.0625rem;left:39.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZLxwkvLg2ssfaPA7bQGrINyueNfTTtW { top:1.6875rem;left:3rem;width:41.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH1CvPwaMl42PTLVMhpGEkQFKHms2xIT { top:4.75rem;left:39.5625rem;width:2.1875rem;height:2.24935rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuOrrI9QieL4VcgyGchi7wTF8bTtQ3e2 { top:5rem;left:29.4375rem;width:10.8125rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#c5e8f6;background-image:url("https://images.assets-landingi.com/P1bv7XMw/1572.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQ1VNdy43dgdIU9So1RoCEqqXtxq6seZ { width:13.3125rem;height:1.625rem;top:2.5rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wh6zZxrEHJCaD81c2CO4WwdghXcsumtU { width:5rem;height:5rem;top:0.8125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3Vio2zaGlTB0w5gq8JZ1Tnm8M36T4Mp { width:13.875rem;height:3.125rem;top:1.75rem;left:0.5625rem;background-color:rgba(255,255,255,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw { display:block; }#JUWUXWbsSl2u5kGzqAHDTxLgBTgGmRfw > .row .container { width:20rem;height:129.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmn4vL8OVLUaCedPTLsO1rXVp4IznFi4 { width:20rem;height:2.5996125rem;top:0.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xrNOi32QsFHH6DNQEmQhelIymATfNS0X { width:17.9375rem;height:9rem;top:9.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkoqv6DzHaXIvnmt7dnKKKuXE7XtVrM1 { width:15.8125rem;height:1.4619125rem;top:10.625rem;left:2.125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#10070b;display:block; }
 }@media only screen and (max-width: 763px) { #OglxzsT7Ec6wIVPsZpTvFtaBimpPOw0O { width:17.875rem;height:7.5625rem;top:62.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQBi9Ux33aqZeLUHzrBfIqqwqL2cFNwm { width:7.4375rem;height:2.0625rem;top:17.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeOdTfB0r8TIxFofGIbU9Mwaq9c6LPK1 { display:block; }
 }@media only screen and (max-width: 763px) { #e4bInrqwoVzg8gZmDxByFEiK8vqwkuAw { width:7.4375rem;height:2.0625rem;top:33.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i02KROICeJhZchU2wrBfiFu1iIltAInv { display:block; }
 }@media only screen and (max-width: 763px) { #qvgVxqSnuP5QNcpISDI8fzaLsC0yZbRs { width:17.875rem;height:7.5rem;top:36.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpd2O2fR6PK80v8Ve5wVHSQTSTUECt8S { width:17.875rem;height:7.125rem;top:48.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POvcEanDwsHQI3aC8FK1Fk9eZADEnDcM { width:7.4375rem;height:2.0625rem;top:42.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQoSzlvJU6seUxFraOeu6tLmsa9e0mui { display:block; }
 }@media only screen and (max-width: 763px) { #GibkTCCCoMBeSTbo2HQ95wu6hSqL1RKZ { width:17.8125rem;height:1.4619125rem;top:37.0625rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#10070b;display:block; }
 }@media only screen and (max-width: 763px) { #Vz9bBkNRNTGXz8faFoHwN4qeGlw4qUEi { width:16.5rem;height:1.4619125rem;top:50.5rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#10070b;display:block; }
 }@media only screen and (max-width: 763px) { #SNdrHpqQgxZmqaLdh0HPc6cCuRZnK9CB { width:17.5rem;height:3.4375rem;top:124.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfRxsT55idGMwCQTbxCE6WxRfDnfiiU3 { display:block; }
 }@media only screen and (max-width: 763px) { #V6EtpfXl4RKhFoTDeFQwuM4tzZPDXPcG { width:20rem;height:4.7109375rem;top:3.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZTw2OWKQmBaC5MfsCtgWu2GGiS6qZ8T { width:14.125rem;height:2.4375rem;top:13.09375rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ea086e;display:block; }
 }@media only screen and (max-width: 763px) { #qmroWv7lCqW6k22vQFV8ILz5lxyrcoxn { width:15.4375rem;height:1.4619125rem;top:64.0625rem;left:2.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#10070b;display:block; }
 }@media only screen and (max-width: 763px) { #h6TS7QvI40xAKEqxlGb7XsFGo0HqHnSC { width:15.375rem;height:1.21875rem;top:66.4375rem;left:2.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ea086e;font-family:kids;display:block; }
 }@media only screen and (max-width: 763px) { #AM5BpIAiNomu083B06Nk1SLN0c0A1M7w { width:16.8125rem;height:1.21875rem;top:53.25rem;left:1.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#df4a8d;display:block; }
 }@media only screen and (max-width: 763px) { #uQLKGWbiSlgGrwIHkZ4Dr0Jqfz50BJXk { width:7.4375rem;height:2.0625rem;top:30.375rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdB6EfGbL6GkuRUwkLlcImCy9ciQDphT { display:block; }
 }@media only screen and (max-width: 763px) { #IaT70O6aQFblZl19IhUDEgLixT8RatKZ { width:17.3125rem;height:7.9375rem;top:23.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Q422e7xGXX0rbVuPaMOrrmLTCIiqTm { width:15.5625rem;height:1.4619125rem;top:24.125rem;left:2.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#10070b;display:block; }
 }@media only screen and (max-width: 763px) { #WSM5Dd202wZoHUFlcFFwkwQOLG8wmy4W { width:14.125rem;height:2.4375rem;top:26.125rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ea086e;display:block; }
 }@media only screen and (max-width: 763px) { #RxgghiRbSTV0z3s5AdTz6Htw30IzgQxG { width:5.6875rem;height:1.29980625rem;top:67.9375rem;left:7.15625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ea086e;display:block; }
 }@media only screen and (max-width: 763px) { #ID46l9qxGfyTIvLU7ZbcRM1Ucz997goH { width:14.4375rem;height:1.21875rem;top:40.125rem;left:2.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ea086e;display:block; }
 }@media only screen and (max-width: 763px) { #vNnMUhJ50BOHyxlOcRQOTDmqvXaJ4wav { width:4.3125rem;height:2.0625rem;top:20.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLyVunITiOD7TImfqpHAtxErOTtKEAPZ { display:block; }
 }@media only screen and (max-width: 763px) { #GzcLKfVk4kB1RR3EChzWHHOSMN1qOPl8 { width:3rem;height:0.1875rem;top:21.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWmH0rey76TrNTKRkWuqfXD9Vk9VFZp2 { width:4.3125rem;height:2.0625rem;top:45.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySOmzBFa1hSXRril8LWCeSneUSD26zIT { display:block; }
 }@media only screen and (max-width: 763px) { #lCWR6dIu7AV5aD6XtTZc3bVCbKfSD9P4 { width:2.875rem;height:0.125rem;top:46.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqhDkGNRS2X2XSpTlbHnHQ7q4RfxKICq { width:4.3125rem;height:2.0625rem;top:72.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiCVBvNctFRH5a0MPxcxRATxUgX1D9iT { display:block; }
 }@media only screen and (max-width: 763px) { #n54MvZMzvH6BLAH6P5tIQqxmiblU764l { width:3rem;height:0.1875rem;top:34.1875rem;left:7.625rem;z-index:100108;display:block; }
 }@media only screen and (max-width: 763px) { #uhN7HqzkofobnATXftazr6i3L9cu7bes { width:3rem;height:0.1875rem;top:59.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc0h3bn63LTfVEpiIxkgevNsCNsJ3EK3 { width:4.3125rem;height:2.0625rem;top:33.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhTXJJNyJ1Soh29Npn5J3BB7nivUIM9I { display:block; }
 }@media only screen and (max-width: 763px) { #LCJa0Zzg9upUBhTFRp2i8aWhokR8WZst { width:2.875rem;height:0.125rem;top:156.4375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOcaRig1kFOm06TImFGAHovOmBXTJ48K { width:7.4375rem;height:2.0625rem;top:94.4375rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQzc2bPUpH04BfnfK18LS7PmvbggKHSA { display:block; }
 }@media only screen and (max-width: 763px) { #Z02sqACy3wy3FhveO1PF3QBCCqMpX0ke { width:4.3125rem;height:2.0625rem;top:97.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5EQr8kkaQctz27HMRIaBsf1HzXe99PF { display:block; }
 }@media only screen and (max-width: 763px) { #yOVrixSsJfh44wFWUtvdwUxaEkfVHwHM { width:2.875rem;height:0.125rem;top:98.375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y38soTbgVhCvz5ZgwXsN7cndgqe87GTo { width:7.4375rem;height:2.0625rem;top:105.375rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANTQNWqdo6N3th9pe5C2NwdHMogHtHo3 { display:block; }
 }@media only screen and (max-width: 763px) { #IlwD8TfQs0BUQE1xzFPE6y0ZICBKTUXJ { width:4.3125rem;height:2.0625rem;top:108.71875rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUlb7lT0QWBOlufOtryJLFTGlnCgv0bF { display:block; }
 }@media only screen and (max-width: 763px) { #qUWbglWnXzDUyJXFDyvQed1NxZW0TwSg { width:2.875rem;height:0.125rem;top:109.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuTiyTf5oa1HzQH4COp5mZAZ5SXcO3WR { width:17.875rem;height:5.75rem;top:112.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRWW3vfNEP2MXgrBST8IH7oiWrPFIBMB { width:11.75rem;height:1.7871125rem;top:114.25rem;left:4.125rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ea086e;display:block; }
 }@media only screen and (max-width: 763px) { #N8yzAUGLwFZZNzo5wKTZITOgXBCmt83T { width:7.4375rem;height:2.0625rem;top:55.4375rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKFaAhtNDzIPclI2QmOZZRwEcgIqLiMp { display:block; }
 }@media only screen and (max-width: 763px) { #xsH8JstmN70dTmGVm4lyvIEANZ29Ofh0 { width:4.3125rem;height:2.0625rem;top:58.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dmq2aGWaBCg9g0crVc3cizH6qhHVUU { display:block; }
 }@media only screen and (max-width: 763px) { #nUHbT9o0Ei5OoSbswIyO3HRTR2qqxybr { width:17.875rem;height:6.0625rem;top:100.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4wSAzTvQC3tm7RGcgyrrIvDziaDVWI4 { width:13.125rem;height:1.70605625rem;top:102.1875rem;left:3.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#ea086e;display:block; }
 }@media only screen and (max-width: 763px) { #QmmVbcPqzrUUk3E0mbVwkfpLL7ucc6TI { width:2.875rem;height:0.125rem;top:175.654296875rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UD1GQzQKuH0m02xzW7wIhpau4SBVhKdP { width:7.4375rem;height:2.0625rem;top:117.375rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dycubz6gETzeQ7MnwCIL5sSCQJa77zLD { display:block; }
 }@media only screen and (max-width: 763px) { #MxgL115bQKtmn86Lhx1nsUAGi8MeBvsL { width:4.3125rem;height:2.0625rem;top:120rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3A3yHTdSE6nlKhQyDozkhtSiZm3bUn0 { display:block; }
 }@media only screen and (max-width: 763px) { #s8XH8tTQgt3Q66txokDWfLi8qhPtift5 { width:2.875rem;height:0.125rem;top:121rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT4f653o1Tq9Akkpqgyhun0rmQHkevmo { width:17.875rem;height:6.5625rem;top:88.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB8MNNuEaKrca8cqZdv34vkgmAhQd4Ry { width:16.8125rem;height:1.21875rem;top:92.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ea086e;display:block; }
 }@media only screen and (max-width: 763px) { #iOr8lZ7xMmkcLx7MgSh7pSOCyAQzARcd { width:14.875rem;height:1.4619125rem;top:90.1640625rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#10070b;display:block; }
 }@media only screen and (max-width: 763px) { #GAHwGWCxCZOTmShQpD2OvNmxTgPtEZ3T { width:17.875rem;height:6.25rem;top:145.8125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGlTzdSNX32d62HpA2nU0hbyNhC28cdC { width:7.4375rem;height:2.0625rem;top:69.6123046875rem;left:6.28125rem;z-index:100109;display:block; }
 }@media only screen and (max-width: 763px) { #LNxW1OivBBNFwFKZ1m107tdeCgI2nmFn { display:block; }
 }@media only screen and (max-width: 763px) { #kUltMiZSIZnGXiV7WxJzkJfqu3taiBU9 { width:2.875rem;height:0.125rem;top:73.5rem;left:7.875rem;z-index:100108;display:block; }
 }@media only screen and (max-width: 763px) { #SvVC0Ag5IbM5mfw1qXg14KhTLx43fE97 { width:17.875rem;height:6.5rem;top:76rem;left:1.0625rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #ViTQ4dgugeweyyLTXtsoN4wvhf59QyIQ { width:16.8125rem;height:1.21875rem;top:79rem;left:1.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ea086e;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #RDDLzqiBnbcncT3XIRyogqHCgzd6wZuZ { width:14.875rem;height:1.4619125rem;top:76.5rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#10070b;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #koJ7TUUgHZLZ2FmfxMZIZk4EWLl6QGkc { width:7.4375rem;height:2.0625rem;top:81.4375rem;left:6.28125rem;z-index:100055;display:block; }
 }@media only screen and (max-width: 763px) { #ME8hrJaXdTHTFoHnFms2fn9I4odt1VX8 { display:block; }
 }@media only screen and (max-width: 763px) { #cypZoR8wUVr9Nksq0TRbq2mobxzD44nK { width:4.3125rem;height:2.0625rem;top:84.5625rem;left:7.875rem;z-index:100053;display:block; }
 }@media only screen and (max-width: 763px) { #zcxUWmtmwEd5Nt8fZrSHNqeb6vOebLIm { display:block; }
 }@media only screen and (max-width: 763px) { #EtMVxiKKUF2G38Dby5cTEC2IzTs7EdKI { width:4.3125rem;height:2.0625rem;top:136.3125rem;left:8.5rem;z-index:100059;display:none; }
 }@media only screen and (max-width: 763px) { #DUzQtsdZL2WLn5Uug79ASM4zy574Vvm9 { display:block; }
 }@media only screen and (max-width: 763px) { #zD02ahsThWoUlwVhmIZpxvcdnVZmWGJp { width:2.875rem;height:0.125rem;top:85.6875rem;left:8rem;z-index:100098;display:block; }
 }@media only screen and (max-width: 763px) { #nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i { display:block; }#nsM6ONrDPeAP4QE6ZzGEvnLGKwnSKt2i > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhz3orUnSJHVdmVFbLTT5ytbFvBbiTeu { width:20rem;height:6.5rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-container:first-of-type{padding-top:0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .widget-container:last-of-type{padding-bottom:0;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2  { width:17.5rem;height:auto;top:9.9375rem;left:0rem; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 {display:block;}#oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 { width:17.5rem;height:auto;top:9.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #nEXx72FPnsNEaoPpEEpXwXLJp0I4fxzN {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #rP9s0K2ZFqoptQ0KiB7Ew4Wqh81WIdBz {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #rtXheDJCKv6BF73rvlgMLFhnEAf4XPae {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #UcL5ATswDXcXcBuVIoV97bJGxoB4JEbH {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #fMyVTE77nUeyCvLpqX39WNxWxSg3luge {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #oWaKSkyI1ciDJs3mQf0hpHLEa9PErIlp {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #XkuMh7GqhXFVn7OhLs62zXbt50H1vCJs {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #I9Uk6CnbiuuAgXuyg114T6sMdWNJRGMg {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #GnvvlcreMxzXfPRZLP4Xww0xqwoRA1gz {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #ZNBTl2nZblMBeR1zidtScvWrZ8zHFeS5 {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #iyJAXC7ynMrikqEKRHmn2QxbNaMA4wlM {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #tEU0zLitlMh61VLpRVn6l5RNDE4ZNr22 {  }
 }@media only screen and (max-width: 763px) { #BEBnyskqEWM64WwCVeOG86fTurqd8XAc { display:block; }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #ScrXl7IN3hc5Ay2TS1AoTg0eotCOtZCT {  }
 }@media only screen and (max-width: 763px) { #oVex7cfR9DUI9FXbOyzZ2yWq2BmxLrc2 #AFS5yLDF6L8GLehN5Z0nTRNfGWsqwLRs {  }
 }@media only screen and (max-width: 763px) { #PnMpGbXgnXOs5UFNC30RTB5rKpBFVelL { width:4.375rem;height:4.375rem;top:7.1875rem;left:7.8125rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8kIxiNgLg5Ki9ceRl1D4ew7wVyRGpsa { width:3.125rem;height:3.125rem;top:8.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO { background-color:rgba(255,255,255,0.94);background-image:none;display:block; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row .container { background-color: transparent; background-image: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row .container > .video-iframe-container { display: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row > .video-iframe-container { display: none; }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .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); }#ZW5EK2O7c1Xrbe0tfdVN9JtWAfgTG3VO > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W32n1mhxIWhutFdpXhZAW0goTFCegHMr { width:15.1875rem;height:1.3808625rem;top:11.1875rem;left:2.1875rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHd4RNnNz3e45NlkIQ1Ea5hfGiiIK89m { width:1.93685rem;height:1.93685rem;top:10.940755367279rem;left:17.624566137791rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKQMkW24tqTfQorMotgi4KaA8L08ztoo { width:18.25rem;height:5.5234375rem;top:3.8741340637207rem;left:0.87456601858137rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLDLEhulmwABkTnCfur99ypkOKUQiRSm { width:18.8125rem;height:1.94921875rem;top:1rem;left:0.59375005960464rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO0sWCwtwi5k6hlxbI803REQwJwGkzPo { width:1.8125rem;height:1.8125rem;top:16.1875rem;left:17.874566137791rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9B7qlA358RmdnG26FM1ICfDXKhN840a { width:1.75rem;height:1.9375rem;top:20.310981750488rem;left:17.874566137791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE3D0lZtbx9JiCs0tTvc12TawxuoT05Z { width:1.75rem;height:1.8125rem;top:24.87370300293rem;left:17.874566137791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcIoaCQ1q46XM9zuAbggKuf3GlT0yhVa { width:17.8125rem;height:2.76171875rem;top:16.437065124512rem;left:1.1243489384651rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGAUgmWgwF2UxMVtasB5WWnTdG2GETrm { width:17.25rem;height:2.76171875rem;top:20.561637878418rem;left:1.3750000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2H4sxaC3kbpMsJVT0DW9zVrTmZcsq57 { width:16.5rem;height:2.76171875rem;top:24.436416625976rem;left:1.1861979365349rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCF7obH8SLB5txoV61g3k91xIC27Qvhu { width:20rem;height:1.7871125rem;top:13.312065124512rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twbJBOMf4LsKJX9m9qaDR6KadAKvVmXB { width:1.6875rem;height:1.5rem;top:29.186851501465rem;left:17.874566137791rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTcfllV8Ka5mzsvsG4WgCC5vS1UXp3uR { width:16.8125rem;height:4.142575rem;top:28.374137878418rem;left:0.75rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulbWTzc1FhkJ9lKpGHXhBgoggpFuOegd { width:17.5rem;height:3.4375rem;top:33.7490234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR2DvZQGbJU9TNZE4aTE5R43R6q6cF1t { display:block; }
 }@media only screen and (max-width: 763px) { #uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p { display:block; }#uST8XbmJFZBv3mrUPIx6Ssvtsn1fRT2p > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5Q93W553GOz3QJPZ8g3WDsQu3OMWB94 { width:20rem;height:0.9746125rem;top:13.310546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWOBTrOBfhFEGTpOA4rwnP5TnD41OuJU { width:3.125rem;height:3.125rem;top:2.4136276245117rem;left:15.812067091465rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZLxwkvLg2ssfaPA7bQGrINyueNfTTtW { width:13.186875rem;height:3.0859375rem;top:2.5119361877441rem;left:1.6866319775581rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH1CvPwaMl42PTLVMhpGEkQFKHms2xIT { width:3.18685rem;height:3.18685rem;top:6.7556419372556rem;left:15.780599653721rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuOrrI9QieL4VcgyGchi7wTF8bTtQ3e2 { width:9.375rem;height:2.2744125rem;top:7.236328125rem;left:5.5679255127907rem;text-align:right;text-align-last:right;font-size:1.75rem;display:block; }
 }