.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); }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container { background-color: transparent; background-image: none; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container > .video-iframe-container { display: none; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row > .video-iframe-container { display: none; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .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); }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container { border-width: 0; border-radius: 0; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container { font-size:14px;font-family:arial;height:105px;width:960px;position:relative;display:block; }#Wikppknrv0CQaaqqMFWRINL9ePs5zbJl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:95px;width:296.989px;top:5px;left:331.4772644043px;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/IwcWrYJS/83833.jpg");background-position:top 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; }#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:arial;height:497px;width:960px;overflow:visible;position:relative;display:block; }#qRHgkqGPqE9xkyKzbwe4m01MqoATsNKm { color:#1b57c7;display:block;width:488px;position:absolute;font-family:"mykonos ar";font-size:44px;font-weight:400;z-index:100000;line-height:1.5;letter-spacing:0;top:27.953125px;left:441.875px;height:132px;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;text-align:right;text-align-last:right;display:block; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-form-header {  }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-regular-label { display:none;width:220px;height:auto;font-size:14px;font-family:ubuntu;line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-text { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:239px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:right;text-align-last:right;font-size:20px;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-textarea { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:52px;width:239px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:right;text-align-last:right;font-size:20px;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:239px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-button { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:0;border-right:0;border-bottom:0;border-left:0;height:50px;width:200px;padding-top:0;padding-right:14px;padding-bottom:0;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:kids;font-weight:400;text-align:center;text-align-last:center;font-size:22px;background-color:transparent;background-image: -webkit-linear-gradient(top, #df4a8d, #644593);background-image: -moz-linear-gradient(top, #df4a8d, #644593);background-image: -ms-linear-gradient(top, #df4a8d, #644593);background-image: -o-linear-gradient(top, #df4a8d, #644593);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#644593' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4a8d', endColorstr='#644593' );";background-image: linear-gradient(to bottom, #df4a8d, #644593);background-size:initial;overflow:hidden;text-shadow:1px 1px 1px #000000;font-style:normal; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 [class*="-text"]:-moz-placeholder { font-size:20px;font-family:kids;color:#000000;text-align:center;text-align-last:center; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 [class*="-text"]::-moz-placeholder { font-size:20px;font-family:kids;color:#000000;text-align:center;text-align-last:center; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 [class*="-text"]:-ms-input-placeholder { font-size:20px;font-family:kids;color:#000000;text-align:center;text-align-last:center; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 [class*="-text"]::-webkit-input-placeholder { font-size:20px;font-family:kids;color:#000000;text-align:center;text-align-last:center; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:646px;height:auto;font-size:12px;font-family:ubuntu;line-height:1.2;margin-top:2px;margin-right:0px;margin-bottom:0px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:23px;margin-right:0px;margin-bottom:3px;margin-left:3px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;vertical-align:middle; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:32px;width:106.5px;vertical-align:top;margin-top:22px;margin-right:0px;margin-bottom:3px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-container:first-of-type{padding-top:0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-container:last-of-type{padding-bottom:0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(169,206,236,0.5);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:708px;height:auto;left:106.953125px;top:338.96875px;z-index:100007;position:absolute; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .radio-container { width:249px; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(169,206,236,0.5);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:708px;height:auto;left:106.953125px;top:338.96875px;z-index:100007;position:absolute; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #lR8tMQ64A6myXono9nkZFhtQ1GBtIh2X { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #Him3PIWQeacxCUfPThHLIhaDUftFtQB8 { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #DsXlHC2D6zWsWC7IdbZ02CAXLqTXNgNJ { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #vbKQroalDPGn7Ew8yLTCKtPguH7bBfWo { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #HaE5ZKPfRmJthKP1y201Iz80l01mD7rb { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #aOyPHrw1rhhXpV3iBmaOs2fGNKg9NAKl { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #gdw6xisHpdy8m50k68sZQ7S4yO0nX2Us { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #TU6gNSMpm5hXevc74TdUmqATqSyw6Byc { position:relative; }
#Dl0Sa5Euc4rXLvC45gv5E0xcGXSVWM1c { color:#000000;display:block;width:514px;position:absolute;font-family:"mykonos ar";font-size:18px;font-weight:400;z-index:100001;line-height:1.8;letter-spacing:0;top:206.484375px;left:416.828125px;height:64px;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;text-align:right;text-align-last:right;display:block; }
#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Hncbwaz6/images.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { background-color: transparent; background-image: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container > .video-iframe-container { display: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row > .video-iframe-container { display: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .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); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { border-width: 0; border-radius: 0; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { font-size:14px;font-family:arial;height:417px;width:960px;position:relative;display:block; }#hvReHNLvTsZumskHi3DlicfnkkdSIyzX { color:#ffffff;display:block;width:570.966px;position:absolute;font-family:kids;font-size:50px;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:26px;left:170px;height:75px;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;text-align:center;text-align-last:center;display:block; }
#zLgKCToynHn00OmNZzis85DR9dwfkCIF { box-sizing:content-box;color:#fab419;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:100009;top:38.5px;left:631px;display:block; }
#TUvLDEZDwSGbXJkHnxoEbWU7tNz9eqK2 { box-sizing:content-box;color:#fab419;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:100000;top:240px;left:631px;display:block; }
#F0iwrAygwSSUtvUxWf7UkfwhsVHsTTnM { box-sizing:content-box;color:#fab419;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:100000;top:134.5px;left:631px;display:block; }
#Z1qdvGwSTqBg6l2Nw0dMxqZpJoFwxHi1 { box-sizing:content-box;color:#fab419;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:100000;top:183.5px;left:631px;display:block; }
#Ssd1z5mfxVO9Hh1vWcSFCwk9CCCySiOR { color:#ffffff;display:block;width:308px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:26px;top:152px;left:296px;display:block; }
#v1MOAFoDWB7q8nI5LxTkHpAeboCv4slx { color:#ffffff;display:block;width:393px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:26px;top:198.5px;left:222.5px;display:block; }
#LwFHAmiirZiSFgAEceq3ablJCxtLpu9J { color:#ffffff;display:block;width:490px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:52px;top:254px;left:132px;display:block; }
#Tuvqu8xADhUOL5lwM3eSKs62HToD6UrM { color:#000000;display:block;width:599px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:26px;top:374px;left:180.5px;display:block; }
#pA7qcVRRPVE6JVLpKaRWITZrDVTTukoQ { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:none;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:0;border-bottom-right-radius:0;height:60px;width:960px;top:357px;left:0;display:block; }
#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Hncbwaz6/images.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg > .row .container { background-color: transparent; background-image: none; }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg > .row .container > .video-iframe-container { display: none; }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg > .row > .video-iframe-container { display: none; }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg > .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); }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg > .row .container { border-width: 0; border-radius: 0; }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg > .row .container { font-size:14px;font-family:arial;height:271px;width:960px;position:relative;display:block; }#q4klJ2fSHATm7xmmVLaLaD7H0x4mehbz { color:#ffffff;display:block;width:570.966px;position:absolute;font-family:kids;font-size:50px;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:26px;left:170px;height:75px;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;text-align:center;text-align-last:center;display:block; }
#T1zI68TxBcoB0MyIpqqFI8uKId5SparU { box-sizing:content-box;color:#fab419;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:100009;top:38.5px;left:612px;display:block; }
#x84ffCXU99DekzB8zsUmxT4NbcTfX0Ll { color:#ffffff;display:block;width:200px;position:absolute;font-family:cairo;font-size:30px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:122px;left:380px;height:39px;text-align:center;text-align-last:center;display:block; }
#LauKFXXLixy51Tl4vOebrPTNPsF3JhsU { color:#ffffff;display:block;width:474px;position:absolute;font-family:cairo;font-size:30px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:188px;left:243px;height:39px;text-align:center;text-align-last:center;display:block; }
#G0svTxR89k88eUNAfRANQAtnJAudRLCU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0089d1;background-image:none;position:relative;display:block; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { background-color: transparent; background-image: none; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container > .video-iframe-container { display: none; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row > .video-iframe-container { display: none; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .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); }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { border-width: 0; border-radius: 0; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { font-size:14px;font-family:arial;height:216px;width:960px;position:relative;display:block; }#iC32tmMTTBPKfdEH8POg0e9xeWyy1QCH { color:#ffffff;display:block;width:790.994px;position:absolute;font-family:cairo;font-size:23px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:93.423278808594px;left:55.397735595703px;height:29px;text-align:center;text-align-last:center;display:block; }
#pazLTlFsPZadcU660C8clduEw1k9ToAF { box-sizing:content-box;color:#fbfeff;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:100006;top:26.71875px;left:425.92330932617px;display:block; }
#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { position:relative;display:block; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { background-color: transparent; background-image: none; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container > .video-iframe-container { display: none; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row > .video-iframe-container { display: none; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .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); }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { border-width: 0; border-radius: 0; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:49px;width:960px;position:relative;display:block; }#TBgMKeFenlVOaCxfwlRyUdiMyfn9y4ev { color:#0089d1;display:block;width:262.997px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:15.383514404297px;left:324.9289855957px;height:18px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph { display:block; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wikppknrv0CQaaqqMFWRINL9ePs5zbJl { top:5px;left:233.4772644043px;width:296px;height:94.683641481671px;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) { #qRHgkqGPqE9xkyKzbwe4m01MqoATsNKm { width:488px;height:;top:27px;left:276px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-regular-label { width:; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-text { width:; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-textarea { width:; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-select { width:; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-checkbox-label { width:684px; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-radio-label { width:; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9  { width:708px;height:auto;top:338px;left:8.953125px; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .radio-container { width:; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 {display:inline-block;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 { width:708px;height:auto;top:338px;left:8.953125px; }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #lR8tMQ64A6myXono9nkZFhtQ1GBtIh2X {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #Him3PIWQeacxCUfPThHLIhaDUftFtQB8 {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #DsXlHC2D6zWsWC7IdbZ02CAXLqTXNgNJ {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #vbKQroalDPGn7Ew8yLTCKtPguH7bBfWo {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #HaE5ZKPfRmJthKP1y201Iz80l01mD7rb {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #aOyPHrw1rhhXpV3iBmaOs2fGNKg9NAKl {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #gdw6xisHpdy8m50k68sZQ7S4yO0nX2Us {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #TU6gNSMpm5hXevc74TdUmqATqSyw6Byc {  }
 }@media only screen and (max-width: 763px) { #Dl0Sa5Euc4rXLvC45gv5E0xcGXSVWM1c { width:514px;height:;top:206px;left:250px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #D5hNr3eytTyCTxscv6JTnv5bOxb5DffG { display:block; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvReHNLvTsZumskHi3DlicfnkkdSIyzX { width:570px;height:75px;top:26px;left:72px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #zLgKCToynHn00OmNZzis85DR9dwfkCIF { top:38px;left:533px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #TUvLDEZDwSGbXJkHnxoEbWU7tNz9eqK2 { top:240px;left:533px;width:50px;height:50px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #F0iwrAygwSSUtvUxWf7UkfwhsVHsTTnM { top:134px;left:533px;width:50px;height:50px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #Z1qdvGwSTqBg6l2Nw0dMxqZpJoFwxHi1 { top:183px;left:533px;width:50px;height:50px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #Ssd1z5mfxVO9Hh1vWcSFCwk9CCCySiOR { top:152px;left:198px;width:308px;height:52px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #v1MOAFoDWB7q8nI5LxTkHpAeboCv4slx { top:198px;left:124.5px;width:393px;height:26px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #LwFHAmiirZiSFgAEceq3ablJCxtLpu9J { top:254px;left:34px;width:490px;height:52px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #Tuvqu8xADhUOL5lwM3eSKs62HToD6UrM { top:374px;left:82.5px;width:599px;height:26px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #pA7qcVRRPVE6JVLpKaRWITZrDVTTukoQ { top:357px;left:0;width:764px;height:60px;display:none; }
 }@media only screen and (max-width: 763px) { #aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg { display:block; }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4klJ2fSHATm7xmmVLaLaD7H0x4mehbz { width:570px;height:75px;top:26px;left:72px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #T1zI68TxBcoB0MyIpqqFI8uKId5SparU { top:38px;left:514px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #x84ffCXU99DekzB8zsUmxT4NbcTfX0Ll { top:122px;left:282px;width:200px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #LauKFXXLixy51Tl4vOebrPTNPsF3JhsU { top:188px;left:145px;width:474px;height:39px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #G0svTxR89k88eUNAfRANQAtnJAudRLCU { display:block; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC32tmMTTBPKfdEH8POg0e9xeWyy1QCH { top:93px;left:0;width:764px;height:29px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #pazLTlFsPZadcU660C8clduEw1k9ToAF { top:26px;left:327.92330932617px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { display:block; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBgMKeFenlVOaCxfwlRyUdiMyfn9y4ev { top:15px;left:226.9289855957px;width:262px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph { display:block; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wikppknrv0CQaaqqMFWRINL9ePs5zbJl { width:296px;height:94.683641481671px;top:20px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/8S8bDGji/LQ.jpg");background-position:center;background-repeat:repeat;background-attachment:scroll;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: #ffffff; }#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: #ffffff; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:498px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRHgkqGPqE9xkyKzbwe4m01MqoATsNKm { width:291px;height:56px;top:39px;left:14.5px;text-align:right;text-align-last:right;font-size:26px;line-height:1.1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9  { width:248.991px;height:auto;top:236.984375px;left:14px; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 {display:inline-block;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 { width:248.991px;height:auto;top:236.984375px;left:14px; }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #lR8tMQ64A6myXono9nkZFhtQ1GBtIh2X {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #Him3PIWQeacxCUfPThHLIhaDUftFtQB8 {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #DsXlHC2D6zWsWC7IdbZ02CAXLqTXNgNJ {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #vbKQroalDPGn7Ew8yLTCKtPguH7bBfWo {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #HaE5ZKPfRmJthKP1y201Iz80l01mD7rb {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #aOyPHrw1rhhXpV3iBmaOs2fGNKg9NAKl {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #gdw6xisHpdy8m50k68sZQ7S4yO0nX2Us {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #TU6gNSMpm5hXevc74TdUmqATqSyw6Byc {  }
 }@media only screen and (max-width: 763px) { #Dl0Sa5Euc4rXLvC45gv5E0xcGXSVWM1c { width:282.969px;height:66px;top:149.46875px;left:18.5px;text-align:center;text-align-last:center;font-size:13px;line-height:1.7;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #D5hNr3eytTyCTxscv6JTnv5bOxb5DffG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Hncbwaz6/images.jpg");background-position:center;background-repeat:repeat;background-attachment:scroll;background-size:cover;display:block; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { background-color: transparent; background-image: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container > .video-iframe-container { display: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row > .video-iframe-container { display: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .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); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { width:320px;height:390px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvReHNLvTsZumskHi3DlicfnkkdSIyzX { width:175px;height:37px;top:27px;left:43px;text-align:right;text-align-last:right;font-size:29px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zLgKCToynHn00OmNZzis85DR9dwfkCIF { width:50px;height:50px;top:23px;left:227px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #TUvLDEZDwSGbXJkHnxoEbWU7tNz9eqK2 { top:108px;left:265.5px;width:33px;height:39px;z-index:100010;color:#df4a8d;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #F0iwrAygwSSUtvUxWf7UkfwhsVHsTTnM { top:147px;left:266px;width:33px;height:39px;z-index:100011;color:#df4a8d;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Z1qdvGwSTqBg6l2Nw0dMxqZpJoFwxHi1 { top:200px;left:267px;width:33px;height:39px;z-index:100012;color:#df4a8d;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Ssd1z5mfxVO9Hh1vWcSFCwk9CCCySiOR { top:117.5px;left:16px;width:240px;height:52px;z-index:100013;text-align:right;text-align-last:right;font-family:kids;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v1MOAFoDWB7q8nI5LxTkHpAeboCv4slx { top:156.5px;left:1px;width:255px;height:52px;z-index:100014;text-align:right;text-align-last:right;font-family:kids;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LwFHAmiirZiSFgAEceq3ablJCxtLpu9J { top:210.5px;left:8.5px;width:255px;height:104px;z-index:100015;text-align:right;text-align-last:right;font-family:kids;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tuvqu8xADhUOL5lwM3eSKs62HToD6UrM { top:334.5px;left:32.5px;width:255px;height:44px;z-index:100016;text-align:center;text-align-last:center;font-family:kids;color:#ffffff;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #pA7qcVRRPVE6JVLpKaRWITZrDVTTukoQ { top:319px;left:0;width:320px;height:71px;z-index:100015;background-color:rgba(223,74,141,0.5);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Hncbwaz6/images.jpg");background-position:center;background-repeat:repeat;background-attachment:scroll;background-size:cover;display:block; }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg > .row .container { background-color: transparent; background-image: none; }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg > .row .container > .video-iframe-container { display: none; }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg > .row > .video-iframe-container { display: none; }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg > .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); }#aXPdLHH4kM74ZQK4Z7uUxeUDpuVF5Lyg > .row .container { width:320px;height:247px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4klJ2fSHATm7xmmVLaLaD7H0x4mehbz { width:175px;height:37px;top:27px;left:43px;text-align:right;text-align-last:right;font-size:29px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T1zI68TxBcoB0MyIpqqFI8uKId5SparU { width:50px;height:50px;top:23px;left:227px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #x84ffCXU99DekzB8zsUmxT4NbcTfX0Ll { width:200px;height:39px;top:93px;left:60px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LauKFXXLixy51Tl4vOebrPTNPsF3JhsU { width:320px;height:70px;top:152px;left:0;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0svTxR89k88eUNAfRANQAtnJAudRLCU { display:block; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { width:320px;height:115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC32tmMTTBPKfdEH8POg0e9xeWyy1QCH { width:320px;height:26px;top:70px;left:0;text-align:center;text-align-last:center;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #pazLTlFsPZadcU660C8clduEw1k9ToAF { width:50px;height:50px;top:20px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { display:block; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container { width:320px;height:55px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBgMKeFenlVOaCxfwlRyUdiMyfn9y4ev { width:261.989px;height:16px;top:20px;left:29px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }