.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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:#ffffff;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); }#exoTim2pSg560TydKwSaCkvXBZulfnZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { background-color: transparent; background-image: none; }#exoTim2pSg560TydKwSaCkvXBZulfnZs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container > .video-iframe-container { display: none; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row > .video-iframe-container { display: none; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .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); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { border-width: 0; border-radius: 0; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { font-size:14px;font-family:arial;height:75px;width:960px;position:relative;display:block; }#odovAy1ofCAcNAmUSg6D0gGDiLUpVxCF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69px;width:215px;top:0px;left:372.5px;overflow:hidden;display:block; }
#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb { background-color:transparent;background-image:url("https://images.assets-landingi.com/MpM0p4Qn/05.png");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; }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb > .row .container { background-color: transparent; background-image: none; }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13,17,19,0.38); }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb > .row .container > .video-iframe-container { display: none; }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13,17,19,0.38); }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb > .row > .video-iframe-container { display: none; }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb > .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); }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb > .row .container { border-width: 0; border-radius: 0; }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb > .row .container { font-size:14px;font-family:arial;height:640px;width:960px;overflow:visible;position:relative;display:block; }#oleEuWGRIBxaVbiyElDkfDpoXOnEGpyt { color:#ffffff;display:block;width:244px;position:absolute;font-family:"mykonos ar";font-size:24px;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:210px;left:663px;height:31px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W0xS2BREg5DPwbNPq6UXX7iuJiHL5XGV { color:#ffffff;display:block;width:684px;position:absolute;font-family:"mykonos ar";font-size:23px;font-weight:normal;z-index:100050;line-height:2.5;letter-spacing:0;top:29px;left:138px;height:114px;text-align:center;text-align-last:center;display:block; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-form-header {  }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:bold;color:#ffffff;width:376px;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;text-align:right;text-align-last:right; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-text { 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:376px;box-sizing:border-box;height:41px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-textarea { 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: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:376px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .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:376px;box-sizing:border-box;height:40px;color:#161616;font-family:cairo;font-size:13px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;text-align:right;text-align-last:right; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image: -webkit-linear-gradient(top, #f4b421, #f4b421);background-image: -moz-linear-gradient(top, #f4b421, #f4b421);background-image: -ms-linear-gradient(top, #f4b421, #f4b421);background-image: -o-linear-gradient(top, #f4b421, #f4b421);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b421', endColorstr='#f4b421' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b421', endColorstr='#f4b421' );";background-image: linear-gradient(to bottom, #f4b421, #f4b421);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:22px;font-weight:bold;color:#f2f9ff;width:376px;height:55px;font-family:cairo;overflow:hidden;text-shadow:1px 1px 1px #000000; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:cairo;font-size:13px;text-align:right;text-align-last:right; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:cairo;font-size:13px;text-align:right;text-align-last:right; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:cairo;font-size:13px;text-align:right;text-align-last:right; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:cairo;font-size:13px;text-align:right;text-align-last:right; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .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:ubuntu;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:357px;overflow:hidden;font-style:normal; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .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; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .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:ubuntu;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-container { padding-top:3px;padding-left:0;padding-right:0;padding-bottom:3px;width:100%;font-size:0px;height:auto; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-container:first-of-type{padding-top:0;}#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-container:last-of-type{padding-bottom:0;}#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6  { background-color:rgba(0,0,0,0);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:376px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0px;top:247px;z-index:100039;position:absolute; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:376px; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-info-text { font-size:12px; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 {display:block;}#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:376px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0px;top:247px;z-index:100039;position:absolute;display:none; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #T7BL8CT8LP8JhKvuu5BdlhOzRgAw7hyN { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #a2E2arcVehOVXNiwtLF6FiaCXOZhR7Lb { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #WNU5N7LFur4UWA4uMwoqFwoXJ9SP1c9B { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #J0eg3xUm46HyKMqdp3IDmNfLUL1Rsxaz { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #iRA8xRNuzUc9wyZ1EZrAKV91kCHTB23B { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #KHLf7Axp6wURyUr2wc49N2oadsr64Elr { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #sp2RiqVvTaPZF853Pkz745wgXBNFToQD { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #NFAE9T3gaH3WwQd2bRlmwVluKGshbmAd { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #iM68NIK9c6QTsTTllT9n6I9AxVgOK1EW { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #kAMTc8SX9ocOJbVJASTKngGle4B0cPPU { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #KJTTROK6U9BThEZhtQWFKv7qaBddfKex { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #DvakaeemDlp7mvFkGbkUb1cfAHo60gtH { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #FT8kpBl3Zl0AT5mnQBlEgb9DVt8TdH0u { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #frdsnvs8uMwTTD8XziS3gvKCpR9k4R9S { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #bgElbRzEH3QqsAdp58eAqMsxwmMAFNX4 { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #B51IkhBqXkrOzkTpkh2NL1KUP3Rcisx9 { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #ZL9DuNVei1sLNdMrgA4a2oDGQk0lL8c5 { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #lKnzAMy01fDpLvsxgvPWCsRyszC4dSgp { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #cmS6rOOlWiOhoHzkqABe334BX13hOpyg { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #IwMhEGhHZGnctBuA3gqyWdebieOOiP0c { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #IpvLExGvQ8VRbLPcADUOfC1Okfq8Wkic { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #vGaQgvGErFk5oq5DqnUyz1hgO2Qwm4rA { position:relative; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #QJpK7ITDXi5x7if9kMDhFWkaR3XiR10z { position:relative; }
#JobdfJ1s4IzTT0xCGBmvk4Zu7wTTeekf { position:absolute;display:block;z-index:99999;background-color:#b29a68;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:58px;width:349px;top:196px;left:611px;display:block; }
#WkzEaJvvicrWr2JXCtH0hd2t3ZkBUMlf { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:44px;width:147px;top:92px;left:65px;overflow:hidden;display:block; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-form-header {  }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:bold;color:#ba3e3e;width:340px;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;text-align:right;text-align-last:right;overflow:hidden; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-text { 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;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;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:340px;box-sizing:border-box;height:41px;color:#df4a8d;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-textarea { 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;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;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:340px;box-sizing:border-box;height:70px;color:#df4a8d;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .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:340px;box-sizing:border-box;height:40px;color:#3f200c;font-family:cairo;font-size:13px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#b29a68;background-image:none;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:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#ffffff;width:340px;height:55px;font-family:cairo;overflow:hidden;text-shadow:1px 1px 1px #000000; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR [class*="-text"]:-moz-placeholder { color:#3f200c;font-family:cairo;font-size:13px;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR [class*="-text"]::-moz-placeholder { color:#3f200c;font-family:cairo;font-size:13px;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR [class*="-text"]:-ms-input-placeholder { color:#3f200c;font-family:cairo;font-size:13px;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR [class*="-text"]::-webkit-input-placeholder { color:#3f200c;font-family:cairo;font-size:13px;text-align:right;text-align-last:right;font-weight:700;font-style:normal; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .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:ubuntu;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:324px;overflow:hidden;font-style:normal; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .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; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .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:ubuntu;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-container { padding-top:0;padding-left:0;padding-right:0;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-container:first-of-type{padding-top:0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-container:last-of-type{padding-bottom:0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR  { background-color:rgba(0,0,0,0);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:340px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:595px;top:255px;z-index:100048;position:absolute; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:340px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-info-text { font-size:12px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR {display:block;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR { background-color:rgba(0,0,0,0);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:340px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:595px;top:255px;z-index:100048;position:absolute; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #E7WxOLPzIDsr0JrZg8ObVBdbtM6bA1ss { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #vKk0MlqGQLMNowW3WG9sMNpi05vbq5o8 { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #y5gthUpQCVMkocpiOZvOqqEdItdvVmeB { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #cS2ZrM8U9qiqd86eSHLqaydiqt1V29v0 { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #w726agTzr5gwLicOwn2JzSMmTW5Hxzdi { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #mzZoOeUZSkPvdPHZ6sdbqXeVByZwi7IT { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #of8iEXv2yROUWQGbDSviNlyZsAiBuxiE { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #NTtXTaq0rdNek1BArlHWyX0aaOLfm9OW { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #hrCF08mh8t74TM6zbWu4fbJSQKLWRK5k { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #gP56lxmHkkeaMmOFNQECKngT75xBWLGU { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #X9V7MuTVUlhkk07i2OQQ2LR9m2qHLPSc { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #czdfkM3Tlaz0CIsGoE2AcQs3v0G5Uw0f { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #aPV6xqHqR21zeX9GgnRMKkxhfSaTzE7s { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #p9ZdB9ZgmlGuidmnO8ZpUJEcc5GD1xyl { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #qrDT4nH9W7I9zlOaAitnTwVKpsIBPRZw { position:relative; }
#TxX6Z1DNnkRcF4TBlW7mXX33JQERE9Cn { position:relative;display:block; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #xbVnXopnxn115THT5OPJSkMOA7PFhgQC { position:relative; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #lEfvgNDnV9acdh5V5vDtBaQzaZ3ozPoO { position:relative; }
#obSkZgcb5ST40yp2JqAlkaSbDIuiHaZe { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:161px;width:286px;top:319px;left:337px;overflow:hidden;display:block; }
#oheZvs1MDCcLVfTpPITAt2f1wfkXKqZi { position:absolute;display:block;z-index:100025;background-color:rgba(250,250,250,0.49);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:398px;width:275px;top:191px;left:68px;display:block; }
#gIvouZzUwOogZd4xuiM5IBLpgrhLtCPn { color:#000000;display:block;width:200px;position:absolute;font-family:"mykonos ar";font-size:28px;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:218px;left:99px;height:36px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oUiwkSRZdsKshVtsNomtNvbPvCdC5Gkp { color:#000000;display:block;width:200px;position:absolute;font-family:"mykonos ar";font-size:19px;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:272px;left:100px;height:216px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FDhg3Asy4R1KVBEWT2DXXO3yT0JsVqNT { background-color:#fab419;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:44px;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:527px;left:138px;display:block; }
#H3rrTVnrpuNQNWxqtDacqNRlnmFSFJhV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ONLIhDg6vBdp6MeyHhy69aLpCV6QaJX0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Z6aNyDcz/adccc_00000.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#ONLIhDg6vBdp6MeyHhy69aLpCV6QaJX0 > .row .container { background-color: transparent; background-image: none; }#ONLIhDg6vBdp6MeyHhy69aLpCV6QaJX0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(60,49,51,0.17); }#ONLIhDg6vBdp6MeyHhy69aLpCV6QaJX0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ONLIhDg6vBdp6MeyHhy69aLpCV6QaJX0 > .row .container > .video-iframe-container { display: none; }#ONLIhDg6vBdp6MeyHhy69aLpCV6QaJX0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(60,49,51,0.17); }#ONLIhDg6vBdp6MeyHhy69aLpCV6QaJX0 > .row > .video-iframe-container { display: none; }#ONLIhDg6vBdp6MeyHhy69aLpCV6QaJX0 > .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); }#ONLIhDg6vBdp6MeyHhy69aLpCV6QaJX0 > .row .container { border-width: 0; border-radius: 0; }#ONLIhDg6vBdp6MeyHhy69aLpCV6QaJX0 > .row .container { font-size:14px;font-family:arial;height:741px;width:960px;position:relative;display:block; }#JDvuH2dwMf7NTBzJOR95Jh1ZokzULmwm { color:#ffffff;display:block;width:389px;position:absolute;font-family:cairo;font-size:28px;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:37px;left:286px;height:36px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EOyzPDEeFhJZhrMZyAW0PsRnk6DsUvSm { position:absolute;display:block;z-index:100023;background-color:rgba(227,227,227,0.57);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:289px;width:228px;top:132px;left:532px;display:block; }
#pDzT7cpZgvzo1nok6BEWU72y4OfSsbZJ { position:absolute;display:block;z-index:100024;background-color:rgba(227,227,227,0.5);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:292px;width:236px;top:131px;left:197px;display:block; }
#qbKn9X2RdIBcMrF6KzwQD9CH01EPe5sP { color:#000000;display:block;width:200px;position:absolute;font-family:amiri;font-size:24px;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:153px;left:546px;height:31px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SFbDiNfwfgkkmCa1lBggXfeTrDHPGfih { color:#000000;display:block;width:200px;position:absolute;font-family:amiri;font-size:24px;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:154px;left:215px;height:31px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fQKTT46idZJ4yalnMW0V0pQSoaAfRhPZ { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:203px;left:546px;height:22px;text-align:center;text-align-last:center;display:block; }
#sgBVrIowMa2BaRBTWDqdsi1MGPy3ONMB { background-color:#fab419;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:44px;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:351px;left:581px;display:block; }
#RkDrfT2Vd2PKvlPHrFt0GyumNWJxBCdG { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Ko7GnqvrnCmgBc44UVzc1ZQxResU4JaH { background-color:#fab419;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:44px;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:366px;left:240px;display:block; }
#OFT3aFQRiS8qLWyIZxDHw4DAly2TlRpg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#cJZtx3lKswMgDpvFcoWNmofniRJIBOEr { position:absolute;display:block;z-index:100021;background-color:rgba(227,227,227,0.51);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:67px;width:364px;top:25px;left:294px;display:block; }
#lTW5gqnrwF1qRxE4NnGmbhJlsT5VVxv2 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:240px;left:546px;height:40px;text-align:center;text-align-last:center;display:block; }
#AB86GtRfOZ20i39HriCa6qi4TBeva7cq { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:295px;left:546px;height:40px;text-align:center;text-align-last:center;display:block; }
#n98B5J1QAP8ITTtmnlV7vIxT6rOZu5i3 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:194px;left:205px;height:22px;text-align:center;text-align-last:center;display:block; }
#CEmW3WKRDTCMKhzbyeTGeQyWINeACOOW { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:241px;left:215px;height:40px;text-align:center;text-align-last:center;display:block; }
#fvVe3z86vNRS8gu1V0Xn4yiSA9h7Kdxn { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:309px;left:215px;height:40px;text-align:center;text-align-last:center;display:block; }
#eb8JveT4ati5MrHriDXaDR7mL0nfOT6U { position:absolute;display:block;z-index:100025;background-color:rgba(227,227,227,0.5);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:242px;width:236px;top:457px;left:362px;display:block; }
#cppsJoVxSWwcXEnpXAOEud5kXXdS1ZUa { color:#000000;display:block;width:200px;position:absolute;font-family:"mykonos ar";font-size:24px;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:479px;left:380px;height:31px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZUPMLWMB5JEytEIHQfNLDxvlWFszwC3N { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:549px;left:380px;height:60px;text-align:center;text-align-last:center;display:block; }
#u2CD3r4misdSNtqM2BES6e0bEVXlRnZ9 { background-color:#fab419;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:44px;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:626px;left:415px;display:block; }
#f4ISv4e4qIQCBBUhfN89Us4meES6f7EQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eadfca;background-image:url("https://images.assets-landingi.com/01GLAv67/Child_Nutrition.jpg");background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container { background-color: transparent; background-image: none; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container > .video-iframe-container { display: none; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row > .video-iframe-container { display: none; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .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); }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container { border-width: 0; border-radius: 0; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container { font-size:14px;font-family:arial;height:522px;width:960px;position:relative;display:block; }#A17GA5bkW0AzSl4q0TPAXGLqk3ZlLXtw { color:#ffffff;display:block;width:389px;position:absolute;font-family:cairo;font-size:28px;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:83px;left:284px;height:36px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#i2aN2fKnT7ITX3sqLQhWBBdpiZq56bDu { color:#000000;display:block;width:463px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100022;line-height:1.4;letter-spacing:0;top:142px;left:267px;height:22px;display:block; }
#zdyTEA7I7fh93uBUUc3mTnqi4cCTSvZb { color:#ffffff;display:block;width:409px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:183px;left:199px;height:32px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aoMfWafQftW0UU0bvMQICgd5dvqG2ddS { box-sizing:content-box;color:#000000;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:237px;left:705px;display:block; }
#NtzkG5Hm3efzwDf7OiyNSH1y5TWADkkH { box-sizing:content-box;color:#000000;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:273px;left:704px;display:block; }
#kQ40OxlRNeRdqqGmhsT8nhud4Nb8goqZ { box-sizing:content-box;color:#000000;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:316px;left:706px;display:block; }
#dcuVHJWx3eycLDnI301kk66Isp4cqS1h { color:#000000;display:block;width:454px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:240px;left:247px;height:20px;display:block; }
#qKfbMkSFSkyaIb4Dv9CddT6DKd1emyri { color:#000000;display:block;width:454px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:275px;left:248px;height:20px;display:block; }
#l5KbJuI8GsoVwSpiD8Crn3D0bZytxtXw { color:#000000;display:block;width:454px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:319px;left:250px;height:20px;display:block; }
#kW8d9Tf8BtgHy8iAnA59gAGGxwNRRd03 { background-color:#a6d433;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#090808;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:17px;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:300px;height:44px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:395px;left:374px;display:block; }
#Rp0uxTGoLlBHbUfNXHx2zhfzoMpHlCV6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#245f0d;background-image:none;position:relative;display:block; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { background-color: transparent; background-image: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container > .video-iframe-container { display: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row > .video-iframe-container { display: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .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); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { border-width: 0; border-radius: 0; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { font-size:14px;font-family:arial;height:305px;width:960px;position:relative;display:block; }#oXwfxb0Vn6iPC3uTg4dd4GUPVPbB4E5V { color:#ffffff;display:block;width:685px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100000;line-height:2;letter-spacing:0;top:14px;left:121.5px;height:50px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RorS2fkTeHSpQ02lWrUABHkTEMuMuI9c { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;height:199px;width:299px;top:79px;left:16px;overflow:hidden;display:block; }
#MCm27ylfJ5fWo0pAD0fm0VKMyeMi5UUB { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;height:199px;width:299px;top:79px;left:333px;overflow:hidden;display:block; }
#GGTFTwur8dJyJsW6fMwyw9qrlre1U7Qb { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;height:199px;width:299px;top:79px;left:645px;overflow:hidden;display:block; }
#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/MpM0p4Qn/05.png");background-position:top left;background-repeat:repeat;background-attachment:fixed;background-size:cover;position:relative;display:none; }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row .container { border-width: 0; border-radius: 0; }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row .container { font-size:14px;font-family:arial;height:570px;width:960px;position:relative;display:none; }#TGwnA0wVDTbPn8iCsUsXoqQgNsFHPTFT { color:#000000;display:block;width:266px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:20.99267578125px;left:202.49264526367px;height:32px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#yAUU6F9GLUG8dC6zXtGrmDUXATXWiM18 { color:#999999;display:block;width:445px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100022;line-height:1.4;letter-spacing:0;top:72px;left:25.5px;height:88px;display:block; }
#sBdS9Zif4MxGvVVkhKy4NhanDrcIsblD { color:#ffffff;display:block;width:409px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:172px;left:61.5px;height:32px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ki29QHlfw1zwoqkZ7oRJLf6nHUkwOt5r { box-sizing:content-box;color:#000000;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:221px;left:476px;display:block; }
#GPwtQP8M8oXofhJ6ndw6DVmb4VeKkPM3 { box-sizing:content-box;color:#000000;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:257px;left:475px;display:block; }
#maNER0d6wAzbsoW5SdXa7H0nTJTI3zuT { box-sizing:content-box;color:#000000;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:349px;left:475px;display:block; }
#WvVfoSLuOHPnB7dBNadf1mpVqKK12P4E { box-sizing:content-box;color:#000000;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:379px;left:475px;display:block; }
#pyoPcpLFWluXVX7Wn97Ec5Uw0fi27Tik { color:#000000;display:block;width:454px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:224px;left:13px;height:20px;display:block; }
#RzKhVD53RWGLHFi4A98vZhE9XHB2G68e { color:#000000;display:block;width:454px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:259px;left:14px;height:80px;display:block; }
#oDtBHqxB0gXnoH9qOA7R0eIWbTR22pVh { color:#000000;display:block;width:454px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:352px;left:14px;height:20px;display:block; }
#BT65sXuO71wl5FC89ASmQwBTlhu8ftSH { color:#000000;display:block;width:454px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:382px;left:14px;height:40px;display:block; }
#n8fABgA9Ccv3VttVmyad9mkEsIyMCSSq { background-color:#e5972b;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:17px;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:136px;height:44px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:204px;left:682px;display:block; }
#fbKID39qnyiD0DKIqg3ZgktW193aTG1k { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#HJiiSJbTKdm6BV5opUtSRFTzHoxaOpdD { color:#000000;display:block;width:162px;position:absolute;font-family:cairo;font-size:12px;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:259px;left:669px;height:15px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lSh1iv344y2BC4U8dEAyTEL76XEJMgld { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:152px;width:152px;top:21px;left:674px;display:block; }
#ME9yNfcBSTLiMCWJUoT4ETET8IfyQ7bz { color:#53d7b4;display:block;width:145px;position:absolute;font-family:cairo;font-size:21px;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:51px;left:677px;height:108px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dz6vSdcBluLDCVVS4XcT8318SVfRD9Rt { position:absolute;display:block;z-index:100029;background-color:rgba(227,227,227,0.6);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:234px;width:234px;top:319px;left:620px;display:block; }
#UHZc2xBAFaxOM5IQlDcu4W4Q5ZJb51dW { color:#000000;display:block;width:200px;position:absolute;font-family:amiri;font-size:22px;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:393px;left:637px;height:28px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLKGpPOZsdKgOcKeVmkVl6yi3Gi9I0eD { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:454px;left:637px;height:24px;text-align:center;text-align-last:center;display:block; }
#aU74Uuu1BsaJ6E9qMHLIDBEQOTK96Xay { background-color:#fab419;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:44px;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:509px;left:672px;display:block; }
#vNp1pItETiVgh1AB5BwAqOyrSMO5AZwv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { background-color: transparent; background-image: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container > .video-iframe-container { display: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row > .video-iframe-container { display: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .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); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { border-width: 0; border-radius: 0; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { font-size:14px;font-family:arial;height:242px;width:960px;position:relative;display:block; }#hlGqS7K6BO10vyHRwNu4OM9sUpZiRNFQ { color:#954c5f;display:block;width:336px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:14.96875px;left:305px;height:32px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wtGRVNeW1l2bw46sf6vZBr3zTSlvMgwK { box-sizing:content-box;color:#000000;font-size:35px;font-weight:400;line-height:1;height:51px;width:51px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:61.966918945312px;left:454.46688842773px;display:block; }
#lKKJfL1gxtGA7Evf7EW268ZL66fTl8sE { color:#000000;display:block;width:342px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:123.97058105469px;left:308.95217895508px;height:20px;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; }
#btQG8hidmV2BxmMg96KezefpwB1iR5nv { color:#000000;display:block;width:320px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:217px;left:331.9375px;height:20px;display:block; }
#Hrvm3LZHwTHUu2Ummg8AxzHPS0mUmFFZ { color:#000000;display:block;width:313px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:168.9375px;left:331.953125px;height:20px;display:block; }
#oFJsiEFEpEUczh4FlALEH1xwAB32robL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe2a5;background-image:none;position:relative;display:none; }#oFJsiEFEpEUczh4FlALEH1xwAB32robL > .row .container { border-width: 0; border-radius: 0; }#oFJsiEFEpEUczh4FlALEH1xwAB32robL > .row .container { font-size:14px;font-family:arial;height:362px;width:960px;position:relative;display:none; }#iKSgCg1t0vz9HPmqfBBXv8o0TO3kwNgm { color:#522d62;display:block;width:514px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:27px;left:235px;height:32px;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; }
#hnGNhMJyEKSG5SM50ozRTfIZHvt741ba { box-sizing:content-box;color:#000000;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1px 1px 1px #000000;display:block;z-index:100039;top:75px;left:588px;display:block; }
#i5t3RafX9MLIvqCfQhC7hy85R2MzT9vS { box-sizing:content-box;color:#000000;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100041;top:105px;left:587px;display:block; }
#o2HAI1UxHhy1KM8C7Tnpcrey82uEKEJH { box-sizing:content-box;color:#000000;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100043;top:138px;left:587px;display:block; }
#Tr8y57RgOiEc8phWRFLbuXHlZDm7i0Ag { box-sizing:content-box;color:#000000;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100045;top:173px;left:587px;display:block; }
#Llp8ypTWuZvPVVBD8ZU6IWaZTFoDZEmI { color:#522d62;display:block;width:342px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;top:79px;left:244px;height:22px;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; }
#QTVuR1QtGvgrsvM4dNZ8sauLH4duaIwK { color:#522d62;display:block;width:342px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:109px;left:243px;height:20px;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; }
#urxarc8I8oU5m1XmQsy90OTkfEle56sL { color:#522d62;display:block;width:342px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:142px;left:243px;height:20px;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; }
#klN8nRJQs6JEGDa74pEaJs3DFI0HugFc { color:#522d62;display:block;width:342px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:177px;left:243px;height:20px;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; }
#TASH1i3R7yPJ8yyoSAVfCUZouutZF51Q { box-sizing:content-box;color:#000000;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:203px;left:586px;display:block; }
#Ti8RBPxHw3c7UbfvHVaP8xUdewbdR8r9 { color:#522d62;display:block;width:342px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:206px;left:235px;height:20px;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; }
#K1k5ATeJBJxT2p9NCisTpiaCEebpPQDL { background-color:#366811;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:22px;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:204.016px;height:59px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:260px;left:409.96875px;display:block; }
#UxOdZfmxF4W6sp2ryw8PvJyxU8FxEPLL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #exoTim2pSg560TydKwSaCkvXBZulfnZs { display:block; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odovAy1ofCAcNAmUSg6D0gGDiLUpVxCF { top:0px;left:274.5px;width:215px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb { display:block; }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oleEuWGRIBxaVbiyElDkfDpoXOnEGpyt { top:210px;left:520px;width:244px;height:31px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #W0xS2BREg5DPwbNPq6UXX7iuJiHL5XGV { top:29px;left:40px;width:684px;height:114px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-regular-label { width:200px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-text { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-textarea { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-select { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-button { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-checkbox-label { width:181px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6  { width:220px;height:auto;top:317px;left:0px; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .radio-container { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 {display:block;}#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 { width:220px;height:auto;top:317px;left:0px; }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #T7BL8CT8LP8JhKvuu5BdlhOzRgAw7hyN {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #a2E2arcVehOVXNiwtLF6FiaCXOZhR7Lb {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #WNU5N7LFur4UWA4uMwoqFwoXJ9SP1c9B {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #J0eg3xUm46HyKMqdp3IDmNfLUL1Rsxaz {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #iRA8xRNuzUc9wyZ1EZrAKV91kCHTB23B {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #KHLf7Axp6wURyUr2wc49N2oadsr64Elr {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #sp2RiqVvTaPZF853Pkz745wgXBNFToQD {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #NFAE9T3gaH3WwQd2bRlmwVluKGshbmAd {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #iM68NIK9c6QTsTTllT9n6I9AxVgOK1EW {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #kAMTc8SX9ocOJbVJASTKngGle4B0cPPU {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #KJTTROK6U9BThEZhtQWFKv7qaBddfKex {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #DvakaeemDlp7mvFkGbkUb1cfAHo60gtH {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #FT8kpBl3Zl0AT5mnQBlEgb9DVt8TdH0u {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #frdsnvs8uMwTTD8XziS3gvKCpR9k4R9S {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #bgElbRzEH3QqsAdp58eAqMsxwmMAFNX4 {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #B51IkhBqXkrOzkTpkh2NL1KUP3Rcisx9 {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #ZL9DuNVei1sLNdMrgA4a2oDGQk0lL8c5 {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #lKnzAMy01fDpLvsxgvPWCsRyszC4dSgp {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #cmS6rOOlWiOhoHzkqABe334BX13hOpyg {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #IwMhEGhHZGnctBuA3gqyWdebieOOiP0c {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #IpvLExGvQ8VRbLPcADUOfC1Okfq8Wkic {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #vGaQgvGErFk5oq5DqnUyz1hgO2Qwm4rA {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #QJpK7ITDXi5x7if9kMDhFWkaR3XiR10z {  }
 }@media only screen and (max-width: 763px) { #JobdfJ1s4IzTT0xCGBmvk4Zu7wTTeekf { top:196px;left:415px;width:349px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #WkzEaJvvicrWr2JXCtH0hd2t3ZkBUMlf { top:92px;left:0px;width:147px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-regular-label { width:200px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-text { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-textarea { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-select { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-button { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-checkbox-label { width:181px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR  { width:220px;height:auto;top:317px;left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .radio-container { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR {display:block;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR { width:220px;height:auto;top:317px;left:0px; }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #E7WxOLPzIDsr0JrZg8ObVBdbtM6bA1ss {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #vKk0MlqGQLMNowW3WG9sMNpi05vbq5o8 {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #y5gthUpQCVMkocpiOZvOqqEdItdvVmeB {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #cS2ZrM8U9qiqd86eSHLqaydiqt1V29v0 {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #w726agTzr5gwLicOwn2JzSMmTW5Hxzdi {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #mzZoOeUZSkPvdPHZ6sdbqXeVByZwi7IT {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #of8iEXv2yROUWQGbDSviNlyZsAiBuxiE {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #NTtXTaq0rdNek1BArlHWyX0aaOLfm9OW {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #hrCF08mh8t74TM6zbWu4fbJSQKLWRK5k {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #gP56lxmHkkeaMmOFNQECKngT75xBWLGU {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #X9V7MuTVUlhkk07i2OQQ2LR9m2qHLPSc {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #czdfkM3Tlaz0CIsGoE2AcQs3v0G5Uw0f {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #aPV6xqHqR21zeX9GgnRMKkxhfSaTzE7s {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #p9ZdB9ZgmlGuidmnO8ZpUJEcc5GD1xyl {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #qrDT4nH9W7I9zlOaAitnTwVKpsIBPRZw {  }
 }@media only screen and (max-width: 763px) { #TxX6Z1DNnkRcF4TBlW7mXX33JQERE9Cn { display:block; }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #xbVnXopnxn115THT5OPJSkMOA7PFhgQC {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #lEfvgNDnV9acdh5V5vDtBaQzaZ3ozPoO {  }
 }@media only screen and (max-width: 763px) { #obSkZgcb5ST40yp2JqAlkaSbDIuiHaZe { top:319px;left:239px;width:286px;height:161px;display:block; }
 }@media only screen and (max-width: 763px) { #oheZvs1MDCcLVfTpPITAt2f1wfkXKqZi { top:191px;left:0px;width:275px;height:398px;display:block; }
 }@media only screen and (max-width: 763px) { #gIvouZzUwOogZd4xuiM5IBLpgrhLtCPn { top:218px;left:1px;width:200px;height:36px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #oUiwkSRZdsKshVtsNomtNvbPvCdC5Gkp { top:272px;left:2px;width:200px;height:192px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #FDhg3Asy4R1KVBEWT2DXXO3yT0JsVqNT { width:130px;height:44px;top:527px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #H3rrTVnrpuNQNWxqtDacqNRlnmFSFJhV { display:block; }
 }@media only screen and (max-width: 763px) { #ONLIhDg6vBdp6MeyHhy69aLpCV6QaJX0 { display:block; }#ONLIhDg6vBdp6MeyHhy69aLpCV6QaJX0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDvuH2dwMf7NTBzJOR95Jh1ZokzULmwm { top:37px;left:188px;width:389px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #EOyzPDEeFhJZhrMZyAW0PsRnk6DsUvSm { top:132px;left:434px;width:228px;height:289px;display:block; }
 }@media only screen and (max-width: 763px) { #pDzT7cpZgvzo1nok6BEWU72y4OfSsbZJ { top:131px;left:99px;width:236px;height:292px;display:block; }
 }@media only screen and (max-width: 763px) { #qbKn9X2RdIBcMrF6KzwQD9CH01EPe5sP { top:153px;left:448px;width:200px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #SFbDiNfwfgkkmCa1lBggXfeTrDHPGfih { top:154px;left:117px;width:200px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fQKTT46idZJ4yalnMW0V0pQSoaAfRhPZ { top:203px;left:448px;width:200px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #sgBVrIowMa2BaRBTWDqdsi1MGPy3ONMB { width:130px;height:44px;top:351px;left:483px;display:block; }
 }@media only screen and (max-width: 763px) { #RkDrfT2Vd2PKvlPHrFt0GyumNWJxBCdG { display:block; }
 }@media only screen and (max-width: 763px) { #Ko7GnqvrnCmgBc44UVzc1ZQxResU4JaH { width:130px;height:44px;top:366px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #OFT3aFQRiS8qLWyIZxDHw4DAly2TlRpg { display:block; }
 }@media only screen and (max-width: 763px) { #cJZtx3lKswMgDpvFcoWNmofniRJIBOEr { top:25px;left:196px;width:364px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #lTW5gqnrwF1qRxE4NnGmbhJlsT5VVxv2 { top:240px;left:448px;width:200px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AB86GtRfOZ20i39HriCa6qi4TBeva7cq { top:295px;left:448px;width:200px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #n98B5J1QAP8ITTtmnlV7vIxT6rOZu5i3 { top:194px;left:107px;width:200px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #CEmW3WKRDTCMKhzbyeTGeQyWINeACOOW { top:241px;left:117px;width:200px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fvVe3z86vNRS8gu1V0Xn4yiSA9h7Kdxn { top:309px;left:117px;width:200px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eb8JveT4ati5MrHriDXaDR7mL0nfOT6U { top:457px;left:264px;width:236px;height:242px;display:block; }
 }@media only screen and (max-width: 763px) { #cppsJoVxSWwcXEnpXAOEud5kXXdS1ZUa { top:479px;left:282px;width:200px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ZUPMLWMB5JEytEIHQfNLDxvlWFszwC3N { top:549px;left:282px;width:200px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #u2CD3r4misdSNtqM2BES6e0bEVXlRnZ9 { width:130px;height:44px;top:626px;left:317px;display:block; }
 }@media only screen and (max-width: 763px) { #f4ISv4e4qIQCBBUhfN89Us4meES6f7EQ { display:block; }
 }@media only screen and (max-width: 763px) { #CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y { display:block; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A17GA5bkW0AzSl4q0TPAXGLqk3ZlLXtw { top:83px;left:186px;width:389px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #i2aN2fKnT7ITX3sqLQhWBBdpiZq56bDu { top:142px;left:169px;width:463px;height:22px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zdyTEA7I7fh93uBUUc3mTnqi4cCTSvZb { top:183px;left:101px;width:409px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aoMfWafQftW0UU0bvMQICgd5dvqG2ddS { top:237px;left:607px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NtzkG5Hm3efzwDf7OiyNSH1y5TWADkkH { top:273px;left:606px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #kQ40OxlRNeRdqqGmhsT8nhud4Nb8goqZ { top:316px;left:608px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dcuVHJWx3eycLDnI301kk66Isp4cqS1h { top:240px;left:149px;width:454px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qKfbMkSFSkyaIb4Dv9CddT6DKd1emyri { top:275px;left:150px;width:454px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #l5KbJuI8GsoVwSpiD8Crn3D0bZytxtXw { top:319px;left:152px;width:454px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kW8d9Tf8BtgHy8iAnA59gAGGxwNRRd03 { width:300px;height:44px;top:395px;left:276px;display:block; }
 }@media only screen and (max-width: 763px) { #Rp0uxTGoLlBHbUfNXHx2zhfzoMpHlCV6 { display:block; }
 }@media only screen and (max-width: 763px) { #TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE { display:block; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXwfxb0Vn6iPC3uTg4dd4GUPVPbB4E5V { top:14px;left:23.5px;width:685px;height:50px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RorS2fkTeHSpQ02lWrUABHkTEMuMuI9c { top:79px;left:0px;width:299px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #MCm27ylfJ5fWo0pAD0fm0VKMyeMi5UUB { top:79px;left:235px;width:299px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #GGTFTwur8dJyJsW6fMwyw9qrlre1U7Qb { top:79px;left:465px;width:299px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk { display:block; }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGwnA0wVDTbPn8iCsUsXoqQgNsFHPTFT { top:20px;left:104.484375px;width:266px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yAUU6F9GLUG8dC6zXtGrmDUXATXWiM18 { top:72px;left:0px;width:445px;height:88px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sBdS9Zif4MxGvVVkhKy4NhanDrcIsblD { top:172px;left:0px;width:409px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ki29QHlfw1zwoqkZ7oRJLf6nHUkwOt5r { top:221px;left:378px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #GPwtQP8M8oXofhJ6ndw6DVmb4VeKkPM3 { top:257px;left:377px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #maNER0d6wAzbsoW5SdXa7H0nTJTI3zuT { top:349px;left:377px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #WvVfoSLuOHPnB7dBNadf1mpVqKK12P4E { top:379px;left:377px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #pyoPcpLFWluXVX7Wn97Ec5Uw0fi27Tik { top:224px;left:0px;width:454px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RzKhVD53RWGLHFi4A98vZhE9XHB2G68e { top:259px;left:0px;width:454px;height:80px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oDtBHqxB0gXnoH9qOA7R0eIWbTR22pVh { top:352px;left:0px;width:454px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BT65sXuO71wl5FC89ASmQwBTlhu8ftSH { top:382px;left:0px;width:454px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #n8fABgA9Ccv3VttVmyad9mkEsIyMCSSq { width:136px;height:44px;top:204px;left:584px;display:block; }
 }@media only screen and (max-width: 763px) { #fbKID39qnyiD0DKIqg3ZgktW193aTG1k { display:block; }
 }@media only screen and (max-width: 763px) { #HJiiSJbTKdm6BV5opUtSRFTzHoxaOpdD { top:259px;left:571px;width:162px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #lSh1iv344y2BC4U8dEAyTEL76XEJMgld { width:152px;height:152px;top:21px;left:576px;display:block; }
 }@media only screen and (max-width: 763px) { #ME9yNfcBSTLiMCWJUoT4ETET8IfyQ7bz { width:145px;height:108px;top:51px;left:579px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #dz6vSdcBluLDCVVS4XcT8318SVfRD9Rt { top:319px;left:522px;width:234px;height:234px;display:block; }
 }@media only screen and (max-width: 763px) { #UHZc2xBAFaxOM5IQlDcu4W4Q5ZJb51dW { top:393px;left:539px;width:200px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #HLKGpPOZsdKgOcKeVmkVl6yi3Gi9I0eD { top:454px;left:539px;width:200px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #aU74Uuu1BsaJ6E9qMHLIDBEQOTK96Xay { width:130px;height:44px;top:509px;left:574px;display:block; }
 }@media only screen and (max-width: 763px) { #vNp1pItETiVgh1AB5BwAqOyrSMO5AZwv { display:block; }
 }@media only screen and (max-width: 763px) { #HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw { display:block; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlGqS7K6BO10vyHRwNu4OM9sUpZiRNFQ { top:14px;left:207px;width:336px;height:32px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wtGRVNeW1l2bw46sf6vZBr3zTSlvMgwK { top:61px;left:356.46688842773px;width:51px;height:51px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #lKKJfL1gxtGA7Evf7EW268ZL66fTl8sE { top:123px;left:210.9375px;width:342px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #btQG8hidmV2BxmMg96KezefpwB1iR5nv { top:216px;left:233.93359375px;width:320px;height:20px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Hrvm3LZHwTHUu2Ummg8AxzHPS0mUmFFZ { top:168px;left:233.953125px;width:313px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oFJsiEFEpEUczh4FlALEH1xwAB32robL { display:block; }#oFJsiEFEpEUczh4FlALEH1xwAB32robL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKSgCg1t0vz9HPmqfBBXv8o0TO3kwNgm { width:514px;height:32px;top:27px;left:137px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hnGNhMJyEKSG5SM50ozRTfIZHvt741ba { top:75px;left:490px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #i5t3RafX9MLIvqCfQhC7hy85R2MzT9vS { top:105px;left:489px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #o2HAI1UxHhy1KM8C7Tnpcrey82uEKEJH { top:138px;left:489px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Tr8y57RgOiEc8phWRFLbuXHlZDm7i0Ag { top:173px;left:489px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Llp8ypTWuZvPVVBD8ZU6IWaZTFoDZEmI { width:342px;height:22px;top:79px;left:146px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QTVuR1QtGvgrsvM4dNZ8sauLH4duaIwK { width:342px;height:20px;top:109px;left:145px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #urxarc8I8oU5m1XmQsy90OTkfEle56sL { width:342px;height:20px;top:142px;left:145px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #klN8nRJQs6JEGDa74pEaJs3DFI0HugFc { width:342px;height:20px;top:177px;left:145px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TASH1i3R7yPJ8yyoSAVfCUZouutZF51Q { top:203px;left:488px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Ti8RBPxHw3c7UbfvHVaP8xUdewbdR8r9 { width:342px;height:20px;top:206px;left:137px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K1k5ATeJBJxT2p9NCisTpiaCEebpPQDL { width:204px;height:59px;top:260px;left:311.96875px;display:block; }
 }@media only screen and (max-width: 763px) { #UxOdZfmxF4W6sp2ryw8PvJyxU8FxEPLL { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #exoTim2pSg560TydKwSaCkvXBZulfnZs { display:block; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odovAy1ofCAcNAmUSg6D0gGDiLUpVxCF { width:156px;height:50px;top:0px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb { background-color:transparent;background-image:url("https://images.assets-landingi.com/MpM0p4Qn/05.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb > .row .container { background-color: transparent; background-image: none; }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.37); }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb > .row .container > .video-iframe-container { display: none; }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.37); }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb > .row > .video-iframe-container { display: none; }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb > .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); }#AvrtyK1ozvLeyUXiOVKTAdMeZ79Jhslb > .row .container { width:320px;height:442px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oleEuWGRIBxaVbiyElDkfDpoXOnEGpyt { width:223px;height:29px;top:142px;left:48.5px;text-align:center;text-align-last:center;font-size:23px;font-family:"mykonos ar";font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W0xS2BREg5DPwbNPq6UXX7iuJiHL5XGV { width:301px;height:66px;top:8px;left:9.5px;text-align:center;text-align-last:center;font-size:14px;color:#ffffff;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-regular-label { width:160px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;height:auto;background-color:transparent;background-image:none;display:none;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-text { width:160px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top;height:29px; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-textarea { width:160px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-select { width:160px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top;height:29px; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-checkbox { margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;vertical-align:top; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-input-button { width:131px;margin-top:4px;margin-right:14px;margin-left:14px;margin-bottom:4px;height:36px;line-height:.3;overflow:hidden;font-size:20px; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-checkbox-label { width:144px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-container { padding-top:0;padding-left:0;padding-right:0;padding-bottom:0; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-container:first-of-type{padding-top:0;}#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .widget-container:last-of-type{padding-bottom:0;}#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6  { width:160px;height:auto;top:46px;left:0px; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 .radio-container { width:160px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 {display:block;}#XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 { width:160px;height:auto;top:46px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #T7BL8CT8LP8JhKvuu5BdlhOzRgAw7hyN {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #a2E2arcVehOVXNiwtLF6FiaCXOZhR7Lb {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #WNU5N7LFur4UWA4uMwoqFwoXJ9SP1c9B {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #J0eg3xUm46HyKMqdp3IDmNfLUL1Rsxaz {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #iRA8xRNuzUc9wyZ1EZrAKV91kCHTB23B {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #KHLf7Axp6wURyUr2wc49N2oadsr64Elr {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #sp2RiqVvTaPZF853Pkz745wgXBNFToQD {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #NFAE9T3gaH3WwQd2bRlmwVluKGshbmAd {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #iM68NIK9c6QTsTTllT9n6I9AxVgOK1EW {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #kAMTc8SX9ocOJbVJASTKngGle4B0cPPU {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #KJTTROK6U9BThEZhtQWFKv7qaBddfKex {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #DvakaeemDlp7mvFkGbkUb1cfAHo60gtH {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #FT8kpBl3Zl0AT5mnQBlEgb9DVt8TdH0u {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #frdsnvs8uMwTTD8XziS3gvKCpR9k4R9S {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #bgElbRzEH3QqsAdp58eAqMsxwmMAFNX4 {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #B51IkhBqXkrOzkTpkh2NL1KUP3Rcisx9 {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #ZL9DuNVei1sLNdMrgA4a2oDGQk0lL8c5 {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #lKnzAMy01fDpLvsxgvPWCsRyszC4dSgp {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #cmS6rOOlWiOhoHzkqABe334BX13hOpyg {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #IwMhEGhHZGnctBuA3gqyWdebieOOiP0c {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #IpvLExGvQ8VRbLPcADUOfC1Okfq8Wkic {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #vGaQgvGErFk5oq5DqnUyz1hgO2Qwm4rA {  }
 }@media only screen and (max-width: 763px) { #XSheFaJFs8scmu7tpWr4IndRcOZAeZk6 #QJpK7ITDXi5x7if9kMDhFWkaR3XiR10z {  }
 }@media only screen and (max-width: 763px) { #JobdfJ1s4IzTT0xCGBmvk4Zu7wTTeekf { width:320px;height:125px;top:90px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #WkzEaJvvicrWr2JXCtH0hd2t3ZkBUMlf { width:127px;height:37px;top:81px;left:96.5px;display:block; }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;height:auto;background-color:transparent;background-image:none;display:none;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top;height:29px;line-height:1.9;overflow:hidden;font-family:"mykonos ar"; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top;line-height:1.9;overflow:hidden;font-family:"mykonos ar"; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top;height:29px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-checkbox { margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;vertical-align:top;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-input-button { width:280px;margin-top:4px;margin-right:20px;margin-left:0px;margin-bottom:4px;height:36px;line-height:.3;overflow:hidden;font-size:20px;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#b29a68;background-image:none;font-family:"mykonos ar"; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR [class*="-text"]:-moz-placeholder { font-family:"mykonos ar"; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR [class*="-text"]::-moz-placeholder { font-family:"mykonos ar"; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR [class*="-text"]:-ms-input-placeholder { font-family:"mykonos ar"; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR [class*="-text"]::-webkit-input-placeholder { font-family:"mykonos ar"; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-checkbox-label { width:264px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-container { padding-top:0;padding-left:0;padding-right:0;padding-bottom:0; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-container:first-of-type{padding-top:0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .widget-container:last-of-type{padding-bottom:0;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR  { width:300px;height:auto;top:171px;left:0px; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR {display:block;}#KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR { width:300px;height:auto;top:171px;left:0px; }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #E7WxOLPzIDsr0JrZg8ObVBdbtM6bA1ss {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #vKk0MlqGQLMNowW3WG9sMNpi05vbq5o8 {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #y5gthUpQCVMkocpiOZvOqqEdItdvVmeB {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #cS2ZrM8U9qiqd86eSHLqaydiqt1V29v0 {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #w726agTzr5gwLicOwn2JzSMmTW5Hxzdi {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #mzZoOeUZSkPvdPHZ6sdbqXeVByZwi7IT {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #of8iEXv2yROUWQGbDSviNlyZsAiBuxiE {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #NTtXTaq0rdNek1BArlHWyX0aaOLfm9OW {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #hrCF08mh8t74TM6zbWu4fbJSQKLWRK5k {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #gP56lxmHkkeaMmOFNQECKngT75xBWLGU {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #X9V7MuTVUlhkk07i2OQQ2LR9m2qHLPSc {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #czdfkM3Tlaz0CIsGoE2AcQs3v0G5Uw0f {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #aPV6xqHqR21zeX9GgnRMKkxhfSaTzE7s {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #p9ZdB9ZgmlGuidmnO8ZpUJEcc5GD1xyl {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #qrDT4nH9W7I9zlOaAitnTwVKpsIBPRZw {  }
 }@media only screen and (max-width: 763px) { #TxX6Z1DNnkRcF4TBlW7mXX33JQERE9Cn { display:block; }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #xbVnXopnxn115THT5OPJSkMOA7PFhgQC {  }
 }@media only screen and (max-width: 763px) { #KQTQ1ynIpAMhTTeep5IETFDUWIsIdBAR #lEfvgNDnV9acdh5V5vDtBaQzaZ3ozPoO {  }
 }@media only screen and (max-width: 763px) { #obSkZgcb5ST40yp2JqAlkaSbDIuiHaZe { width:286px;height:161px;top:433px;left:34px;display:none; }
 }@media only screen and (max-width: 763px) { #oheZvs1MDCcLVfTpPITAt2f1wfkXKqZi { width:275px;height:396px;top:199px;left:19.5px;border-top:3px solid #151515;border-left:3px solid #151515;border-right:3px solid #151515;border-bottom:3px solid #151515;display:none; }
 }@media only screen and (max-width: 763px) { #gIvouZzUwOogZd4xuiM5IBLpgrhLtCPn { width:200px;height:32px;top:209px;left:60px;font-size:25px;font-family:"mykonos ar";display:none; }
 }@media only screen and (max-width: 763px) { #oUiwkSRZdsKshVtsNomtNvbPvCdC5Gkp { width:200px;height:216px;top:274px;left:55px;font-size:19px;font-family:"mykonos ar";display:none; }
 }@media only screen and (max-width: 763px) { #FDhg3Asy4R1KVBEWT2DXXO3yT0JsVqNT { width:130px;height:44px;top:526px;left:95px;font-family:"mykonos ar";display:none; }
 }@media only screen and (max-width: 763px) { #H3rrTVnrpuNQNWxqtDacqNRlnmFSFJhV { display:block; }
 }@media only screen and (max-width: 763px) { #ONLIhDg6vBdp6MeyHhy69aLpCV6QaJX0 { display:block; }#ONLIhDg6vBdp6MeyHhy69aLpCV6QaJX0 > .row .container { width:320px;height:965px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDvuH2dwMf7NTBzJOR95Jh1ZokzULmwm { width:320px;height:32px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:25px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #EOyzPDEeFhJZhrMZyAW0PsRnk6DsUvSm { width:228px;height:289px;top:377px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #pDzT7cpZgvzo1nok6BEWU72y4OfSsbZJ { width:236px;height:269px;top:81px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #qbKn9X2RdIBcMrF6KzwQD9CH01EPe5sP { width:200px;height:28px;top:398px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #SFbDiNfwfgkkmCa1lBggXfeTrDHPGfih { width:200px;height:28px;top:95px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #fQKTT46idZJ4yalnMW0V0pQSoaAfRhPZ { width:200px;height:24px;top:438px;left:60px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #sgBVrIowMa2BaRBTWDqdsi1MGPy3ONMB { width:130px;height:44px;top:600px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #RkDrfT2Vd2PKvlPHrFt0GyumNWJxBCdG { display:block; }
 }@media only screen and (max-width: 763px) { #Ko7GnqvrnCmgBc44UVzc1ZQxResU4JaH { width:130px;height:44px;top:292px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #OFT3aFQRiS8qLWyIZxDHw4DAly2TlRpg { display:block; }
 }@media only screen and (max-width: 763px) { #cJZtx3lKswMgDpvFcoWNmofniRJIBOEr { width:288px;height:50px;top:12px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lTW5gqnrwF1qRxE4NnGmbhJlsT5VVxv2 { width:200px;height:40px;top:493px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AB86GtRfOZ20i39HriCa6qi4TBeva7cq { width:200px;height:40px;top:549px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #n98B5J1QAP8ITTtmnlV7vIxT6rOZu5i3 { width:200px;height:22px;top:132px;left:60px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #CEmW3WKRDTCMKhzbyeTGeQyWINeACOOW { width:200px;height:40px;top:176px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fvVe3z86vNRS8gu1V0Xn4yiSA9h7Kdxn { width:200px;height:40px;top:240px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eb8JveT4ati5MrHriDXaDR7mL0nfOT6U { width:236px;height:213px;top:687px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #cppsJoVxSWwcXEnpXAOEud5kXXdS1ZUa { width:200px;height:28px;top:709px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ZUPMLWMB5JEytEIHQfNLDxvlWFszwC3N { width:200px;height:60px;top:754px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #u2CD3r4misdSNtqM2BES6e0bEVXlRnZ9 { width:130px;height:44px;top:844px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #f4ISv4e4qIQCBBUhfN89Us4meES6f7EQ { display:block; }
 }@media only screen and (max-width: 763px) { #CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y { background-color:#94ae59;background-image:url("https://images.assets-landingi.com/01GLAv67/Child_Nutrition.jpg");background-position:top left;background-repeat:repeat;background-attachment:scroll;display:block; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container { background-color: transparent; background-image: none; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container > .video-iframe-container { display: none; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row > .video-iframe-container { display: none; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .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); }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container { width:320px;height:475px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A17GA5bkW0AzSl4q0TPAXGLqk3ZlLXtw { width:320px;height:32px;top:13px;left:0px;text-align:center;text-align-last:center;font-size:25px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #i2aN2fKnT7ITX3sqLQhWBBdpiZq56bDu { width:320px;height:48px;top:64px;left:0px;text-align:center;text-align-last:center;font-size:16px;line-height:1.5;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #zdyTEA7I7fh93uBUUc3mTnqi4cCTSvZb { width:320px;height:32px;top:151px;left:0px;text-align:center;text-align-last:center;font-size:25px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #aoMfWafQftW0UU0bvMQICgd5dvqG2ddS { width:25px;height:25px;top:201px;left:295px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NtzkG5Hm3efzwDf7OiyNSH1y5TWADkkH { width:25px;height:25px;top:299px;left:295px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #kQ40OxlRNeRdqqGmhsT8nhud4Nb8goqZ { width:25px;height:25px;top:261px;left:295px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dcuVHJWx3eycLDnI301kk66Isp4cqS1h { width:275px;height:44px;top:204px;left:16px;text-align:right;text-align-last:right;font-size:15px;color:#000000;line-height:1.5;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #qKfbMkSFSkyaIb4Dv9CddT6DKd1emyri { width:286px;height:21px;top:263px;left:0px;text-align:right;text-align-last:right;font-size:15px;line-height:1.4;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #l5KbJuI8GsoVwSpiD8Crn3D0bZytxtXw { width:284px;height:48px;top:302px;left:6px;text-align:right;text-align-last:right;font-size:16px;line-height:1.5;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #kW8d9Tf8BtgHy8iAnA59gAGGxwNRRd03 { width:182px;height:55px;top:385px;left:69px;font-size:15px;color:#ffffff;background-color:#ff9c00;background-image:none;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #Rp0uxTGoLlBHbUfNXHx2zhfzoMpHlCV6 { display:block; }
 }@media only screen and (max-width: 763px) { #TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE { background-color:#0d3107;background-image:none;display:block; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { background-color: transparent; background-image: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container > .video-iframe-container { display: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row > .video-iframe-container { display: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .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); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { width:320px;height:780px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXwfxb0Vn6iPC3uTg4dd4GUPVPbB4E5V { width:320px;height:36px;top:20px;left:0px;font-size:18px;color:#ffffff;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #RorS2fkTeHSpQ02lWrUABHkTEMuMuI9c { width:299px;height:199px;top:76px;left:9.5px;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;display:block; }
 }@media only screen and (max-width: 763px) { #MCm27ylfJ5fWo0pAD0fm0VKMyeMi5UUB { width:299px;height:199px;top:310px;left:10.5px;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;display:block; }
 }@media only screen and (max-width: 763px) { #GGTFTwur8dJyJsW6fMwyw9qrlre1U7Qb { width:299px;height:199px;top:551px;left:10.5px;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk { background-color:#e6dfcd;background-image:none;display:none; }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row .container { width:320px;height:987px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TGwnA0wVDTbPn8iCsUsXoqQgNsFHPTFT { width:266px;height:32px;top:22px;left:27px;text-align:center;text-align-last:center;font-size:25px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #yAUU6F9GLUG8dC6zXtGrmDUXATXWiM18 { width:320px;height:144px;top:76px;left:0px;text-align:center;text-align-last:center;font-size:16px;line-height:1.5;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #sBdS9Zif4MxGvVVkhKy4NhanDrcIsblD { width:320px;height:32px;top:228px;left:0px;text-align:center;text-align-last:center;font-size:25px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #ki29QHlfw1zwoqkZ7oRJLf6nHUkwOt5r { width:25px;height:25px;top:390px;left:293px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #GPwtQP8M8oXofhJ6ndw6DVmb4VeKkPM3 { width:25px;height:25px;top:284px;left:295px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #maNER0d6wAzbsoW5SdXa7H0nTJTI3zuT { width:25px;height:25px;top:482px;left:295px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #WvVfoSLuOHPnB7dBNadf1mpVqKK12P4E { width:25px;height:25px;top:560px;left:295px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #pyoPcpLFWluXVX7Wn97Ec5Uw0fi27Tik { width:293px;height:38px;top:281px;left:0px;text-align:right;text-align-last:right;font-size:15px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #RzKhVD53RWGLHFi4A98vZhE9XHB2G68e { width:286px;height:126px;top:343px;left:0px;text-align:right;text-align-last:right;font-size:15px;line-height:1.4;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #oDtBHqxB0gXnoH9qOA7R0eIWbTR22pVh { width:284px;height:40px;top:488px;left:0px;text-align:right;text-align-last:right;font-size:16px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #BT65sXuO71wl5FC89ASmQwBTlhu8ftSH { width:283px;height:66px;top:552px;left:9px;text-align:right;text-align-last:right;line-height:1.4;font-size:16px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #n8fABgA9Ccv3VttVmyad9mkEsIyMCSSq { width:182px;height:55px;top:658px;left:69px;font-size:15px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #fbKID39qnyiD0DKIqg3ZgktW193aTG1k { display:block; }
 }@media only screen and (max-width: 763px) { #HJiiSJbTKdm6BV5opUtSRFTzHoxaOpdD { width:228px;height:0;top:990px;left:46px;text-align:center;text-align-last:center;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #lSh1iv344y2BC4U8dEAyTEL76XEJMgld { width:152px;height:152px;top:862px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ME9yNfcBSTLiMCWJUoT4ETET8IfyQ7bz { width:145px;height:0;top:892px;left:3px;text-align:center;text-align-last:center;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #dz6vSdcBluLDCVVS4XcT8318SVfRD9Rt { width:234px;height:234px;top:733px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #UHZc2xBAFaxOM5IQlDcu4W4Q5ZJb51dW { width:200px;height:28px;top:807px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #HLKGpPOZsdKgOcKeVmkVl6yi3Gi9I0eD { width:200px;height:24px;top:868px;left:60px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #aU74Uuu1BsaJ6E9qMHLIDBEQOTK96Xay { width:130px;height:44px;top:923px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #vNp1pItETiVgh1AB5BwAqOyrSMO5AZwv { display:block; }
 }@media only screen and (max-width: 763px) { #HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw { background-color:rgba(178,154,104,0.98);background-image:none;display:block; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { background-color: transparent; background-image: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container > .video-iframe-container { display: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row > .video-iframe-container { display: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .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); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { width:320px;height:240px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlGqS7K6BO10vyHRwNu4OM9sUpZiRNFQ { width:320px;height:19px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:15px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #wtGRVNeW1l2bw46sf6vZBr3zTSlvMgwK { width:50px;height:51px;top:59px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #lKKJfL1gxtGA7Evf7EW268ZL66fTl8sE { width:320px;height:19px;top:130px;left:0px;text-align:center;text-align-last:center;font-size:15px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #btQG8hidmV2BxmMg96KezefpwB1iR5nv { width:320px;height:13px;top:217px;left:0px;text-align:center;text-align-last:center;font-size:10px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #Hrvm3LZHwTHUu2Ummg8AxzHPS0mUmFFZ { width:314px;height:19px;top:169px;left:3px;text-align:center;text-align-last:center;font-size:15px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #oFJsiEFEpEUczh4FlALEH1xwAB32robL { display:none; }#oFJsiEFEpEUczh4FlALEH1xwAB32robL > .row .container { width:320px;height:301px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iKSgCg1t0vz9HPmqfBBXv8o0TO3kwNgm { width:295px;height:44px;top:10px;left:11.5px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hnGNhMJyEKSG5SM50ozRTfIZHvt741ba { width:25px;height:25px;top:93px;left:292px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #i5t3RafX9MLIvqCfQhC7hy85R2MzT9vS { width:25px;height:25px;top:130px;left:292px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #o2HAI1UxHhy1KM8C7Tnpcrey82uEKEJH { width:25px;height:25px;top:169px;left:292px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Tr8y57RgOiEc8phWRFLbuXHlZDm7i0Ag { width:25px;height:25px;top:203px;left:291px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Llp8ypTWuZvPVVBD8ZU6IWaZTFoDZEmI { width:265px;height:22px;top:94px;left:22px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QTVuR1QtGvgrsvM4dNZ8sauLH4duaIwK { width:218px;height:20px;top:132px;left:69px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #urxarc8I8oU5m1XmQsy90OTkfEle56sL { width:187px;height:20px;top:171px;left:104px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #klN8nRJQs6JEGDa74pEaJs3DFI0HugFc { width:161px;height:20px;top:206px;left:129px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TASH1i3R7yPJ8yyoSAVfCUZouutZF51Q { width:25px;height:25px;top:244px;left:292px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Ti8RBPxHw3c7UbfvHVaP8xUdewbdR8r9 { width:289px;height:20px;top:247px;left:0px;text-align:right;text-align-last:right;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K1k5ATeJBJxT2p9NCisTpiaCEebpPQDL { width:204px;height:59px;top:260px;left:58px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #UxOdZfmxF4W6sp2ryw8PvJyxU8FxEPLL { display:block; }
 }