.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkOWFvQwtb0R7S8w1K1PCnUZcrmJzQ5O { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #00b7ef;background-color:rgba(255,255,255,0.9);background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dkOWFvQwtb0R7S8w1K1PCnUZcrmJzQ5O > .row .container { background-color: transparent; background-image: none; }#dkOWFvQwtb0R7S8w1K1PCnUZcrmJzQ5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkOWFvQwtb0R7S8w1K1PCnUZcrmJzQ5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkOWFvQwtb0R7S8w1K1PCnUZcrmJzQ5O > .row .container > .video-iframe-container { display: none; }#dkOWFvQwtb0R7S8w1K1PCnUZcrmJzQ5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkOWFvQwtb0R7S8w1K1PCnUZcrmJzQ5O > .row > .video-iframe-container { display: none; }#dkOWFvQwtb0R7S8w1K1PCnUZcrmJzQ5O > .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); }#dkOWFvQwtb0R7S8w1K1PCnUZcrmJzQ5O > .row .container { border-width: 0; border-radius: 0; }#dkOWFvQwtb0R7S8w1K1PCnUZcrmJzQ5O > .row > .video-iframe-container {  }#dkOWFvQwtb0R7S8w1K1PCnUZcrmJzQ5O > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#ilgRJZ2MuB9m7Qx9icouzgrSGP8KtIgd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:8rem;top:0.59375rem;left:0rem;overflow:hidden;display:block; }
#ZSB97znGVavwAThRkqc3h1kExDJKx2QX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:4rem;top:1.46875rem;left:71rem;overflow:hidden;display:block; }
#RAcxF9DtAut1LUWg7LREEXfL8rvKwzrN { color:#000e96;display:block;width:41.625rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.125rem;left:16.6875rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n6aeoaaJF92vloC7LrZMuyIu9cN10apP { color:#00b7ef;display:block;width:33.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.0625rem;left:20.6875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.85);background-image:url("https://images.assets-landingi.com/uc/c6a17def-27e2-4f38-875a-50ea898f81fc/youngdentistwomanwearingmedicaluniformholdingasalivaejectorandshowingashapeofheartportraitonbluebackground3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3.adaptive-delivery-prevent-bg, #XlV1m72oV0E89zwM4CogXaawJC5HbDm3.lazyload, #XlV1m72oV0E89zwM4CogXaawJC5HbDm3.lazyloading { background-image: none; }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 > .row .container { background-color: transparent; background-image: none; }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 > .row .container > .video-iframe-container { display: none; }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 > .row > .video-iframe-container { display: none; }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 > .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); }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 > .row .container { border-width: 0; border-radius: 0; }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 > .row > .video-iframe-container {  }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;position:relative;display:block; }#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-form-header {  }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:23.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-input-text { 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 #00b7ef;border-left:0.0625rem solid #00b7ef;border-right:0.0625rem solid #00b7ef;border-bottom:0.0625rem solid #00b7ef;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:23.875rem;box-sizing:border-box;height:3.125rem;color:#000e96;font-size:0.9375rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-input-text {padding-top: 0; padding-bottom: 0;}#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-textarea { 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 #00b7ef;border-left:0.0625rem solid #00b7ef;border-right:0.0625rem solid #00b7ef;border-bottom:0.0625rem solid #00b7ef;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:23.875rem;box-sizing:border-box;height:2.625rem;color:#000e96;font-size:0.9375rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .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 #00b7ef;border-left:0.0625rem solid #00b7ef;border-right:0.0625rem solid #00b7ef;border-bottom:0.0625rem solid #00b7ef;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:23.875rem;box-sizing:border-box;height:3.125rem;color:#000e96;font-family:montserrat;font-size:0.9375rem;overflow:hidden;vertical-align:top; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-input-select {padding-top: 0; padding-bottom: 0;}#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-input-button { 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:#00b7ef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:23.875rem;height:3.4375rem;font-family:montserrat;overflow:hidden; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D [class*="-text"]:-moz-placeholder { color:#000e96;font-family:montserrat;font-size:0.9375rem; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D [class*="-text"]::-moz-placeholder { color:#000e96;font-family:montserrat;font-size:0.9375rem; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D [class*="-text"]:-ms-input-placeholder { color:#000e96;font-family:montserrat;font-size:0.9375rem; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D [class*="-text"]::-webkit-input-placeholder { color:#000e96;font-family:montserrat;font-size:0.9375rem; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:22.625rem;overflow:hidden;font-style:normal;float:none; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .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; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-container:first-of-type{padding-top:0;}#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-container:last-of-type{padding-bottom:0;}#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;position:absolute;top:11.625rem;left:0rem; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.875rem;display:block;vertical-align:top; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D {display:block;}#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;position:absolute;top:11.625rem;left:0rem; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #XrJy0T6JrMQ8ewPxqbklow3eBk1ZNFcc { position:relative; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #rQHhSSThXpKKPXN9AuB0m80yChU87X8H { position:relative;display:none; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #u9JSrlE2ZqddH36fLkoFBvMlUCWZM7CN { position:relative; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #Kwvk3Tkt7nQ22qUiVgaQuM2f907nS94L { position:relative; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #ENo3Jl1mJ00RIHJ50DDQxDrT8ctGes3l { position:relative;display:none; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #tKtv5wrEHOszFdCGQL93soLIc4nzS76V { position:relative; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #QhiTwAngnzLMQdCL642Ne8dX4nvOVNzr { position:relative; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #rfJZZzEEMVKX9nu2Dgt8xR4q5EJbZgBF { position:relative;display:none; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #MIu90MNgkx5bDuvFAtMcwICpKhJkSZbR { position:relative; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #iWPhh6Tq1StusFXTicqxWM4db5GMHtzE { position:relative; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #Z2JlqJoREEPTNgycp5okSvoDictgMMto { position:relative;display:none; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #J2aIK7U0c1STb5A4s7IdCfOz8kRCnJFS { position:relative; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #evOdny24UTQxELIAIRqKR1saVsykdgvb { position:relative; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #f6gZiV7WtpQEskANP6eZd0SzB1ECPRvy { position:relative;z-index:2; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #RDy0eKTN7OALNGp2SXVW94uBaFtwDAGP { position:relative; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #EB4ZVLeD2BixAkifr6HQztfp68TU1tNV { position:relative; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #xt8iXrr4y6vIU5GtJmLkITe0y5oHK45p { position:relative;z-index:2; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #puJWGXlzOADa11Ck0UIC8iD1gd4G69SG { position:relative; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #MJvDzDdBV8uV2NMV1ffPtaaNDLndPSRa { position:relative; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #TP7rzSpS6RJDuGaerfDvqxzGarpDPmeb { position:relative; }
#csFQ7LgIN41QeJHgwZGpF5BIehGThpyS { color:#000e96;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.0625rem;left:33.25rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zxAtEvqq2JZ21kPxnhP9FdaK4gHwoGvn { color:#00b7ef;display:block;width:3.125rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.0625rem;left:30.0625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#zuHHoBhTvr3i9Q1Vvp9HhpPOe06ZQS8W { color:#00b7ef;display:block;width:3.875rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.0625rem;left:61.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#fmaxPkhTAnkg4TzwmPOEEVOB5dQtr7ef { color:#000e96;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.0625rem;left:65.25rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#toxEgsZ6lVJiil5tnHolqqba1qbibdno { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.0625rem;width:30.1875rem;top:14.0625rem;left:38rem;overflow:hidden;display:block; }
#ncAs2yWx3FSGzzFHZ3dlV3h14EPfMFeK { color:#00b7ef;display:block;width:3.875rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:39.125rem;left:43.5rem;height:4.875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#g6OSAlcxkvZK8PFe2mK27eoRplZLlJzb { color:#000e96;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:40.375rem;left:48rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m0B4quUeuDEzivkBJLW2uTxsTvaD8NHh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:5.25rem;display:none; }
#PVJ5y2nc90640RkuaNX4Dqlm8qBG7hss { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:5.25rem;display:none; }
#Uxorrz3RF5k8H3GTESyWpv22PC8hphMA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:5.25rem;display:none; }
#K157LSEsoRdXT3WITeULmLgpkorVqCOl { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:37.5625rem;left:1.3125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WbzSkvpes8PzNsqtlRb99bvn4rfuHVsG { color:rgba(123,122,122,0.54);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:46.65625rem;left:36.125rem;height:1.29980625rem;display:block; }
#aBcSPwldxpCmwR24X5kcGe4NlN3gXKdC { color:#000e96;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5rem;left:31.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RKHKAgq95T4yMfM7qkkNRHBUOCwwpEce { color:#000e96;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.9375rem;left:33.25rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OJJvGNsXKrlvzqi4uRU8TrpMc0wS8riE { position:relative;display:block; }#OJJvGNsXKrlvzqi4uRU8TrpMc0wS8riE { background-color: transparent; background-image: none; }#OJJvGNsXKrlvzqi4uRU8TrpMc0wS8riE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJJvGNsXKrlvzqi4uRU8TrpMc0wS8riE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJJvGNsXKrlvzqi4uRU8TrpMc0wS8riE > .row .container > .video-iframe-container { display: none; }#OJJvGNsXKrlvzqi4uRU8TrpMc0wS8riE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJJvGNsXKrlvzqi4uRU8TrpMc0wS8riE > .row > .video-iframe-container { display: none; }#OJJvGNsXKrlvzqi4uRU8TrpMc0wS8riE > .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); }#OJJvGNsXKrlvzqi4uRU8TrpMc0wS8riE { border-width: 0; border-radius: 0; }#OJJvGNsXKrlvzqi4uRU8TrpMc0wS8riE > .row .container > .video-iframe-container {  }#OJJvGNsXKrlvzqi4uRU8TrpMc0wS8riE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#aTBWQNxEJgVme38Ovsuw1BFi0KnznqVb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:16.625rem;top:4.3125rem;left:4.1875rem;overflow:hidden;display:block; }
#m46Dwh0Wf5amtD4k4ol0psZU2Zq5HBhz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:16.625rem;top:5.84375rem;left:29.1875rem;overflow:hidden;display:block; }
#Pt7mqJUFmBLTzpIfTW2nHVWnMuPneaTF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:12.875rem;top:5.0625rem;left:56.0625rem;overflow:hidden;display:block; }
#BfMw4ZG6I7z28Cn1IUSk4l3Orvdc26sQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000e96;background-image:none;position:relative;display:block; }#BfMw4ZG6I7z28Cn1IUSk4l3Orvdc26sQ > .row .container { background-color: transparent; background-image: none; }#BfMw4ZG6I7z28Cn1IUSk4l3Orvdc26sQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfMw4ZG6I7z28Cn1IUSk4l3Orvdc26sQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfMw4ZG6I7z28Cn1IUSk4l3Orvdc26sQ > .row .container > .video-iframe-container { display: none; }#BfMw4ZG6I7z28Cn1IUSk4l3Orvdc26sQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfMw4ZG6I7z28Cn1IUSk4l3Orvdc26sQ > .row > .video-iframe-container { display: none; }#BfMw4ZG6I7z28Cn1IUSk4l3Orvdc26sQ > .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); }#BfMw4ZG6I7z28Cn1IUSk4l3Orvdc26sQ > .row .container { border-width: 0; border-radius: 0; }#BfMw4ZG6I7z28Cn1IUSk4l3Orvdc26sQ > .row > .video-iframe-container {  }#BfMw4ZG6I7z28Cn1IUSk4l3Orvdc26sQ > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#w4VnuawpkrOlithyikb6MRCcR7GkLIEc { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:35.5625rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#h7HPPupcuRbcVrJ2vU5q9fyugxOOQvaw { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:60rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#mHRyFAeNHo7T1sAnxfLmFTZzFB24hVW7 { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:48.9375rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#usO11dJwl3mGmspTtD2da9Vsf7hAHcAI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:5.24956875rem;top:1.5rem;left:6.1875rem;overflow:hidden;display:block; }
#ApTSv9cFrKikbKAk55CawUk9hIHiRNrA { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:0.9746125rem;display:block; }
#ETnVdxSNdBKsUghMatUdOLBASgn3TUT2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:1.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.5rem;left:68.625rem;display:block; }
#vOF1ixbOgHFL8J1WlQfJiQNCT8kRUQbN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dkOWFvQwtb0R7S8w1K1PCnUZcrmJzQ5O { display:block; }#dkOWFvQwtb0R7S8w1K1PCnUZcrmJzQ5O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilgRJZ2MuB9m7Qx9icouzgrSGP8KtIgd { width:8rem;height:5.0625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSB97znGVavwAThRkqc3h1kExDJKx2QX { width:4rem;height:3.3125rem;top:1.4375rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAcxF9DtAut1LUWg7LREEXfL8rvKwzrN { width:41.625rem;height:4.4375rem;top:0.125rem;left:3.0625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6aeoaaJF92vloC7LrZMuyIu9cN10apP { width:33.6875rem;height:1.4375rem;top:4.0625rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlV1m72oV0E89zwM4CogXaawJC5HbDm3 { display:block; }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-regular-label { width:23.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-input-text { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-input-text {padding-top: 0; padding-bottom: 0;}#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-textarea { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-input-select { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-input-select {padding-top: 0; padding-bottom: 0;}#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-input-button { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-checkbox-label { width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D  { width:23.875rem;height:auto;top:11.625rem;left:0rem; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .radio-container { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D {display:block;}#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D { width:23.875rem;height:auto;top:11.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #XrJy0T6JrMQ8ewPxqbklow3eBk1ZNFcc {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #rQHhSSThXpKKPXN9AuB0m80yChU87X8H { display:none; }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #u9JSrlE2ZqddH36fLkoFBvMlUCWZM7CN {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #Kwvk3Tkt7nQ22qUiVgaQuM2f907nS94L {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #ENo3Jl1mJ00RIHJ50DDQxDrT8ctGes3l { display:none; }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #tKtv5wrEHOszFdCGQL93soLIc4nzS76V {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #QhiTwAngnzLMQdCL642Ne8dX4nvOVNzr {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #rfJZZzEEMVKX9nu2Dgt8xR4q5EJbZgBF { display:none; }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #MIu90MNgkx5bDuvFAtMcwICpKhJkSZbR {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #iWPhh6Tq1StusFXTicqxWM4db5GMHtzE {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #Z2JlqJoREEPTNgycp5okSvoDictgMMto { display:none; }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #J2aIK7U0c1STb5A4s7IdCfOz8kRCnJFS {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #evOdny24UTQxELIAIRqKR1saVsykdgvb {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #f6gZiV7WtpQEskANP6eZd0SzB1ECPRvy {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #RDy0eKTN7OALNGp2SXVW94uBaFtwDAGP {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #EB4ZVLeD2BixAkifr6HQztfp68TU1tNV {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #xt8iXrr4y6vIU5GtJmLkITe0y5oHK45p {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #puJWGXlzOADa11Ck0UIC8iD1gd4G69SG {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #MJvDzDdBV8uV2NMV1ffPtaaNDLndPSRa {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #TP7rzSpS6RJDuGaerfDvqxzGarpDPmeb {  }
 }@media only screen and (max-width: 763px) { #csFQ7LgIN41QeJHgwZGpF5BIehGThpyS { width:15.4375rem;height:4.875rem;top:14.0625rem;left:19.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxAtEvqq2JZ21kPxnhP9FdaK4gHwoGvn { width:3.125rem;height:4.875rem;top:14.0625rem;left:16.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuHHoBhTvr3i9Q1Vvp9HhpPOe06ZQS8W { width:3.875rem;height:4.875rem;top:14.0625rem;left:43.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmaxPkhTAnkg4TzwmPOEEVOB5dQtr7ef { width:9.75rem;height:4.875rem;top:14.0625rem;left:38rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toxEgsZ6lVJiil5tnHolqqba1qbibdno { width:30.1875rem;height:25.0625rem;top:14.0625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncAs2yWx3FSGzzFHZ3dlV3h14EPfMFeK { width:3.875rem;height:4.875rem;top:39.125rem;left:29.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6OSAlcxkvZK8PFe2mK27eoRplZLlJzb { width:17.375rem;height:2.4375rem;top:40.375rem;left:30.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0B4quUeuDEzivkBJLW2uTxsTvaD8NHh { width:5.25rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVJ5y2nc90640RkuaNX4Dqlm8qBG7hss { width:5.25rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uxorrz3RF5k8H3GTESyWpv22PC8hphMA { width:5.25rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K157LSEsoRdXT3WITeULmLgpkorVqCOl { width:23.8125rem;height:4.875rem;top:37.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbzSkvpes8PzNsqtlRb99bvn4rfuHVsG { width:12.5rem;height:0;top:46.625rem;left:22.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBcSPwldxpCmwR24X5kcGe4NlN3gXKdC { width:43.75rem;height:2.4375rem;top:8.5rem;left:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKHKAgq95T4yMfM7qkkNRHBUOCwwpEce { width:15.4375rem;height:1.625rem;top:18.9375rem;left:19.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJJvGNsXKrlvzqi4uRU8TrpMc0wS8riE { display:block; }#OJJvGNsXKrlvzqi4uRU8TrpMc0wS8riE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTBWQNxEJgVme38Ovsuw1BFi0KnznqVb { width:16.625rem;height:6.25rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m46Dwh0Wf5amtD4k4ol0psZU2Zq5HBhz { width:16.625rem;height:3.1875rem;top:5.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt7mqJUFmBLTzpIfTW2nHVWnMuPneaTF { width:12.875rem;height:4.75rem;top:5.0625rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfMw4ZG6I7z28Cn1IUSk4l3Orvdc26sQ { display:block; }#BfMw4ZG6I7z28Cn1IUSk4l3Orvdc26sQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4VnuawpkrOlithyikb6MRCcR7GkLIEc { width:13.4375rem;height:1.125rem;top:1.6875rem;left:21.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7HPPupcuRbcVrJ2vU5q9fyugxOOQvaw { width:7.625rem;height:1.125rem;top:1.6875rem;left:40.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHRyFAeNHo7T1sAnxfLmFTZzFB24hVW7 { width:10.25rem;height:1.125rem;top:1.6875rem;left:35.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usO11dJwl3mGmspTtD2da9Vsf7hAHcAI { width:5.1875rem;height:1.5440421848696rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApTSv9cFrKikbKAk55CawUk9hIHiRNrA { width:8.1875rem;height:0.9375rem;top:1.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETnVdxSNdBKsUghMatUdOLBASgn3TUT2 { width:6.375rem;height:1.5rem;top:1.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOF1ixbOgHFL8J1WlQfJiQNCT8kRUQbN { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dkOWFvQwtb0R7S8w1K1PCnUZcrmJzQ5O { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dkOWFvQwtb0R7S8w1K1PCnUZcrmJzQ5O > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilgRJZ2MuB9m7Qx9icouzgrSGP8KtIgd { width:5.375rem;height:3.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSB97znGVavwAThRkqc3h1kExDJKx2QX { width:2.125rem;height:1.75rem;top:1.3125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAcxF9DtAut1LUWg7LREEXfL8rvKwzrN { width:20rem;height:2.5996125rem;top:4.5625rem;left:0rem;font-size:2rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n6aeoaaJF92vloC7LrZMuyIu9cN10apP { width:20rem;height:2.92480625rem;top:7.162109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlV1m72oV0E89zwM4CogXaawJC5HbDm3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/343038e8-2ade-428b-bd13-f500ebf70fcb/youngdentistwomanwearingmedicaluniformholdingasalivaejectorandshowingashapeofheartportraitonbluebackgroundmobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3.adaptive-delivery-prevent-bg, #XlV1m72oV0E89zwM4CogXaawJC5HbDm3.lazyload, #XlV1m72oV0E89zwM4CogXaawJC5HbDm3.lazyloading { background-image: none; }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 > .row .container { background-color: transparent; background-image: none; }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.87); }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 > .row .container > .video-iframe-container { display: none; }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.87); }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 > .row > .video-iframe-container { display: none; }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 > .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); }#XlV1m72oV0E89zwM4CogXaawJC5HbDm3 > .row .container { width:20rem;height:90.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-input-text {padding-top: 0; padding-bottom: 0;}#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-input-select {padding-top: 0; padding-bottom: 0;}#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00b7ef, #000e96);background-image: -moz-linear-gradient(90deg, #00b7ef, #000e96);background-image: -ms-linear-gradient(90deg, #00b7ef, #000e96);background-image: -o-linear-gradient(90deg, #00b7ef, #000e96);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ef', endColorstr='#000e96' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ef', endColorstr='#000e96' );";background-image: linear-gradient(90deg, #00b7ef, #000e96);background-size:initial !important; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000e96; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D  { width:17.5rem;height:auto;top:50.34375rem;left:0rem; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D {display:block;}#pyHTSo9S25xz3RGolPCl2EWyPxuLL33D { width:17.5rem;height:auto;top:50.34375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #XrJy0T6JrMQ8ewPxqbklow3eBk1ZNFcc {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #rQHhSSThXpKKPXN9AuB0m80yChU87X8H { display:none; }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #u9JSrlE2ZqddH36fLkoFBvMlUCWZM7CN {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #Kwvk3Tkt7nQ22qUiVgaQuM2f907nS94L {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #ENo3Jl1mJ00RIHJ50DDQxDrT8ctGes3l { display:none; }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #tKtv5wrEHOszFdCGQL93soLIc4nzS76V {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #QhiTwAngnzLMQdCL642Ne8dX4nvOVNzr {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #rfJZZzEEMVKX9nu2Dgt8xR4q5EJbZgBF { display:none; }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #MIu90MNgkx5bDuvFAtMcwICpKhJkSZbR {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #iWPhh6Tq1StusFXTicqxWM4db5GMHtzE {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #Z2JlqJoREEPTNgycp5okSvoDictgMMto { display:none; }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #J2aIK7U0c1STb5A4s7IdCfOz8kRCnJFS {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #evOdny24UTQxELIAIRqKR1saVsykdgvb {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #f6gZiV7WtpQEskANP6eZd0SzB1ECPRvy {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #RDy0eKTN7OALNGp2SXVW94uBaFtwDAGP {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #EB4ZVLeD2BixAkifr6HQztfp68TU1tNV {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #xt8iXrr4y6vIU5GtJmLkITe0y5oHK45p {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #puJWGXlzOADa11Ck0UIC8iD1gd4G69SG {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #MJvDzDdBV8uV2NMV1ffPtaaNDLndPSRa {  }
 }@media only screen and (max-width: 763px) { #pyHTSo9S25xz3RGolPCl2EWyPxuLL33D #TP7rzSpS6RJDuGaerfDvqxzGarpDPmeb {  }
 }@media only screen and (max-width: 763px) { #csFQ7LgIN41QeJHgwZGpF5BIehGThpyS { width:12.3125rem;height:4.0625rem;top:24.375rem;left:5.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxAtEvqq2JZ21kPxnhP9FdaK4gHwoGvn { width:2.1875rem;height:3.25rem;top:24.75rem;left:2.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuHHoBhTvr3i9Q1Vvp9HhpPOe06ZQS8W { width:3.875rem;height:3.25rem;top:36rem;left:0.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmaxPkhTAnkg4TzwmPOEEVOB5dQtr7ef { width:16.3125rem;height:2.03125rem;top:36.625rem;left:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toxEgsZ6lVJiil5tnHolqqba1qbibdno { width:20rem;height:16.604554865424rem;top:38.4121125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncAs2yWx3FSGzzFHZ3dlV3h14EPfMFeK { width:3.875rem;height:3.25rem;top:46.0625rem;left:1.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6OSAlcxkvZK8PFe2mK27eoRplZLlJzb { width:15.125rem;height:2.03125rem;top:46.6875rem;left:4.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0B4quUeuDEzivkBJLW2uTxsTvaD8NHh { top:18.375rem;left:8.5rem;width:3rem;height:5.375rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PVJ5y2nc90640RkuaNX4Dqlm8qBG7hss { top:31.4375rem;left:7.6875rem;width:5rem;height:4.5625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Uxorrz3RF5k8H3GTESyWpv22PC8hphMA { top:41.0625rem;left:6.6875rem;width:6.5rem;height:4rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K157LSEsoRdXT3WITeULmLgpkorVqCOl { width:18.5rem;height:6.09375rem;top:78.125rem;left:0.75rem;font-size:0.9375rem;color:#000e96;display:block; }
 }@media only screen and (max-width: 763px) { #WbzSkvpes8PzNsqtlRb99bvn4rfuHVsG { width:12.5rem;height:1.29980625rem;top:86.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBcSPwldxpCmwR24X5kcGe4NlN3gXKdC { width:20rem;height:4.0625rem;top:12.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKHKAgq95T4yMfM7qkkNRHBUOCwwpEce { width:10.9375rem;height:1.21875rem;top:28.4375rem;left:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJJvGNsXKrlvzqi4uRU8TrpMc0wS8riE { display:block; }#OJJvGNsXKrlvzqi4uRU8TrpMc0wS8riE > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTBWQNxEJgVme38Ovsuw1BFi0KnznqVb { width:6.6875rem;height:2.4375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m46Dwh0Wf5amtD4k4ol0psZU2Zq5HBhz { width:6.0625rem;height:1.0625rem;top:3rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt7mqJUFmBLTzpIfTW2nHVWnMuPneaTF { width:4.5625rem;height:1.5rem;top:2.8125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfMw4ZG6I7z28Cn1IUSk4l3Orvdc26sQ { display:block; }#BfMw4ZG6I7z28Cn1IUSk4l3Orvdc26sQ > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4VnuawpkrOlithyikb6MRCcR7GkLIEc { width:12.6875rem;height:1.13720625rem;top:1.5625rem;left:3.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7HPPupcuRbcVrJ2vU5q9fyugxOOQvaw { width:7.625rem;height:1.13720625rem;top:3.4375rem;left:6.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mHRyFAeNHo7T1sAnxfLmFTZzFB24hVW7 { width:10.25rem;height:1.13720625rem;top:5.3125rem;left:4.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usO11dJwl3mGmspTtD2da9Vsf7hAHcAI { width:5.1875rem;height:1.5440256402014rem;top:11.875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApTSv9cFrKikbKAk55CawUk9hIHiRNrA { width:8.125rem;height:0.9746125rem;top:10.375rem;left:5.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETnVdxSNdBKsUghMatUdOLBASgn3TUT2 { width:6.375rem;height:1.5rem;top:6.9833984375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOF1ixbOgHFL8J1WlQfJiQNCT8kRUQbN { display:block; }
 }