.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-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: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); }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur { background-color:transparent;background-image:url("https://images.assets-landingi.com/gAPjTarV/Screen_Shot_2018_10_04_at_16.16.00.png");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container { background-color: transparent; background-image: none; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(223,74,141,0.42); }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container > .video-iframe-container { display: none; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(223,74,141,0.42); }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row > .video-iframe-container { display: none; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .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); }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container { border-width: 0; border-radius: 0; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container { font-size:14px;font-family:"open sans";height:771px;width:960px;overflow:visible;position:relative;display:block; }#rSdb98iB5qilfMTRrtlCi5XWWqieM3OU { color:#ffffff;display:block;width:156px;position:absolute;font-family:kids;font-size:26px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:354.5px;left:770.953125px;height:33.3333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pC0gyPN4MQVEuKNrMcVhbT6RuebxJNUd { 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; }
#Rk0fIJQI4aVBmLdz8lUGctBTLdw0i3iS { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-form-header {  }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:13px;font-weight:700;color:#070571;width:307px;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:right;text-align-last:right;overflow:hidden;line-height:1.7; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-text { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;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: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:307px;box-sizing:border-box;height:50px;color:#7f1aa9;font-size:14px;overflow:hidden;font-family:"sari 3";text-align:center;text-align-last:center; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-text {padding-top: 0; padding-bottom: 0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-textarea { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;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: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:307px;box-sizing:border-box;height:70px;color:#7f1aa9;font-size:14px;overflow:hidden;font-family:"sari 3";text-align:center;text-align-last:center; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;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:307px;box-sizing:border-box;height:37px;color:#000000;font-family:kids;font-size:16px;overflow:hidden;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-select {padding-top: 0; padding-bottom: 0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .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; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-button { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#f18da7;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:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:25px;font-weight:700;color:#000000;width:307px;height:55px;font-family:cairo;overflow:hidden;font-style:normal;line-height:1.2; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT [class*="-text"]:-moz-placeholder { color:#000000;font-family:kids;font-size:16px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT [class*="-text"]::-moz-placeholder { color:#000000;font-family:kids;font-size:16px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:kids;font-size:16px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:kids;font-size:16px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .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:285px;overflow:hidden;font-style:normal; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .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; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .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; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-container:first-of-type{padding-top:0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-container:last-of-type{padding-bottom:0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT  { background-color:rgba(255,250,251,0.5);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:307px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100014;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:absolute;top:208.6328125px;left:37.44140625px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:307px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .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; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT {display:block;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT { background-color:rgba(255,250,251,0.5);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:307px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100014;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:absolute;top:208.6328125px;left:37.44140625px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #NkNeTTe65angtJfDblPVGL1BudV1MGiE { position:relative;top:0px;left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #yUITiUrhT1AOD8y1PsSSlS06xkUTbCl8 { position:relative;top:0px;left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #XUxT9cZilJK1OmILBPHoAdhsDrzEReWh { position:relative;top:0px;left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #bWrf1KbrTUAMyIcALA35f2TkkNCeenZp { position:relative;top:0px;left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #aF9Fa1o93ZPvK5TnyAQ4A9GuwJFFwCUu { position:relative;top:0px;left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #cKSbmEUiezcM7H471xvd3FtIJAehM5l9 { position:relative;top:0px;left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #Bp9D7GxmeCTwpUSI0MG9c1zD9LKPTUwQ { position:relative;top:0px;left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #A1fw2Lbox1IlnzvZn0xabsGmgnE3ydli { position:relative;top:0px;left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #uaemiH298yyOTVPwl2pePFBG6RTN9rpr { position:relative;top:0px;left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #LBQJ3Ddsr6KOTmhCNFbuOHmUG3uutgB6 { position:relative;top:0px;left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #qdelirSUNCuur6AJbM2meimQ00Bl1ol0 { position:relative;top:0px;left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #zd1GoNV3LPWQvWuXwW1wCGEFQTCVSe9y { position:relative;top:0px;left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #IvAaLQUVoT8ILEAZo1sEsa8OEPPe1lFZ { position:relative;top:0px;left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #hel8e1QsZIcEz8VNiGoixTynJzDyD7kk { position:relative; }
#Ofpm1EtUIKGIU9WmTFPWpgWQHEQb1hNV { color:#ffffff;display:block;width:313.969px;position:absolute;font-family:kids;font-size:20px;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:507.625px;left:646.015625px;height:55.5556px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uud88GZfGHZuJ27dJcitX2DUfOrWofvf { color:#ffffff;display:block;width:317px;position:absolute;font-family:kids;font-size:26px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:402px;left:608.953125px;height:33.3333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sp4yiPDLrJ88vX7y4TNZVl0TS1zJGmB4 { color:#ffffff;display:block;width:536px;position:absolute;font-family:kids;font-size:40px;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:162.984375px;left:424px;height:111.111px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V2qRDggQO7zcL8Z5yKv0AV4lcws8JpyQ { position:absolute;display:block;z-index:99998;background-color:rgba(255,255,255,0.42);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:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;height:767px;width:680px;top:-1.02734375px;left:-258px;display:block; }
#ICuXPuAcFRhMng75NhEt11AcH5qxN5gM { color:#ffffff;display:block;width:350px;position:absolute;font-family:kids;font-size:34px;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:162.98828125px;left:36.46484375px;height:43.3333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BT2cJ2afZcM7eQCBS42iWM4GafzOsqLh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:105.977px;width:387.969px;top:0;left:571.015625px;overflow:hidden;display:block; }
#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container { background-color: transparent; background-image: none; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container > .video-iframe-container { display: none; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row > .video-iframe-container { display: none; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .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); }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container { border-width: 0; border-radius: 0; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container { font-size:14px;font-family:"open sans";height:720px;width:960px;position:relative;display:block; }#TbHvuf1vcMkekGNzW6ic01zvMqbgyhfA { color:#000000;display:block;width:692.986px;position:absolute;font-family:kids;font-size:32px;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:28.333335876465px;left:159.46179199219px;height:41.1111px;font-style:normal;text-align:right;text-align-last:right;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; }
#v0bPmnxhkE0ym7W7NfFe6rif6htnFTDq { color:#000000;display:block;width:462.988px;position:absolute;font-family:kids;font-size:28px;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:183.73046875px;left:399.9609375px;height:35.5556px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E8drc3BtEhMF4RsU0Mmm0JshhQ5dWXZt { color:#000000;display:block;width:380px;position:absolute;font-family:kids;font-size:28px;font-weight:400;z-index:100015;line-height:1.4;letter-spacing:0;top:105.09765625px;left:482.94921875px;height:38.8889px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#afRoSlMWtaeltrg7CghMseJXKJMa5y8H { color:#000000;display:block;width:170px;position:absolute;font-family:kids;font-size:28px;font-weight:400;z-index:100017;line-height:1.4;letter-spacing:0;top:251.23046875px;left:692.94921875px;height:38.8889px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdTBiOmnZZmv2paAXpIf9USWHTnhGflz { color:#644593;display:block;width:666px;position:absolute;font-family:kids;font-size:36px;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:345.96484375px;left:159.5078125px;height:46.6667px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTFS4fN7pTcf8cTusEhfmcD11dgRvPoD { color:#000000;display:block;width:348.984px;position:absolute;font-family:kids;font-size:28px;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:595.7421875px;left:513.96484375px;height:35.5556px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Dvd0lwTQxR0Z6ZSy44TpUIBiDkRU4Vxz { color:#000000;display:block;width:253.965px;position:absolute;font-family:kids;font-size:28px;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:525.7421875px;left:608.96484375px;height:35.5556px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fIgkUFwSsOIDXF2y4pasB1EogHsensSp { color:#000000;display:block;width:453.984px;position:absolute;font-family:kids;font-size:28px;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:457.87109375px;left:408.96484375px;height:35.5556px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DHJLEF6XPLV9D2TDVDuSuIXtJ8NnF8dG { color:#000000;display:block;width:287.988px;position:absolute;font-family:kids;font-size:28px;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:666.19140625px;left:574.9609375px;height:35.5556px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kvtXzT71QeymNlEZe0GeUunfVBs7ccfG { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:273.984px;width:182.988px;top:28.33984375px;left:35px;overflow:hidden;display:block; }
#byCTW4KPJCaCsf84u8auf9NyyMwUmT4W { box-sizing:content-box;color:#f18da7;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:100030;top:99.47265625px;left:872.9296875px;display:block; }
#nWhT7sgxdZmwNQVRNtfEe7ohcLLMQTSt { box-sizing:content-box;color:#f18da7;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:100031;top:168.984375px;left:872.9296875px;display:block; }
#X0RXmbuwHnOFn5Mlla6N5m0oLHtJ6Vtm { box-sizing:content-box;color:#f18da7;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:100032;top:238.984375px;left:872.9296875px;display:block; }
#hmElMaeMZvrizpzeTThVERBKxzXq2ASH { position:absolute;display:block;z-index:100033;background-color:#644593;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4px;width:700px;top:332.96875px;left:135.44921875px;display:block; }
#BofSOXPvm2IqXBJt5uupFZ4pRO2SqUFJ { box-sizing:content-box;color:#f18da7;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:100035;top:581px;left:877px;display:block; }
#LwVsVmxLODyFFEXHCBxMtzSrQf5cEGHD { box-sizing:content-box;color:#f18da7;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:100036;top:651px;left:877px;display:block; }
#n3QJUQJ5oFgKBgPKnGPlCZBHU5n1XbnX { box-sizing:content-box;color:#f18da7;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:100034;top:511px;left:877px;display:block; }
#FPJvUTaeIlv3ZQPV85rhLxiO0CCfLFid { box-sizing:content-box;color:#f18da7;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:100033;top:451px;left:877px;display:block; }
#SSCv86dwGanimpeidSBTpTV5keffwM6h { position:absolute;display:block;z-index:100034;background-color:#644593;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4px;width:700px;top:402.96875px;left:145.44921875px;display:block; }
#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row .container { background-color: transparent; background-image: none; }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row .container > .video-iframe-container { display: none; }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row > .video-iframe-container { display: none; }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .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); }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row .container { border-width: 0; border-radius: 0; }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row .container { font-size:14px;font-family:arial;height:188px;width:960px;position:relative;display:block; }#liVARoTlEIZNmcRAo6saz0eSTrk0hmT5 { z-index:100000;top:30px;left:376px;background-color:#644593;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:52px;border-top-right-radius:52px;border-bottom-left-radius:52px;border-bottom-right-radius:52px;box-shadow: 0 3px 0 #1e2c39 ;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:200px;height:63.9844px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HxBpVTaWRDx2UEGWl3kitGclqqW8rLZt { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#mAofSBqcGuto6fTzFvaf1qUecfcznvLd { color:#000000;display:block;width:368.984px;position:absolute;font-family:kids;font-size:26px;font-weight:400;z-index:100028;line-height:1.4;letter-spacing:0;top:125px;left:296px;height:35.5556px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#644593;background-image:none;position:relative;display:block; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container { background-color: transparent; background-image: none; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container > .video-iframe-container { display: none; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row > .video-iframe-container { display: none; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .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); }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container { border-width: 0; border-radius: 0; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container { font-size:14px;font-family:"open sans";height:261px;width:960px;position:relative;display:block; }#sNzrWNVi2xS9aLZDAL0N1rZfBWhNIxE5 { color:#ffffff;display:block;width:466.997px;position:absolute;font-family:kids;font-size:69px;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:14.427093505859px;left:468.21179199219px;height:88.8889px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B0BVMlPks9zukVuzmfZwpcM9t0MqVHiE { color:#ffffff;display:block;width:466.997px;position:absolute;font-family:kids;font-size:20px;font-weight:400;z-index:100032;line-height:1.6;letter-spacing:0;top:102.32640075684px;left:414.18402099609px;height:124.444px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mLRt1lftfVnkI78Um9IRm18hoFUmuE1N { position:absolute;display:block;z-index:100033;border-top:6px solid #ffffff;border-left:6px solid #ffffff;border-right:6px solid #ffffff;border-bottom:6px solid #ffffff;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:181.997px;width:181.997px;top:33.472224235535px;left:60.9375px;overflow:hidden;display:block; }
#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeae3;background-image:none;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:300px;width:960px;position:relative;display:block; }#WErABTVTGI8ApztIpBI7DMTpEIeysw2W { color:#644593;display:block;width:530.99px;position:absolute;font-family:kids;font-size:46px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:13.003387451172px;left:214.47915649414px;height:58.8889px;text-align:center;text-align-last:center;display:block; }
#Kxd4oo4aXHlgwxQmXHmswJKu7MsOU4ME { color:#644593;display:block;width:725.977px;position:absolute;font-family:kids;font-size:29px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:139.90234375px;left:116.9921875px;height:110.0001px;text-align:center;text-align-last:center;display:block; }
#ZoArBvHPC6989O5UpSMZNOR04lAOhnsI { box-sizing:content-box;color:#f18da7;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:80.9296875px;left:471px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur { display:block; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSdb98iB5qilfMTRrtlCi5XWWqieM3OU { width:156px;height:33px;top:354px;left:608px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #pC0gyPN4MQVEuKNrMcVhbT6RuebxJNUd { width:106px;height:57px;top:25px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Rk0fIJQI4aVBmLdz8lUGctBTLdw0i3iS { display:block; }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-text {padding-top: 0; padding-bottom: 0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-select {padding-top: 0; padding-bottom: 0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-checkbox-label { width:258px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT  { width:280px;height:auto;top:135px;left:0; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT {display:block;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT { width:280px;height:auto;top:135px;left:0; }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #NkNeTTe65angtJfDblPVGL1BudV1MGiE {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #yUITiUrhT1AOD8y1PsSSlS06xkUTbCl8 {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #XUxT9cZilJK1OmILBPHoAdhsDrzEReWh {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #bWrf1KbrTUAMyIcALA35f2TkkNCeenZp {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #aF9Fa1o93ZPvK5TnyAQ4A9GuwJFFwCUu {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #cKSbmEUiezcM7H471xvd3FtIJAehM5l9 {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #Bp9D7GxmeCTwpUSI0MG9c1zD9LKPTUwQ {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #A1fw2Lbox1IlnzvZn0xabsGmgnE3ydli {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #uaemiH298yyOTVPwl2pePFBG6RTN9rpr {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #LBQJ3Ddsr6KOTmhCNFbuOHmUG3uutgB6 {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #qdelirSUNCuur6AJbM2meimQ00Bl1ol0 {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #zd1GoNV3LPWQvWuXwW1wCGEFQTCVSe9y {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #IvAaLQUVoT8ILEAZo1sEsa8OEPPe1lFZ {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #hel8e1QsZIcEz8VNiGoixTynJzDyD7kk {  }
 }@media only screen and (max-width: 763px) { #Ofpm1EtUIKGIU9WmTFPWpgWQHEQb1hNV { width:313px;height:56px;top:507px;left:451px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #uud88GZfGHZuJ27dJcitX2DUfOrWofvf { width:317px;height:33px;top:402px;left:447px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #sp4yiPDLrJ88vX7y4TNZVl0TS1zJGmB4 { width:536px;height:112px;top:162px;left:228px;font-size:40px;display:none; }
 }@media only screen and (max-width: 763px) { #V2qRDggQO7zcL8Z5yKv0AV4lcws8JpyQ { width:680px;height:767px;top:-1px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ICuXPuAcFRhMng75NhEt11AcH5qxN5gM { width:350px;height:43px;top:162px;left:0;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #BT2cJ2afZcM7eQCBS42iWM4GafzOsqLh { top:0;left:377px;width:387px;height:105.71230948864px;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX { display:block; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbHvuf1vcMkekGNzW6ic01zvMqbgyhfA { width:692px;height:41px;top:28px;left:61.461791992188px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #v0bPmnxhkE0ym7W7NfFe6rif6htnFTDq { width:462px;height:36px;top:183px;left:301.9609375px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #E8drc3BtEhMF4RsU0Mmm0JshhQ5dWXZt { width:380px;height:38px;top:105px;left:384px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #afRoSlMWtaeltrg7CghMseJXKJMa5y8H { width:170px;height:38px;top:251px;left:594px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #TdTBiOmnZZmv2paAXpIf9USWHTnhGflz { width:665px;height:46px;top:345px;left:61.5078125px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dTFS4fN7pTcf8cTusEhfmcD11dgRvPoD { width:348px;height:36px;top:595px;left:415.96484375px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #Dvd0lwTQxR0Z6ZSy44TpUIBiDkRU4Vxz { width:253px;height:36px;top:525px;left:510.96484375px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #fIgkUFwSsOIDXF2y4pasB1EogHsensSp { width:453px;height:36px;top:457px;left:310.96484375px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #DHJLEF6XPLV9D2TDVDuSuIXtJ8NnF8dG { width:287px;height:36px;top:666px;left:476.9609375px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #kvtXzT71QeymNlEZe0GeUunfVBs7ccfG { width:182px;height:272.50468883205px;top:28px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #byCTW4KPJCaCsf84u8auf9NyyMwUmT4W { top:99px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nWhT7sgxdZmwNQVRNtfEe7ohcLLMQTSt { top:168px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #X0RXmbuwHnOFn5Mlla6N5m0oLHtJ6Vtm { top:238px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hmElMaeMZvrizpzeTThVERBKxzXq2ASH { top:332px;left:37.44921875px;width:700px;height:4px;display:block; }
 }@media only screen and (max-width: 763px) { #BofSOXPvm2IqXBJt5uupFZ4pRO2SqUFJ { top:581px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #LwVsVmxLODyFFEXHCBxMtzSrQf5cEGHD { top:651px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #n3QJUQJ5oFgKBgPKnGPlCZBHU5n1XbnX { top:511px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #FPJvUTaeIlv3ZQPV85rhLxiO0CCfLFid { top:451px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #SSCv86dwGanimpeidSBTpTV5keffwM6h { top:402px;left:47.44921875px;width:700px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #WK4pRowMJxN19wAfe3PplF1AkvcaWrxW { display:block; }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liVARoTlEIZNmcRAo6saz0eSTrk0hmT5 { top:30px;left:278px;width:200px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #HxBpVTaWRDx2UEGWl3kitGclqqW8rLZt { display:block; }
 }@media only screen and (max-width: 763px) { #mAofSBqcGuto6fTzFvaf1qUecfcznvLd { width:368px;height:36px;top:125px;left:198px;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO { display:block; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNzrWNVi2xS9aLZDAL0N1rZfBWhNIxE5 { width:466px;height:88px;top:14px;left:298px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #B0BVMlPks9zukVuzmfZwpcM9t0MqVHiE { width:466px;height:124px;top:102px;left:298px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mLRt1lftfVnkI78Um9IRm18hoFUmuE1N { top:33px;left:0;width:181px;height:181px;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:13px;left:116.47915649414px;width:530px;height:58px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #Kxd4oo4aXHlgwxQmXHmswJKu7MsOU4ME { top:139px;left:18.9921875px;width:725px;height:112px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoArBvHPC6989O5UpSMZNOR04lAOhnsI { top:80px;left:373px;width:57px;height:59px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur { background-color:transparent;background-image:url("https://images.assets-landingi.com/JREDs9Dk/the_kid_who_would_be_king_poster_1_e1539906106502.jpg");background-position:top right;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container { background-color: transparent; background-image: none; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(14,25,61,0.5); }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container > .video-iframe-container { display: none; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(14,25,61,0.5); }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row > .video-iframe-container { display: none; }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .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); }#lyA9OlvbJsofZX9ylTIeuLOVsKr8aHur > .row .container { width:320px;height:785px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSdb98iB5qilfMTRrtlCi5XWWqieM3OU { width:156.979px;height:38.8889px;top:276px;left:82px;text-align:right;text-align-last:right;font-size:22px;line-height:1.8;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #pC0gyPN4MQVEuKNrMcVhbT6RuebxJNUd { width:66.03125px;height:44px;top:0.984375px;left:0.2578125px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #Rk0fIJQI4aVBmLdz8lUGctBTLdw0i3iS { display:block; }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-text {padding-top: 0; padding-bottom: 0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-select {padding-top: 0; padding-bottom: 0;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;font-family:tajawal;font-size:30px;overflow:hidden;height:56px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .widget-checkbox-label { width:258px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT  { width:280px;height:auto;top:351.26953125px;left:0; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT {display:block;}#iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT { width:280px;height:auto;top:351.26953125px;left:0; }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #NkNeTTe65angtJfDblPVGL1BudV1MGiE {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #yUITiUrhT1AOD8y1PsSSlS06xkUTbCl8 {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #XUxT9cZilJK1OmILBPHoAdhsDrzEReWh {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #bWrf1KbrTUAMyIcALA35f2TkkNCeenZp {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #aF9Fa1o93ZPvK5TnyAQ4A9GuwJFFwCUu {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #cKSbmEUiezcM7H471xvd3FtIJAehM5l9 {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #Bp9D7GxmeCTwpUSI0MG9c1zD9LKPTUwQ {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #A1fw2Lbox1IlnzvZn0xabsGmgnE3ydli {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #uaemiH298yyOTVPwl2pePFBG6RTN9rpr {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #LBQJ3Ddsr6KOTmhCNFbuOHmUG3uutgB6 {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #qdelirSUNCuur6AJbM2meimQ00Bl1ol0 {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #zd1GoNV3LPWQvWuXwW1wCGEFQTCVSe9y {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #IvAaLQUVoT8ILEAZo1sEsa8OEPPe1lFZ {  }
 }@media only screen and (max-width: 763px) { #iZDm52VoTSFA4T0UtDZQcQT3Z7JCZ1qT #hel8e1QsZIcEz8VNiGoixTynJzDyD7kk {  }
 }@media only screen and (max-width: 763px) { #Ofpm1EtUIKGIU9WmTFPWpgWQHEQb1hNV { width:320px;height:60px;top:714.375px;left:0;text-align:center;text-align-last:center;font-size:19px;color:#ffffff;line-height:1.6;z-index:100012;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #uud88GZfGHZuJ27dJcitX2DUfOrWofvf { width:271.979px;height:38.8889px;top:237px;left:24px;text-align:right;text-align-last:right;font-size:22px;line-height:1.8;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sp4yiPDLrJ88vX7y4TNZVl0TS1zJGmB4 { width:320px;height:71.1111px;top:106.75347900391px;left:0;text-align:center;text-align-last:center;font-size:28px;color:#ffffff;line-height:1.3;z-index:100012;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #V2qRDggQO7zcL8Z5yKv0AV4lcws8JpyQ { width:320px;height:767px;top:-1px;left:0;display:none; }
 }@media only screen and (max-width: 763px) { #ICuXPuAcFRhMng75NhEt11AcH5qxN5gM { width:319.983px;height:0;top:315.29296875px;left:0;text-align:center;text-align-last:center;font-size:25px;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #BT2cJ2afZcM7eQCBS42iWM4GafzOsqLh { width:320px;height:87.3958px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX { background-color:#ffffff;background-image:none;display:block; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container { background-color: transparent; background-image: none; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container > .video-iframe-container { display: none; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row > .video-iframe-container { display: none; }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .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); }#l9ZNUcAX5JCUEZT4H44UVtq0k1oHUJrX > .row .container { width:320px;height:1375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbHvuf1vcMkekGNzW6ic01zvMqbgyhfA { width:312.969px;height:62.2222px;top:33.9453125px;left:0;text-align:center;text-align-last:center;font-size:24px;color:#000000;line-height:1.3;z-index:100012;font-weight:400;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #v0bPmnxhkE0ym7W7NfFe6rif6htnFTDq { width:252.969px;height:60px;top:408.965px;left:33px;text-align:center;text-align-last:center;font-size:19px;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #E8drc3BtEhMF4RsU0Mmm0JshhQ5dWXZt { width:252.969px;height:30px;top:288.965px;left:33px;text-align:center;text-align-last:center;font-size:19px;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #afRoSlMWtaeltrg7CghMseJXKJMa5y8H { width:252.969px;height:30px;top:558.965px;left:33px;text-align:center;text-align-last:center;font-size:19px;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #TdTBiOmnZZmv2paAXpIf9USWHTnhGflz { width:320px;height:64.4444px;top:702.94938px;left:0;text-align:center;text-align-last:center;font-size:25px;color:#644593;line-height:1.3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #dTFS4fN7pTcf8cTusEhfmcD11dgRvPoD { width:252.969px;height:30px;top:1081.91813px;left:33px;text-align:center;text-align-last:center;font-size:19px;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #Dvd0lwTQxR0Z6ZSy44TpUIBiDkRU4Vxz { width:252.969px;height:30px;top:961.91813px;left:33px;text-align:center;text-align-last:center;font-size:19px;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #fIgkUFwSsOIDXF2y4pasB1EogHsensSp { width:252.969px;height:60px;top:811.91813px;left:33px;text-align:center;text-align-last:center;font-size:19px;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #DHJLEF6XPLV9D2TDVDuSuIXtJ8NnF8dG { width:252.969px;height:30px;top:1201.91813px;left:33px;text-align:center;text-align-last:center;font-size:19px;color:#000000;line-height:1.6;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #kvtXzT71QeymNlEZe0GeUunfVBs7ccfG { width:102.969px;height:168.965px;top:96.9921875px;left:107.98828125px;display:block; }
 }@media only screen and (max-width: 763px) { #byCTW4KPJCaCsf84u8auf9NyyMwUmT4W { width:50px;height:50px;top:338.965px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #nWhT7sgxdZmwNQVRNtfEe7ohcLLMQTSt { width:50px;height:50px;top:488.965px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #X0RXmbuwHnOFn5Mlla6N5m0oLHtJ6Vtm { width:50px;height:50px;top:608.965px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hmElMaeMZvrizpzeTThVERBKxzXq2ASH { width:320px;height:3.98438px;top:678.965px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #BofSOXPvm2IqXBJt5uupFZ4pRO2SqUFJ { width:50px;height:50px;top:1131.91813px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #LwVsVmxLODyFFEXHCBxMtzSrQf5cEGHD { width:50px;height:50px;top:1251.91813px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #n3QJUQJ5oFgKBgPKnGPlCZBHU5n1XbnX { width:50px;height:50px;top:1011.91813px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #FPJvUTaeIlv3ZQPV85rhLxiO0CCfLFid { width:50px;height:50px;top:891.91813px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #SSCv86dwGanimpeidSBTpTV5keffwM6h { width:320px;height:2.98828px;top:787.94938px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #WK4pRowMJxN19wAfe3PplF1AkvcaWrxW { display:block; }#WK4pRowMJxN19wAfe3PplF1AkvcaWrxW > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liVARoTlEIZNmcRAo6saz0eSTrk0hmT5 { top:20px;left:60px;width:200px;height:62.9688px;display:block; }
 }@media only screen and (max-width: 763px) { #HxBpVTaWRDx2UEGWl3kitGclqqW8rLZt { display:block; }
 }@media only screen and (max-width: 763px) { #mAofSBqcGuto6fTzFvaf1qUecfcznvLd { width:306.992px;height:30px;top:102.9688px;left:6px;text-align:center;text-align-last:center;font-size:19px;color:#000000;line-height:1.6;z-index:100012;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO { display:block; }#TtTle8tTyrWvMCVHTsDFxsx8hKTCgsdO > .row .container { width:320px;height:500px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNzrWNVi2xS9aLZDAL0N1rZfBWhNIxE5 { width:320px;height:41.1111px;top:220.46875px;left:0;text-align:center;text-align-last:center;font-size:32px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #B0BVMlPks9zukVuzmfZwpcM9t0MqVHiE { width:303px;height:138.889px;top:302.96875px;left:0;text-align:right;text-align-last:right;font-size:20px;line-height:1.4;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mLRt1lftfVnkI78Um9IRm18hoFUmuE1N { width:180.977px;height:180.977px;top:20px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz { display:block; }#pRqN7yIR8pA6Bhx0bN4FcVxFVGeMhHzz > .row .container { width:320px;height:325px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WErABTVTGI8ApztIpBI7DMTpEIeysw2W { width:320px;height:36.6667px;top:20px;left:0;font-size:29px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Kxd4oo4aXHlgwxQmXHmswJKu7MsOU4ME { width:320px;height:146.6667px;top:156.4844px;left:0;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZoArBvHPC6989O5UpSMZNOR04lAOhnsI { width:56.9922px;height:58.9844px;top:77.5px;left:131px;font-size:41px;display:block; }
 }