.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:222,231,245;--color-primary-1:145,177,221;--color-primary-2:35,98,186;--color-primary-3:18,49,93;--color-primary-4:5,15,28;--color-secondary-0:218,247,240;--color-secondary-1:132,227,205;--color-secondary-2:8,199,155;--color-secondary-3:4,100,78;--color-secondary-4:1,30,23;--color-tertiary-0:255,255,255;--color-tertiary-1:247,247,247;--color-tertiary-2:229,229,229;--color-tertiary-3:115,115,115;--color-tertiary-4:23,23,23;--headlines-font-family:"roboto";--paragraphs-font-family:"roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#GWvw4E4NlhwD9pao39sB7M4n0k9rAJGK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:12.375rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#REIZIg5ZTDyCBnZJgABqe3iMo7fkdpEm { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.89453125rem;left:55.125rem;height:2.2734375rem;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(49,172,238,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(49,172,238,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:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#AG4m8SEDy1TANMA8xPISkqNZgUs2DdPE { color:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.875rem;left:1.625rem;height:1.94921875rem;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:rgba(var(--color-tertiary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:15.6015625rem;left:1.0625rem;height:7.6484375rem;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; }
#GZTTQHNGQMaCtTLtUAZ8oyl9CvyWTyuG { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:23.1875rem;left:1.625rem;height:5.25rem;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:#3083c0;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.875rem;width:34.375rem;top:8.375rem;left:0rem;display:block; }
#SkWPruEV7Jm3MDd5AkE5G839gS5sxnKq { background-color:#ff6f61;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.375rem;left:8.1875rem;display:none; }
#T8CsGU5nTWUJ6puWiJu99laLOpxJmqNi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FJQJeTZClGw207CFC8KJLfak1tswzTWM { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.4375rem;left:31.25rem;display:block; }
#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:block; }#zmS6Ka9FTJQryKmbBDcv6mSz2wqGz5II { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:4.0625rem;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:rgba(var(--color-tertiary-3),1);display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:6.6875rem;left:0rem;height:3.75rem;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:rgba(var(--color-tertiary-3),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:11rem;left:0rem;height:5.625rem;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;box-shadow: none;height:0.0625rem;width:31.1875rem;top:23.5625rem;left:9.8125rem;display:block; }
#T8JTZrrHB954H9AFByUQKMwQSPqCoOoV { color:rgba(var(--color-primary-2),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.9375rem;left:9.6875rem;height:1.29980625rem;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:rgba(var(--color-tertiary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.9375rem;left:9.875rem;height:0.9746125rem;display:block; }
#FwPPRwMNPwrdwfmVbDdKmkqMw01dJ0p5 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.4375rem;left:12.9375rem;height:0.9746125rem;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;box-shadow: none;height:0.0625rem;width:28.3125rem;top:28.0625rem;left:13rem;display:block; }
#rzA7bFN3SGIrGhrTkyhpoCz7vB3I7xEy { color:rgba(var(--color-primary-2),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.4375rem;left:12.9375rem;height:1.29980625rem;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:rgba(var(--color-tertiary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:32.75rem;left:16.5rem;height:0.9746125rem;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;box-shadow: none;height:0.0625rem;width:26.875rem;top:32.375rem;left:16.5rem;display:block; }
#nmG0M9NsUmoFsmq0aX2KkBgvvBTaWnsm { color:rgba(var(--color-primary-2),1);display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:30.75rem;left:16.5rem;height:1.29980625rem;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:rgba(var(--color-tertiary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:37.125rem;left:21.125rem;height:0.9746125rem;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;box-shadow: none;height:0.0625rem;width:27.375rem;top:36.75rem;left:21.0625rem;display:block; }
#tFoKda8Eh7hrBPtIz1BX8JNUG3ryTSZX { color:rgba(var(--color-primary-2),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:35.125rem;left:21.0625rem;height:1.29980625rem;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:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.625rem;left:7.5rem; }
#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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:24.9375rem;width:24.9375rem;top:12.25rem;left:41.6875rem;display:block; }#BOqJtyWS6PF6vyQsyHOZRrkgR6AhqJZ5.adaptive-delivery-prevent-bg, #BOqJtyWS6PF6vyQsyHOZRrkgR6AhqJZ5.lazyload, #BOqJtyWS6PF6vyQsyHOZRrkgR6AhqJZ5.lazyloading { background-image: none; }
#c80GEkKFHk2iczDlVBLHfCI2sfd5TZ8a { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.0625rem;width:1.0625rem;top:22.9375rem;left:40.4375rem;display:block; }
#qMttO5RF1ekxDpdV0rK0zH9vC7FJql4W { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.0625rem;width:1.0625rem;top:27.5rem;left:40.875rem;display:block; }
#A1GkQaRLVVEpBSgECDTeUKgEnsxOM3zh { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.0625rem;width:1.0625rem;top:31.8125rem;left:42.8125rem;display:block; }
#o02excQwOb6I1bLbZ5fCFVhoz8nAqT7W { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:1.0625rem;width:1.0625rem;top:36.1875rem;left:47.8125rem;display:block; }
#QnrFW7Ng0URd7zBit07Tyr0Vus5vm21B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:26.1875rem;left:10.5625rem; }
#XTAVar5JZhXFSEta8Z1eQ3omzCXOaGQn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:30.5rem;left:14.25rem; }
#wVqOQJU4oamiWu5PKsD0LQyDKkUZPRHv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:34.875rem;left:18.75rem; }
#oJKsxulO6pum25PzoEaLJThua5CaWXsx { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:26.8125rem;width:26.25rem;top:11.125rem;left:40.875rem;display:block; }
#zEkXa7gRGr67Uykf9vN3iV33PwIQn77U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#rFthvqAOCPWLiTwapDSvzNDxb8fw8ySI { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:4.0625rem;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:rgba(var(--color-tertiary-1),1);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; }#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(0,0,0,0); }#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(0,0,0,0); }#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 > .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:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#Oaz5J3H0ZTKoO40uGupbqOTfIxTpOfwa { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7f0d4110-9006-4147-bb9b-2616099eb642/portraitsmilingdentistdentistsoffice_32918120725.jpg");background-position:center left !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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:14.3125rem;width:14.3125rem;top:1.25rem;left:1.875rem;display:block; }#Oaz5J3H0ZTKoO40uGupbqOTfIxTpOfwa.adaptive-delivery-prevent-bg, #Oaz5J3H0ZTKoO40uGupbqOTfIxTpOfwa.lazyload, #Oaz5J3H0ZTKoO40uGupbqOTfIxTpOfwa.lazyloading { background-image: none; }
#DC5VrdbWNbtGLg4Sssn9qdgoHBuOHnFM { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);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:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.5625rem;width:5.8125rem;top:13.0625rem;left:7.4375rem;display:block; }
#b9sclFSFmsWiWPtfJZbWVh9E0VzeaNOv { color:rgba(var(--color-primary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:17.3125rem;height:2.11230625rem;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:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:5rem;left:17.375rem;height:6.9970625rem;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; }
#AF6euyLgchhhR83BEO8SKNaxhrq9yeXl { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c86b6905-49e5-4915-af05-5a12c73003bf/portraitsmilingcaucasianmandentistposingmoderndentaloffice_1585957663.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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:14.3125rem;width:14.3125rem;top:1.25rem;left:44.1875rem;display:block; }#AF6euyLgchhhR83BEO8SKNaxhrq9yeXl.adaptive-delivery-prevent-bg, #AF6euyLgchhhR83BEO8SKNaxhrq9yeXl.lazyload, #AF6euyLgchhhR83BEO8SKNaxhrq9yeXl.lazyloading { background-image: none; }
#ftqkeO5QSGCOlnT0oTMUkN9S4dwZk2Nk { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:4.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:21.125rem;left:27.75rem;display:block; }
#lA4XkrFTPEors3GCTme19PPFB07RNTqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KCF8HpOlAVkat7kzyyGUN8zekWvfUAxd { color:rgba(var(--color-primary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:59.25rem;height:2.11230625rem;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; }
#oT14pOsiDFaWKvlWP8F3mhoVVb4wtJ8T { color:rgba(var(--color-tertiary-3),1);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:4.875rem;left:59.25rem;height:6.9970625rem;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; }
#L8TK8cQN5MXp1bBZiKGiqApwfZbI5fx9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:13.6875rem;left:8.1875rem; }
#JIkkNdMoxK43NlcTmss3R4lEDOnMzoez { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:13.6875rem;left:9.875rem; }
#y4tJqQ8hw5yyq4cx1w3ClZuWz1zkfKe5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:13.6875rem;left:11.4375rem; }
#IrtEBCCskaiLbXOKnXzFoLteABsZKCId { background-color:rgba(var(--color-tertiary-3),1);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:0rem;border-top-right-radius:2.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.5625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:13.0625rem;left:13.25rem;display:block; }
#lZBaeOy0TquLLRlZUH67STGucBTxZQhN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nd0OytcJo1iUqMTe3eeIEF6zbUNi4V4S { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);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:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.5625rem;width:5.8125rem;top:13.0625rem;left:49.125rem;display:block; }
#fQdSyo44TMyKOxQIy4BOIycnsSfWRTaO { background-color:rgba(var(--color-tertiary-3),1);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:0rem;border-top-right-radius:2.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.5625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:13.0625rem;left:54.9375rem;display:block; }
#asnAK9P4LXqBLNdTS467CmvcM1MmVutO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xX3zs46xkga1sdZZnruoLgukKxMUAIU8 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:13.6875rem;left:50.0625rem; }
#PEhP6vBBtdAlAE3g7TgFX5tQeMKMRShs { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:13.6875rem;left:53.125rem; }
#T28g8qormcaK8TAuceTi0FFkc4aMhiuT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.6875rem;left:51.625rem; }
#N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#Xu14zlIws2ARTVN5EQhTaAF4d1iH8kZW { color:rgba(var(--color-tertiary-3),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.125rem;left:7.5rem;height:4.54948125rem;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:rgba(var(--color-tertiary-3),1);display:block;width:21.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.125rem;left:45.625rem;height:4.54948125rem;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:rgba(var(--color-secondary-2),1);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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:4.125rem;left:31.25rem;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;box-shadow: none;height:8.375rem;width:7.3125rem;top:6.1875rem;left:33.8125rem;overflow:hidden;display:block; }
#KOtmvpumJfvRGKhSDoLVG1CTWN9WqDJN { position:absolute;display:block;z-index:15005;height:21.75rem;width:38.75rem;top:3.5rem;left:18.125rem;display:block; }
#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(0,0,0,0); }#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(0,0,0,0); }#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 > .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:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#t6Ar27FlI8SQg7qM3sTw5MO7OnFzfQOh { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:28.1875rem;width:37.75rem;top:6.25rem;left:18.625rem;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-form-header {  }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:27.75rem;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:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.75rem;box-sizing:border-box;height:3.4375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-textarea { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.75rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-button { border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;background-color:rgba(var(--color-primary-2),1);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:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.0625rem;margin-bottom:0.25rem;margin-left:4.6875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.3125rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#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:var(--paragraphs-font-family);line-height:1.3;font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:26.3125rem;overflow:hidden;font-style:normal; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;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:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.75rem;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:11.9375rem;left:22.375rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.75rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);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:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.75rem;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:11.9375rem;left:22.375rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #f4NAvs14OfpkuoJVlM7E2K5OXCOP34uP { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #JbfAFrRL5qcmnKsibVVu6hPxCF3SNGQF { position:relative;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #uZnLKM2ynZ2UVSAMTv4Pb6alXyZspu8T { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #bTVVyXDT2pUKtEt9wCOckT1g6yI6cygQ { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #whlcUJoidDhAJ6KK3D53AtXndXHvMeeR { position:relative;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #AyynUhH7gOdgh6qw0pdILAzpsTfJTgsD { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #ZM1Zl1oa3vP4nXU8QvRPSNE0MKmwuJT6 { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #E03JKTbaEkPy6ozkxSW6fvC2NlhcepKa { position:relative;z-index:2; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #t2bUkl31DkgIFKf6hJGnbOZiJm4DLR63 { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #qn2N1TOx25NRi7fxcMuDlGptWudT8Iso { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #wTixdeITuSTGXF7mFHUkTlUfW26tT367 { position:relative; }
#naRHt7ULuKhhACKO0JCWXTw06carm4QG { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5rem;left:18.8125rem;height:2.11230625rem;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; }
#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#x5ZOk4OrnmcFUNyxfQ9qGsKDLVTtDrNa { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.09375rem;left:57.8125rem;height:2.2734375rem;text-align:right;text-align-last:right;display:block; }
#tysf3Xq7zkeqFMtxSHKFIIcaAwP0KDFc { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.09375rem;left:0rem;height:2.2734375rem;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWvw4E4NlhwD9pao39sB7M4n0k9rAJGK { top:0.5625rem;left:0rem;width:12.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REIZIg5ZTDyCBnZJgABqe3iMo7fkdpEm { top:0.875rem;left:30.5625rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM { display:block; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG4m8SEDy1TANMA8xPISkqNZgUs2DdPE { top:11.875rem;left:0rem;width:30.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogzhSm5wIZfErhr1qSmMdWnmtHo60c6q { top:15.5625rem;left:0rem;width:30.625rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZTTQHNGQMaCtTLtUAZ8oyl9CvyWTyuG { top:23.1875rem;left:0rem;width:24.125rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P61RG9PRWfDFTEyTa5JOhl1VUvhosuGZ { top:8.375rem;left:0rem;width:34.375rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkWPruEV7Jm3MDd5AkE5G839gS5sxnKq { width:17.5rem;height:3.4375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8CsGU5nTWUJ6puWiJu99laLOpxJmqNi { display:block; }
 }@media only screen and (max-width: 763px) { #FJQJeTZClGw207CFC8KJLfak1tswzTWM { top:28.4375rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW { display:block; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmS6Ka9FTJQryKmbBDcv6mSz2wqGz5II { top:1.8125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfeU3TodhmnnA0ab1dyF7u4whH31Cuia { top:6.6875rem;left:0rem;width:30.25rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8nIsOaElr94NcktHyD2xz5OOXwC56Kt { top:11rem;left:0rem;width:28.0625rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQytx472wihvkF71QtsdZAwlQciF78OE { top:23.5625rem;left:0rem;width:31.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8JTZrrHB954H9AFByUQKMwQSPqCoOoV { top:21.9375rem;left:0rem;width:29.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg1FeopAeVtd8cEuXucOX1qJ4wveag8e { top:23.9375rem;left:0rem;width:18.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwPPRwMNPwrdwfmVbDdKmkqMw01dJ0p5 { top:28.4375rem;left:0rem;width:18.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZdZDJWSxH13CrhzEFIov7DRSON2a67P { top:28.0625rem;left:0rem;width:28.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzA7bFN3SGIrGhrTkyhpoCz7vB3I7xEy { top:26.4375rem;left:0rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIS5ZM6QJIRLh7fU9qVw4eI2bFDKH5Wn { top:32.75rem;left:2.875rem;width:18.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5k1JrvE8UCf7pybQf5A622tEUfugEto { top:32.375rem;left:2.875rem;width:26.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmG0M9NsUmoFsmq0aX2KkBgvvBTaWnsm { top:30.75rem;left:2.875rem;width:24.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #siZApUDVIP6AoEE8apXF1l2vfZpa1QQp { top:37.125rem;left:7.5rem;width:18.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kygUMXS2lrybr3KZFU9hnuOIEsIzIink { top:36.75rem;left:7.4375rem;width:27.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFoKda8Eh7hrBPtIz1BX8JNUG3ryTSZX { top:35.125rem;left:7.4375rem;width:22.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhBOWvqQSNE9gPK9KH44DGBp4MuUtSgb { top:21.625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOqJtyWS6PF6vyQsyHOZRrkgR6AhqJZ5 { top:12.25rem;left:22.8125rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c80GEkKFHk2iczDlVBLHfCI2sfd5TZ8a { top:22.9375rem;left:26.8125rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMttO5RF1ekxDpdV0rK0zH9vC7FJql4W { top:27.5rem;left:27.25rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1GkQaRLVVEpBSgECDTeUKgEnsxOM3zh { top:31.8125rem;left:29.1875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o02excQwOb6I1bLbZ5fCFVhoz8nAqT7W { top:36.1875rem;left:34.1875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnrFW7Ng0URd7zBit07Tyr0Vus5vm21B { top:26.1875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTAVar5JZhXFSEta8Z1eQ3omzCXOaGQn { top:30.5rem;left:0.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVqOQJU4oamiWu5PKsD0LQyDKkUZPRHv { top:34.875rem;left:5.125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJKsxulO6pum25PzoEaLJThua5CaWXsx { top:11.125rem;left:21.125rem;width:26.25rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEkXa7gRGr67Uykf9vN3iV33PwIQn77U { display:block; }#zEkXa7gRGr67Uykf9vN3iV33PwIQn77U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFthvqAOCPWLiTwapDSvzNDxb8fw8ySI { top:5.625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuWxwO6GUCHFymD9TxdFreZuytmn2sVV { display:block; }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oaz5J3H0ZTKoO40uGupbqOTfIxTpOfwa { top:1.25rem;left:0rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC5VrdbWNbtGLg4Sssn9qdgoHBuOHnFM { top:13.0625rem;left:0.625rem;width:5.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9sclFSFmsWiWPtfJZbWVh9E0VzeaNOv { top:2.4375rem;left:10.125rem;width:13.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXVx1AWNBVXrtB8kCXRLBOMLR3yWMuFX { top:5rem;left:10.0625rem;width:13.8125rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF6euyLgchhhR83BEO8SKNaxhrq9yeXl { top:1.25rem;left:23.875rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftqkeO5QSGCOlnT0oTMUkN9S4dwZk2Nk { width:19.4375rem;height:4.1875rem;top:21.125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA4XkrFTPEors3GCTme19PPFB07RNTqT { display:block; }
 }@media only screen and (max-width: 763px) { #KCF8HpOlAVkat7kzyyGUN8zekWvfUAxd { top:2.3125rem;left:34.875rem;width:12.875rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT14pOsiDFaWKvlWP8F3mhoVVb4wtJ8T { top:4.875rem;left:34.5rem;width:13.25rem;height:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8TK8cQN5MXp1bBZiKGiqApwfZbI5fx9 { top:13.6875rem;left:1.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIkkNdMoxK43NlcTmss3R4lEDOnMzoez { top:13.6875rem;left:3.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4tJqQ8hw5yyq4cx1w3ClZuWz1zkfKe5 { top:13.6875rem;left:4.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrtEBCCskaiLbXOKnXzFoLteABsZKCId { width:9rem;height:2.5625rem;top:13.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZBaeOy0TquLLRlZUH67STGucBTxZQhN { display:block; }
 }@media only screen and (max-width: 763px) { #Nd0OytcJo1iUqMTe3eeIEF6zbUNi4V4S { top:13.0625rem;left:28.6875rem;width:5.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQdSyo44TMyKOxQIy4BOIycnsSfWRTaO { width:9rem;height:2.5625rem;top:13.0625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #asnAK9P4LXqBLNdTS467CmvcM1MmVutO { display:block; }
 }@media only screen and (max-width: 763px) { #xX3zs46xkga1sdZZnruoLgukKxMUAIU8 { top:13.6875rem;left:29.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEhP6vBBtdAlAE3g7TgFX5tQeMKMRShs { top:13.6875rem;left:32.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T28g8qormcaK8TAuceTi0FFkc4aMhiuT { top:13.6875rem;left:31.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc { display:block; }#N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xu14zlIws2ARTVN5EQhTaAF4d1iH8kZW { top:8.125rem;left:0rem;width:22.0625rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmR6Epc72P2tgbJa6vHcPn0v939vptve { top:8.125rem;left:25.9375rem;width:21.8125rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vniRnnsTaZ830h276exql3Z8yon69CWD { top:4.125rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypdOtsenswsru2GhEt1cOqca6h8sJHsM { top:6.1875rem;left:20.1875rem;width:7.3125rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOtmvpumJfvRGKhSDoLVG1CTWN9WqDJN { top:3.5rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn { display:block; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6Ar27FlI8SQg7qM3sTw5MO7OnFzfQOh { top:6.25rem;left:5rem;width:37.75rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-regular-label { width:27.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-textarea { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-button { width:18.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.6875rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-checkbox-label { width:26.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f  { width:27.75rem;height:auto;top:11.9375rem;left:8.75rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .radio-container { width:27.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f {display:block;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f { width:27.75rem;height:auto;top:11.9375rem;left:8.75rem; }
 }@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 #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 #ZM1Zl1oa3vP4nXU8QvRPSNE0MKmwuJT6 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #E03JKTbaEkPy6ozkxSW6fvC2NlhcepKa {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #t2bUkl31DkgIFKf6hJGnbOZiJm4DLR63 {  }
 }@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:9.5rem;left:5.1875rem;width:37.3125rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW { display:block; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5ZOk4OrnmcFUNyxfQ9qGsKDLVTtDrNa { top:2.0625rem;left:30.5625rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tysf3Xq7zkeqFMtxSHKFIIcaAwP0KDFc { top:2.125rem;left:0rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;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:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWvw4E4NlhwD9pao39sB7M4n0k9rAJGK { width:7.125rem;height:1.625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REIZIg5ZTDyCBnZJgABqe3iMo7fkdpEm { width:11.375rem;height:1.949225rem;top:0.875rem;left:8.625rem;font-size:0.75rem;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(18,132,220,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(18,132,220,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:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG4m8SEDy1TANMA8xPISkqNZgUs2DdPE { width:20rem;height:1.625rem;top:9.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ogzhSm5wIZfErhr1qSmMdWnmtHo60c6q { width:20rem;height:0;top:3.326171875rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GZTTQHNGQMaCtTLtUAZ8oyl9CvyWTyuG { width:19.625rem;height:2.0996125rem;top:27.5625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P61RG9PRWfDFTEyTa5JOhl1VUvhosuGZ { width:16.3125rem;height:23.625rem;top:6.1875rem;left:2.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkWPruEV7Jm3MDd5AkE5G839gS5sxnKq { width:17.5rem;height:3.4375rem;top:23.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8CsGU5nTWUJ6puWiJu99laLOpxJmqNi { display:block; }
 }@media only screen and (max-width: 763px) { #FJQJeTZClGw207CFC8KJLfak1tswzTWM { width:12.5rem;height:12.5rem;top:21.8125rem;left:3.75rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW { display:block; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmS6Ka9FTJQryKmbBDcv6mSz2wqGz5II { width:20rem;height:2.5996125rem;top:3.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfeU3TodhmnnA0ab1dyF7u4whH31Cuia { width:20rem;height:5.625rem;top:6.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8nIsOaElr94NcktHyD2xz5OOXwC56Kt { width:19.5rem;height:6.75rem;top:13.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQytx472wihvkF71QtsdZAwlQciF78OE { width:17.5rem;height:0.0625rem;top:24.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8JTZrrHB954H9AFByUQKMwQSPqCoOoV { width:16.875rem;height:1.29980625rem;top:22.75rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg1FeopAeVtd8cEuXucOX1qJ4wveag8e { width:15.875rem;height:0.9746125rem;top:24.9375rem;left:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwPPRwMNPwrdwfmVbDdKmkqMw01dJ0p5 { width:15.875rem;height:0.9746125rem;top:31.5rem;left:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZdZDJWSxH13CrhzEFIov7DRSON2a67P { width:17.5rem;height:0.0625rem;top:31.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzA7bFN3SGIrGhrTkyhpoCz7vB3I7xEy { width:17.375rem;height:2.5996125rem;top:28.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIS5ZM6QJIRLh7fU9qVw4eI2bFDKH5Wn { width:16.125rem;height:0.9746125rem;top:36.5625rem;left:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5k1JrvE8UCf7pybQf5A622tEUfugEto { width:17.5rem;height:0.0625rem;top:36.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmG0M9NsUmoFsmq0aX2KkBgvvBTaWnsm { width:17.8125rem;height:1.29980625rem;top:34.53125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #siZApUDVIP6AoEE8apXF1l2vfZpa1QQp { width:17.75rem;height:0.9746125rem;top:42.625rem;left:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kygUMXS2lrybr3KZFU9hnuOIEsIzIink { width:17.5rem;height:0.0625rem;top:42.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFoKda8Eh7hrBPtIz1BX8JNUG3ryTSZX { width:17.8125rem;height:1.29980625rem;top:40.53125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhBOWvqQSNE9gPK9KH44DGBp4MuUtSgb { display:flex;width:1.9375rem;height:1.9375rem;top:22.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BOqJtyWS6PF6vyQsyHOZRrkgR6AhqJZ5 { width:18.875rem;height:18.5rem;top:47.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c80GEkKFHk2iczDlVBLHfCI2sfd5TZ8a { width:0.8125rem;height:0.8125rem;top:41.6875rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMttO5RF1ekxDpdV0rK0zH9vC7FJql4W { width:0.8125rem;height:0.8125rem;top:35.75rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1GkQaRLVVEpBSgECDTeUKgEnsxOM3zh { width:0.8125rem;height:0.8125rem;top:30.75rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o02excQwOb6I1bLbZ5fCFVhoz8nAqT7W { width:0.8125rem;height:0.8125rem;top:24.0625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnrFW7Ng0URd7zBit07Tyr0Vus5vm21B { display:flex;width:1.9375rem;height:1.9375rem;top:27.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XTAVar5JZhXFSEta8Z1eQ3omzCXOaGQn { display:flex;width:1.9375rem;height:1.9375rem;top:34.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wVqOQJU4oamiWu5PKsD0LQyDKkUZPRHv { display:flex;width:1.9375rem;height:1.9375rem;top:40.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oJKsxulO6pum25PzoEaLJThua5CaWXsx { width:19.625rem;height:19.625rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEkXa7gRGr67Uykf9vN3iV33PwIQn77U { display:block; }#zEkXa7gRGr67Uykf9vN3iV33PwIQn77U > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFthvqAOCPWLiTwapDSvzNDxb8fw8ySI { width:20rem;height:2.5996125rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuWxwO6GUCHFymD9TxdFreZuytmn2sVV { display:block; }#vuWxwO6GUCHFymD9TxdFreZuytmn2sVV > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oaz5J3H0ZTKoO40uGupbqOTfIxTpOfwa { width:10rem;height:10rem;top:1.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC5VrdbWNbtGLg4Sssn9qdgoHBuOHnFM { width:4.5rem;height:2rem;top:19.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9sclFSFmsWiWPtfJZbWVh9E0VzeaNOv { width:20rem;height:1.8681625rem;top:11.8994140625rem;left:0.03125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OXVx1AWNBVXrtB8kCXRLBOMLR3yWMuFX { width:14.75rem;height:4.8984375rem;top:14.2744140625rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AF6euyLgchhhR83BEO8SKNaxhrq9yeXl { width:10rem;height:10rem;top:24.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftqkeO5QSGCOlnT0oTMUkN9S4dwZk2Nk { width:15.875rem;height:4.1875rem;top:48.8125rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA4XkrFTPEors3GCTme19PPFB07RNTqT { display:block; }
 }@media only screen and (max-width: 763px) { #KCF8HpOlAVkat7kzyyGUN8zekWvfUAxd { width:20rem;height:1.8681625rem;top:35.875rem;left:-0.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oT14pOsiDFaWKvlWP8F3mhoVVb4wtJ8T { width:15rem;height:4.8984375rem;top:38.4375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8TK8cQN5MXp1bBZiKGiqApwfZbI5fx9 { display:flex;width:1rem;height:1rem;top:20.25rem;left:4rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #JIkkNdMoxK43NlcTmss3R4lEDOnMzoez { display:flex;width:1rem;height:1rem;top:20.25rem;left:5.125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #y4tJqQ8hw5yyq4cx1w3ClZuWz1zkfKe5 { display:flex;width:1rem;height:1rem;top:20.25rem;left:6.1875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #IrtEBCCskaiLbXOKnXzFoLteABsZKCId { width:9rem;height:2rem;top:19.75rem;left:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZBaeOy0TquLLRlZUH67STGucBTxZQhN { display:block; }
 }@media only screen and (max-width: 763px) { #Nd0OytcJo1iUqMTe3eeIEF6zbUNi4V4S { width:4.5rem;height:2rem;top:44.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQdSyo44TMyKOxQIy4BOIycnsSfWRTaO { width:9rem;height:2rem;top:44.125rem;left:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #asnAK9P4LXqBLNdTS467CmvcM1MmVutO { display:block; }
 }@media only screen and (max-width: 763px) { #xX3zs46xkga1sdZZnruoLgukKxMUAIU8 { display:flex;width:1rem;height:1rem;top:44.625rem;left:4rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #PEhP6vBBtdAlAE3g7TgFX5tQeMKMRShs { display:flex;width:1rem;height:1rem;top:44.625rem;left:6.1875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #T28g8qormcaK8TAuceTi0FFkc4aMhiuT { display:flex;width:1rem;height:1rem;top:44.625rem;left:5.125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc { display:block; }#N6qWNQIDAmMXf9IX2fmIXMA1NCQe2CWc > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xu14zlIws2ARTVN5EQhTaAF4d1iH8kZW { width:20rem;height:4.0625rem;top:2.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmR6Epc72P2tgbJa6vHcPn0v939vptve { width:20rem;height:4.0625rem;top:17.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vniRnnsTaZ830h276exql3Z8yon69CWD { width:8.75rem;height:8.75rem;top:7.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypdOtsenswsru2GhEt1cOqca6h8sJHsM { width:4.8125rem;height:5.5rem;top:8.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOtmvpumJfvRGKhSDoLVG1CTWN9WqDJN { width:20rem;height:21.75rem;top:23.125rem;left:0rem;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(0,0,0,0); }#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(0,0,0,0); }#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:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6Ar27FlI8SQg7qM3sTw5MO7OnFzfQOh { width:20rem;height:30rem;top:4.0625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-button { width:11.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.125rem;font-size:1rem;overflow:hidden;height:3.125rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f  { width:17.5rem;height:auto;top:12rem;left:0rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f {display:block;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f { width:17.5rem;height:auto;top:12rem;left:0rem; }
 }@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 #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 #ZM1Zl1oa3vP4nXU8QvRPSNE0MKmwuJT6 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #E03JKTbaEkPy6ozkxSW6fvC2NlhcepKa {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #t2bUkl31DkgIFKf6hJGnbOZiJm4DLR63 {  }
 }@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:20rem;height:4.875rem;top:6.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW { display:block; }#XwTg0DnkQqMtN6opzETxdnkFQtq4oWHW > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5ZOk4OrnmcFUNyxfQ9qGsKDLVTtDrNa { width:11.3125rem;height:1.949225rem;top:0.5625rem;left:8.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tysf3Xq7zkeqFMtxSHKFIIcaAwP0KDFc { width:8.0625rem;height:1.949225rem;top:0.5625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }