.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;
}
html,
body {
  font-size: 16px;
}
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 {
  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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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);
  width: 100%;
  z-index: 1;
}
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-popupcloser {
  z-index: 2147483647 !important;
}
.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;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:243,217,223;--color-primary-1:217,128,148;--color-primary-2:178,1,41;--color-primary-3:89,1,21;--color-primary-4:27,0,6;--color-secondary-0:249,243,248;--color-secondary-1:235,216,230;--color-secondary-2:215,176,205;--color-secondary-3:108,88,103;--color-secondary-4:32,26,31;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Mykonos ar";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt { position:relative;display:block; }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt { background-color: transparent; background-image: none; }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row .container > .video-iframe-container { display: none; }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row > .video-iframe-container { display: none; }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .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); }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt { border-width: 0; border-radius: 0; }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#99e3e1;background-image:url("https://images.assets-landingi.com/uc/5b92efc9-e98c-41b0-bd8e-ed74c8d13038/BestPediatriciansinGhaziabad.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row .container.adaptive-delivery-prevent-bg, #mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row .container.lazyload, #mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row .container.lazyloading { background-image: none; }#I5yvKLJ3zVTMg3Z7tDp9VcFbbSIIN3aL { background-color:#1799eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:15.1875rem;left:19.0625rem;display:none; }
#OiEtMnu8yn8iO48br80QriQP8OnhpKnm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uL3XQdNxUmmenfWmNWcVf6cN9t7N4dKV { background-color:#1799eb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:16.5625rem;left:19.0625rem;display:none; }
#qsvoAlHL0uoHmO2nfTeqoEB9kpKhBgGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tx5ti0b1oHiT3A9RBVX2qgPyGC988Q7g { position:absolute;display:block;z-index:15183;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:19.53515625rem;left:25.687501907349rem;overflow:hidden;display:none; }
#LIW8uTOlcSHdzzEKDTMrlU64guswORDH { position:absolute;display:block;z-index:15184;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:9.6875rem;top:28.076824188233rem;left:25.156251907349rem;overflow:hidden;display:none; }
#r2mTmnuseKUJqM69QrDqzByRUzm5f4xE { background-color:#9ee354;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:13.4375rem;height:2.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:28.076824188233rem;left:40.156251907349rem;display:none; }
#UqLpuuzU4Wbwo3ak8HKNOgBovJyeMDil { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ircuHNTpdp8ym2RC2ylTtd56iX6QNzDl { position:absolute;display:block;z-index:15185;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:17.5625rem;top:0rem;left:32.916493317018rem;overflow:hidden;display:none; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-form-header {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:#0078c4;width:18.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.3125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-text {padding-top: 0; padding-bottom: 0;}#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.3125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-select {padding-top: 0; padding-bottom: 0;}#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e1093f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:18.3125rem;height:2.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:1; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:17.0625rem;overflow:hidden;font-style:normal; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-container:first-of-type{padding-top:0;}#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-container:last-of-type{padding-bottom:0;}#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15182;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.47265625rem;left:36.468751907349rem; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.3125rem; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 {display:block;}#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15182;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.47265625rem;left:36.468751907349rem; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #vqvJf2UFIo2HwuQh4QB5ZoTrK8sUEkyl { position:relative; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #pbXs32RleF3onRW79Uo7WHFrQy3wHLVS { position:relative;display:none; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #QssgRN8TGb5pSxFhKfcT2J9PVPrtKsM5 { position:relative; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #ZwgaCL1wntmd7zQ9VTlwGGEqNFkmp9Eu { position:relative; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #uZvi71b9HQ7ESloDmpvTSxESJ2gQURL4 { position:relative;display:none; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #FknZRcqvH9NOhGUMqmkWZPE3akpnUUhi { position:relative; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #korDStP8Su9gp3rp90THp5I8RCTkZBld { position:relative; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #eqtv2bf28caHd9aXf2WfRZyuPaKebw1Q { position:relative;display:none; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #qSdrBtz1eubFRMVBGxevdK5dPxli67g5 { position:relative; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #zNQp5Bf7qwqUiFnLfr2T9FtabPqFMWNe { position:relative; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #xkFSatDb0w7aOD0I9NFLs6zkClqElknp { position:relative;display:block; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #sOMp8SE3P1ISUCU1tGASFrLhXgRnofQW { position:relative; }
#HtBZFzkwub2r3ABWG64sfz2MZgGnT0BS { position:relative;display:block; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #dKE3PXH5ANhWH6hc107LGgiUTLxZ6y5G { position:relative; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #a4Hn9U84F78O0434vMQBGTvN0nGffXiB { position:relative; }
#w1MU5n90uT8CbqJNEWi33lULaGQNTESo { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;display:block; }
#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf { position:relative;display:block; }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf { background-color: transparent; background-image: none; }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf > .row .container > .video-iframe-container { display: none; }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf > .row > .video-iframe-container { display: none; }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf > .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); }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf { border-width: 0; border-radius: 0; }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NzHzTOHZAIWw2XnmPNSxSUvIRVsfxDOd { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:20.625rem;top:1.5rem;left:19.5rem;display:block; }
#idbg4uCTkmkh8GXpBpTEBdiIWwfd59Nn { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.38541875rem;top:23.8125rem;left:21.083335876465rem;display:block; }
#sCUMhWxg1wd63Rgrx5q4NCW3ZJU6l0zc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#CLqUq9HotKtVKT22NQz51FDpmypoGB9S { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;top:30.6875rem;left:24.395835876465rem;display:block; }
#rG9zitdJRbAf17Smt9nun1VnpDQ1TeRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E0ZW96a2q5TTmqTNfhyRfaRJvDs69P2k { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:17.875rem;top:7.6875rem;left:21.0625rem;display:block; }
#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV { position:relative;display:block; }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV { background-color: transparent; background-image: none; }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV > .row .container > .video-iframe-container { display: none; }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV > .row > .video-iframe-container { display: none; }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV > .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); }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV { border-width: 0; border-radius: 0; }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R6fdvAQVFatqAy2TGEE58UzXR4Nzi2RH { position:absolute;display:block;z-index:15000;height:25.5625rem;width:45.6875rem;top:0rem;left:7.15625rem;display:block; }
#kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0 { position:relative;display:none; }#kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0 { border-width: 0; border-radius: 0; }#kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:35.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0 > .row .container.adaptive-delivery-prevent-bg, #kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0 > .row .container.lazyload, #kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0 > .row .container.lazyloading { background-image: none; }#oKsm6glw5Jby9OSsWPsIRNVMOCkTWdKv { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.854166030884rem;left:31.604166030884rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zJx8btL9ilwn4W9xIJ5dPK8HNw00eWTU { color:#e2bc89;display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.75rem;left:12.25rem;height:3.9807125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iMJz0TiJbM05aPqUagli8FZyLfKXK9Fr { color:#e2bc89;display:block;width:52.68675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:7.5625rem;left:2.625rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q4NUL5sS7P7Atn0XqczMEeasTHiLyHiK { position:absolute;display:block;z-index:15020;height:23.125rem;width:59.6875rem;top:12.1875rem;left:0.3125rem;display:block; }
#IQTFyhclHnnwNCz3DTWnaSOq8QKpoklB { position:absolute;display:block;z-index:15003;height:1.186525rem;width:6.5625rem;top:1.52099609375rem;left:0.3125rem;display:block; }
#VslzQXmPofToB5pVTsU7MM3gTnJV0lPe { box-sizing:content-box;color:#6c3a84;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:212.125rem;left:49.3125rem;display:none; }
body { position:relative;display:block; }
#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt { display:none; }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row .container { width:47.75rem;height:43.25rem;position:relative;display:none; }#I5yvKLJ3zVTMg3Z7tDp9VcFbbSIIN3aL { width:17.5rem;height:3.4375rem;top:15.8125rem;left:12.9375rem;display:none; }
#OiEtMnu8yn8iO48br80QriQP8OnhpKnm { display:block; }
#uL3XQdNxUmmenfWmNWcVf6cN9t7N4dKV { width:17.5rem;height:3.4375rem;top:17.1875rem;left:12.9375rem;display:none; }
#qsvoAlHL0uoHmO2nfTeqoEB9kpKhBgGm { display:block; }
#Tx5ti0b1oHiT3A9RBVX2qgPyGC988Q7g { top:19.5rem;left:19.562501907349rem;width:8.625rem;height:8.625rem;display:block; }
#LIW8uTOlcSHdzzEKDTMrlU64guswORDH { top:28.0625rem;left:19.031251907349rem;width:9.6875rem;height:2.875rem;display:block; }
#r2mTmnuseKUJqM69QrDqzByRUzm5f4xE { width:13.4375rem;height:2.75rem;top:28.0625rem;left:34.031251907349rem;display:block; }
#UqLpuuzU4Wbwo3ak8HKNOgBovJyeMDil { display:block; }
#ircuHNTpdp8ym2RC2ylTtd56iX6QNzDl { top:0rem;left:26.791493317018rem;width:17.5625rem;height:26.4375rem;display:block; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-text {padding-top: 0; padding-bottom: 0;}#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-select {padding-top: 0; padding-bottom: 0;}#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-checkbox-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 {display:block;}#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 { width:26.25rem;height:auto;top:15.75rem;left:9.5rem;display:none; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #vqvJf2UFIo2HwuQh4QB5ZoTrK8sUEkyl {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #pbXs32RleF3onRW79Uo7WHFrQy3wHLVS {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #QssgRN8TGb5pSxFhKfcT2J9PVPrtKsM5 {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #ZwgaCL1wntmd7zQ9VTlwGGEqNFkmp9Eu {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #uZvi71b9HQ7ESloDmpvTSxESJ2gQURL4 {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #FknZRcqvH9NOhGUMqmkWZPE3akpnUUhi {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #korDStP8Su9gp3rp90THp5I8RCTkZBld {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #eqtv2bf28caHd9aXf2WfRZyuPaKebw1Q {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #qSdrBtz1eubFRMVBGxevdK5dPxli67g5 {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #zNQp5Bf7qwqUiFnLfr2T9FtabPqFMWNe {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #xkFSatDb0w7aOD0I9NFLs6zkClqElknp {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #sOMp8SE3P1ISUCU1tGASFrLhXgRnofQW {  }
#HtBZFzkwub2r3ABWG64sfz2MZgGnT0BS { display:block; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #dKE3PXH5ANhWH6hc107LGgiUTLxZ6y5G {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #a4Hn9U84F78O0434vMQBGTvN0nGffXiB {  }
#w1MU5n90uT8CbqJNEWi33lULaGQNTESo { width:14.0625rem;height:14.0625rem;display:none; }
#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf { display:none; }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf > .row .container { width:47.75rem;position:relative;display:none; }#NzHzTOHZAIWw2XnmPNSxSUvIRVsfxDOd { width:20.625rem;height:9.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;top:1.5rem;left:13.375rem;display:none; }
#idbg4uCTkmkh8GXpBpTEBdiIWwfd59Nn { top:23.8125rem;left:14.958335876465rem;width:19.125rem;height:4.375rem;font-size:1.6875rem;color:#000000;display:none; }
#sCUMhWxg1wd63Rgrx5q4NCW3ZJU6l0zc { color:#5d92ff;display:none; }
#CLqUq9HotKtVKT22NQz51FDpmypoGB9S { width:12.5rem;height:3.75rem;top:30.6875rem;left:18.270835876465rem;display:none; }
#rG9zitdJRbAf17Smt9nun1VnpDQ1TeRK { display:block; }
#E0ZW96a2q5TTmqTNfhyRfaRJvDs69P2k { width:17.875rem;height:17.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;top:7.6875rem;left:14.9375rem;display:none; }
#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV { display:none; }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV > .row .container { width:47.75rem;position:relative;display:none; }#R6fdvAQVFatqAy2TGEE58UzXR4Nzi2RH { top:0rem;left:1.03125rem;width:45.6875rem;height:25.5625rem;display:none; }
#kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0 { display:none; }#kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0 > .row .container { width:47.75rem;position:relative;display:none; }#oKsm6glw5Jby9OSsWPsIRNVMOCkTWdKv { width:10.6875rem;height:1.75rem;top:28.4375rem;left:26.104166030884rem;font-size:1.4375rem;display:none; }
#zJx8btL9ilwn4W9xIJ5dPK8HNw00eWTU { top:0.75rem;left:6.125rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#iMJz0TiJbM05aPqUagli8FZyLfKXK9Fr { width:47.75rem;height:1.9375rem;top:7.5rem;left:0rem;font-size:0.875rem;display:none; }
#q4NUL5sS7P7Atn0XqczMEeasTHiLyHiK { top:12.1875rem;left:0rem;width:47.75rem;height:23.125rem;display:block; }
#IQTFyhclHnnwNCz3DTWnaSOq8QKpoklB { top:1.5rem;left:0rem;width:6.5625rem;height:1.125rem;display:none; }
#VslzQXmPofToB5pVTsU7MM3gTnJV0lPe { top:212.125rem;left:43.1875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
body { background-color:transparent;background-image:url("https://images.assets-landingi.com/QBaf86E7/Landing.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5b92efc9-e98c-41b0-bd8e-ed74c8d13038/BestPediatriciansinGhaziabad.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt.adaptive-delivery-prevent-bg, #mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt.lazyload, #mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt.lazyloading { background-image: none; }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row .container { background-color: transparent; background-image: none; }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row .container > .video-iframe-container { display: none; }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row > .video-iframe-container { display: none; }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .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); }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row .container { border-width: 0; border-radius: 0; }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mZNAuxrqb5mb6nABCRl9DzMsXlvCJQTt > .row .container { width:20rem;height:32.625rem;position:relative;display:block; }#I5yvKLJ3zVTMg3Z7tDp9VcFbbSIIN3aL { width:17.5rem;height:3.4375rem;top:133.6875rem;left:1.1875rem;z-index:15034;display:none; }
#OiEtMnu8yn8iO48br80QriQP8OnhpKnm { display:block; }
#uL3XQdNxUmmenfWmNWcVf6cN9t7N4dKV { width:17.5rem;height:3.4375rem;top:138.375rem;left:1.1875rem;z-index:15034;display:none; }
#qsvoAlHL0uoHmO2nfTeqoEB9kpKhBgGm { display:block; }
#Tx5ti0b1oHiT3A9RBVX2qgPyGC988Q7g { width:8.625rem;height:8.625rem;top:19.5rem;left:5.6875rem;display:none; }
#LIW8uTOlcSHdzzEKDTMrlU64guswORDH { width:9.6875rem;height:2.875rem;top:28.0625rem;left:5.125rem;display:none; }
#r2mTmnuseKUJqM69QrDqzByRUzm5f4xE { width:13.4375rem;height:2.75rem;top:28.0625rem;left:3.25rem;font-size:1.125rem;display:none; }
#UqLpuuzU4Wbwo3ak8HKNOgBovJyeMDil { display:block; }
#ircuHNTpdp8ym2RC2ylTtd56iX6QNzDl { width:17.5625rem;height:26.4375rem;top:47.185546875rem;left:1.1875rem;display:none; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-form-header { font-size:1rem; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;color:#0977bc;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block;vertical-align:top; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-text {padding-top: 0; padding-bottom: 0;}#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block;vertical-align:top; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem;display:block;vertical-align:top;text-align:center;text-align-last:center;font-size:1.125rem;overflow:hidden;line-height:1.5;font-weight:700;font-style:normal; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-select {padding-top: 0; padding-bottom: 0;}#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem;background-color:#d3fbfa;background-image:none;font-weight:700;font-style:normal;color:#161616;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center;color:#161616;font-size:1.125rem;font-weight:700;font-style:normal;font-family:cairo; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center;color:#161616;font-size:1.125rem;font-weight:700;font-style:normal;font-family:cairo; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center;color:#161616;font-size:1.125rem;font-weight:700;font-style:normal;font-family:cairo; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center;color:#161616;font-size:1.125rem;font-weight:700;font-style:normal;font-family:cairo; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-radio-label { float:none; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-container:first-of-type{padding-top:0;}#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .widget-container:last-of-type{padding-bottom:0;}#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44  { width:17.1875rem;height:auto;top:13.4375rem;left:0.3125rem;font-size:1rem;background-color:transparent;background-image:none;z-index:15187; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 {display:block;}#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 { width:17.1875rem;height:auto;top:13.4375rem;left:0.3125rem;font-size:1rem;background-color:transparent;background-image:none;z-index:15187; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #vqvJf2UFIo2HwuQh4QB5ZoTrK8sUEkyl {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #pbXs32RleF3onRW79Uo7WHFrQy3wHLVS { display:none; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #QssgRN8TGb5pSxFhKfcT2J9PVPrtKsM5 {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #ZwgaCL1wntmd7zQ9VTlwGGEqNFkmp9Eu {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #uZvi71b9HQ7ESloDmpvTSxESJ2gQURL4 { display:none; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #FknZRcqvH9NOhGUMqmkWZPE3akpnUUhi {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #korDStP8Su9gp3rp90THp5I8RCTkZBld {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #eqtv2bf28caHd9aXf2WfRZyuPaKebw1Q { display:none; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #qSdrBtz1eubFRMVBGxevdK5dPxli67g5 {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #zNQp5Bf7qwqUiFnLfr2T9FtabPqFMWNe {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #xkFSatDb0w7aOD0I9NFLs6zkClqElknp { display:none; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #sOMp8SE3P1ISUCU1tGASFrLhXgRnofQW {  }
#HtBZFzkwub2r3ABWG64sfz2MZgGnT0BS { display:block; }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #dKE3PXH5ANhWH6hc107LGgiUTLxZ6y5G {  }
#JhqQWWhtZ29IJWItGSxppAZzTQ6JdG44 #a4Hn9U84F78O0434vMQBGTvN0nGffXiB {  }
#w1MU5n90uT8CbqJNEWi33lULaGQNTESo { top:0rem;left:14.6875rem;width:5.3125rem;height:5.3125rem;z-index:15188;overflow:hidden;display:block; }
#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf > .row .container { background-color: transparent; background-image: none; }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf > .row .container > .video-iframe-container { display: none; }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf > .row > .video-iframe-container { display: none; }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf > .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); }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf > .row .container { border-width: 0; border-radius: 0; }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NlsM84DZ1l6dhTHS11A0aO37mhIg58pf > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; }#NzHzTOHZAIWw2XnmPNSxSUvIRVsfxDOd { top:1.875rem;left:4.3125rem;width:11.3736875rem;height:4.9362rem;z-index:15232;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
#idbg4uCTkmkh8GXpBpTEBdiIWwfd59Nn { top:23.740886688233rem;left:0.40755212306976rem;width:19.183625rem;height:4.04948125rem;z-index:15231;font-size:1.6875rem;font-family:"alw arabic";font-weight:700;font-style:normal;line-height:1.2;color:#000000;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sCUMhWxg1wd63Rgrx5q4NCW3ZJU6l0zc { display:flex;top:19.078125rem;left:14.048177719116rem;width:4.2487rem;height:4.2487rem;z-index:15242;opacity:1;color:#5d92ff; }
#CLqUq9HotKtVKT22NQz51FDpmypoGB9S { top:29.852865219116rem;left:3.75rem;z-index:15016;width:12.5rem;height:3.75rem;display:block; }
#rG9zitdJRbAf17Smt9nun1VnpDQ1TeRK { display:block; }
#E0ZW96a2q5TTmqTNfhyRfaRJvDs69P2k { top:6.8112010955813rem;left:1.78125rem;width:16.434875rem;height:16.434875rem;z-index:15241;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV { display:block; }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV { background-color: transparent; background-image: none; }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV > .row .container > .video-iframe-container { display: none; }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV > .row > .video-iframe-container { display: none; }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV > .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); }#JnHSUneVzkIUg7cJt5AbZmdF15MuwceV > .row .container { width:20rem;background-color:transparent;background-image:none;height:27.1875rem;position:relative;display:block; }#R6fdvAQVFatqAy2TGEE58UzXR4Nzi2RH { width:20rem;height:27.125rem;top:0rem;left:0rem;z-index:15001;display:block; }
#kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0.adaptive-delivery-prevent-bg, #kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0.lazyload, #kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0.lazyloading { background-image: none; }#kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0 > .row .container { background-color: transparent; background-image: none; }#kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0 > .row .container > .video-iframe-container { display: none; }#kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0 > .row > .video-iframe-container { display: none; }#kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0 > .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); }#kTNWqnbFOzoBhAw5D3tClQxpQd9TmhJ0 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; }#oKsm6glw5Jby9OSsWPsIRNVMOCkTWdKv { width:15.875rem;height:0;top:132.74609837646rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;color:#000102;z-index:15022;display:none; }
#zJx8btL9ilwn4W9xIJ5dPK8HNw00eWTU { width:20rem;height:2.59895625rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#iMJz0TiJbM05aPqUagli8FZyLfKXK9Fr { width:15.375rem;height:4.2004375rem;top:3.6181640625rem;left:0.5615234375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;color:#e2bc89;display:block; }
#q4NUL5sS7P7Atn0XqczMEeasTHiLyHiK { width:20rem;height:23.125rem;top:10.125rem;left:0rem;display:block; }
#IQTFyhclHnnwNCz3DTWnaSOq8QKpoklB { top:0.3896484375rem;left:0rem;width:6.5625rem;height:1.12426875rem;z-index:15000;display:block; }
#VslzQXmPofToB5pVTsU7MM3gTnJV0lPe { width:2.8125rem;height:2.8125rem;top:4.3115234375rem;left:16.4599609375rem;font-size:1.9375rem;z-index:15010;color:#e2bc89;display:block; }
