.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 {
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { background-color: transparent; background-image: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container > .video-iframe-container { display: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container { display: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .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); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { border-width: 0; border-radius: 0; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { font-size:14px;font-family:arial;height:38px;width:960px;position:relative;display:block; }#REIZIg5ZTDyCBnZJgABqe3iMo7fkdpEm { color:#716d6e;display:block;width:275px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5px;left:685px;height:18.2px;text-align:right;text-align-last:right;display:block; }
#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb9ea1a3-92b3-46f7-8c8f-d0dc1b208964/dentistexaminingfemalepatientmin2.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.adaptive-delivery-prevent-bg, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyload, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyloading { background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { background-color: transparent; background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(148,148,148,0.32); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(148,148,148,0.32); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .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); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { border-width: 0; border-radius: 0; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { font-size:14px;font-family:arial;height:804px;width:960px;position:relative;display:block; }#AG4m8SEDy1TANMA8xPISkqNZgUs2DdPE { color:#ffffff;display:block;width:381px;position:absolute;font-family:roboto;font-size:24px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:163px;left:34.5px;height:31.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ogzhSm5wIZfErhr1qSmMdWnmtHo60c6q { color:#ffffff;display:block;width:755px;position:absolute;font-family:roboto;font-size:51px;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:209.77499389648px;left:34.5px;height:122.375px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GZTTQHNGQMaCtTLtUAZ8oyl9CvyWTyuG { color:#000000;display:block;width:756px;position:absolute;font-family:roboto;font-size:20px;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:453.5px;left:88px;height:28px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P61RG9PRWfDFTEyTa5JOhl1VUvhosuGZ { position:absolute;display:block;z-index:15002;background-color:#767676;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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:20px;height:551px;width:800px;top:124px;left:0px;display:block; }
#Uk4R3KBs3rz044iIOGvNxOWBh2KZfnxO { background-color:#716d6e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:34px;border-top-right-radius:34px;border-bottom-left-radius:34px;border-bottom-right-radius:34px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:311px;height:67px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:585px;left:61px;display:block; }
#T3zp3fdwTHuiWip8pGCtK3oJ0pE7dwu2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XIs5NQNAbpRTHADuVmSIK2a4NulU954A { background-color:#716d6e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:34px;border-top-right-radius:34px;border-bottom-left-radius:34px;border-bottom-right-radius:34px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:311px;height:67px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:585px;left:430px;display:block; }
#w5h6ZpSuoLAbcErywMiMhLSOmREUEHqK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tOzUoUDgZoumsg1O3HHtUx5Wn7ocDHRD { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:411px;left:34.5px; }
#Ei9Iz6TLNZhF1BVAaxTkTteibNvq0HoK { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:452px;left:34.5px; }
#be5q8WT23KBUbEPyC0DEeVXrK3TSQf13 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:495px;left:34.5px; }
#UwvnpaMcQVOmaw0CbtthWWaFuqJN0DQA { color:#000000;display:block;width:756px;position:absolute;font-family:roboto;font-size:20px;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:412.5px;left:88px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hEqnA8c8ezIDxUWLT8v8uC8yaS8JHvUn { color:#000000;display:block;width:756px;position:absolute;font-family:roboto;font-size:20px;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:496.5px;left:88px;height:28px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mBTzoVgRmFbRIOTOCTQDNSfT6nExakNc { color:#ffffff;display:block;width:543px;position:absolute;font-family:roboto;font-size:24px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:331.375px;left:128.5px;height:31.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { background-color: transparent; background-image: none; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container > .video-iframe-container { display: none; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row > .video-iframe-container { display: none; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .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); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { border-width: 0; border-radius: 0; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { font-size:14px;font-family:arial;height:719px;width:960px;position:relative;display:block; }#zmS6Ka9FTJQryKmbBDcv6mSz2wqGz5II { color:#716d6e;display:block;width:960px;position:absolute;font-family:roboto;font-size:50px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:29px;left:0px;height:65px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UfeU3TodhmnnA0ab1dyF7u4whH31Cuia { color:#716d6e;display:block;width:527px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:109px;left:0px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T8nIsOaElr94NcktHyD2xz5OOXwC56Kt { color:#716d6e;display:block;width:449px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:282px;left:0px;height:37.5px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EQytx472wihvkF71QtsdZAwlQciF78OE { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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;height:1px;width:499px;top:377px;left:37px;display:block; }
#T8JTZrrHB954H9AFByUQKMwQSPqCoOoV { color:#716d6e;display:block;width:477px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:351px;left:35px;height:20.8px;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; }
#tg1FeopAeVtd8cEuXucOX1qJ4wveag8e { color:#919191;display:block;width:292px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:383px;left:38px;height:15.6px;display:block; }
#FwPPRwMNPwrdwfmVbDdKmkqMw01dJ0p5 { color:#919191;display:block;width:292px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:455px;left:87px;height:15.6px;display:block; }
#UZdZDJWSxH13CrhzEFIov7DRSON2a67P { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;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;height:1px;width:453px;top:449px;left:88px;display:block; }
#rzA7bFN3SGIrGhrTkyhpoCz7vB3I7xEy { color:#716d6e;display:block;width:435px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:423px;left:87px;height:20.8px;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; }
#FIS5ZM6QJIRLh7fU9qVw4eI2bFDKH5Wn { color:#919191;display:block;width:292px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:524px;left:144px;height:15.6px;display:block; }
#L5k1JrvE8UCf7pybQf5A622tEUfugEto { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;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;height:1px;width:430px;top:518px;left:144px;display:block; }
#nmG0M9NsUmoFsmq0aX2KkBgvvBTaWnsm { color:#716d6e;display:block;width:399px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:492px;left:144px;height:20.8px;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; }
#siZApUDVIP6AoEE8apXF1l2vfZpa1QQp { color:#919191;display:block;width:292px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:594px;left:218px;height:15.6px;display:block; }
#kygUMXS2lrybr3KZFU9hnuOIEsIzIink { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;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;height:1px;width:438px;top:588px;left:217px;display:block; }
#tFoKda8Eh7hrBPtIz1BX8JNUG3ryTSZX { color:#716d6e;display:block;width:362px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:562px;left:217px;height:20.8px;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; }
#RhBOWvqQSNE9gPK9KH44DGBp4MuUtSgb { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:346px;left:0px; }
#BOqJtyWS6PF6vyQsyHOZRrkgR6AhqJZ5 { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cde46274-ae2d-465c-96d3-f25bcd8d4145/beautifulgirlsittingdentistsofficemin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:399px;width:399px;top:196px;left:547px;display:block; }#BOqJtyWS6PF6vyQsyHOZRrkgR6AhqJZ5.adaptive-delivery-prevent-bg, #BOqJtyWS6PF6vyQsyHOZRrkgR6AhqJZ5.lazyload, #BOqJtyWS6PF6vyQsyHOZRrkgR6AhqJZ5.lazyloading { background-image: none; }
#c80GEkKFHk2iczDlVBLHfCI2sfd5TZ8a { position:absolute;display:block;z-index:15027;background-color:#3d568a;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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:17px;width:17px;top:367px;left:527px;display:block; }
#qMttO5RF1ekxDpdV0rK0zH9vC7FJql4W { position:absolute;display:block;z-index:15028;background-color:#3d568a;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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:17px;width:17px;top:440px;left:534px;display:block; }
#A1GkQaRLVVEpBSgECDTeUKgEnsxOM3zh { position:absolute;display:block;z-index:15029;background-color:#3d568a;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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:17px;width:17px;top:509px;left:565px;display:block; }
#o02excQwOb6I1bLbZ5fCFVhoz8nAqT7W { position:absolute;display:block;z-index:15030;background-color:#3d568a;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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:17px;width:17px;top:579px;left:645px;display:block; }
#QnrFW7Ng0URd7zBit07Tyr0Vus5vm21B { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:419px;left:49px; }
#XTAVar5JZhXFSEta8Z1eQ3omzCXOaGQn { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:488px;left:108px; }
#wVqOQJU4oamiWu5PKsD0LQyDKkUZPRHv { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:558px;left:180px; }
#oJKsxulO6pum25PzoEaLJThua5CaWXsx { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:3px solid #716d6e;border-left:3px solid #716d6e;border-right:3px solid #716d6e;border-bottom:3px solid #716d6e;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:429px;width:420px;top:178px;left:534px;display:block; }
#N3Siq4TwW59quCTXfFy5POkWu0QRzUUk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N3Siq4TwW59quCTXfFy5POkWu0QRzUUk > .row .container { background-color: transparent; background-image: none; }#N3Siq4TwW59quCTXfFy5POkWu0QRzUUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3Siq4TwW59quCTXfFy5POkWu0QRzUUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3Siq4TwW59quCTXfFy5POkWu0QRzUUk > .row .container > .video-iframe-container { display: none; }#N3Siq4TwW59quCTXfFy5POkWu0QRzUUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3Siq4TwW59quCTXfFy5POkWu0QRzUUk > .row > .video-iframe-container { display: none; }#N3Siq4TwW59quCTXfFy5POkWu0QRzUUk > .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); }#N3Siq4TwW59quCTXfFy5POkWu0QRzUUk > .row .container { border-width: 0; border-radius: 0; }#N3Siq4TwW59quCTXfFy5POkWu0QRzUUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N3Siq4TwW59quCTXfFy5POkWu0QRzUUk > .row .container { font-size:14px;font-family:arial;height:719px;width:960px;position:relative;display:block; }#q8E5uaUxzGoM6hKx9JTSls2SsgzuC4ar { color:#716d6e;display:block;width:449px;position:absolute;font-family:roboto;font-size:25px;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:100px;left:0px;height:37.5px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GDoQ76agG6E5BhBw9sOtfWrAHR2mJnDk { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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;height:1px;width:499px;top:204px;left:37px;display:block; }
#zcGFW5nsTSSnV3mWz8k5PwfNrDZWPMqH { color:#716d6e;display:block;width:477px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:178px;left:35px;height:20.8px;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; }
#rB9axbIvgE7mEG89tz4QHLLyddw2Zoil { color:#919191;display:block;width:292px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:210px;left:38px;height:15.6px;display:block; }
#Exhnd6mSEZZ1AGpCOgXdSTXoOOb87C7E { color:#919191;display:block;width:292px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:282px;left:87px;height:15.6px;display:block; }
#mTg7cfoMtSPQR0KrZ9fu6xMmqpLHSTIJ { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;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;height:1px;width:453px;top:276px;left:88px;display:block; }
#a79TyJ0RuGJJUBrIpl6Q2gBALChA6d8R { color:#716d6e;display:block;width:435px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:250px;left:87px;height:20.8px;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; }
#N24aCaG4fvtSRDUwafTRwOqRiPNQbVM4 { color:#919191;display:block;width:292px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:351px;left:144px;height:15.6px;display:block; }
#r1KssudIUtRwFLotBvSeHMBeoztCq8Af { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;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;height:1px;width:430px;top:345px;left:144px;display:block; }
#ekRHF7dwbZiO0hibBfJiG9W8zuE9877F { color:#716d6e;display:block;width:399px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:319px;left:144px;height:20.8px;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; }
#Rl7y9Z67NJK5D94Tukmg6RTIma6rwHug { color:#919191;display:block;width:292px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:421px;left:218px;height:15.6px;display:block; }
#t0tbTKL0CRzD1rrB2Jt2w2rwcQStWpTp { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;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;height:1px;width:438px;top:415px;left:217px;display:block; }
#GmtBhkDX2RWh4WNaPwN7xQ0PIN3EzM2f { color:#716d6e;display:block;width:362px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:389px;left:217px;height:20.8px;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; }
#fez4GgoLghTUyvZCiG1q2g3JXopFtEx1 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:173px;left:0px; }
#tT6gArikDGtZz3mopHaWvMoONq78qP9Q { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Nanf8oLglmg/unsplash/olga-guryanova-Nanf8oLglmg-photo-1551601651-bc60f254d532.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:399px;width:396px;top:18.296875px;left:551px;display:block; }#tT6gArikDGtZz3mopHaWvMoONq78qP9Q.adaptive-delivery-prevent-bg, #tT6gArikDGtZz3mopHaWvMoONq78qP9Q.lazyload, #tT6gArikDGtZz3mopHaWvMoONq78qP9Q.lazyloading { background-image: none; }
#CKiPuloLVT3b0L47x1UfqiMxaDrSaoNL { position:absolute;display:block;z-index:15027;background-color:#3d568a;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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:17px;width:17px;top:194px;left:527px;display:block; }
#U6UcWDmLn8fbc7sK7wemFZcTkZgnW2xG { position:absolute;display:block;z-index:15028;background-color:#3d568a;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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:17px;width:17px;top:267px;left:534px;display:block; }
#XKagPpNUK7OsPB4WsmOq755eT0l4OWJK { position:absolute;display:block;z-index:15029;background-color:#3d568a;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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:17px;width:17px;top:336px;left:565px;display:block; }
#NmO5OGTTdRq5ublPmsfAkq2LXPDPk1uN { position:absolute;display:block;z-index:15030;background-color:#3d568a;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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:17px;width:17px;top:406px;left:645px;display:block; }
#vFGNrUxJTr6lKAHEyxECUQuBZP9mMCTq { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:246px;left:49px; }
#lgvCSV7lckyAzvvvzEo9QQgGNFRWw3Xr { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:315px;left:108px; }
#QIdrStataX37TIqykeCAJMclwW4RQWVu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:385px;left:180px; }
#Jb8vKBX3nkKIW2pX361yJSuKdVaJ1B4l { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:3px solid #716d6e;border-left:3px solid #716d6e;border-right:3px solid #716d6e;border-bottom:3px solid #716d6e;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:429px;width:420px;top:0px;left:534px;display:block; }
#dQ13cWsMGdpzMOrxumf1wWB7a2dBoxTV { background-color:#716d6e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:34px;border-top-right-radius:34px;border-bottom-left-radius:34px;border-bottom-right-radius:34px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:602px;height:95px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:566px;left:179px;display:block; }
#FWkRA0ySicyBlp9ISQwnZo0RkMXi8KIr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zEkXa7gRGr67Uykf9vN3iV33PwIQn77U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zEkXa7gRGr67Uykf9vN3iV33PwIQn77U > .row .container { background-color: transparent; background-image: none; }#zEkXa7gRGr67Uykf9vN3iV33PwIQn77U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEkXa7gRGr67Uykf9vN3iV33PwIQn77U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEkXa7gRGr67Uykf9vN3iV33PwIQn77U > .row .container > .video-iframe-container { display: none; }#zEkXa7gRGr67Uykf9vN3iV33PwIQn77U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEkXa7gRGr67Uykf9vN3iV33PwIQn77U > .row > .video-iframe-container { display: none; }#zEkXa7gRGr67Uykf9vN3iV33PwIQn77U > .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); }#zEkXa7gRGr67Uykf9vN3iV33PwIQn77U > .row .container { border-width: 0; border-radius: 0; }#zEkXa7gRGr67Uykf9vN3iV33PwIQn77U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zEkXa7gRGr67Uykf9vN3iV33PwIQn77U > .row .container { font-size:14px;font-family:arial;height:198px;width:960px;position:relative;display:block; }#rFthvqAOCPWLiTwapDSvzNDxb8fw8ySI { color:#716d6e;display:block;width:960px;position:absolute;font-family:roboto;font-size:50px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:35px;left:0px;height:65px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZQo1zTVJKDEQGMTKlULDH2StfMNZqAlW { color:#716d6e;display:block;width:960px;position:absolute;font-family:roboto;font-size:37px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:125px;left:0px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f340ae53-80f8-43b7-82ef-8a5d1e5946b3/8S8A8697.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV.adaptive-delivery-prevent-bg, #vuWxwO6GUCHFymD9TxdFreZuytmn2sVV.lazyload, #vuWxwO6GUCHFymD9TxdFreZuytmn2sVV.lazyloading { background-image: none; }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .row .container { background-color: transparent; background-image: none; }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,246,246,0.59); }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .row .container > .video-iframe-container { display: none; }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,246,246,0.59); }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .row > .video-iframe-container { display: none; }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .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); }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .row .container { border-width: 0; border-radius: 0; }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .row .container { font-size:14px;font-family:arial;height:676px;width:960px;position:relative;display:block; }#b9sclFSFmsWiWPtfJZbWVh9E0VzeaNOv { color:#332e28;display:block;width:447px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:8.8125px;left:0px;height:31.1875px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OXVx1AWNBVXrtB8kCXRLBOMLR3yWMuFX { color:#000000;display:block;width:466px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:71.1875px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#apryet0q6Dg7gccso1B2qQVUgpOgMmas { color:#332e28;display:block;width:447px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:8.8125px;left:480px;height:62.375px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NeaSeUcZFGgplqc6099O7VNTvnmtTG5P { color:#000000;display:block;width:466px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:71.1875px;left:480px;height:111.953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oav0trD7D5GfT0HhcrTTdrVc1vCdInZy { color:#000000;display:block;width:466px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:298.59375px;left:0px;height:179.125px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gqkAwBsbG5ztIaF7Q9zlbpDAJTGuQAxB { color:#332e28;display:block;width:447px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:236.21875px;left:0px;height:62.375px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#enyMLBpvdVck44Cou7mwA7m3kpL4EvwA { color:#332e28;display:block;width:447px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:236.21875px;left:480px;height:31.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xvwa5LxLMRWTpZSLNTwDkOD1xApxQG6i { color:#000000;display:block;width:466px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:298.59375px;left:480px;height:111.953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mlAaem9hRobHoTmJXRuzlasu2fgxZATM { color:#332e28;display:block;width:447px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:499.8125px;left:0px;height:31.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vmJIWICwgtTSrGZwF79fgCZ9FaW1Psrd { color:#332e28;display:block;width:447px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:499.8125px;left:480px;height:31.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rFDfSKcBobX904mRwcXDAsziEEKeuLok { color:#000000;display:block;width:466px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:531px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zTvUBrlhPP2z5CWp2giGZZxJ66a5gPX6 { color:#000000;display:block;width:466px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:531px;left:480px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EnVIqwEIHPqqi91JZMGKUA5N6w3IiG58 { color:#332e28;display:block;width:447px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:236.21875px;left:480px;height:31.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dCQJoDEvl6w5ZXdXuM5vFWeGTVVkAaxl { color:#332e28;display:block;width:447px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:499.8125px;left:480px;height:31.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#cTHKKACGydLVGuoXuFSel60AuQFmHwfk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cTHKKACGydLVGuoXuFSel60AuQFmHwfk > .row .container { background-color: transparent; background-image: none; }#cTHKKACGydLVGuoXuFSel60AuQFmHwfk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTHKKACGydLVGuoXuFSel60AuQFmHwfk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTHKKACGydLVGuoXuFSel60AuQFmHwfk > .row .container > .video-iframe-container { display: none; }#cTHKKACGydLVGuoXuFSel60AuQFmHwfk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTHKKACGydLVGuoXuFSel60AuQFmHwfk > .row > .video-iframe-container { display: none; }#cTHKKACGydLVGuoXuFSel60AuQFmHwfk > .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); }#cTHKKACGydLVGuoXuFSel60AuQFmHwfk > .row .container { border-width: 0; border-radius: 0; }#cTHKKACGydLVGuoXuFSel60AuQFmHwfk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTHKKACGydLVGuoXuFSel60AuQFmHwfk > .row .container { font-size:14px;font-family:arial;height:198px;width:960px;position:relative;display:block; }#lAIgArEM07G2tZImsf2NVgoIaLc29xvm { color:#716d6e;display:block;width:960px;position:absolute;font-family:roboto;font-size:37px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:68px;left:0px;height:96.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d0cSkg566GRSOewG75iZrfSxLTXH6CqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cc46a879-aae5-46a0-aca5-2d1cef75e253/WhatsAppImage20240406at114534.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA.adaptive-delivery-prevent-bg, #d0cSkg566GRSOewG75iZrfSxLTXH6CqA.lazyload, #d0cSkg566GRSOewG75iZrfSxLTXH6CqA.lazyloading { background-image: none; }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .row .container { background-color: transparent; background-image: none; }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,246,246,0.59); }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .row .container > .video-iframe-container { display: none; }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,246,246,0.59); }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .row > .video-iframe-container { display: none; }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .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); }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .row .container { border-width: 0; border-radius: 0; }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .row .container { font-size:14px;font-family:arial;height:694px;width:960px;position:relative;display:block; }#fbTdehWGlQaOMSd2gK6yU6XaW9Dyu4ct { color:#332e28;display:block;width:447px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:39px;left:0px;height:62.375px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vNmfl1aWbikQQau2W6yVXhrLKtJzO9Ok { color:#000000;display:block;width:466px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:117.765625px;left:0px;height:156.734px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yUXH6iK3PuRhu8Xc5cDoFhmvau39dZPc { color:#332e28;display:block;width:447px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:39px;left:480px;height:31.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AG3DHXSgx5A3bA7ZFf7f0AgTA7gr3Nen { color:#000000;display:block;width:466px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:117.765625px;left:480px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FcJFUDBZs54urnykZM9Vrl9oONTGVP2M { color:#332e28;display:block;width:447px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:331.40625px;left:16.5px;height:31.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fbiN2qdzTFOUJhAb700hDHazsVFFgCVO { color:#332e28;display:block;width:447px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:331.40625px;left:496.5px;height:31.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JlRfrqAfvrF1fZ9qUPQZthZxE82vVFSo { color:#000000;display:block;width:466px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:381.765625px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#C9wVUNZIvC7O3SxrccTKKktiz1r2HPyS { color:#000000;display:block;width:466px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:381.765625px;left:480px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#B8T2toRrMVFgrQIFrEgBifuVtaFPTFpn { background-color:#716d6e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:34px;border-top-right-radius:34px;border-bottom-left-radius:34px;border-bottom-right-radius:34px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:551px;height:95px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:573.5px;left:204.5px;display:block; }
#Hfy2szOIrQ11zD9T417ewv5hePeNTBBI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ae7LlPWlRHx7TLesdgqOuw9fuFuiWXv9 { color:#332e28;display:block;width:447px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:39px;left:480px;height:31.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MRpP5o9RtFUuFTmfTcHrKbsZy0t5tQat { color:#332e28;display:block;width:447px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:39px;left:480px;height:31.2px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc > .row .container { background-color: transparent; background-image: none; }#N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc > .row .container > .video-iframe-container { display: none; }#N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc > .row > .video-iframe-container { display: none; }#N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc > .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); }#N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc > .row .container { border-width: 0; border-radius: 0; }#N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc > .row .container { font-size:14px;font-family:arial;height:450px;width:960px;position:relative;display:block; }#Xu14zlIws2ARTVN5EQhTaAF4d1iH8kZW { color:#716d6e;display:block;width:353px;position:absolute;font-family:roboto;font-size:28px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:129.96875px;left:0px;height:72.7812px;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; }
#TmR6Epc72P2tgbJa6vHcPn0v939vptve { color:#716d6e;display:block;width:349px;position:absolute;font-family:roboto;font-size:28px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:292.59375px;left:305.5px;height:145.562px;text-align:left;text-align-last:left;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; }
#vniRnnsTaZ830h276exql3Z8yon69CWD { position:absolute;display:block;z-index:15003;background-color:#716d6e;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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:200px;width:200px;top:66px;left:380px;display:block; }
#ypdOtsenswsru2GhEt1cOqca6h8sJHsM { position:absolute;display:block;z-index:15004;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;height:134px;width:117px;top:99px;left:421.5px;overflow:hidden;display:block; }
#moaTseHP3NdvtTBMiewwSZJRArldM519 { color:#716d6e;display:block;width:349px;position:absolute;font-family:roboto;font-size:28px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:129.953125px;left:611px;height:72.7812px;text-align:left;text-align-last:left;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; }
#spSrK6wBq68J8slvo7RWgGu0x5EvAGg1 { position:absolute;display:block;z-index:15003;background-color:#716d6e;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:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;height:200px;width:200px;top:66px;left:380px;display:none; }
#CWPrcwU0hTcMTXqmuV8iPyPwebcnESiv { position:absolute;display:block;z-index:15004;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;height:134px;width:117px;top:99px;left:421.5px;overflow:hidden;display:none; }
#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d18de58a-54d4-427d-81bc-fe73f9c6e351/dentisttreatingpatientwithdentaltoolwhilemalecolleagueadjustinglightclinic_6622512544.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.adaptive-delivery-prevent-bg, #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.lazyload, #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.lazyloading { background-image: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { background-color: transparent; background-image: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(148,148,148,0.42); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(148,148,148,0.42); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .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); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { border-width: 0; border-radius: 0; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { font-size:14px;font-family:arial;height:1350px;width:960px;position:relative;display:block; }#t6Ar27FlI8SQg7qM3sTw5MO7OnFzfQOh { position:absolute;display:block;z-index:15000;background-color:rgba(118,118,118,0.79);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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:451px;width:604px;top:570px;left:215px;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-form-header {  }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:18px;font-weight:400;color:#ffffff;width:444px;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;text-align:left;text-align-last:left;overflow:hidden;font-style:normal;line-height:1.7; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text { border-top-left-radius:28px;border-top-right-radius:28px;border-bottom-left-radius:28px;border-bottom-right-radius:28px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:444px;box-sizing:border-box;height:55px;color:#161616;font-size:16px;overflow:hidden;font-family:roboto; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-textarea { border-top-left-radius:28px;border-top-right-radius:28px;border-bottom-left-radius:28px;border-bottom-right-radius:28px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:444px;box-sizing:border-box;height:70px;color:#161616;font-size:16px;overflow:hidden;font-family:roboto; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .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:0;margin-bottom:4px;margin-left:0;display:block;width:444px;box-sizing:border-box;height:40px;color:#161616;font-family:roboto;font-size:14px;overflow:hidden; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-button { border-top-left-radius:32px;border-top-right-radius:32px;border-bottom-left-radius:32px;border-bottom-right-radius:32px;background-color:#716d6e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:65px;margin-bottom:4px;margin-left:75px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:293px;height:62px;font-family:roboto;overflow:hidden; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:14px; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:14px; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:14px; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:14px; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .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:roboto;line-height:1.3;font-size:13px;font-weight:300;color:#ffffff;vertical-align:top;width:422px;overflow:hidden;font-style:normal; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:roboto;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-container { padding-top:5px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-container:first-of-type{padding-top:0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-container:last-of-type{padding-bottom:0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:444px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:661px;left:275px; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:444px; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-info-text { display:block;height:auto;font-family:roboto;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f {display:block;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:444px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:661px;left:275px; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #f4NAvs14OfpkuoJVlM7E2K5OXCOP34uP { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #JbfAFrRL5qcmnKsibVVu6hPxCF3SNGQF { position:relative;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #uZnLKM2ynZ2UVSAMTv4Pb6alXyZspu8T { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #sGUrVNSUzssneHlLTNtSNkE2AMfwNHpP { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #sL8A31mCuBgN49cI6VeyCEe5baPSZ7f9 { position:relative;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #px1yMDer5DUqszVy4fgD8C7MVFpcxgl5 { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #bTVVyXDT2pUKtEt9wCOckT1g6yI6cygQ { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #whlcUJoidDhAJ6KK3D53AtXndXHvMeeR { position:relative;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #AyynUhH7gOdgh6qw0pdILAzpsTfJTgsD { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #qn2N1TOx25NRi7fxcMuDlGptWudT8Iso { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #wTixdeITuSTGXF7mFHUkTlUfW26tT367 { position:relative; }
#naRHt7ULuKhhACKO0JCWXTw06carm4QG { color:#ffffff;display:block;width:597px;position:absolute;font-family:roboto;font-size:26px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:622px;left:218px;height:;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; }
#X1P6rMpGOMq47cvPb9G4pyosDdERlkrF { position:absolute;display:block;z-index:15001;background-color:rgba(118,118,118,0.79);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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:451px;width:604px;top:43px;left:212px;display:block; }
#i69esD9SVZnFF3zfWbrriz6xQtt1FKF1 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2vCqH34PqWs/unsplash/austin-distel-2vCqH34PqWs-photo-1554774853-b415df9eeb92.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:229px;width:229px;top:96px;left:542px;display:block; }#i69esD9SVZnFF3zfWbrriz6xQtt1FKF1.adaptive-delivery-prevent-bg, #i69esD9SVZnFF3zfWbrriz6xQtt1FKF1.lazyload, #i69esD9SVZnFF3zfWbrriz6xQtt1FKF1.lazyloading { background-image: none; }
#fTsHV7E3AKJJJEGKunQK3E6m3shypNlI { color:#ffffff;display:block;width:275px;position:absolute;font-family:roboto;font-size:26px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:121px;left:257px;height:33.8px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VnkzBsxkc3y4TFt2kJUDzTVD1IJlNSht { color:#ffffff;display:block;width:255px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:204px;left:257px;height:;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; }
#ViUmpdzDSmwqrOBcy1qkQVaCLtZAGTJV { position:absolute;display:block;z-index:15001;background-color:rgba(118,118,118,0.79);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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:200px;width:601px;top:1091px;left:215px;display:block; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-form-header {  }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:18px;font-weight:400;color:#ffffff;width:444px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;overflow:hidden;font-style:normal;line-height:1.7;vertical-align:top; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-input-text { border-top-left-radius:28px;border-top-right-radius:28px;border-bottom-left-radius:28px;border-bottom-right-radius:28px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:444px;box-sizing:border-box;height:55px;color:#161616;font-size:16px;overflow:hidden;font-family:roboto;vertical-align:top; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-input-text {padding-top: 0; padding-bottom: 0;}#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-textarea { border-top-left-radius:28px;border-top-right-radius:28px;border-bottom-left-radius:28px;border-bottom-right-radius:28px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:444px;box-sizing:border-box;height:70px;color:#161616;font-size:16px;overflow:hidden;font-family:roboto;vertical-align:top; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .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:0;margin-bottom:4px;margin-left:0;display:block;width:444px;box-sizing:border-box;height:40px;color:#161616;font-family:roboto;font-size:14px;overflow:hidden;vertical-align:top; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-input-select {padding-top: 0; padding-bottom: 0;}#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-input-button { border-top-left-radius:32px;border-top-right-radius:32px;border-bottom-left-radius:32px;border-bottom-right-radius:32px;background-color:#716d6e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:75px;margin-bottom:4px;margin-left:75px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:293px;height:62px;font-family:roboto;overflow:hidden; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:14px; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:14px; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:14px; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:14px; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .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:roboto;line-height:1.3;font-size:13px;font-weight:300;color:#ffffff;vertical-align:top;width:422px;overflow:hidden;font-style:normal;float:none; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:roboto;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-container { padding-top:5px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-container:first-of-type{padding-top:0;}#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-container:last-of-type{padding-bottom:0;}#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:444px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1119px;left:288px; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:444px;display:block;vertical-align:top; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-info-text { display:block;height:auto;font-family:roboto;font-size:18px;line-height:1.7;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB {display:block;}#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:444px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1119px;left:288px; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB #ho6ziBfNl3A58hDydSEsUId5KOGTWfxB { position:relative;display:block;z-index:15000; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB #OgdWvN9EcSGTPdoIkXTGQwTZfiexulTy { position:relative;display:block;z-index:15000; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB #cnTnGfdT6oTbSisngho5GIZIEf9Aclhv { position:relative; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB #amLFJPCNtglPEULO5xKgN1NSdGOHIySL { position:relative; }
#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { background-color: transparent; background-image: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container > .video-iframe-container { display: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row > .video-iframe-container { display: none; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .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); }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { border-width: 0; border-radius: 0; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { font-size:14px;font-family:arial;height:92px;width:960px;position:relative;display:block; }#x5ZOk4OrnmcFUNyxfQ9qGsKDLVTtDrNa { color:#716d6e;display:block;width:275px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:33.5px;left:685px;height:18.2px;text-align:right;text-align-last:right;display:block; }
#tysf3Xq7zkeqFMtxSHKFIIcaAwP0KDFc { color:#716d6e;display:block;width:275px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:33.5px;left:0px;height:18.2px;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo { display:block; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REIZIg5ZTDyCBnZJgABqe3iMo7fkdpEm { top:16px;left:489px;width:275px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM { display:block; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG4m8SEDy1TANMA8xPISkqNZgUs2DdPE { top:163px;left:0px;width:381px;height:31px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ogzhSm5wIZfErhr1qSmMdWnmtHo60c6q { top:209px;left:0px;width:755px;height:122px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #GZTTQHNGQMaCtTLtUAZ8oyl9CvyWTyuG { top:453px;left:0px;width:756px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #P61RG9PRWfDFTEyTa5JOhl1VUvhosuGZ { top:124px;left:0px;width:764px;height:551px;display:block; }
 }@media only screen and (max-width: 763px) { #Uk4R3KBs3rz044iIOGvNxOWBh2KZfnxO { width:311px;height:67px;top:585px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T3zp3fdwTHuiWip8pGCtK3oJ0pE7dwu2 { display:block; }
 }@media only screen and (max-width: 763px) { #XIs5NQNAbpRTHADuVmSIK2a4NulU954A { width:311px;height:67px;top:585px;left:332px;display:block; }
 }@media only screen and (max-width: 763px) { #w5h6ZpSuoLAbcErywMiMhLSOmREUEHqK { display:block; }
 }@media only screen and (max-width: 763px) { #tOzUoUDgZoumsg1O3HHtUx5Wn7ocDHRD { top:411px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Ei9Iz6TLNZhF1BVAaxTkTteibNvq0HoK { top:452px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #be5q8WT23KBUbEPyC0DEeVXrK3TSQf13 { top:495px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #UwvnpaMcQVOmaw0CbtthWWaFuqJN0DQA { top:412px;left:0px;width:756px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hEqnA8c8ezIDxUWLT8v8uC8yaS8JHvUn { top:496px;left:0px;width:756px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mBTzoVgRmFbRIOTOCTQDNSfT6nExakNc { top:331px;left:30.5px;width:543px;height:31px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW { display:block; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmS6Ka9FTJQryKmbBDcv6mSz2wqGz5II { top:29px;left:0px;width:764px;height:;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #UfeU3TodhmnnA0ab1dyF7u4whH31Cuia { top:109px;left:0px;width:527px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #T8nIsOaElr94NcktHyD2xz5OOXwC56Kt { top:282px;left:0px;width:449px;height:;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #EQytx472wihvkF71QtsdZAwlQciF78OE { top:377px;left:0px;width:499px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #T8JTZrrHB954H9AFByUQKMwQSPqCoOoV { top:351px;left:0px;width:477px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tg1FeopAeVtd8cEuXucOX1qJ4wveag8e { top:383px;left:0px;width:292px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #FwPPRwMNPwrdwfmVbDdKmkqMw01dJ0p5 { top:455px;left:0px;width:292px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #UZdZDJWSxH13CrhzEFIov7DRSON2a67P { top:449px;left:0px;width:453px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #rzA7bFN3SGIrGhrTkyhpoCz7vB3I7xEy { top:423px;left:0px;width:435px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FIS5ZM6QJIRLh7fU9qVw4eI2bFDKH5Wn { top:524px;left:46px;width:292px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #L5k1JrvE8UCf7pybQf5A622tEUfugEto { top:518px;left:46px;width:430px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #nmG0M9NsUmoFsmq0aX2KkBgvvBTaWnsm { top:492px;left:46px;width:399px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #siZApUDVIP6AoEE8apXF1l2vfZpa1QQp { top:594px;left:120px;width:292px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #kygUMXS2lrybr3KZFU9hnuOIEsIzIink { top:588px;left:119px;width:438px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #tFoKda8Eh7hrBPtIz1BX8JNUG3ryTSZX { top:562px;left:119px;width:362px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RhBOWvqQSNE9gPK9KH44DGBp4MuUtSgb { top:346px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #BOqJtyWS6PF6vyQsyHOZRrkgR6AhqJZ5 { top:196px;left:365px;width:399px;height:399px;display:block; }
 }@media only screen and (max-width: 763px) { #c80GEkKFHk2iczDlVBLHfCI2sfd5TZ8a { top:367px;left:429px;width:17px;height:17px;display:block; }
 }@media only screen and (max-width: 763px) { #qMttO5RF1ekxDpdV0rK0zH9vC7FJql4W { top:440px;left:436px;width:17px;height:17px;display:block; }
 }@media only screen and (max-width: 763px) { #A1GkQaRLVVEpBSgECDTeUKgEnsxOM3zh { top:509px;left:467px;width:17px;height:17px;display:block; }
 }@media only screen and (max-width: 763px) { #o02excQwOb6I1bLbZ5fCFVhoz8nAqT7W { top:579px;left:547px;width:17px;height:17px;display:block; }
 }@media only screen and (max-width: 763px) { #QnrFW7Ng0URd7zBit07Tyr0Vus5vm21B { top:419px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #XTAVar5JZhXFSEta8Z1eQ3omzCXOaGQn { top:488px;left:10px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #wVqOQJU4oamiWu5PKsD0LQyDKkUZPRHv { top:558px;left:82px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #oJKsxulO6pum25PzoEaLJThua5CaWXsx { top:178px;left:338px;width:420px;height:429px;display:block; }
 }@media only screen and (max-width: 763px) { #N3Siq4TwW59quCTXfFy5POkWu0QRzUUk { display:block; }#N3Siq4TwW59quCTXfFy5POkWu0QRzUUk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8E5uaUxzGoM6hKx9JTSls2SsgzuC4ar { top:100px;left:0px;width:449px;height:37px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #GDoQ76agG6E5BhBw9sOtfWrAHR2mJnDk { top:204px;left:0px;width:499px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #zcGFW5nsTSSnV3mWz8k5PwfNrDZWPMqH { top:178px;left:0px;width:477px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rB9axbIvgE7mEG89tz4QHLLyddw2Zoil { top:210px;left:0px;width:292px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Exhnd6mSEZZ1AGpCOgXdSTXoOOb87C7E { top:282px;left:0px;width:292px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mTg7cfoMtSPQR0KrZ9fu6xMmqpLHSTIJ { top:276px;left:0px;width:453px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #a79TyJ0RuGJJUBrIpl6Q2gBALChA6d8R { top:250px;left:0px;width:435px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N24aCaG4fvtSRDUwafTRwOqRiPNQbVM4 { top:351px;left:46px;width:292px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #r1KssudIUtRwFLotBvSeHMBeoztCq8Af { top:345px;left:46px;width:430px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #ekRHF7dwbZiO0hibBfJiG9W8zuE9877F { top:319px;left:46px;width:399px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Rl7y9Z67NJK5D94Tukmg6RTIma6rwHug { top:421px;left:120px;width:292px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #t0tbTKL0CRzD1rrB2Jt2w2rwcQStWpTp { top:415px;left:119px;width:438px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #GmtBhkDX2RWh4WNaPwN7xQ0PIN3EzM2f { top:389px;left:119px;width:362px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fez4GgoLghTUyvZCiG1q2g3JXopFtEx1 { top:173px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #tT6gArikDGtZz3mopHaWvMoONq78qP9Q { top:18px;left:368px;width:396px;height:399px;display:block; }
 }@media only screen and (max-width: 763px) { #CKiPuloLVT3b0L47x1UfqiMxaDrSaoNL { top:194px;left:429px;width:17px;height:17px;display:block; }
 }@media only screen and (max-width: 763px) { #U6UcWDmLn8fbc7sK7wemFZcTkZgnW2xG { top:267px;left:436px;width:17px;height:17px;display:block; }
 }@media only screen and (max-width: 763px) { #XKagPpNUK7OsPB4WsmOq755eT0l4OWJK { top:336px;left:467px;width:17px;height:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NmO5OGTTdRq5ublPmsfAkq2LXPDPk1uN { top:406px;left:547px;width:17px;height:17px;display:block; }
 }@media only screen and (max-width: 763px) { #vFGNrUxJTr6lKAHEyxECUQuBZP9mMCTq { top:246px;left:0px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #lgvCSV7lckyAzvvvzEo9QQgGNFRWw3Xr { top:315px;left:10px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #QIdrStataX37TIqykeCAJMclwW4RQWVu { top:385px;left:82px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Jb8vKBX3nkKIW2pX361yJSuKdVaJ1B4l { top:0px;left:338px;width:420px;height:429px;display:block; }
 }@media only screen and (max-width: 763px) { #dQ13cWsMGdpzMOrxumf1wWB7a2dBoxTV { width:602px;height:95px;top:566px;left:81px;display:block; }
 }@media only screen and (max-width: 763px) { #FWkRA0ySicyBlp9ISQwnZo0RkMXi8KIr { display:block; }
 }@media only screen and (max-width: 763px) { #zEkXa7gRGr67Uykf9vN3iV33PwIQn77U { display:block; }#zEkXa7gRGr67Uykf9vN3iV33PwIQn77U > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFthvqAOCPWLiTwapDSvzNDxb8fw8ySI { top:35px;left:0px;width:764px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQo1zTVJKDEQGMTKlULDH2StfMNZqAlW { top:125px;left:0px;width:764px;height:;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #vuWxwO6GUCHFymD9TxdFreZuytmn2sVV { display:block; }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9sclFSFmsWiWPtfJZbWVh9E0VzeaNOv { top:8px;left:0px;width:447px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #OXVx1AWNBVXrtB8kCXRLBOMLR3yWMuFX { top:71px;left:0px;width:466px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #apryet0q6Dg7gccso1B2qQVUgpOgMmas { top:8px;left:317px;width:447px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #NeaSeUcZFGgplqc6099O7VNTvnmtTG5P { top:71px;left:298px;width:466px;height:111px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oav0trD7D5GfT0HhcrTTdrVc1vCdInZy { top:298px;left:0px;width:466px;height:179px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gqkAwBsbG5ztIaF7Q9zlbpDAJTGuQAxB { top:236px;left:0px;width:447px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #enyMLBpvdVck44Cou7mwA7m3kpL4EvwA { top:236px;left:317px;width:447px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #xvwa5LxLMRWTpZSLNTwDkOD1xApxQG6i { top:298px;left:298px;width:466px;height:111px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mlAaem9hRobHoTmJXRuzlasu2fgxZATM { top:499px;left:0px;width:447px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #vmJIWICwgtTSrGZwF79fgCZ9FaW1Psrd { top:499px;left:317px;width:447px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #rFDfSKcBobX904mRwcXDAsziEEKeuLok { top:531px;left:0px;width:466px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zTvUBrlhPP2z5CWp2giGZZxJ66a5gPX6 { top:531px;left:298px;width:466px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EnVIqwEIHPqqi91JZMGKUA5N6w3IiG58 { top:488px;left:0px;width:320px;height:;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #dCQJoDEvl6w5ZXdXuM5vFWeGTVVkAaxl { top:940px;left:0px;width:320px;height:;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #cTHKKACGydLVGuoXuFSel60AuQFmHwfk { display:block; }#cTHKKACGydLVGuoXuFSel60AuQFmHwfk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAIgArEM07G2tZImsf2NVgoIaLc29xvm { top:68px;left:0px;width:764px;height:96px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #d0cSkg566GRSOewG75iZrfSxLTXH6CqA { display:block; }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbTdehWGlQaOMSd2gK6yU6XaW9Dyu4ct { top:39px;left:0px;width:447px;height:;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #vNmfl1aWbikQQau2W6yVXhrLKtJzO9Ok { top:117px;left:0px;width:466px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yUXH6iK3PuRhu8Xc5cDoFhmvau39dZPc { top:39px;left:317px;width:447px;height:;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #AG3DHXSgx5A3bA7ZFf7f0AgTA7gr3Nen { top:117px;left:298px;width:466px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FcJFUDBZs54urnykZM9Vrl9oONTGVP2M { top:331px;left:0px;width:447px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fbiN2qdzTFOUJhAb700hDHazsVFFgCVO { top:331px;left:317px;width:447px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #JlRfrqAfvrF1fZ9qUPQZthZxE82vVFSo { top:381px;left:0px;width:466px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #C9wVUNZIvC7O3SxrccTKKktiz1r2HPyS { top:381px;left:298px;width:466px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #B8T2toRrMVFgrQIFrEgBifuVtaFPTFpn { width:551px;height:95px;top:573px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Hfy2szOIrQ11zD9T417ewv5hePeNTBBI { display:block; }
 }@media only screen and (max-width: 763px) { #Ae7LlPWlRHx7TLesdgqOuw9fuFuiWXv9 { top:0px;left:0px;width:320px;height:;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #MRpP5o9RtFUuFTmfTcHrKbsZy0t5tQat { top:568px;left:0px;width:320px;height:;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc { display:block; }#N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xu14zlIws2ARTVN5EQhTaAF4d1iH8kZW { top:129px;left:0px;width:353px;height:72px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TmR6Epc72P2tgbJa6vHcPn0v939vptve { top:292px;left:207.5px;width:349px;height:145px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #vniRnnsTaZ830h276exql3Z8yon69CWD { top:66px;left:282px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #ypdOtsenswsru2GhEt1cOqca6h8sJHsM { top:99px;left:323.5px;width:117px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #moaTseHP3NdvtTBMiewwSZJRArldM519 { top:129px;left:415px;width:349px;height:72px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #spSrK6wBq68J8slvo7RWgGu0x5EvAGg1 { top:66px;left:282px;width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #CWPrcwU0hTcMTXqmuV8iPyPwebcnESiv { top:99px;left:323.5px;width:117px;height:134px;display:none; }
 }@media only screen and (max-width: 763px) { #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn { display:block; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6Ar27FlI8SQg7qM3sTw5MO7OnFzfQOh { top:570px;left:117px;width:604px;height:451px;display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-regular-label { width:444px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text { width:444px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-textarea { width:444px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select { width:444px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-button { width:293px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:75px; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-checkbox-label { width:422px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f  { width:444px;height:auto;top:661px;left:177px; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .radio-container { width:444px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f {display:block;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f { width:444px;height:auto;top:661px;left:177px; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #f4NAvs14OfpkuoJVlM7E2K5OXCOP34uP {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #JbfAFrRL5qcmnKsibVVu6hPxCF3SNGQF { display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #uZnLKM2ynZ2UVSAMTv4Pb6alXyZspu8T {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #sGUrVNSUzssneHlLTNtSNkE2AMfwNHpP {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #sL8A31mCuBgN49cI6VeyCEe5baPSZ7f9 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #px1yMDer5DUqszVy4fgD8C7MVFpcxgl5 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #bTVVyXDT2pUKtEt9wCOckT1g6yI6cygQ {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #whlcUJoidDhAJ6KK3D53AtXndXHvMeeR { display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #AyynUhH7gOdgh6qw0pdILAzpsTfJTgsD {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #qn2N1TOx25NRi7fxcMuDlGptWudT8Iso {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #wTixdeITuSTGXF7mFHUkTlUfW26tT367 {  }
 }@media only screen and (max-width: 763px) { #naRHt7ULuKhhACKO0JCWXTw06carm4QG { top:622px;left:120px;width:597px;height:;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #X1P6rMpGOMq47cvPb9G4pyosDdERlkrF { top:43px;left:114px;width:604px;height:451px;display:block; }
 }@media only screen and (max-width: 763px) { #i69esD9SVZnFF3zfWbrriz6xQtt1FKF1 { top:96px;left:444px;width:229px;height:229px;display:block; }
 }@media only screen and (max-width: 763px) { #fTsHV7E3AKJJJEGKunQK3E6m3shypNlI { top:121px;left:159px;width:275px;height:;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #VnkzBsxkc3y4TFt2kJUDzTVD1IJlNSht { top:204px;left:159px;width:255px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ViUmpdzDSmwqrOBcy1qkQVaCLtZAGTJV { top:1091px;left:117px;width:601px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-regular-label { width:444px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-input-text { width:444px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-input-text {padding-top: 0; padding-bottom: 0;}#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-textarea { width:444px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-input-select { width:444px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-input-select {padding-top: 0; padding-bottom: 0;}#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-input-button { width:293px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:75px; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-checkbox-label { width:425px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB  { width:444px;height:110px;top:1119px;left:190px; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .radio-container { width:444px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB {display:block;}#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB { width:444px;height:110px;top:1119px;left:190px; }
 }@media only screen and (max-width: 763px) { #G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB #ho6ziBfNl3A58hDydSEsUId5KOGTWfxB {  }
 }@media only screen and (max-width: 763px) { #G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB #OgdWvN9EcSGTPdoIkXTGQwTZfiexulTy {  }
 }@media only screen and (max-width: 763px) { #G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB #cnTnGfdT6oTbSisngho5GIZIEf9Aclhv {  }
 }@media only screen and (max-width: 763px) { #G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB #amLFJPCNtglPEULO5xKgN1NSdGOHIySL {  }
 }@media only screen and (max-width: 763px) { #XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW { display:block; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5ZOk4OrnmcFUNyxfQ9qGsKDLVTtDrNa { top:33px;left:489px;width:275px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #tysf3Xq7zkeqFMtxSHKFIIcaAwP0KDFc { top:33px;left:0px;width:275px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo { display:block; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { width:320px;height:32px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #REIZIg5ZTDyCBnZJgABqe3iMo7fkdpEm { width:182px;height:15.5938px;top:14px;left:138px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb9ea1a3-92b3-46f7-8c8f-d0dc1b208964/dentistexaminingfemalepatientmin2.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.adaptive-delivery-prevent-bg, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyload, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyloading { background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { background-color: transparent; background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(93,92,98,0.75); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(93,92,98,0.75); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .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); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { width:320px;height:939px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG4m8SEDy1TANMA8xPISkqNZgUs2DdPE { width:320px;height:26px;top:68px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ogzhSm5wIZfErhr1qSmMdWnmtHo60c6q { width:320px;height:151.172px;top:104px;left:0px;font-size:42px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GZTTQHNGQMaCtTLtUAZ8oyl9CvyWTyuG { width:280px;height:50.375px;top:475.1875px;left:40px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P61RG9PRWfDFTEyTa5JOhl1VUvhosuGZ { width:261px;height:378px;top:99px;left:45.5px;display:none; }
 }@media only screen and (max-width: 763px) { #Uk4R3KBs3rz044iIOGvNxOWBh2KZfnxO { width:318px;height:67px;top:646.5625px;left:3px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T3zp3fdwTHuiWip8pGCtK3oJ0pE7dwu2 { display:block; }
 }@media only screen and (max-width: 763px) { #XIs5NQNAbpRTHADuVmSIK2a4NulU954A { width:311px;height:67px;top:783.5625px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #w5h6ZpSuoLAbcErywMiMhLSOmREUEHqK { display:block; }
 }@media only screen and (max-width: 763px) { #tOzUoUDgZoumsg1O3HHtUx5Wn7ocDHRD { display:flex;width:31px;height:31px;top:416.09375px;left:0px; }
 }@media only screen and (max-width: 763px) { #Ei9Iz6TLNZhF1BVAaxTkTteibNvq0HoK { display:flex;width:31px;height:31px;top:484.875px;left:0px; }
 }@media only screen and (max-width: 763px) { #be5q8WT23KBUbEPyC0DEeVXrK3TSQf13 { display:flex;width:31px;height:31px;top:554.46875px;left:0px; }
 }@media only screen and (max-width: 763px) { #UwvnpaMcQVOmaw0CbtthWWaFuqJN0DQA { width:282px;height:50.375px;top:406.40625px;left:38px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hEqnA8c8ezIDxUWLT8v8uC8yaS8JHvUn { width:284px;height:75.5625px;top:532.1875px;left:36px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mBTzoVgRmFbRIOTOCTQDNSfT6nExakNc { width:320px;height:52px;top:265px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW { display:block; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { width:320px;height:879px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmS6Ka9FTJQryKmbBDcv6mSz2wqGz5II { width:320px;height:83.1875px;top:22.8125px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UfeU3TodhmnnA0ab1dyF7u4whH31Cuia { width:320px;height:90px;top:105px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #T8nIsOaElr94NcktHyD2xz5OOXwC56Kt { width:312px;height:27px;top:258px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #EQytx472wihvkF71QtsdZAwlQciF78OE { width:280px;height:1px;top:335.6875px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #T8JTZrrHB954H9AFByUQKMwQSPqCoOoV { width:270px;height:20.7969px;top:314.890625px;left:43px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tg1FeopAeVtd8cEuXucOX1qJ4wveag8e { width:254px;height:15.5938px;top:389px;left:33px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #FwPPRwMNPwrdwfmVbDdKmkqMw01dJ0p5 { width:254px;height:15.5938px;top:405px;left:33px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #UZdZDJWSxH13CrhzEFIov7DRSON2a67P { width:280px;height:1px;top:389px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #rzA7bFN3SGIrGhrTkyhpoCz7vB3I7xEy { width:278px;height:20.7969px;top:369px;left:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FIS5ZM6QJIRLh7fU9qVw4eI2bFDKH5Wn { width:258px;height:15.5938px;top:521px;left:33px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #L5k1JrvE8UCf7pybQf5A622tEUfugEto { width:280px;height:1px;top:447px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #nmG0M9NsUmoFsmq0aX2KkBgvvBTaWnsm { width:280px;height:41.5938px;top:405px;left:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #siZApUDVIP6AoEE8apXF1l2vfZpa1QQp { width:284px;height:15.5938px;top:504px;left:33px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #kygUMXS2lrybr3KZFU9hnuOIEsIzIink { width:280px;height:1px;top:496px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #tFoKda8Eh7hrBPtIz1BX8JNUG3ryTSZX { width:280px;height:20.7969px;top:469px;left:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RhBOWvqQSNE9gPK9KH44DGBp4MuUtSgb { display:flex;width:31px;height:31px;top:310.796875px;left:0px; }
 }@media only screen and (max-width: 763px) { #BOqJtyWS6PF6vyQsyHOZRrkgR6AhqJZ5 { width:302px;height:296px;top:533px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #c80GEkKFHk2iczDlVBLHfCI2sfd5TZ8a { width:13px;height:13px;top:490px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #qMttO5RF1ekxDpdV0rK0zH9vC7FJql4W { width:13px;height:13px;top:441px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #A1GkQaRLVVEpBSgECDTeUKgEnsxOM3zh { width:13px;height:13px;top:377px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #o02excQwOb6I1bLbZ5fCFVhoz8nAqT7W { width:13px;height:13px;top:329.6875px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #QnrFW7Ng0URd7zBit07Tyr0Vus5vm21B { display:flex;width:31px;height:31px;top:359px;left:0px; }
 }@media only screen and (max-width: 763px) { #XTAVar5JZhXFSEta8Z1eQ3omzCXOaGQn { display:flex;width:31px;height:31px;top:410px;left:0px; }
 }@media only screen and (max-width: 763px) { #wVqOQJU4oamiWu5PKsD0LQyDKkUZPRHv { display:flex;width:31px;height:31px;top:464px;left:0px; }
 }@media only screen and (max-width: 763px) { #oJKsxulO6pum25PzoEaLJThua5CaWXsx { width:314px;height:314px;top:521px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #N3Siq4TwW59quCTXfFy5POkWu0QRzUUk { display:block; }#N3Siq4TwW59quCTXfFy5POkWu0QRzUUk > .row .container { width:320px;height:859px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8E5uaUxzGoM6hKx9JTSls2SsgzuC4ar { width:312px;height:27px;top:31px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GDoQ76agG6E5BhBw9sOtfWrAHR2mJnDk { width:280px;height:1px;top:146.859375px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #zcGFW5nsTSSnV3mWz8k5PwfNrDZWPMqH { width:277px;height:41.5938px;top:106.25px;left:43px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rB9axbIvgE7mEG89tz4QHLLyddw2Zoil { width:254px;height:15.5938px;top:131.265625px;left:66px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Exhnd6mSEZZ1AGpCOgXdSTXoOOb87C7E { width:254px;height:15.5938px;top:221px;left:33px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #mTg7cfoMtSPQR0KrZ9fu6xMmqpLHSTIJ { width:280px;height:1px;top:200.265625px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #a79TyJ0RuGJJUBrIpl6Q2gBALChA6d8R { width:278px;height:41.5938px;top:158.671875px;left:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N24aCaG4fvtSRDUwafTRwOqRiPNQbVM4 { width:258px;height:15.5938px;top:302px;left:33px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #r1KssudIUtRwFLotBvSeHMBeoztCq8Af { width:280px;height:1px;top:242.59375px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ekRHF7dwbZiO0hibBfJiG9W8zuE9877F { width:278px;height:20.7969px;top:218.390625px;left:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Rl7y9Z67NJK5D94Tukmg6RTIma6rwHug { width:284px;height:15.5938px;top:399px;left:33px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #t0tbTKL0CRzD1rrB2Jt2w2rwcQStWpTp { width:280px;height:1px;top:309.296875px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #GmtBhkDX2RWh4WNaPwN7xQ0PIN3EzM2f { width:277px;height:41.5938px;top:261.390625px;left:43px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fez4GgoLghTUyvZCiG1q2g3JXopFtEx1 { display:flex;width:31px;height:31px;top:116.859375px;left:0px; }
 }@media only screen and (max-width: 763px) { #tT6gArikDGtZz3mopHaWvMoONq78qP9Q { width:302px;height:296px;top:347px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #CKiPuloLVT3b0L47x1UfqiMxaDrSaoNL { width:13px;height:13px;top:305.59375px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #U6UcWDmLn8fbc7sK7wemFZcTkZgnW2xG { width:13px;height:13px;top:236.59375px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #XKagPpNUK7OsPB4WsmOq755eT0l4OWJK { width:13px;height:13px;top:194.265625px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #NmO5OGTTdRq5ublPmsfAkq2LXPDPk1uN { width:13px;height:13px;top:140.859375px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #vFGNrUxJTr6lKAHEyxECUQuBZP9mMCTq { display:flex;width:31px;height:31px;top:163.96875px;left:0px; }
 }@media only screen and (max-width: 763px) { #lgvCSV7lckyAzvvvzEo9QQgGNFRWw3Xr { display:flex;width:31px;height:31px;top:213.296875px;left:0px; }
 }@media only screen and (max-width: 763px) { #QIdrStataX37TIqykeCAJMclwW4RQWVu { display:flex;width:31px;height:31px;top:266.6875px;left:0px; }
 }@media only screen and (max-width: 763px) { #Jb8vKBX3nkKIW2pX361yJSuKdVaJ1B4l { width:314px;height:314px;top:335px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dQ13cWsMGdpzMOrxumf1wWB7a2dBoxTV { width:317px;height:127px;top:693px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FWkRA0ySicyBlp9ISQwnZo0RkMXi8KIr { display:block; }
 }@media only screen and (max-width: 763px) { #zEkXa7gRGr67Uykf9vN3iV33PwIQn77U { display:block; }#zEkXa7gRGr67Uykf9vN3iV33PwIQn77U > .row .container { width:320px;height:298px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFthvqAOCPWLiTwapDSvzNDxb8fw8ySI { width:320px;height:83.1875px;top:51px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQo1zTVJKDEQGMTKlULDH2StfMNZqAlW { width:320px;height:83.1875px;top:154.1875px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #vuWxwO6GUCHFymD9TxdFreZuytmn2sVV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f340ae53-80f8-43b7-82ef-8a5d1e5946b3/8S8A8697.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV.adaptive-delivery-prevent-bg, #vuWxwO6GUCHFymD9TxdFreZuytmn2sVV.lazyload, #vuWxwO6GUCHFymD9TxdFreZuytmn2sVV.lazyloading { background-image: none; }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .row .container { background-color: transparent; background-image: none; }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,246,246,0.59); }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .row .container > .video-iframe-container { display: none; }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,246,246,0.59); }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .row > .video-iframe-container { display: none; }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .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); }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .row .container { width:320px;height:1309px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9sclFSFmsWiWPtfJZbWVh9E0VzeaNOv { width:320px;height:29.8906px;top:24.390625px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OXVx1AWNBVXrtB8kCXRLBOMLR3yWMuFX { width:320px;height:156.75px;top:54.265625px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #apryet0q6Dg7gccso1B2qQVUgpOgMmas { width:320px;height:93.5625px;top:223.28125px;left:0px;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NeaSeUcZFGgplqc6099O7VNTvnmtTG5P { width:320px;height:117.562px;top:325.84375px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oav0trD7D5GfT0HhcrTTdrVc1vCdInZy { width:320px;height:195.938px;top:554.5625px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gqkAwBsbG5ztIaF7Q9zlbpDAJTGuQAxB { width:320px;height:29px;top:190.390625px;left:0.5px;font-size:23px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #enyMLBpvdVck44Cou7mwA7m3kpL4EvwA { width:320px;height:31.1875px;top:778.390625px;left:0px;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xvwa5LxLMRWTpZSLNTwDkOD1xApxQG6i { width:320px;height:117.562px;top:809.578125px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mlAaem9hRobHoTmJXRuzlasu2fgxZATM { width:320px;height:29px;top:190.390625px;left:0.5px;font-size:23px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vmJIWICwgtTSrGZwF79fgCZ9FaW1Psrd { width:320px;height:31.1875px;top:1172.640625px;left:0px;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rFDfSKcBobX904mRwcXDAsziEEKeuLok { width:320px;height:137.156px;top:1015.5px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zTvUBrlhPP2z5CWp2giGZZxJ66a5gPX6 { width:320px;height:78.375px;top:1203.828125px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EnVIqwEIHPqqi91JZMGKUA5N6w3IiG58 { width:320px;height:93.5625px;top:461px;left:0px;font-size:24px;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #dCQJoDEvl6w5ZXdXuM5vFWeGTVVkAaxl { width:320px;height:62.375px;top:954.125px;left:0px;font-size:24px;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cTHKKACGydLVGuoXuFSel60AuQFmHwfk { display:block; }#cTHKKACGydLVGuoXuFSel60AuQFmHwfk > .row .container { width:320px;height:206px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAIgArEM07G2tZImsf2NVgoIaLc29xvm { width:320px;height:166.375px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #d0cSkg566GRSOewG75iZrfSxLTXH6CqA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cc46a879-aae5-46a0-aca5-2d1cef75e253/WhatsAppImage20240406at114534.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA.adaptive-delivery-prevent-bg, #d0cSkg566GRSOewG75iZrfSxLTXH6CqA.lazyload, #d0cSkg566GRSOewG75iZrfSxLTXH6CqA.lazyloading { background-image: none; }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .row .container { background-color: transparent; background-image: none; }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,246,246,0.59); }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .row .container > .video-iframe-container { display: none; }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,246,246,0.59); }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .row > .video-iframe-container { display: none; }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .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); }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .row .container { border-width: 0; border-radius: 0; }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d0cSkg566GRSOewG75iZrfSxLTXH6CqA > .row .container { width:320px;height:1180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbTdehWGlQaOMSd2gK6yU6XaW9Dyu4ct { width:320px;height:29px;top:190.390625px;left:0.5px;font-size:23px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vNmfl1aWbikQQau2W6yVXhrLKtJzO9Ok { width:320px;height:176.344px;top:62.375px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yUXH6iK3PuRhu8Xc5cDoFhmvau39dZPc { width:320px;height:62.375px;top:257px;left:0px;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AG3DHXSgx5A3bA7ZFf7f0AgTA7gr3Nen { width:320px;height:235.125px;top:319.375px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FcJFUDBZs54urnykZM9Vrl9oONTGVP2M { width:320px;height:29px;top:190.390625px;left:0.5px;font-size:23px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fbiN2qdzTFOUJhAb700hDHazsVFFgCVO { width:320px;height:62.375px;top:782px;left:0px;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JlRfrqAfvrF1fZ9qUPQZthZxE82vVFSo { width:320px;height:137.156px;top:630.375px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C9wVUNZIvC7O3SxrccTKKktiz1r2HPyS { width:320px;height:176.344px;top:845px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B8T2toRrMVFgrQIFrEgBifuVtaFPTFpn { width:320px;height:95px;top:1053.703125px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Hfy2szOIrQ11zD9T417ewv5hePeNTBBI { display:block; }
 }@media only screen and (max-width: 763px) { #Ae7LlPWlRHx7TLesdgqOuw9fuFuiWXv9 { width:320px;height:;top:0px;left:0px;font-size:24px;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #MRpP5o9RtFUuFTmfTcHrKbsZy0t5tQat { width:320px;height:62.375px;top:568px;left:0px;font-size:24px;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc { display:block; }#N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc > .row .container { width:320px;height:678px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xu14zlIws2ARTVN5EQhTaAF4d1iH8kZW { width:320px;height:65px;top:36px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmR6Epc72P2tgbJa6vHcPn0v939vptve { width:320px;height:130px;top:520px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vniRnnsTaZ830h276exql3Z8yon69CWD { width:140px;height:140px;top:117px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #ypdOtsenswsru2GhEt1cOqca6h8sJHsM { width:77px;height:88px;top:143px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #moaTseHP3NdvtTBMiewwSZJRArldM519 { width:320px;height:65px;top:285.5px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spSrK6wBq68J8slvo7RWgGu0x5EvAGg1 { width:140px;height:140px;top:367px;left:90px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #CWPrcwU0hTcMTXqmuV8iPyPwebcnESiv { width:77px;height:88px;top:393px;left:121.5px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d18de58a-54d4-427d-81bc-fe73f9c6e351/dentisttreatingpatientwithdentaltoolwhilemalecolleagueadjustinglightclinic_6622512544.preview.mirror.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.adaptive-delivery-prevent-bg, #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.lazyload, #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn.lazyloading { background-image: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { background-color: transparent; background-image: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(93,92,98,0.75); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(93,92,98,0.75); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .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); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { width:320px;height:1025px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6Ar27FlI8SQg7qM3sTw5MO7OnFzfQOh { width:320px;height:480px;top:65px;left:0px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:none; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:16px;overflow:hidden;height:auto;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:45px; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-button { width:179px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:50px;font-size:16px;overflow:hidden;height:50px; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-checkbox-label { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f  { width:280px;height:auto;top:518px;left:0px; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f {display:block;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f { width:280px;height:auto;top:518px;left:0px; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #f4NAvs14OfpkuoJVlM7E2K5OXCOP34uP {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #JbfAFrRL5qcmnKsibVVu6hPxCF3SNGQF { display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #uZnLKM2ynZ2UVSAMTv4Pb6alXyZspu8T {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #sGUrVNSUzssneHlLTNtSNkE2AMfwNHpP {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #sL8A31mCuBgN49cI6VeyCEe5baPSZ7f9 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #px1yMDer5DUqszVy4fgD8C7MVFpcxgl5 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #bTVVyXDT2pUKtEt9wCOckT1g6yI6cygQ {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #whlcUJoidDhAJ6KK3D53AtXndXHvMeeR { display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #AyynUhH7gOdgh6qw0pdILAzpsTfJTgsD {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #qn2N1TOx25NRi7fxcMuDlGptWudT8Iso {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #wTixdeITuSTGXF7mFHUkTlUfW26tT367 {  }
 }@media only screen and (max-width: 763px) { #naRHt7ULuKhhACKO0JCWXTw06carm4QG { width:320px;height:78px;top:453px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #X1P6rMpGOMq47cvPb9G4pyosDdERlkrF { width:320px;height:451px;top:43px;left:0px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:none; }
 }@media only screen and (max-width: 763px) { #i69esD9SVZnFF3zfWbrriz6xQtt1FKF1 { width:229px;height:229px;top:60.875px;left:45.5px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #fTsHV7E3AKJJJEGKunQK3E6m3shypNlI { width:275px;height:29.8906px;top:19px;left:22.5px;font-size:23px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VnkzBsxkc3y4TFt2kJUDzTVD1IJlNSht { width:320px;height:117.562px;top:309.984375px;left:0px;font-size:14px;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ViUmpdzDSmwqrOBcy1qkQVaCLtZAGTJV { width:320px;height:200px;top:1091px;left:0px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:none; }
 }@media only screen and (max-width: 763px) { #G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:16px;overflow:hidden;height:auto;display:block; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:45px; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-input-text {padding-top: 0; padding-bottom: 0;}#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-input-select {padding-top: 0; padding-bottom: 0;}#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-input-button { width:184px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:48px;font-size:16px;overflow:hidden;height:50px; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB  { width:280px;height:auto;top:860px;left:0px; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB {display:block;}#G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB { width:280px;height:auto;top:860px;left:0px; }
 }@media only screen and (max-width: 763px) { #G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB #ho6ziBfNl3A58hDydSEsUId5KOGTWfxB {  }
 }@media only screen and (max-width: 763px) { #G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB #OgdWvN9EcSGTPdoIkXTGQwTZfiexulTy {  }
 }@media only screen and (max-width: 763px) { #G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB #cnTnGfdT6oTbSisngho5GIZIEf9Aclhv {  }
 }@media only screen and (max-width: 763px) { #G6SBNQxgUAlE37OtPUwgCRJuqWnkDQKB #amLFJPCNtglPEULO5xKgN1NSdGOHIySL {  }
 }@media only screen and (max-width: 763px) { #XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW { display:block; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { width:320px;height:27px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5ZOk4OrnmcFUNyxfQ9qGsKDLVTtDrNa { width:181px;height:15.5938px;top:9px;left:139px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #tysf3Xq7zkeqFMtxSHKFIIcaAwP0KDFc { width:129px;height:15.5938px;top:9px;left:0px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }