.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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(316deg, #e5c6bc, #e9f1f1);background-image: -moz-linear-gradient(316deg, #e5c6bc, #e9f1f1);background-image: -ms-linear-gradient(316deg, #e5c6bc, #e9f1f1);background-image: -o-linear-gradient(316deg, #e5c6bc, #e9f1f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c6bc', endColorstr='#e9f1f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c6bc', endColorstr='#e9f1f1' );";background-image: linear-gradient(316deg, #e5c6bc, #e9f1f1);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:transparent;background-image: -webkit-linear-gradient(228deg, #e5c6bc, #e9f1f1);background-image: -moz-linear-gradient(228deg, #e5c6bc, #e9f1f1);background-image: -ms-linear-gradient(228deg, #e5c6bc, #e9f1f1);background-image: -o-linear-gradient(228deg, #e5c6bc, #e9f1f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c6bc', endColorstr='#e9f1f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c6bc', endColorstr='#e9f1f1' );";background-image: linear-gradient(228deg, #e5c6bc, #e9f1f1);background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:block; }#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 .container { font-size:14px;font-family:"open sans";height:605px;width:960px;overflow:visible;position:relative;display:block; }#DQ1VNdy43dgdIU9So1RoCEqqXtxq6seZ { color:#ffffff;display:block;width:483.993px;position:absolute;font-family:tajawal;font-size:32px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:158.26390075684px;left:429.98266601562px;height:81.7778px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D4lShhmlgfgQ0mWUyCbTgBMTuVVgws8H { background-color:transparent;background-image: -webkit-linear-gradient(112deg, #2e87b3, #41b2ec);background-image: -moz-linear-gradient(112deg, #2e87b3, #41b2ec);background-image: -ms-linear-gradient(112deg, #2e87b3, #41b2ec);background-image: -o-linear-gradient(112deg, #2e87b3, #41b2ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e87b3', endColorstr='#41b2ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e87b3', endColorstr='#41b2ec' );";background-image: linear-gradient(112deg, #2e87b3, #41b2ec);border-top:1px solid #09699d;border-left:1px solid #09699d;border-right:1px solid #09699d;border-bottom:1px solid #09699d;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 10px 6px 1px rgba(131,46,84,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:kids;font-size:30px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:108px;height:57px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:25.9921875px;left:58.2421875px;display:none; }
#gorG9PSxBakuowEvxzkXuEde64tePLOJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#PXLOJy3rNdiKz0kvnezTfd9L0yNt75ad { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:100px;width:380px;top:0px;left:290px;overflow:hidden;display:block; }
#HSHaKS04eUMMCBVz5NDKc19FDvVQagkU { color:#000000;display:block;width:694px;position:absolute;font-family:hekaya;font-size:26px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:266px;left:256px;height:168.889px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#tR9D9KymEtQlhvguPH3ZU7UkQIIqbsCC { background-color:rgba(255,255,255,0.66);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:33px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220.99px;height:59px;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:533.09030151367px;left:539.98266601562px;display:block; }
#l1wvEyComUJ7ConBXEDXom5AMcZ3Nt42 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#wL1tr1DOiJAJoMO1fmbzRSf5PXNpkbRH { color:#000000;display:block;width:258.993px;position:absolute;font-family:hekaya;font-size:30px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:76.4444px;top:480.19097900391px;left:520.95489501953px;text-align:center;text-align-last:center;display:block; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-form-header {  }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-regular-label { height:auto;display:block;font-family:hekaya;font-size:20px;font-weight:400;color:#070571;width:245px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;font-style:normal;text-align:center;text-align-last:center;overflow:hidden;line-height:.9; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-text { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;border-top:1px solid #b488ac;border-left:1px solid #b488ac;border-right:1px solid #b488ac;border-bottom:1px solid #b488ac;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:245px;box-sizing:border-box;height:56px;color:#7f1aa9;font-size:24px;overflow:hidden;font-family:hekaya;text-align:center;text-align-last:center; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-textarea { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;border-top:1px solid #b488ac;border-left:1px solid #b488ac;border-right:1px solid #b488ac;border-bottom:1px solid #b488ac;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:245px;box-sizing:border-box;height:70px;color:#7f1aa9;font-size:24px;overflow:hidden;font-family:hekaya;text-align:center;text-align-last:center; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-select { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:245px;box-sizing:border-box;height:37px;color:#000000;font-family:cairo;font-size:13px;overflow:hidden;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:46px;margin-left:40px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:30px;font-weight:400;color:#000000;width:164px;height:59px;font-family:hekaya;overflow:hidden;font-style:normal;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 [class*="-text"]:-moz-placeholder { color:#000000;font-family:hekaya;font-size:20px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 [class*="-text"]::-moz-placeholder { color:#000000;font-family:hekaya;font-size:20px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:hekaya;font-size:20px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:hekaya;font-size:20px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:223px;overflow:hidden;font-style:normal; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-container:first-of-type{padding-top:0;}#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-container:last-of-type{padding-bottom:0;}#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43  { background-color:transparent;background-image: -webkit-linear-gradient(321deg, #8499f0, #f18da7);background-image: -moz-linear-gradient(321deg, #8499f0, #f18da7);background-image: -ms-linear-gradient(321deg, #8499f0, #f18da7);background-image: -o-linear-gradient(321deg, #8499f0, #f18da7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8499f0', endColorstr='#f18da7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8499f0', endColorstr='#f18da7' );";background-image: linear-gradient(321deg, #8499f0, #f18da7);background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:245px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100017;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 1px 50px rgba(133,98,202,0.66) ;position:absolute;top:125.375px;left:42.075012207031px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:245px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 {display:block;}#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 { background-color:transparent;background-image: -webkit-linear-gradient(321deg, #8499f0, #f18da7);background-image: -moz-linear-gradient(321deg, #8499f0, #f18da7);background-image: -ms-linear-gradient(321deg, #8499f0, #f18da7);background-image: -o-linear-gradient(321deg, #8499f0, #f18da7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8499f0', endColorstr='#f18da7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8499f0', endColorstr='#f18da7' );";background-image: linear-gradient(321deg, #8499f0, #f18da7);background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:245px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100017;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 1px 50px rgba(133,98,202,0.66) ;position:absolute;top:125.375px;left:42.075012207031px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #Ckk3Q8s4raasAN9pd0LIgrTkeV1pmgyw { position:relative; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #MewJhmlhmxEx979SXnN8T2povFy5QlZw { position:relative; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #e3APgn9N9vTNWdyoL9odKwTpwK4phbLt { position:relative; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #zpyLJnoIPUi0TWIvOIZXZJyevtQngKhK { position:relative; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #gQ9EhBWZmeLFTxBLW8clmTqZaiqwlicn { position:relative; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #wMTIGt8VaQfOoehiwp4p7rgnihUCdXgV { position:relative; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #vhFv43O686RFLl84D3iX1L2SIiiHrmPp { position:relative; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #zE53Ec27dscIZMGTOOe5U5AFHbXUruSc { position:relative; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #DHZoBha0Ng60EhAP0BosuuITLNRJkBB5 { position:relative; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #GGMQZHfBwsWB65boWMky4sJFeG6P72wk { position:relative; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #QUThnJqQtitBlp1Aw0pJ1kVoTDqgBTD5 { position:relative; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #QTb81ibf33PfQIlJgKvpAmQmrmWGyTBf { position:relative; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #ZrpVDD9PGtwxa40OcTGiDQWMF3yJ1VWi { position:relative; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #Gc5Z1uE34rmkytZOe4GGaOePpweq5VkK { position:relative; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #cCy9OVsF7ykdaXCwsJvdCVnDhvGeQSPh { position:relative; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #eQzUeane3E1EzTq7mc1cCslzrkmEGRr9 { position:relative; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #H6Z5A7M6nbXyZVEZz2BNJrgAlTowRPdM { position:relative; }
#uy9zEbPk1eErQ1U3cr9PZDXs58kkk8cT { position:relative;display:block; }#uy9zEbPk1eErQ1U3cr9PZDXs58kkk8cT { background-color: transparent; background-image: none; }#uy9zEbPk1eErQ1U3cr9PZDXs58kkk8cT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uy9zEbPk1eErQ1U3cr9PZDXs58kkk8cT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uy9zEbPk1eErQ1U3cr9PZDXs58kkk8cT > .row .container > .video-iframe-container { display: none; }#uy9zEbPk1eErQ1U3cr9PZDXs58kkk8cT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uy9zEbPk1eErQ1U3cr9PZDXs58kkk8cT > .row > .video-iframe-container { display: none; }#uy9zEbPk1eErQ1U3cr9PZDXs58kkk8cT > .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); }#uy9zEbPk1eErQ1U3cr9PZDXs58kkk8cT { border-width: 0; border-radius: 0; }#uy9zEbPk1eErQ1U3cr9PZDXs58kkk8cT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:394px;width:960px;position:relative;display:block; }#ToglJR6CID2H4TxaNMShAF8CnH3aGIdd { color:#ffffff;display:block;width:77px;position:absolute;font-family:raleway;font-size:35px;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:29px;left:639px;height:45.3333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Aug9d6aeEk8fAomL91QfApTmw4sPMc0W { color:#494949;display:block;width:410px;position:absolute;font-family:kids;font-size:35px;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:28.975700378418px;left:225px;height:45.3333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XVPvd5mfqtBB6aDHCHU0ceTCoCduEbp9 { color:#000000;display:block;width:162.969px;position:absolute;font-family:hekaya;font-size:35px;font-weight:normal;z-index:100067;line-height:1.3;letter-spacing:0;top:107.98608398438px;left:523.48962402344px;height:45.3333px;text-align:center;text-align-last:center;display:block; }
#dM9eF991C8HOwJAQQCvtxp2zV5DkeEo5 { color:#000000;display:block;width:165.99px;position:absolute;font-family:hekaya;font-size:24px;font-weight:normal;z-index:100069;line-height:1.3;letter-spacing:0;top:171.9617767334px;left:271.45831298828px;height:124.4444px;text-align:center;text-align-last:center;display:block; }
#w5VTPt4eTINzItOIkvsFMVgBwbJawEFa { position:absolute;display:block;z-index:100023;background-color:#fb7f7f;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-shadow: 0 0 10px rgba(60,60,60,0.32) ;height:77px;width:77px;top:14px;left:637px;display:block; }
#cFlhGRLZCEdJL5UvD7lKmfk2etQH0xAu { position:absolute;display:block;z-index:100065;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px #8499f0 ;height:222px;width:248px;top:108px;left:481px;display:block; }
#UXcVE4a6EON19HymyRw5r1cT8ZUHQPXa { color:#000000;display:block;width:156.997px;position:absolute;font-family:hekaya;font-size:24px;font-weight:normal;z-index:100068;line-height:1.3;letter-spacing:0;top:171.97914123535px;left:526.45837402344px;height:124.4444px;text-align:center;text-align-last:center;display:block; }
#IbG3hPdsf3U0GnhE4cwf1LA3MhWFwN5T { position:absolute;display:block;z-index:100066;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 5px #8499f0 ;height:221px;width:248px;top:108px;left:231px;display:block; }
#HKWNygr373MF15zsrrCJkONo4AD3KSq9 { color:#000000;display:block;width:162.969px;position:absolute;font-family:hekaya;font-size:35px;font-weight:normal;z-index:100068;line-height:1.3;letter-spacing:0;top:107.53472709656px;left:265.97222900391px;height:45.3333px;text-align:center;text-align-last:center;display:block; }
#wZMRw2DKlnOuIIrsCmAfVF5MyVpCKcGm { background-color:#fb7f7f;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:hekaya;font-size:32px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:148.993px;height:46.9965px;text-decoration:none;z-index:100070;text-align:center;text-align-last:center;top:303.24655342102px;left:530.48614501953px;display:block; }
#Z6DZ4waedhvSLHi81ayyTEL0dTTAPpqH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#laEogMAT5wGEZnHa5fTM63U1ro32x6rE { background-color:#fb7f7f;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:hekaya;font-size:32px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:148.976px;height:46.9792px;text-decoration:none;z-index:100071;text-align:center;text-align-last:center;top:303.24655342102px;left:280.41668701172px;display:block; }
#doalXn3W0OVAzyGXM1C3ocOvAxJFrffz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#zA1f3egf40K36U2L7aIXRuBHqnCOJ8TO { position:relative;display:block; }#zA1f3egf40K36U2L7aIXRuBHqnCOJ8TO { background-color: transparent; background-image: none; }#zA1f3egf40K36U2L7aIXRuBHqnCOJ8TO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zA1f3egf40K36U2L7aIXRuBHqnCOJ8TO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zA1f3egf40K36U2L7aIXRuBHqnCOJ8TO > .row .container > .video-iframe-container { display: none; }#zA1f3egf40K36U2L7aIXRuBHqnCOJ8TO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zA1f3egf40K36U2L7aIXRuBHqnCOJ8TO > .row > .video-iframe-container { display: none; }#zA1f3egf40K36U2L7aIXRuBHqnCOJ8TO > .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); }#zA1f3egf40K36U2L7aIXRuBHqnCOJ8TO { border-width: 0; border-radius: 0; }#zA1f3egf40K36U2L7aIXRuBHqnCOJ8TO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:479px;width:960px;position:relative;display:block; }#Te0rBtHwvURyExS8dMN5eB5QbH84MD1B { color:#ffffff;display:block;width:76.9965px;position:absolute;font-family:raleway;font-size:35px;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:42.986083984375px;left:638.99304199219px;height:45.3333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vr0NZ6VUmkxFSIXsBxEzZk6B5yheyZHK { color:#494949;display:block;width:403.993px;position:absolute;font-family:kids;font-size:35px;font-weight:400;z-index:100050;line-height:1.3;letter-spacing:0;top:45.538208007812px;left:218.95834350586px;height:45.3333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AefllfIp7Oh0ctf4s7vzZrKBargC4mmP { position:absolute;display:block;z-index:100042;background-color:#fb7f7f;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-shadow: 0 0 10px rgba(60,60,60,0.32) ;height:77px;width:77px;top:26.996459960938px;left:638.99304199219px;display:block; }
#Z8kQOuXpiDtOTBMVKay7WC23EgyETH8O { color:#000000;display:block;width:230.99px;position:absolute;font-family:hekaya;font-size:22px;font-weight:normal;z-index:100070;line-height:1.3;letter-spacing:0;top:410px;left:354px;height:28.4444px;text-align:center;text-align-last:center;display:block; }
#vuWIBwk4ukL2ZoVRyeaMIo6vWSz62HMG { color:#000000;display:block;width:200px;position:absolute;font-family:hekaya;font-size:20px;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:447.98611450195px;left:600px;height:25.7778px;display:block; }
#GFlBW7ErQiNoCkmRh8mqI4RQhAJF7gBk { color:#000000;display:block;width:200px;position:absolute;font-family:hekaya;font-size:20px;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:447.98611450195px;left:715.98962402344px;height:25.7778px;display:block; }
#HnEiuQApzlHDXEfcMBeUbo948MNRRqbL { color:#000000;display:block;width:200px;position:absolute;font-family:hekaya;font-size:20px;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:447.98611450195px;left:440.98956298828px;height:25.7778px;display:block; }
#AFKAtdPZvq6aX5il9T2WP4UDlfsR9OP5 { color:#000000;display:block;width:200px;position:absolute;font-family:hekaya;font-size:20px;font-weight:normal;z-index:100074;line-height:1.3;letter-spacing:0;top:447.98611450195px;left:255px;height:25.7778px;display:block; }
#wi1AdyxisWSoHlorkRKEwMLTsJ354Akd { color:#000000;display:block;width:262.986px;position:absolute;font-family:hekaya;font-size:18px;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:450.98959350586px;left:22.986083984375px;height:46.2222px;display:block; }
#pgkCCbMn7plw9SNh1zPkfUCg09ZA64Qt { position:absolute;display:block;z-index:100069;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px #8499f0 ;height:219px;width:248px;top:126px;left:481px;display:block; }
#psWCrbVGBggfZxpSh62FXiUCgT0VQmGE { color:#000000;display:block;width:156.997px;position:absolute;font-family:hekaya;font-size:24px;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:184px;left:523px;height:93.3333px;text-align:center;text-align-last:center;display:block; }
#fJriRDw3caNbQ9Oz5qsVZxcFB1MTn2dL { color:#000000;display:block;width:165.99px;position:absolute;font-family:hekaya;font-size:24px;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:184px;left:278px;height:93.3333px;text-align:center;text-align-last:center;display:block; }
#ShRL6sPcPoczrIigElVNMwZQB5b1tXVG { position:absolute;display:block;z-index:100070;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 5px #8499f0 ;height:219px;width:248px;top:126px;left:231px;display:block; }
#IIgCUJtX5x8KlVJFKgKu86TywvOgBKoI { color:#000000;display:block;width:162.969px;position:absolute;font-family:hekaya;font-size:35px;font-weight:normal;z-index:100076;line-height:1.3;letter-spacing:0;top:129px;left:518px;height:45.3333px;text-align:center;text-align-last:center;display:block; }
#O93mtOohgA4Qb488UVZ6cwkav1gOXblh { color:#000000;display:block;width:162.969px;position:absolute;font-family:hekaya;font-size:35px;font-weight:normal;z-index:100077;line-height:1.3;letter-spacing:0;top:129px;left:280px;height:45.3333px;text-align:center;text-align-last:center;display:block; }
#gJ4JaFxJnGo4KSblziRF8KTRXbOraffq { box-sizing:content-box;color:#644593;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100078;top:399px;left:556px;display:block; }
#yKPFyadSCK97efMZenX4dKOGTMMNzQrr { background-color:#fb7f7f;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:hekaya;font-size:32px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:148.976px;height:46.9792px;text-decoration:none;z-index:100072;text-align:center;text-align-last:center;top:321.99653804302px;left:530.48614501953px;display:block; }
#ATvNbTvytTc6yamOnHrT7ZfeymzHN1Wn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#zD3cnzRR0iQUfIMyAwO8TLx3eJAy6t5Z { background-color:#fb7f7f;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:hekaya;font-size:32px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:148.976px;height:46.9792px;text-decoration:none;z-index:100073;text-align:center;text-align-last:center;top:321.99653804302px;left:280.50347900391px;display:block; }
#ONz6thk7sinN6S5u4EOF8N7iI9vo3EWh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#J3cc88dNALvmc9ryRXqA5vtEsSpPz7QT { position:relative;display:block; }#J3cc88dNALvmc9ryRXqA5vtEsSpPz7QT { background-color: transparent; background-image: none; }#J3cc88dNALvmc9ryRXqA5vtEsSpPz7QT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J3cc88dNALvmc9ryRXqA5vtEsSpPz7QT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J3cc88dNALvmc9ryRXqA5vtEsSpPz7QT > .row .container > .video-iframe-container { display: none; }#J3cc88dNALvmc9ryRXqA5vtEsSpPz7QT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J3cc88dNALvmc9ryRXqA5vtEsSpPz7QT > .row > .video-iframe-container { display: none; }#J3cc88dNALvmc9ryRXqA5vtEsSpPz7QT > .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); }#J3cc88dNALvmc9ryRXqA5vtEsSpPz7QT { border-width: 0; border-radius: 0; }#J3cc88dNALvmc9ryRXqA5vtEsSpPz7QT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:321px;width:960px;position:relative;display:block; }#Ou3r3307wrgPLJ94g35CXi734GEUFJQq { color:#ffffff;display:block;width:76.9965px;position:absolute;font-family:raleway;font-size:35px;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:26px;left:870px;height:45.3333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nlyNyecon7Xl1ZOceTNxEv7SivuII79W { color:#494949;display:block;width:403.976px;position:absolute;font-family:kids;font-size:35px;font-weight:400;z-index:100050;line-height:1.3;letter-spacing:0;top:26.961875915527px;left:452.96875px;height:45.3333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKhKma4ofqdnV2gftHhxE3OTOhSmZSVy { position:absolute;display:block;z-index:100042;background-color:#fb7f7f;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-shadow: 0 0 10px rgba(60,60,60,0.32) ;height:77px;width:77px;top:10px;left:870px;display:block; }
#Mkxh0HVa2FRKQUiPvcW5Zu2DcDer9apB { color:#000000;display:block;width:159px;position:absolute;font-family:hekaya;font-size:22px;font-weight:normal;z-index:100070;line-height:1.3;letter-spacing:0;top:70.399322509766px;left:709.93060302734px;height:56.8889px;text-align:center;text-align-last:center;display:block; }
#ieL6U8KwkPW7cpKHq6kLJB4vaAedw8uA { color:#000000;display:block;width:200px;position:absolute;font-family:hekaya;font-size:24px;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:174.30560302734px;left:618.99304199219px;height:31.1111px;text-align:right;text-align-last:right;display:block; }
#MTvZo132W0yGPcoaN0FrZOlmeBAsBsn1 { color:#000000;display:block;width:105px;position:absolute;font-family:hekaya;font-size:24px;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:139.44445800781px;left:709.93060302734px;height:62.2222px;text-align:right;text-align-last:right;display:block; }
#A7dWkBRMPGTtqa056nkObRMKSZhcaxb4 { color:#000000;display:block;width:240px;position:absolute;font-family:hekaya;font-size:24px;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:217.98614501953px;left:579.96527099609px;height:62.2222px;text-align:right;text-align-last:right;display:block; }
#FNtCRwLeumSgomq22TsTANJarpvyucgT { color:#000000;display:block;width:358.993px;position:absolute;font-family:hekaya;font-size:24px;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:259.87847900391px;left:465.97222900391px;height:62.2222px;text-align:right;text-align-last:right;display:block; }
#sV92L1W0J8NKU6GfCPZ7SVk7E5E7b0Ih { color:#000000;display:block;width:186.997px;position:absolute;font-family:hekaya;font-size:26px;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:135.60764312744px;left:94.392364501953px;height:33.7778px;text-align:center;text-align-last:center;display:block; }
#I4KgBgQT2mIEVm3GHCiDLmw0fwSbMELH { color:#000000;display:block;width:255.99px;position:absolute;font-family:hekaya;font-size:45px;font-weight:normal;z-index:100076;line-height:1.3;letter-spacing:0;top:33.958335876465px;left:59.375px;height:57.7778px;text-align:center;text-align-last:center;display:block; }
#h5f49CZpA1WfNKm9gC4tx6scPIsr0MfR { box-sizing:content-box;color:#644593;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100078;top:130px;left:820.9375px;display:block; }
#ubupQ9GnPlpgPx3H0Osv85UcW7E25Vhp { position:absolute;display:block;z-index:100069;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px #8499f0 ;height:320px;width:439px;top:0px;left:0px;display:block; }
#JT9b1nH7gz8Nhs7JgT4i17bXFMLrwFxN { box-sizing:content-box;color:#644593;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100079;top:164.84375px;left:820.9375px;display:block; }
#B3Uw2xB0SbW3WMhxm3e4J1OXBUR15dET { box-sizing:content-box;color:#644593;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100080;top:205.39935302734px;left:820.9375px;display:block; }
#PKp4dUstTO3cQOnQzwmfrDtQA6c5wpL4 { box-sizing:content-box;color:#644593;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100081;top:249.53131103516px;left:820.9375px;display:block; }
#y6QvELHummXaSg4QHbeAKIP9IDArXtt2 { color:#000000;display:block;width:186.997px;position:absolute;font-family:hekaya;font-size:24px;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:223.19445037842px;left:94.461791992188px;height:31.1111px;text-align:center;text-align-last:center;display:block; }
#uPFtfgM1LotrL9AchCSgGH7PxPdqr3KL { color:#000000;display:block;width:186.997px;position:absolute;font-family:hekaya;font-size:30px;font-weight:normal;z-index:100074;line-height:1.3;letter-spacing:0;top:178.17708587646px;left:93.871520996094px;height:38.2222px;text-align:center;text-align-last:center;display:block; }
#WI4b1eSqPPeJwawdDEspbcC8kmR6RlSH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(266deg, #e5c6bc, #e9f1f1);background-image: -moz-linear-gradient(266deg, #e5c6bc, #e9f1f1);background-image: -ms-linear-gradient(266deg, #e5c6bc, #e9f1f1);background-image: -o-linear-gradient(266deg, #e5c6bc, #e9f1f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c6bc', endColorstr='#e9f1f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c6bc', endColorstr='#e9f1f1' );";background-image: linear-gradient(266deg, #e5c6bc, #e9f1f1);position:relative;display:block; }#WI4b1eSqPPeJwawdDEspbcC8kmR6RlSH > .row .container { background-color: transparent; background-image: none; }#WI4b1eSqPPeJwawdDEspbcC8kmR6RlSH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WI4b1eSqPPeJwawdDEspbcC8kmR6RlSH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WI4b1eSqPPeJwawdDEspbcC8kmR6RlSH > .row .container > .video-iframe-container { display: none; }#WI4b1eSqPPeJwawdDEspbcC8kmR6RlSH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WI4b1eSqPPeJwawdDEspbcC8kmR6RlSH > .row > .video-iframe-container { display: none; }#WI4b1eSqPPeJwawdDEspbcC8kmR6RlSH > .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); }#WI4b1eSqPPeJwawdDEspbcC8kmR6RlSH > .row .container { border-width: 0; border-radius: 0; }#WI4b1eSqPPeJwawdDEspbcC8kmR6RlSH > .row .container { font-size:14px;font-family:"open sans";height:227px;width:960px;position:relative;display:block; }#HxPbTuPV1geu36OiDdz3ot9sphhQrk1x { color:#000000;display:block;width:225.99px;position:absolute;font-family:hekaya;font-size:35px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:25px;left:329px;height:45.3333px;text-align:center;text-align-last:center;display:block; }
#eM82Qw0OLnpOCo06ZDThpLePIJtdmbqC { color:#000000;display:block;width:91.9965px;position:absolute;font-family:hekaya;font-size:60px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:9px;left:540px;height:77.3333px;text-align:center;text-align-last:center;display:block; }
#T30znribz44Mcdd3X1q41pe1zCDLJyRm { color:#000000;display:block;width:247.986px;position:absolute;font-family:hekaya;font-size:34px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:87px;left:356px;height:87.1111px;text-align:center;text-align-last:center;display:block; }
#AfgiI23Dwn49c5TZPnQEewVogzz6F9sf { background-color:rgba(255,255,255,0.66);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:33px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220.99px;height:61.9792px;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:153px;left:369px;display:block; }
#CnnOBBLkOW29LhTWaArribbzppIMAw3E { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(346deg, #e5c6bc, #e9f1f1);background-image: -moz-linear-gradient(346deg, #e5c6bc, #e9f1f1);background-image: -ms-linear-gradient(346deg, #e5c6bc, #e9f1f1);background-image: -o-linear-gradient(346deg, #e5c6bc, #e9f1f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c6bc', endColorstr='#e9f1f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c6bc', endColorstr='#e9f1f1' );";background-image: linear-gradient(346deg, #e5c6bc, #e9f1f1);position:relative;display:block; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { background-color: transparent; background-image: none; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container > .video-iframe-container { display: none; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row > .video-iframe-container { display: none; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .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); }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { border-width: 0; border-radius: 0; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { font-size:14px;font-family:"open sans";height:288px;width:960px;position:relative;display:block; }#WErABTVTGI8ApztIpBI7DMTpEIeysw2W { color:#a0111b;display:block;width:531px;position:absolute;font-family:kids;font-size:46px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:31.03125px;left:26px;height:59.5556px;text-align:center;text-align-last:center;display:block; }
#Kxd4oo4aXHlgwxQmXHmswJKu7MsOU4ME { color:#311a66;display:block;width:531px;position:absolute;font-family:signika;font-size:22px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:148.03125px;left:26px;height:85.3332px;text-align:center;text-align-last:center;display:block; }
#ZoArBvHPC6989O5UpSMZNOR04lAOhnsI { box-sizing:content-box;color:#000000;font-size:41px;font-weight:400;line-height:1;height:59px;width:57px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:90.03125px;left:263px;display:block; }
#F0xdnfqIbqRfo55ks1NTa9zayHm2vnFs { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0400px;border-top-right-radius:0400px;border-bottom-left-radius:0400px;border-bottom-right-radius:0400px;height:220px;width:297px;top:21.5px;left:641px;overflow:hidden;display:block; }
#L0XIq1tiIFzaeFMbITwT6N93CqfPmc3J { color:#29bdbe;display:block;width:311px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:258px;left:649px;height:20.4444px;font-style:normal;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:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQ1VNdy43dgdIU9So1RoCEqqXtxq6seZ { width:483px;height:82px;top:158px;left:281px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #D4lShhmlgfgQ0mWUyCbTgBMTuVVgws8H { width:106px;height:57px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gorG9PSxBakuowEvxzkXuEde64tePLOJ { display:block; }
 }@media only screen and (max-width: 763px) { #PXLOJy3rNdiKz0kvnezTfd9L0yNt75ad { top:0px;left:192px;width:380px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #HSHaKS04eUMMCBVz5NDKc19FDvVQagkU { top:265px;left:71px;width:693px;height:166px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tR9D9KymEtQlhvguPH3ZU7UkQIIqbsCC { width:221px;height:59px;top:533px;left:441.98266601562px;display:block; }
 }@media only screen and (max-width: 763px) { #l1wvEyComUJ7ConBXEDXom5AMcZ3Nt42 { display:block; }
 }@media only screen and (max-width: 763px) { #wL1tr1DOiJAJoMO1fmbzRSf5PXNpkbRH { top:480px;left:422.95489501953px;width:258px;height:38px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-checkbox-label { width:258px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43  { width:280px;height:auto;top:135px;left:0px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 {display:block;}#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 { width:280px;height:auto;top:135px;left:0px; }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #Ckk3Q8s4raasAN9pd0LIgrTkeV1pmgyw {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #MewJhmlhmxEx979SXnN8T2povFy5QlZw {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #e3APgn9N9vTNWdyoL9odKwTpwK4phbLt {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #zpyLJnoIPUi0TWIvOIZXZJyevtQngKhK {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #gQ9EhBWZmeLFTxBLW8clmTqZaiqwlicn {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #wMTIGt8VaQfOoehiwp4p7rgnihUCdXgV {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #vhFv43O686RFLl84D3iX1L2SIiiHrmPp {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #zE53Ec27dscIZMGTOOe5U5AFHbXUruSc {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #DHZoBha0Ng60EhAP0BosuuITLNRJkBB5 {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #GGMQZHfBwsWB65boWMky4sJFeG6P72wk {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #QUThnJqQtitBlp1Aw0pJ1kVoTDqgBTD5 {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #QTb81ibf33PfQIlJgKvpAmQmrmWGyTBf {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #ZrpVDD9PGtwxa40OcTGiDQWMF3yJ1VWi {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #Gc5Z1uE34rmkytZOe4GGaOePpweq5VkK {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #cCy9OVsF7ykdaXCwsJvdCVnDhvGeQSPh {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #eQzUeane3E1EzTq7mc1cCslzrkmEGRr9 {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #H6Z5A7M6nbXyZVEZz2BNJrgAlTowRPdM {  }
 }@media only screen and (max-width: 763px) { #uy9zEbPk1eErQ1U3cr9PZDXs58kkk8cT { display:block; }#uy9zEbPk1eErQ1U3cr9PZDXs58kkk8cT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToglJR6CID2H4TxaNMShAF8CnH3aGIdd { width:76px;height:44px;top:29px;left:541px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Aug9d6aeEk8fAomL91QfApTmw4sPMc0W { width:410px;height:44px;top:28px;left:127px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #XVPvd5mfqtBB6aDHCHU0ceTCoCduEbp9 { top:107px;left:425.48962402344px;width:162px;height:44px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #dM9eF991C8HOwJAQQCvtxp2zV5DkeEo5 { top:171px;left:173.44097900391px;width:165px;height:93px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #w5VTPt4eTINzItOIkvsFMVgBwbJawEFa { width:76px;height:76px;top:14px;left:539px;display:block; }
 }@media only screen and (max-width: 763px) { #cFlhGRLZCEdJL5UvD7lKmfk2etQH0xAu { top:108px;left:383px;width:248px;height:222px;display:block; }
 }@media only screen and (max-width: 763px) { #UXcVE4a6EON19HymyRw5r1cT8ZUHQPXa { top:171px;left:428.45837402344px;width:156px;height:93px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #IbG3hPdsf3U0GnhE4cwf1LA3MhWFwN5T { top:108px;left:133px;width:248px;height:221px;display:block; }
 }@media only screen and (max-width: 763px) { #HKWNygr373MF15zsrrCJkONo4AD3KSq9 { top:107px;left:167.97222900391px;width:162px;height:44px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wZMRw2DKlnOuIIrsCmAfVF5MyVpCKcGm { width:148px;height:46px;top:303px;left:432.48614501953px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6DZ4waedhvSLHi81ayyTEL0dTTAPpqH { display:block; }
 }@media only screen and (max-width: 763px) { #laEogMAT5wGEZnHa5fTM63U1ro32x6rE { width:148px;height:46px;top:303px;left:182.41668701172px;display:block; }
 }@media only screen and (max-width: 763px) { #doalXn3W0OVAzyGXM1C3ocOvAxJFrffz { display:block; }
 }@media only screen and (max-width: 763px) { #zA1f3egf40K36U2L7aIXRuBHqnCOJ8TO { display:block; }#zA1f3egf40K36U2L7aIXRuBHqnCOJ8TO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te0rBtHwvURyExS8dMN5eB5QbH84MD1B { width:76px;height:44px;top:42px;left:540.99304199219px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Vr0NZ6VUmkxFSIXsBxEzZk6B5yheyZHK { width:403px;height:44px;top:45px;left:120.95834350586px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #AefllfIp7Oh0ctf4s7vzZrKBargC4mmP { width:76px;height:76px;top:26px;left:540.99304199219px;display:block; }
 }@media only screen and (max-width: 763px) { #Z8kQOuXpiDtOTBMVKay7WC23EgyETH8O { top:410px;left:256px;width:230px;height:27px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #vuWIBwk4ukL2ZoVRyeaMIo6vWSz62HMG { top:447px;left:502px;width:200px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GFlBW7ErQiNoCkmRh8mqI4RQhAJF7gBk { top:447px;left:564px;width:200px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HnEiuQApzlHDXEfcMBeUbo948MNRRqbL { top:447px;left:342.98956298828px;width:200px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AFKAtdPZvq6aX5il9T2WP4UDlfsR9OP5 { top:447px;left:157px;width:200px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wi1AdyxisWSoHlorkRKEwMLTsJ354Akd { top:450px;left:0px;width:262px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pgkCCbMn7plw9SNh1zPkfUCg09ZA64Qt { top:126px;left:383px;width:248px;height:219px;display:block; }
 }@media only screen and (max-width: 763px) { #psWCrbVGBggfZxpSh62FXiUCgT0VQmGE { top:183px;left:424.98614501953px;width:156px;height:93px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fJriRDw3caNbQ9Oz5qsVZxcFB1MTn2dL { top:183px;left:179.98608398438px;width:165px;height:93px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ShRL6sPcPoczrIigElVNMwZQB5b1tXVG { top:126px;left:133px;width:248px;height:219px;display:block; }
 }@media only screen and (max-width: 763px) { #IIgCUJtX5x8KlVJFKgKu86TywvOgBKoI { top:129px;left:420px;width:162px;height:44px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #O93mtOohgA4Qb488UVZ6cwkav1gOXblh { top:129px;left:182px;width:162px;height:44px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #gJ4JaFxJnGo4KSblziRF8KTRXbOraffq { top:399px;left:458px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #yKPFyadSCK97efMZenX4dKOGTMMNzQrr { width:148px;height:46px;top:321px;left:432.48614501953px;display:block; }
 }@media only screen and (max-width: 763px) { #ATvNbTvytTc6yamOnHrT7ZfeymzHN1Wn { display:block; }
 }@media only screen and (max-width: 763px) { #zD3cnzRR0iQUfIMyAwO8TLx3eJAy6t5Z { width:148px;height:46px;top:321px;left:182.50347900391px;display:block; }
 }@media only screen and (max-width: 763px) { #ONz6thk7sinN6S5u4EOF8N7iI9vo3EWh { display:block; }
 }@media only screen and (max-width: 763px) { #J3cc88dNALvmc9ryRXqA5vtEsSpPz7QT { display:block; }#J3cc88dNALvmc9ryRXqA5vtEsSpPz7QT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ou3r3307wrgPLJ94g35CXi734GEUFJQq { width:76px;height:44px;top:26px;left:688px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nlyNyecon7Xl1ZOceTNxEv7SivuII79W { width:403px;height:44px;top:26px;left:354.96875px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #vKhKma4ofqdnV2gftHhxE3OTOhSmZSVy { width:76px;height:76px;top:10px;left:688px;display:block; }
 }@media only screen and (max-width: 763px) { #Mkxh0HVa2FRKQUiPvcW5Zu2DcDer9apB { top:70px;left:605px;width:159px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ieL6U8KwkPW7cpKHq6kLJB4vaAedw8uA { top:174px;left:520.99304199219px;width:200px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #MTvZo132W0yGPcoaN0FrZOlmeBAsBsn1 { top:139px;left:611.93060302734px;width:105px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #A7dWkBRMPGTtqa056nkObRMKSZhcaxb4 { top:217px;left:481.96527099609px;width:240px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #FNtCRwLeumSgomq22TsTANJarpvyucgT { top:259px;left:367.97222900391px;width:358px;height:31px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sV92L1W0J8NKU6GfCPZ7SVk7E5E7b0Ih { top:135px;left:0px;width:186px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #I4KgBgQT2mIEVm3GHCiDLmw0fwSbMELH { top:33px;left:0px;width:255px;height:;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #h5f49CZpA1WfNKm9gC4tx6scPIsr0MfR { top:130px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ubupQ9GnPlpgPx3H0Osv85UcW7E25Vhp { top:0px;left:0px;width:439px;height:320px;display:block; }
 }@media only screen and (max-width: 763px) { #JT9b1nH7gz8Nhs7JgT4i17bXFMLrwFxN { top:164px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #B3Uw2xB0SbW3WMhxm3e4J1OXBUR15dET { top:205px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #PKp4dUstTO3cQOnQzwmfrDtQA6c5wpL4 { top:249px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #y6QvELHummXaSg4QHbeAKIP9IDArXtt2 { top:223px;left:0px;width:186px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #uPFtfgM1LotrL9AchCSgGH7PxPdqr3KL { top:178px;left:0px;width:186px;height:38px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #WI4b1eSqPPeJwawdDEspbcC8kmR6RlSH { display:block; }#WI4b1eSqPPeJwawdDEspbcC8kmR6RlSH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxPbTuPV1geu36OiDdz3ot9sphhQrk1x { top:25px;left:231px;width:225px;height:44px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #eM82Qw0OLnpOCo06ZDThpLePIJtdmbqC { top:9px;left:442px;width:91px;height:77px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #T30znribz44Mcdd3X1q41pe1zCDLJyRm { top:87px;left:258px;width:247px;height:43px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #AfgiI23Dwn49c5TZPnQEewVogzz6F9sf { width:220px;height:61px;top:153px;left:271px;display:block; }
 }@media only screen and (max-width: 763px) { #CnnOBBLkOW29LhTWaArribbzppIMAw3E { display:block; }
 }@media only screen and (max-width: 763px) { #pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz { display:block; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WErABTVTGI8ApztIpBI7DMTpEIeysw2W { top:31px;left:0px;width:531px;height:59px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #Kxd4oo4aXHlgwxQmXHmswJKu7MsOU4ME { top:148px;left:0px;width:531px;height:84px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoArBvHPC6989O5UpSMZNOR04lAOhnsI { top:90px;left:165px;width:57px;height:59px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #F0xdnfqIbqRfo55ks1NTa9zayHm2vnFs { top:21px;left:467px;width:297px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #L0XIq1tiIFzaeFMbITwT6N93CqfPmc3J { top:258px;left:453px;width:311px;height:20px;font-size:12px;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:320px;height:1197px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQ1VNdy43dgdIU9So1RoCEqqXtxq6seZ { width:260px;height:155.556px;top:88.609375px;left:30px;text-align:center;text-align-last:center;font-size:30px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D4lShhmlgfgQ0mWUyCbTgBMTuVVgws8H { width:66.03125px;height:44px;top:0.984375px;left:0.2578125px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #gorG9PSxBakuowEvxzkXuEde64tePLOJ { display:block; }
 }@media only screen and (max-width: 763px) { #PXLOJy3rNdiKz0kvnezTfd9L0yNt75ad { width:263.993px;height:70px;top:0px;left:27.98611164093px;display:block; }
 }@media only screen and (max-width: 763px) { #HSHaKS04eUMMCBVz5NDKc19FDvVQagkU { width:320px;height:300px;top:263.59376525879px;left:0px;font-size:20px;font-family:hekaya;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tR9D9KymEtQlhvguPH3ZU7UkQIIqbsCC { width:225px;height:56.9965px;top:656.57989501953px;left:47.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #l1wvEyComUJ7ConBXEDXom5AMcZ3Nt42 { display:block; }
 }@media only screen and (max-width: 763px) { #wL1tr1DOiJAJoMO1fmbzRSf5PXNpkbRH { top:610.22570800781px;left:60.000000953674px;width:200px;height:33.3333px;z-index:100017;font-family:hekaya;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-regular-label { width:245px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-text { width:245px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-textarea { width:245px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-select { width:245px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-input-button { width:164px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:40px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .widget-checkbox-label { width:223px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43  { width:245px;height:407px;top:733.55909501953px;left:17px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 .radio-container { width:245px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 {display:block;}#nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 { width:245px;height:407px;top:733.55909501953px;left:17px; }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #Ckk3Q8s4raasAN9pd0LIgrTkeV1pmgyw {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #MewJhmlhmxEx979SXnN8T2povFy5QlZw {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #e3APgn9N9vTNWdyoL9odKwTpwK4phbLt {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #zpyLJnoIPUi0TWIvOIZXZJyevtQngKhK {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #gQ9EhBWZmeLFTxBLW8clmTqZaiqwlicn {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #wMTIGt8VaQfOoehiwp4p7rgnihUCdXgV {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #vhFv43O686RFLl84D3iX1L2SIiiHrmPp {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #zE53Ec27dscIZMGTOOe5U5AFHbXUruSc {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #DHZoBha0Ng60EhAP0BosuuITLNRJkBB5 {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #GGMQZHfBwsWB65boWMky4sJFeG6P72wk {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #QUThnJqQtitBlp1Aw0pJ1kVoTDqgBTD5 {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #QTb81ibf33PfQIlJgKvpAmQmrmWGyTBf {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #ZrpVDD9PGtwxa40OcTGiDQWMF3yJ1VWi {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #Gc5Z1uE34rmkytZOe4GGaOePpweq5VkK {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #cCy9OVsF7ykdaXCwsJvdCVnDhvGeQSPh {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #eQzUeane3E1EzTq7mc1cCslzrkmEGRr9 {  }
 }@media only screen and (max-width: 763px) { #nBOcs2Nwb4BoRTRUn24d5tgrW71fTO43 #H6Z5A7M6nbXyZVEZz2BNJrgAlTowRPdM {  }
 }@media only screen and (max-width: 763px) { #uy9zEbPk1eErQ1U3cr9PZDXs58kkk8cT { display:block; }#uy9zEbPk1eErQ1U3cr9PZDXs58kkk8cT > .row .container { width:320px;height:655px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToglJR6CID2H4TxaNMShAF8CnH3aGIdd { width:77px;height:41.1111px;top:14.999984741211px;left:121.99652767181px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Aug9d6aeEk8fAomL91QfApTmw4sPMc0W { width:320px;height:35.5556px;top:94.982620239258px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #XVPvd5mfqtBB6aDHCHU0ceTCoCduEbp9 { width:156.997px;height:38.8889px;top:151.30212402344px;left:81.493058204651px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #dM9eF991C8HOwJAQQCvtxp2zV5DkeEo5 { width:156.997px;height:86.6667px;top:478.59375px;left:81.493058204651px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #w5VTPt4eTINzItOIkvsFMVgBwbJawEFa { width:77px;height:77px;top:0px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #cFlhGRLZCEdJL5UvD7lKmfk2etQH0xAu { width:250px;height:212px;top:411.30212402344px;left:35.989583015442px;display:block; }
 }@media only screen and (max-width: 763px) { #UXcVE4a6EON19HymyRw5r1cT8ZUHQPXa { width:155.99px;height:93.3333px;top:207.58679199219px;left:81.475701332092px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #IbG3hPdsf3U0GnhE4cwf1LA3MhWFwN5T { width:247px;height:200px;top:151.30212402344px;left:35.989583015442px;display:block; }
 }@media only screen and (max-width: 763px) { #HKWNygr373MF15zsrrCJkONo4AD3KSq9 { width:161.997px;height:38.8889px;top:420.29516601562px;left:78.993058204651px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wZMRw2DKlnOuIIrsCmAfVF5MyVpCKcGm { width:147.986px;height:45.9896px;top:597.27432250977px;left:86.006951332092px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6DZ4waedhvSLHi81ayyTEL0dTTAPpqH { display:block; }
 }@media only screen and (max-width: 763px) { #laEogMAT5wGEZnHa5fTM63U1ro32x6rE { width:148px;height:46px;top:329.2882232666px;left:85.989586830139px;display:block; }
 }@media only screen and (max-width: 763px) { #doalXn3W0OVAzyGXM1C3ocOvAxJFrffz { display:block; }
 }@media only screen and (max-width: 763px) { #zA1f3egf40K36U2L7aIXRuBHqnCOJ8TO { display:block; }#zA1f3egf40K36U2L7aIXRuBHqnCOJ8TO > .row .container { width:320px;height:970px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te0rBtHwvURyExS8dMN5eB5QbH84MD1B { width:76.9965px;height:41.1111px;top:27px;left:121px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Vr0NZ6VUmkxFSIXsBxEzZk6B5yheyZHK { width:320px;height:35.5556px;top:110.98966598511px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #AefllfIp7Oh0ctf4s7vzZrKBargC4mmP { width:76.9965px;height:76.9965px;top:9px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #Z8kQOuXpiDtOTBMVKay7WC23EgyETH8O { width:230px;height:27.7778px;top:692.41320800781px;left:34.982640266418px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #vuWIBwk4ukL2ZoVRyeaMIo6vWSz62HMG { width:200px;height:25.5556px;top:862.72576904297px;left:91.979172706604px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GFlBW7ErQiNoCkmRh8mqI4RQhAJF7gBk { width:200px;height:25.5556px;top:902.30902099609px;left:91.979172706604px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HnEiuQApzlHDXEfcMBeUbo948MNRRqbL { width:200px;height:25.5556px;top:824.20147705078px;left:91.979172706604px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AFKAtdPZvq6aX5il9T2WP4UDlfsR9OP5 { width:200px;height:25.5556px;top:786.61468505859px;left:91.979172706604px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wi1AdyxisWSoHlorkRKEwMLTsJ354Akd { width:261.997px;height:23.3333px;top:754.30560302734px;left:28.993058204651px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pgkCCbMn7plw9SNh1zPkfUCg09ZA64Qt { width:247px;height:200px;top:412.55200195312px;left:35.989583015442px;display:block; }
 }@media only screen and (max-width: 763px) { #psWCrbVGBggfZxpSh62FXiUCgT0VQmGE { width:155.99px;height:93.3333px;top:470.55541992188px;left:77.986115455627px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fJriRDw3caNbQ9Oz5qsVZxcFB1MTn2dL { width:165px;height:93.3333px;top:230.55541992188px;left:82.986115455627px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ShRL6sPcPoczrIigElVNMwZQB5b1tXVG { width:247px;height:200px;top:172.55200195312px;left:35.989583015442px;display:block; }
 }@media only screen and (max-width: 763px) { #IIgCUJtX5x8KlVJFKgKu86TywvOgBKoI { width:161.997px;height:38.8889px;top:415.98950195312px;left:72.986115455627px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #O93mtOohgA4Qb488UVZ6cwkav1gOXblh { width:161.997px;height:38.8889px;top:172.53466796875px;left:78.993058204651px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #gJ4JaFxJnGo4KSblziRF8KTRXbOraffq { width:50px;height:50px;top:681.30212402344px;left:225.98959445953px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #yKPFyadSCK97efMZenX4dKOGTMMNzQrr { width:147.986px;height:45.9896px;top:588.8367767334px;left:85.989586830139px;display:block; }
 }@media only screen and (max-width: 763px) { #ATvNbTvytTc6yamOnHrT7ZfeymzHN1Wn { display:block; }
 }@media only screen and (max-width: 763px) { #zD3cnzRR0iQUfIMyAwO8TLx3eJAy6t5Z { width:147.986px;height:45.9896px;top:347.53471374512px;left:85.468750953674px;display:block; }
 }@media only screen and (max-width: 763px) { #ONz6thk7sinN6S5u4EOF8N7iI9vo3EWh { display:block; }
 }@media only screen and (max-width: 763px) { #J3cc88dNALvmc9ryRXqA5vtEsSpPz7QT { display:block; }#J3cc88dNALvmc9ryRXqA5vtEsSpPz7QT > .row .container { width:320px;height:690px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ou3r3307wrgPLJ94g35CXi734GEUFJQq { width:76.9965px;height:41.1111px;top:30.989593505859px;left:120.97222995758px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #nlyNyecon7Xl1ZOceTNxEv7SivuII79W { width:320px;height:35.5556px;top:114px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #vKhKma4ofqdnV2gftHhxE3OTOhSmZSVy { width:77px;height:77px;top:17px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #Mkxh0HVa2FRKQUiPvcW5Zu2DcDer9apB { width:158.976px;height:27.7778px;top:401.52795410156px;left:79.982644081116px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ieL6U8KwkPW7cpKHq6kLJB4vaAedw8uA { width:200px;height:31.1111px;top:516.49317932129px;left:62.968750953674px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #MTvZo132W0yGPcoaN0FrZOlmeBAsBsn1 { width:105px;height:31.1111px;top:475.93762207031px;left:155.98959445953px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #A7dWkBRMPGTtqa056nkObRMKSZhcaxb4 { width:240px;height:31.1111px;top:579.84387207031px;left:23.958333015442px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #FNtCRwLeumSgomq22TsTANJarpvyucgT { width:301.997px;height:25.5556px;top:635.62509155273px;left:8.9930562973022px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sV92L1W0J8NKU6GfCPZ7SVk7E5E7b0Ih { width:185.99px;height:31.1111px;top:237.15260314941px;left:66.996529579163px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #I4KgBgQT2mIEVm3GHCiDLmw0fwSbMELH { width:255px;height:41.1111px;top:162.53479766846px;left:32.500000953674px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #h5f49CZpA1WfNKm9gC4tx6scPIsr0MfR { width:50px;height:50px;top:466.4931640625px;left:269.98265171051px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ubupQ9GnPlpgPx3H0Osv85UcW7E25Vhp { width:320px;height:218px;top:162.55212402344px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JT9b1nH7gz8Nhs7JgT4i17bXFMLrwFxN { width:50px;height:50px;top:516.49317932129px;left:269.98265171051px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #B3Uw2xB0SbW3WMhxm3e4J1OXBUR15dET { width:50px;height:50px;top:570.39942932129px;left:269.98265171051px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #PKp4dUstTO3cQOnQzwmfrDtQA6c5wpL4 { width:50px;height:50px;top:1678.4028625488px;left:240.46876621246px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #y6QvELHummXaSg4QHbeAKIP9IDArXtt2 { width:185.99px;height:31.1111px;top:318.73272705078px;left:66.996529579163px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #uPFtfgM1LotrL9AchCSgGH7PxPdqr3KL { width:185.99px;height:38.8889px;top:268.21188354492px;left:66.996529579163px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #WI4b1eSqPPeJwawdDEspbcC8kmR6RlSH { display:block; }#WI4b1eSqPPeJwawdDEspbcC8kmR6RlSH > .row .container { width:320px;height:197px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxPbTuPV1geu36OiDdz3ot9sphhQrk1x { width:225.99px;height:41.1111px;top:16px;left:21px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #eM82Qw0OLnpOCo06ZDThpLePIJtdmbqC { width:67.9861px;height:41.1111px;top:16px;left:215px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #T30znribz44Mcdd3X1q41pe1zCDLJyRm { width:203.993px;height:26.6667px;top:74px;left:58px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #AfgiI23Dwn49c5TZPnQEewVogzz6F9sf { width:220px;height:61px;top:121px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #CnnOBBLkOW29LhTWaArribbzppIMAw3E { display:block; }
 }@media only screen and (max-width: 763px) { #pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz { display:block; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { width:320px;height:510px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WErABTVTGI8ApztIpBI7DMTpEIeysw2W { width:320px;height:36.6667px;top:37.955078125px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kxd4oo4aXHlgwxQmXHmswJKu7MsOU4ME { width:320px;height:124.4444px;top:77.96875px;left:0.24305534362793px;font-size:24px;text-align:center;text-align-last:center;font-family:hekaya;display:block; }
 }@media only screen and (max-width: 763px) { #ZoArBvHPC6989O5UpSMZNOR04lAOhnsI { width:57px;height:59px;top:43.96875px;left:131.484375px;font-size:41px;display:none; }
 }@media only screen and (max-width: 763px) { #F0xdnfqIbqRfo55ks1NTa9zayHm2vnFs { width:297px;height:220px;top:239px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #L0XIq1tiIFzaeFMbITwT6N93CqfPmc3J { width:244px;height:15.5556px;top:489px;left:38px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }