.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:97px;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:600px;top:17.999999046326px;left:179.98162841797px;overflow:hidden;display:block; }
#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/C1ZumwPW/ADC_ramadan_offer.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 > .row .container { background-color: transparent; background-image: none; }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(236,236,244,0.37); }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 > .row .container > .video-iframe-container { display: none; }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(236,236,244,0.37); }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 > .row > .video-iframe-container { display: none; }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 > .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); }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 > .row .container { border-width: 0; border-radius: 0; }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 > .row .container { font-size:14px;font-family:arial;height:586px;width:960px;overflow:visible;position:relative;display:block; }#TDmn5yVb8N6CZqEmftbZFm7hLGFzwpan { color:#ecf8ff;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:163px;left:378.5px;height:31px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-form-header {  }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .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; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .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) ; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-input-text {padding-top: 0; padding-bottom: 0;}#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .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) ; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .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; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-input-select {padding-top: 0; padding-bottom: 0;}#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .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; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .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; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:cairo;font-size:13px;text-align:right;text-align-last:right; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:cairo;font-size:13px;text-align:right;text-align-last:right; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:cairo;font-size:13px;text-align:right;text-align-last:right; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:cairo;font-size:13px;text-align:right;text-align-last:right; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .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; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .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; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .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; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-container { padding-top:3px;padding-left:0;padding-right:0;padding-bottom:3px;width:100%;font-size:0px;height:auto; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-container:first-of-type{padding-top:0;}#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-container:last-of-type{padding-bottom:0;}#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h  { 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; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:376px; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-info-text { font-size:12px; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h {display:block;}#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h { 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; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #i5QvUSDvwJbMS2P9nMZ1KHCGSpwpBWTQ { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #y8d8Ia1RmBXOuQdn39faDSSsTwHq050y { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #BETqSEHOequmT0RfQeiK4GI1oT2E4tci { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #XKvEPpFeAyeE285vAFtiLTO7Zei4c35q { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #wiwJz16d40JxkFCdTBQa6gxQIqmT2W9s { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #ZKfTOWmE6wEVNBZZ70Te2JgSBqKQ45yR { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #qM5TCJSD5WFUzXIGKLCGBaMmax0Al5bm { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #wohEMUydmA6q1uEG2FmFqsxTGhsoptVW { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #p2fSntJxQUrnQdkKMMMbC5pyNNyaQfur { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #r1HhxL5BSlIT8c7THtHesmXu9DtrDLoy { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #S32nLARr61Wy4n6gZXmqSJRuN0iozAAx { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #daILuKehP0RfdCuDNMpQRmJlnVs2SrSo { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #druVqyE9qKVDt9iI9ebOShvZ7f99IlSn { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #TtJN5NyylkaF19LWw1MlTgRTZp4Gee5X { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #ifO5VrLGJLwrArx9VLmF13tMt5nCOl0m { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #qSqP6OMVWpDruefToPUonRI1Odzrri0Z { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #kilixToVZ8wTNby2JHDwsefJ3nTKJ3de { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #V0UUfk64SJ0Wcv99PvIKuh1xmXPnCOMt { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #VBv5eST43n5GOVz9rC0TwTt69ckZWgCU { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #eu1gsSlOtbdn6ITqNSfBcDqGpTTilTaG { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #L6QgihPthk4UIAMGfrN5Q7tpSdXkqrgu { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #XJ3KR5BpSlWpkw2RKN9hVTU31sTn6vtZ { position:relative; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #lXmymXdorT3BExC3KPVHttJCTZl8xGyp { position:relative; }
#uAefAegfTQ2lzWkxnwBMZ9CampBModTG { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#EOC5wpCZqzkPNh3lE3qfhDHWy3DoMdTm { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#MOD26liImVmoB3CGpbr2cG9HGSBBfRbg { position:absolute;display:block;z-index:99998;background-color:rgba(0,0,0,0.33);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:408px;width:423px;top:149px;left:289px;display:block; }
#uECeVc6peQxUX1aaCK2WZkFnOvekGw9I { color:#ffffff;display:block;width:684px;position:absolute;font-family:"mykonos ar";font-size:22px;font-weight:normal;z-index:100051;line-height:2.5;letter-spacing:0;top:13px;left:138px;height:110px;text-align:center;text-align-last:center;display:block; }
#QMSHa8eRW9TLf8zUcnen37fcyK5v1kWh { color:#ffffff;display:block;width:293px;position:absolute;font-family:amiri;font-size:33px;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:253px;left:571px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vFy6pfvXB7aK0KXny4RiqNHNyyeAy1RP { position:absolute;display:block;z-index:100007;background-color:rgba(53,59,72,0.37);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:66px;width:162px;top:242px;left:630px;display:none; }
#hJvcqPARSRNbnTFQTyXD5OiHoxhk1o4G { background-color:#ffa900;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:#f8fdff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:196px;height:49px;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:381px;left:621px;display:none; }
#Qxo2ihyn0lByCGyBTsy9snczA50fRgwy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-form-header {  }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .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; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .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) ; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-input-text {padding-top: 0; padding-bottom: 0;}#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .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) ; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .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; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-input-select {padding-top: 0; padding-bottom: 0;}#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .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; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .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; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF [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; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF [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; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF [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; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF [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; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .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; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .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; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .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; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-container { padding-top:0;padding-left:0;padding-right:0;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-container:first-of-type{padding-top:0;}#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-container:last-of-type{padding-bottom:0;}#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF  { 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:310.5px;top:194px;z-index:100049;position:absolute; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:340px; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-info-text { font-size:12px; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF {display:block;}#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF { 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:310.5px;top:194px;z-index:100049;position:absolute; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #PdOtBnwBiSml4HaKk2RfUADxHtd94HVm { position:relative; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #yb3GyefG5ZN7n6siokl7EmBrm81znrd7 { position:relative; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #pqPG6aH0qnvyDTQpAb5gfAXUcuJkBElT { position:relative; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #pqOeeoHPszv8kFzD4Hoqov4SZkqQvmC2 { position:relative; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #rtXaclOcVVsUTFGBJOcwDdw5swVx3zW9 { position:relative; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #aUk8VPFFBJUNwpBRWL1oGRZx2RnmDWQx { position:relative; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #TPDfhK5Wv45SCrSkB9eTDoIL4I4AmPbv { position:relative; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #hs881HEkdywgboNuBpgtgDt6BHBU2QNt { position:relative; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #Okf4r6coic3Wi72huMwR628qPai2GGHv { position:relative; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #JhEpfTaWkvJzDuDnfq8VHzvNiuQvqUN3 { position:relative; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #oaS5NZ6n6RxulcMsq20h6p3IPuzXK5RN { position:relative; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #GVkD4UEzlKk7k8VuL1WdQL0VH542gDwi { position:relative; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #smPfCwA7F1JrZoacUx2OpRqpPPXhEZIM { position:relative; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #xQDzJhcR1EWNxV3srP0kROqNsZfksOyv { position:relative; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #NCR4UOUB1ZiVt6r8Hdn6EI9c0no60Ro3 { position:relative; }
#ckNIcGZCxPi004wfUq64habpJPzOKOTx { position:relative;display:block; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #POlwhZnHvfTTqyExRyZ6TLezmbg9EDI1 { position:relative; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #Mm3yxiZA1A6cPkNy2KdcatlKBJFi5kyq { position:relative; }
#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(5,65,17,0.56);background-image:url("https://images.assets-landingi.com/1wrMtdaa/Dental2.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT > .row .container { background-color: transparent; background-image: none; }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT > .row .container > .video-iframe-container { display: none; }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT > .row > .video-iframe-container { display: none; }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT > .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); }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT > .row .container { border-width: 0; border-radius: 0; }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT > .row .container { font-size:14px;font-family:arial;height:394px;width:960px;position:relative;display:block; }#pa1GgwNM5G0gtJTS7zfn1NBaX4wmEWt9 { color:#ffffff;display:block;width:685px;position:absolute;font-family:"mykonos ar";font-size:25px;font-weight:700;z-index:100000;line-height:2;letter-spacing:0;top:20px;left:127.5px;height:50px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fNC32u0ixhDGQoTQyzEcb7LltdRTkOiG { 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:112px;left:16px;overflow:hidden;display:block; }
#HbPTRbklq2oznMnXoTlGCDIyULM21f9a { 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:112px;left:333.00003051758px;overflow:hidden;display:block; }
#ZQW4HJm1dOh3RBZKTrkspA6q1uSyzhfd { 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:112px;left:645.00003051758px;overflow:hidden;display:block; }
#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4eeef;background-image:none;position:relative;display:block; }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l > .row .container { background-color: transparent; background-image: none; }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l > .row .container > .video-iframe-container { display: none; }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l > .row > .video-iframe-container { display: none; }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l > .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); }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l > .row .container { border-width: 0; border-radius: 0; }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l > .row .container { font-size:14px;font-family:arial;height:266px;width:960px;position:relative;display:block; }#A7QsNZSURTeS9olDGucNVVsB1DRS9uTz { color:#000000;display:block;width:336px;position:absolute;font-family:"mykonos ar";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; }
#zb36E8sn7nkPlVbNGaeKSodiANHWxln0 { 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:58.96240234375px;left:454.50003051758px;display:block; }
#iNA0MnGJolqVbHNBrqOJZBmHA0WQnfEH { color:#000000;display:block;width:342px;position:absolute;font-family:"mykonos ar";font-size:16px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:127.95001220703px;left:321.00003051758px;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; }
#w0Ugrxz4alEpFyDZGx8LleovTHE0Dgix { color:#000000;display:block;width:320px;position:absolute;font-family:"mykonos ar";font-size:16px;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:245.19999694824px;left:332.00003051758px;height:20px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wQfDoeo3c5AfghEW3LTZHX9mJRRNN11y { color:#000000;display:block;width:338px;position:absolute;font-family:"mykonos ar";font-size:16px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:164.9375px;left:323.00003051758px;height:20px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #exoTim2pSg560TydKwSaCkvXBZulfnZs { display:block; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odovAy1ofCAcNAmUSg6D0gGDiLUpVxCF { top:17px;left:81.981628417969px;width:600px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 { display:block; }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDmn5yVb8N6CZqEmftbZFm7hLGFzwpan { top:163px;left:280.5px;width:244px;height:31px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-regular-label { width:200px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-input-text { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-input-text {padding-top: 0; padding-bottom: 0;}#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-textarea { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-input-select { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-input-select {padding-top: 0; padding-bottom: 0;}#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-input-button { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-checkbox-label { width:181px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h  { width:220px;height:auto;top:317px;left:0px; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .radio-container { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h {display:block;}#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h { width:220px;height:auto;top:317px;left:0px; }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #i5QvUSDvwJbMS2P9nMZ1KHCGSpwpBWTQ {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #y8d8Ia1RmBXOuQdn39faDSSsTwHq050y {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #BETqSEHOequmT0RfQeiK4GI1oT2E4tci {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #XKvEPpFeAyeE285vAFtiLTO7Zei4c35q {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #wiwJz16d40JxkFCdTBQa6gxQIqmT2W9s {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #ZKfTOWmE6wEVNBZZ70Te2JgSBqKQ45yR {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #qM5TCJSD5WFUzXIGKLCGBaMmax0Al5bm {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #wohEMUydmA6q1uEG2FmFqsxTGhsoptVW {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #p2fSntJxQUrnQdkKMMMbC5pyNNyaQfur {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #r1HhxL5BSlIT8c7THtHesmXu9DtrDLoy {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #S32nLARr61Wy4n6gZXmqSJRuN0iozAAx {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #daILuKehP0RfdCuDNMpQRmJlnVs2SrSo {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #druVqyE9qKVDt9iI9ebOShvZ7f99IlSn {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #TtJN5NyylkaF19LWw1MlTgRTZp4Gee5X {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #ifO5VrLGJLwrArx9VLmF13tMt5nCOl0m {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #qSqP6OMVWpDruefToPUonRI1Odzrri0Z {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #kilixToVZ8wTNby2JHDwsefJ3nTKJ3de {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #V0UUfk64SJ0Wcv99PvIKuh1xmXPnCOMt {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #VBv5eST43n5GOVz9rC0TwTt69ckZWgCU {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #eu1gsSlOtbdn6ITqNSfBcDqGpTTilTaG {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #L6QgihPthk4UIAMGfrN5Q7tpSdXkqrgu {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #XJ3KR5BpSlWpkw2RKN9hVTU31sTn6vtZ {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #lXmymXdorT3BExC3KPVHttJCTZl8xGyp {  }
 }@media only screen and (max-width: 763px) { #uAefAegfTQ2lzWkxnwBMZ9CampBModTG { display:none; }
 }@media only screen and (max-width: 763px) { #EOC5wpCZqzkPNh3lE3qfhDHWy3DoMdTm { display:none; }
 }@media only screen and (max-width: 763px) { #MOD26liImVmoB3CGpbr2cG9HGSBBfRbg { width:423px;height:408px;top:149px;left:191px;display:block; }
 }@media only screen and (max-width: 763px) { #uECeVc6peQxUX1aaCK2WZkFnOvekGw9I { top:13px;left:40px;width:684px;height:110px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #QMSHa8eRW9TLf8zUcnen37fcyK5v1kWh { top:253px;left:471px;width:293px;height:42px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #vFy6pfvXB7aK0KXny4RiqNHNyyeAy1RP { top:242px;left:532px;width:162px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #hJvcqPARSRNbnTFQTyXD5OiHoxhk1o4G { width:196px;height:49px;top:381px;left:523px;display:block; }
 }@media only screen and (max-width: 763px) { #Qxo2ihyn0lByCGyBTsy9snczA50fRgwy { display:block; }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-regular-label { width:200px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-input-text { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-input-text {padding-top: 0; padding-bottom: 0;}#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-textarea { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-input-select { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-input-select {padding-top: 0; padding-bottom: 0;}#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-input-button { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-checkbox-label { width:181px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF  { width:220px;height:auto;top:317px;left:0px; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .radio-container { width:200px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF {display:block;}#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF { width:220px;height:auto;top:317px;left:0px; }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #PdOtBnwBiSml4HaKk2RfUADxHtd94HVm {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #yb3GyefG5ZN7n6siokl7EmBrm81znrd7 {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #pqPG6aH0qnvyDTQpAb5gfAXUcuJkBElT {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #pqOeeoHPszv8kFzD4Hoqov4SZkqQvmC2 {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #rtXaclOcVVsUTFGBJOcwDdw5swVx3zW9 {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #aUk8VPFFBJUNwpBRWL1oGRZx2RnmDWQx {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #TPDfhK5Wv45SCrSkB9eTDoIL4I4AmPbv {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #hs881HEkdywgboNuBpgtgDt6BHBU2QNt {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #Okf4r6coic3Wi72huMwR628qPai2GGHv {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #JhEpfTaWkvJzDuDnfq8VHzvNiuQvqUN3 {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #oaS5NZ6n6RxulcMsq20h6p3IPuzXK5RN {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #GVkD4UEzlKk7k8VuL1WdQL0VH542gDwi {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #smPfCwA7F1JrZoacUx2OpRqpPPXhEZIM {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #xQDzJhcR1EWNxV3srP0kROqNsZfksOyv {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #NCR4UOUB1ZiVt6r8Hdn6EI9c0no60Ro3 {  }
 }@media only screen and (max-width: 763px) { #ckNIcGZCxPi004wfUq64habpJPzOKOTx { display:block; }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #POlwhZnHvfTTqyExRyZ6TLezmbg9EDI1 {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #Mm3yxiZA1A6cPkNy2KdcatlKBJFi5kyq {  }
 }@media only screen and (max-width: 763px) { #DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT { display:block; }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pa1GgwNM5G0gtJTS7zfn1NBaX4wmEWt9 { top:20px;left:29.5px;width:685px;height:49px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #fNC32u0ixhDGQoTQyzEcb7LltdRTkOiG { top:112px;left:0px;width:299px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #HbPTRbklq2oznMnXoTlGCDIyULM21f9a { top:112px;left:235.00003051758px;width:299px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQW4HJm1dOh3RBZKTrkspA6q1uSyzhfd { top:112px;left:465px;width:299px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l { display:block; }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7QsNZSURTeS9olDGucNVVsB1DRS9uTz { top:14px;left:207.00003051758px;width:336px;height:32px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zb36E8sn7nkPlVbNGaeKSodiANHWxln0 { top:58px;left:356.50003051758px;width:51px;height:51px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #iNA0MnGJolqVbHNBrqOJZBmHA0WQnfEH { top:127px;left:223.00003051758px;width:342px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #w0Ugrxz4alEpFyDZGx8LleovTHE0Dgix { top:245px;left:234.00003051758px;width:320px;height:20px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #wQfDoeo3c5AfghEW3LTZHX9mJRRNN11y { top:164px;left:225.00003051758px;width:338px;height:20px;font-size:16px;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:51px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odovAy1ofCAcNAmUSg6D0gGDiLUpVxCF { width:320px;height:50px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 { background-color:rgba(0,0,0,0.48);background-image:url("https://images.assets-landingi.com/Fdy2toHT/085a8c78339121.5ca2486e2b921.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 > .row .container { background-color: transparent; background-image: none; }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 > .row .container > .video-iframe-container { display: none; }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 > .row > .video-iframe-container { display: none; }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 > .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); }#p1hT9ahk5JbKlQdLR6hs1ItM2PaGJIz1 > .row .container { width:320px;height:444px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDmn5yVb8N6CZqEmftbZFm7hLGFzwpan { width:162px;height:24px;top:117px;left:79px;text-align:center;text-align-last:center;font-size:19px;font-family:"mykonos ar";font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .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; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-input-text { width:160px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top;height:29px; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-input-text {padding-top: 0; padding-bottom: 0;}#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-textarea { width:160px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-input-select { width:160px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top;height:29px; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-input-select {padding-top: 0; padding-bottom: 0;}#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-input-checkbox { margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;vertical-align:top; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .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; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-checkbox-label { width:144px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-container { padding-top:0;padding-left:0;padding-right:0;padding-bottom:0; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-container:first-of-type{padding-top:0;}#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .widget-container:last-of-type{padding-bottom:0;}#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h  { width:160px;height:auto;top:46px;left:0px; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h .radio-container { width:160px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h {display:block;}#FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h { width:160px;height:auto;top:46px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #i5QvUSDvwJbMS2P9nMZ1KHCGSpwpBWTQ {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #y8d8Ia1RmBXOuQdn39faDSSsTwHq050y {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #BETqSEHOequmT0RfQeiK4GI1oT2E4tci {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #XKvEPpFeAyeE285vAFtiLTO7Zei4c35q {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #wiwJz16d40JxkFCdTBQa6gxQIqmT2W9s {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #ZKfTOWmE6wEVNBZZ70Te2JgSBqKQ45yR {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #qM5TCJSD5WFUzXIGKLCGBaMmax0Al5bm {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #wohEMUydmA6q1uEG2FmFqsxTGhsoptVW {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #p2fSntJxQUrnQdkKMMMbC5pyNNyaQfur {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #r1HhxL5BSlIT8c7THtHesmXu9DtrDLoy {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #S32nLARr61Wy4n6gZXmqSJRuN0iozAAx {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #daILuKehP0RfdCuDNMpQRmJlnVs2SrSo {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #druVqyE9qKVDt9iI9ebOShvZ7f99IlSn {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #TtJN5NyylkaF19LWw1MlTgRTZp4Gee5X {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #ifO5VrLGJLwrArx9VLmF13tMt5nCOl0m {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #qSqP6OMVWpDruefToPUonRI1Odzrri0Z {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #kilixToVZ8wTNby2JHDwsefJ3nTKJ3de {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #V0UUfk64SJ0Wcv99PvIKuh1xmXPnCOMt {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #VBv5eST43n5GOVz9rC0TwTt69ckZWgCU {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #eu1gsSlOtbdn6ITqNSfBcDqGpTTilTaG {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #L6QgihPthk4UIAMGfrN5Q7tpSdXkqrgu {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #XJ3KR5BpSlWpkw2RKN9hVTU31sTn6vtZ {  }
 }@media only screen and (max-width: 763px) { #FVzPbeTomUaQ6rmzptTQTCBu8hO7gm8h #lXmymXdorT3BExC3KPVHttJCTZl8xGyp {  }
 }@media only screen and (max-width: 763px) { #uAefAegfTQ2lzWkxnwBMZ9CampBModTG { top:214px;left:37.000001907349px;width:246px;height:281px;z-index:100007;background-color:rgba(34,103,46,0.26);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;display:none; }
 }@media only screen and (max-width: 763px) { #EOC5wpCZqzkPNh3lE3qfhDHWy3DoMdTm { top:20px;left:28px;width:258px;height:70px;z-index:100006;background-color:rgba(25,107,41,0.63);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;display:none; }
 }@media only screen and (max-width: 763px) { #MOD26liImVmoB3CGpbr2cG9HGSBBfRbg { width:320px;height:333px;top:95.5px;left:0px;background-color:rgba(189,220,243,0.71);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #uECeVc6peQxUX1aaCK2WZkFnOvekGw9I { width:320px;height:56px;top:11px;left:0px;text-align:center;text-align-last:center;font-size:14px;color:#ffffff;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #QMSHa8eRW9TLf8zUcnen37fcyK5v1kWh { width:293px;height:39px;top:433px;left:14px;text-align:center;text-align-last:center;font-size:30px;font-family:"alw arabic";font-weight:700;font-style:normal;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #vFy6pfvXB7aK0KXny4RiqNHNyyeAy1RP { width:162px;height:66px;top:417px;left:75px;display:none; }
 }@media only screen and (max-width: 763px) { #hJvcqPARSRNbnTFQTyXD5OiHoxhk1o4G { width:196px;height:49px;top:533px;left:62px;background-color:#004090;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:none; }
 }@media only screen and (max-width: 763px) { #Qxo2ihyn0lByCGyBTsy9snczA50fRgwy { display:block; }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .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; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .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"; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-input-text {padding-top: 0; padding-bottom: 0;}#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .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"; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top;height:29px; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-input-select {padding-top: 0; padding-bottom: 0;}#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .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; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .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"; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF [class*="-text"]:-moz-placeholder { font-family:"mykonos ar"; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF [class*="-text"]::-moz-placeholder { font-family:"mykonos ar"; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF [class*="-text"]:-ms-input-placeholder { font-family:"mykonos ar"; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF [class*="-text"]::-webkit-input-placeholder { font-family:"mykonos ar"; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-checkbox-label { width:264px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-container { padding-top:0;padding-left:0;padding-right:0;padding-bottom:0; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-container:first-of-type{padding-top:0;}#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .widget-container:last-of-type{padding-bottom:0;}#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF  { width:280px;height:auto;top:141px;left:0px; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF {display:block;}#vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF { width:280px;height:auto;top:141px;left:0px; }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #PdOtBnwBiSml4HaKk2RfUADxHtd94HVm {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #yb3GyefG5ZN7n6siokl7EmBrm81znrd7 {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #pqPG6aH0qnvyDTQpAb5gfAXUcuJkBElT {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #pqOeeoHPszv8kFzD4Hoqov4SZkqQvmC2 {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #rtXaclOcVVsUTFGBJOcwDdw5swVx3zW9 {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #aUk8VPFFBJUNwpBRWL1oGRZx2RnmDWQx {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #TPDfhK5Wv45SCrSkB9eTDoIL4I4AmPbv {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #hs881HEkdywgboNuBpgtgDt6BHBU2QNt {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #Okf4r6coic3Wi72huMwR628qPai2GGHv {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #JhEpfTaWkvJzDuDnfq8VHzvNiuQvqUN3 {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #oaS5NZ6n6RxulcMsq20h6p3IPuzXK5RN {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #GVkD4UEzlKk7k8VuL1WdQL0VH542gDwi {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #smPfCwA7F1JrZoacUx2OpRqpPPXhEZIM {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #xQDzJhcR1EWNxV3srP0kROqNsZfksOyv {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #NCR4UOUB1ZiVt6r8Hdn6EI9c0no60Ro3 {  }
 }@media only screen and (max-width: 763px) { #ckNIcGZCxPi004wfUq64habpJPzOKOTx { display:block; }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #POlwhZnHvfTTqyExRyZ6TLezmbg9EDI1 {  }
 }@media only screen and (max-width: 763px) { #vXNy7sFkB1HJHpAh7JrifuRMH3BtsQCF #Mm3yxiZA1A6cPkNy2KdcatlKBJFi5kyq {  }
 }@media only screen and (max-width: 763px) { #DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT { background-color:rgba(5,65,17,0.64);background-image:url("https://images.assets-landingi.com/1wrMtdaa/Dental2.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT > .row .container { background-color: transparent; background-image: none; }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT > .row .container > .video-iframe-container { display: none; }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT > .row > .video-iframe-container { display: none; }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT > .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); }#DZDUUalsL5W2Q7fSJBr3yhZxvyC7TzeT > .row .container { width:320px;height:782px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pa1GgwNM5G0gtJTS7zfn1NBaX4wmEWt9 { width:320px;height:36px;top:20px;left:0px;font-size:18px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fNC32u0ixhDGQoTQyzEcb7LltdRTkOiG { 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) { #HbPTRbklq2oznMnXoTlGCDIyULM21f9a { 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) { #ZQW4HJm1dOh3RBZKTrkspA6q1uSyzhfd { 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) { #XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l { background-color:rgba(255,255,255,0.98);background-image:none;display:block; }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l > .row .container { background-color: transparent; background-image: none; }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l > .row .container > .video-iframe-container { display: none; }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l > .row > .video-iframe-container { display: none; }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l > .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); }#XawJCqcV63mARcXtvbyC1NQtuWy8Ur4l > .row .container { width:320px;height:241px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7QsNZSURTeS9olDGucNVVsB1DRS9uTz { width:320px;height:19px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #zb36E8sn7nkPlVbNGaeKSodiANHWxln0 { width:50px;height:51px;top:59px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #iNA0MnGJolqVbHNBrqOJZBmHA0WQnfEH { width:320px;height:19px;top:130px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #w0Ugrxz4alEpFyDZGx8LleovTHE0Dgix { width:320px;height:13px;top:208px;left:0px;text-align:center;text-align-last:center;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #wQfDoeo3c5AfghEW3LTZHX9mJRRNN11y { width:314px;height:19px;top:169px;left:3px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }