.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae3fa60d-3ef2-45ed-b458-1f3a384a8652/IDC_Invisalign_Plak_Header_2025.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:57.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:comfortaa;font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.4375rem;left:0rem;height:3.73730625rem;font-style:normal;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; }
#gTKMXNr89yvF7IvCSo0JxWd8l8v9LKXz { position:absolute;display:block;z-index:15000;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:5.125rem;width:18.625rem;top:3.59375rem;left:0rem;overflow:hidden;display:block; }
#KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:comfortaa;font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:32.1875rem;left:0rem;height:4.2246125rem;font-style:normal;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; }
#gWmAeQD5NHHakczHZtIUgFZa1Z689F4b { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:comfortaa;font-size:5.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.625rem;left:0rem;height:6.5810625rem;font-style:normal;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; }
#kMoWLv7otQJod6EIo2ZttGoOzQBTItvo { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:comfortaa;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40.625rem;left:16.6875rem;display:block; }
#uTL13OJBA4NTOeEwymDSSyZNZNUi4unA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AZ1xc1DslGXSUJ1Q6IbTi8uLmVzNalDe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:5.125rem;left:45.5rem; }
#AZ1xc1DslGXSUJ1Q6IbTi8uLmVzNalDe > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#tUUTdcw3uuFq5oGy7L92T7xp9IX21TZM { color:#000000;display:block;width:11.25rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.375rem;left:48rem;height:1.94921875rem;font-style:normal;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; }
#LTucvB5pSbf3vTqzZXNOK9Xun4uOCGXn { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.3125rem;left:63.1875rem;height:1.94921875rem;font-style:normal;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; }
#kdDAlpL0XuRcZODTrOCP08QvKPUQMMLX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:5rem;left:60.5625rem; }
#kdDAlpL0XuRcZODTrOCP08QvKPUQMMLX > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#g5lTXSyPdB0CqUZPiBdwy3GFtAiMMASn { z-index:15005;top:40.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #075e54, #25d356);background-image: -moz-linear-gradient(45deg, #075e54, #25d356);background-image: -ms-linear-gradient(45deg, #075e54, #25d356);background-image: -o-linear-gradient(45deg, #075e54, #25d356);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#075e54', endColorstr='#25d356' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#075e54', endColorstr='#25d356' );";background-image: linear-gradient(45deg, #075e54, #25d356);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nSF0MNAwqzXISim9OPX53NqBU1l5hiRp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HimFxfMh9ylRg26gUTKqoOIIRGhD8xQz { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:40.75rem;left:0.9375rem; }
#HimFxfMh9ylRg26gUTKqoOIIRGhD8xQz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#FrBqUNaNGmqeinTuU1lgkCTceEXUi6Wm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FrBqUNaNGmqeinTuU1lgkCTceEXUi6Wm > .row .container { background-color: transparent; background-image: none; }#FrBqUNaNGmqeinTuU1lgkCTceEXUi6Wm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBqUNaNGmqeinTuU1lgkCTceEXUi6Wm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBqUNaNGmqeinTuU1lgkCTceEXUi6Wm > .row .container > .video-iframe-container { display: none; }#FrBqUNaNGmqeinTuU1lgkCTceEXUi6Wm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrBqUNaNGmqeinTuU1lgkCTceEXUi6Wm > .row > .video-iframe-container { display: none; }#FrBqUNaNGmqeinTuU1lgkCTceEXUi6Wm > .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); }#FrBqUNaNGmqeinTuU1lgkCTceEXUi6Wm > .row .container { border-width: 0; border-radius: 0; }#FrBqUNaNGmqeinTuU1lgkCTceEXUi6Wm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FrBqUNaNGmqeinTuU1lgkCTceEXUi6Wm > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5 { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d1d2f157-c88a-49e6-af1c-df62e0185077/a59d7110ab169a0ee3a9b203e8267a74.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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.25) ;height:18.9375rem;width:17.25rem;top:2.59375rem;left:8.125rem;display:block; }#XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5.adaptive-delivery-prevent-bg, #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5.lazyload, #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5.lazyloading { background-image: none; }
#vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4093be56-d1f5-4799-9f2a-7d1ad175de86/ac7a1bd3df7a5dc398777cf5e47f2636.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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.25) ;height:24.125rem;width:26.5625rem;top:0rem;left:24.21875rem;display:block; }#vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg.adaptive-delivery-prevent-bg, #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg.lazyload, #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg.lazyloading { background-image: none; }
#roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/eeb517e9-0815-4995-8b7b-48caa4be4bea/3544f05885940e1510113d7d27ae994f.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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.25) ;height:18.9375rem;width:17.25rem;top:2.625rem;left:50rem;display:block; }#roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ.adaptive-delivery-prevent-bg, #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ.lazyload, #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ.lazyloading { background-image: none; }
#MTtI9JTt96alL72hCid8OFtSyArTa92o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e4f9b2e7-c526-41d4-a149-a0fab81ba567/IDC_Invisalign_Plak_Header_202502.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#MTtI9JTt96alL72hCid8OFtSyArTa92o.adaptive-delivery-prevent-bg, #MTtI9JTt96alL72hCid8OFtSyArTa92o.lazyload, #MTtI9JTt96alL72hCid8OFtSyArTa92o.lazyloading { background-image: none; }#MTtI9JTt96alL72hCid8OFtSyArTa92o > .row .container { background-color: transparent; background-image: none; }#MTtI9JTt96alL72hCid8OFtSyArTa92o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTtI9JTt96alL72hCid8OFtSyArTa92o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTtI9JTt96alL72hCid8OFtSyArTa92o > .row .container > .video-iframe-container { display: none; }#MTtI9JTt96alL72hCid8OFtSyArTa92o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTtI9JTt96alL72hCid8OFtSyArTa92o > .row > .video-iframe-container { display: none; }#MTtI9JTt96alL72hCid8OFtSyArTa92o > .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); }#MTtI9JTt96alL72hCid8OFtSyArTa92o > .row .container { border-width: 0; border-radius: 0; }#MTtI9JTt96alL72hCid8OFtSyArTa92o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTtI9JTt96alL72hCid8OFtSyArTa92o > .row .container { font-size:0.875rem;font-family:arial;height:88.4375rem;width:75rem;position:relative;display:block; }#TurLfsi412P6TROystckm9tlLJLDTPpV { color:#22223b;display:block;width:44.4375rem;position:absolute;font-family:comfortaa;font-size:3.4375rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.75rem;left:0rem;height:7.5625rem;font-style:normal;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; }
#iDND1bI1DyJc4w5JoZuPw2AVcf38GzIS { color:#22223b;display:block;width:48.1875rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.4375rem;left:0rem;height:14.3984375rem;font-style:normal;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; }
#ygWsUez0F4ZA9Z3T2I3VywmMq0KCuoSG { color:#22223b;display:block;width:43.8125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:36.25rem;left:0rem;height:16.19825rem;font-style:normal;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; }
#vGaglRHAkomNLVP5nhU245C3tbSbxDvK { color:#22223b;display:block;width:48.5rem;position:absolute;font-family:comfortaa;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:28.5625rem;left:0rem;height:6.875rem;font-style:normal;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; }
#VQNTfMwolRhA7rMdGHKnAokOwOZJN9Tb { color:#22223b;display:block;width:44.4375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:64.5rem;left:0rem;height:21.597625rem;font-style:normal;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; }
#N0vaHgn5DV6TSrWrw6JyJRwp5tJrFmoh { color:#22223b;display:block;width:48.5rem;position:absolute;font-family:comfortaa;font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:56.3125rem;left:0rem;height:6.875rem;font-style:normal;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; }
#ZZGpelGScIaTMxaU5nNl6i8Tpe3XqU5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZGpelGScIaTMxaU5nNl6i8Tpe3XqU5T > .row .container { background-color: transparent; background-image: none; }#ZZGpelGScIaTMxaU5nNl6i8Tpe3XqU5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZGpelGScIaTMxaU5nNl6i8Tpe3XqU5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZGpelGScIaTMxaU5nNl6i8Tpe3XqU5T > .row .container > .video-iframe-container { display: none; }#ZZGpelGScIaTMxaU5nNl6i8Tpe3XqU5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZGpelGScIaTMxaU5nNl6i8Tpe3XqU5T > .row > .video-iframe-container { display: none; }#ZZGpelGScIaTMxaU5nNl6i8Tpe3XqU5T > .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); }#ZZGpelGScIaTMxaU5nNl6i8Tpe3XqU5T > .row .container { border-width: 0; border-radius: 0; }#ZZGpelGScIaTMxaU5nNl6i8Tpe3XqU5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZGpelGScIaTMxaU5nNl6i8Tpe3XqU5T > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#ApNSWO4M2F4m1PvXEk4Iv8a5QTZapV94 { position:absolute;display:block;z-index:15000;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:38.125rem;width:24.1875rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#GJ4MqwqEm2cvKOEqrFcSrxA8TmuSF75D { position:absolute;display:block;z-index:15001;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:38.125rem;width:24.25rem;top:2.8125rem;left:25rem;overflow:hidden;display:block; }
#HBxoUX9nIBeoaV707Dw6O7frdpNHWByU { position:absolute;display:block;z-index:15002;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:37.875rem;width:24.125rem;top:2.8125rem;left:49.9375rem;overflow:hidden;display:block; }
#g34Ng2WlUVuScNQ0JLapg5evdBq4mRGV { box-sizing:content-box;height:7.8125rem;width:7.8125rem;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:15005;background-color:#7fd5ff;background-image:none;top:33.1875rem;left:0rem;display:block; }
#U2wZEJCxCxLhumS97TsXcH7lFrlw4rPS { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:36.40625rem;left:0rem;height:1.71875rem;font-style:normal;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; }
#tPfAyOWltcrRdgauJthKodRwxVPkpqIq { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:5.927734375rem;left:25rem;height:1.58105625rem;font-style:normal;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; }
#WTqFhwz2ZQ027pMAbcT6zPO9aHMuWJU1 { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:35.984375rem;left:50.25rem;height:1.71875rem;font-style:normal;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; }
#QPCWVTNeqWCdLA4D4VMk8FNuXFhJw1bO { box-sizing:content-box;height:7.8125rem;width:7.8125rem;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:15006;background-color:#7fd5ff;background-image:none;top:2.8125rem;left:25rem;display:block; }
#rQuDD2IX40StExWgPGqltbCwI7Av464V { box-sizing:content-box;height:7.8125rem;width:7.8125rem;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:15006;background-color:#7fd5ff;background-image:none;top:32.9375rem;left:50rem;display:block; }
#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { background-color: transparent; background-image: none; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container > .video-iframe-container { display: none; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row > .video-iframe-container { display: none; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .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); }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { border-width: 0; border-radius: 0; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { font-size:0.875rem;font-family:arial;height:70.8125rem;width:75rem;position:relative;display:block; }#AHvCwzFtHyxVBhxM3QqCvVrN0WmPt2ef { color:#22223b;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtTCr0kif5RyvuvqJgQ0EvgL6UpQvQtR { color:#22223b;display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:9.6875rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rVhf7pve87w6yakAKtkl7rhUUZln8weH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:25.3125rem;width:45.375rem;top:14.1875rem;left:0rem;display:block; }
#eZuVFWmi82KMdmmL6bcRI4Vy5WTGixo0 { color:#22223b;display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:22.71875rem;left:48.5625rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u9I2KQkGqoH9XKtGAR5z8T6q73rQUblJ { box-sizing:content-box;height:25.5rem;width:29.5625rem;position:absolute;display:block;z-index:14999;background-color:#7fd5ff;background-image:none;top:14.0625rem;left:45.375rem;display:block; }
#FmBe1QbSansnwiNS2AJuBTLhFIhQnQiZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:25.3125rem;width:45.375rem;top:42.4375rem;left:0rem;display:block; }
#H2FnJ4RPxxs5DEUDnTZVCuuLeHwH1aVo { box-sizing:content-box;height:25.5rem;width:29.5625rem;position:absolute;display:block;z-index:15001;background-color:#7fd5ff;background-image:none;top:42.3125rem;left:45.375rem;display:block; }
#hEIhuzB6xwd1aTBufeFVwbtJHbUdfAiV { color:#22223b;display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:50.40625rem;left:48.5625rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rV8Tnl6TTmEcHNK6AQOzAXfXkklH4X7P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rV8Tnl6TTmEcHNK6AQOzAXfXkklH4X7P > .row .container { background-color: transparent; background-image: none; }#rV8Tnl6TTmEcHNK6AQOzAXfXkklH4X7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rV8Tnl6TTmEcHNK6AQOzAXfXkklH4X7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rV8Tnl6TTmEcHNK6AQOzAXfXkklH4X7P > .row .container > .video-iframe-container { display: none; }#rV8Tnl6TTmEcHNK6AQOzAXfXkklH4X7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rV8Tnl6TTmEcHNK6AQOzAXfXkklH4X7P > .row > .video-iframe-container { display: none; }#rV8Tnl6TTmEcHNK6AQOzAXfXkklH4X7P > .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); }#rV8Tnl6TTmEcHNK6AQOzAXfXkklH4X7P > .row .container { border-width: 0; border-radius: 0; }#rV8Tnl6TTmEcHNK6AQOzAXfXkklH4X7P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rV8Tnl6TTmEcHNK6AQOzAXfXkklH4X7P > .row .container { font-size:0.875rem;font-family:arial;height:55.9375rem;width:75rem;position:relative;display:block; }#t0BU9Oc4DgCX1pTur3ATdC0MpxZefxnf { position:absolute;display:block;z-index:15000;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:24rem;width:36.1875rem;top:2.75rem;left:0rem;overflow:hidden;display:block; }
#eqCUsTeE6dcSkSLInPrPrsiW562744cQ { position:absolute;display:block;z-index:15001;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:24.0625rem;width:36.25rem;top:2.75rem;left:38.625rem;overflow:hidden;display:block; }
#MaOy8rxAVR9ET6TTm952bi36CCEd2TBp { position:absolute;display:block;z-index:15002;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:24.0625rem;width:36.25rem;top:29.0625rem;left:0rem;overflow:hidden;display:block; }
#VRCyfumThiw30hh4cPscyouSgamA7chL { position:absolute;display:block;z-index:15003;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:24.25rem;width:36.5rem;top:29rem;left:38.5rem;overflow:hidden;display:block; }
#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fd5ff;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; }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk > .row .container { background-color: transparent; background-image: none; }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk > .row .container > .video-iframe-container { display: none; }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk > .row > .video-iframe-container { display: none; }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk > .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); }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk > .row .container { border-width: 0; border-radius: 0; }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-form-header { font-size:0.875rem; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#5f5f5f;width:21.3125rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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.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:21.3125rem;box-sizing:border-box;height:2.5625rem;color:#124c8a;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-input-text {padding-top: 0; padding-bottom: 0;}#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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.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:21.3125rem;box-sizing:border-box;height:4.375rem;color:#124c8a;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .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:21.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-input-select {padding-top: 0; padding-bottom: 0;}#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .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; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .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:#5f5f5f;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:21.3125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd [class*="-text"]:-moz-placeholder { color:#22223b;font-family:"open sans";font-size:0.875rem; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd [class*="-text"]::-moz-placeholder { color:#22223b;font-family:"open sans";font-size:0.875rem; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd [class*="-text"]:-ms-input-placeholder { color:#22223b;font-family:"open sans";font-size:0.875rem; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd [class*="-text"]::-webkit-input-placeholder { color:#22223b;font-family:"open sans";font-size:0.875rem; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal;float:none; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .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; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-container:first-of-type{padding-top:0;}#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-container:last-of-type{padding-bottom:0;}#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15015;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;position:absolute;top:4.255859375rem;left:0rem;font-size:0.875rem; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.3125rem;display:block;vertical-align:top; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:1.625rem;line-height:1.3;font-weight:700;color:#5f5f5f;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd {display:block;}#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15015;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;position:absolute;top:4.255859375rem;left:0rem;font-size:0.875rem; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #Ghh5VqanxTHe2Z6H4RDo1uNnzS9DOu8v { position:relative;display:block;z-index:15000; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #Ehqfb88SH7IVbLoDWclzhSkwkxiHNhhH { position:relative;display:block;z-index:15000; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #IingGTFUX8FsT7xoctmaUPVUZtSDAu26 { position:relative; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #TPmDqTJKGS5ovyh10urcVgB2Zezi44il { position:relative;display:block; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #v4LGDmHAde5sVR5hqrCvgKB9ARzpOIVH { position:relative; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #X4MuD926lmVs7eEm8D5VkukzhTpnO3DS { position:relative; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #SHaUTCXlksVnmsFzv7Lr8WuKpL6z15dd { position:relative;display:block; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #R7Bdy90qSQM6azA3CrRaOcN8IZKTxLAV { position:relative; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #TuZthpGiFmfZXmnwHrT5Q0T0F2Hdk2RT { position:relative; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #S8ZuV1dn7uPTmDg0oEVxVMmOPUUPfVV9 { position:relative;display:block; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #dH8ePO9etSbC1izu803OwSl8Mqk66t5H { position:relative; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #QUfqffvTAfGN1wFIopKFLXi17CauiZih { position:relative; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #mKzFHt7SK8gwXrOM7n8dCXvBGI73QfaJ { position:relative;display:block; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #VmUy2WqAxGOEW8GGe89kyFQnFlfJQfwz { position:relative; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #ADJVaEL1TyMcn0ieJJ8yvF5POUKZrX7g { position:relative; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #Keq75nldX23c7pCmhfbn759gCSxIDfH6 { position:relative;z-index:2; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #qciQN1ZQS2m4SPIUtSM0puq4ztknONIB { position:relative; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #bwLIeUsDd9OX4GuDT8rnbiEDGaoHvrOq { position:relative; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #tLm365A25SU3sIuPNt6lZzBLC8pt5bsF { position:relative; }
#ZJhWc0ivQ3XsAtoozwE7UIol6XUBko7F { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:39rem;left:29.5625rem; }
#ZJhWc0ivQ3XsAtoozwE7UIol6XUBko7F > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#AI6TKHy9pdJE9CTK1hyebOflJJTTqvKg { color:#22223b;display:block;width:19.8125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:36.0625rem;left:27.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oIHvqmk2u0TrQhZFa5uq3Hboi7nKTe3d { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:39rem;left:34rem; }
#oIHvqmk2u0TrQhZFa5uq3Hboi7nKTe3d > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#Xy0BTmqfW76P5nMDI2BABbSLDO7ZKUVE { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:39.125rem;left:38.5625rem; }
#Xy0BTmqfW76P5nMDI2BABbSLDO7ZKUVE > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#F6g0qoT0HupUSQZxmbsyRtw3sG0wITeJ { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:39.125rem;left:43.125rem; }
#F6g0qoT0HupUSQZxmbsyRtw3sG0wITeJ > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#np9v4ETqbTOGe0uX1UHwk8g0lvh020OB { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:comfortaa;font-size:1.6875rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:4.25rem;left:47.75rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qbyF6dtyvG12SV14E2CMXH2IUPf8lLcB { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:30.9375rem;left:47.75rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CoLiKzVGLQNVyvfi1okD0cTmwKfGlCF6 { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:33.1875rem;left:48.375rem;height:4.3872rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DZDnNi5naPyfsHdAGw4lo5hhreGvMFKU { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:24.6875rem;left:47.4375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cCkwbmxyLdTU8US25ZHTwyLEXhW6NaJB { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:26.9375rem;left:48.0625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ui9UDAGhVSfEcBZxEWoHckMT6lK7qMdK { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:18.875rem;left:47.4375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rkoZ4RKJFGW9R5KBsNnHKPL3meKAATLy { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:21.1875rem;left:47.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q8m7BiKD6CaT2S69THHzpoTzCbMFvE5v { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:11.3125rem;left:47.75rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f6sCe99oQP8AB9fUdggTf6m74THAOT0o { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:13.8125rem;left:47.75rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ErRrotdJ7dLw9rd3X0wyZ9K1PqOKm8ET { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15068;background-color:#22223b;background-image:none;top:9.4375rem;left:49.78125rem;display:block; }
#wg8NeadJE3gZkb1CtLqBNpyt8CFs3ML3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wg8NeadJE3gZkb1CtLqBNpyt8CFs3ML3 > .row .container { background-color: transparent; background-image: none; }#wg8NeadJE3gZkb1CtLqBNpyt8CFs3ML3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg8NeadJE3gZkb1CtLqBNpyt8CFs3ML3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg8NeadJE3gZkb1CtLqBNpyt8CFs3ML3 > .row .container > .video-iframe-container { display: none; }#wg8NeadJE3gZkb1CtLqBNpyt8CFs3ML3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg8NeadJE3gZkb1CtLqBNpyt8CFs3ML3 > .row > .video-iframe-container { display: none; }#wg8NeadJE3gZkb1CtLqBNpyt8CFs3ML3 > .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); }#wg8NeadJE3gZkb1CtLqBNpyt8CFs3ML3 > .row .container { border-width: 0; border-radius: 0; }#wg8NeadJE3gZkb1CtLqBNpyt8CFs3ML3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wg8NeadJE3gZkb1CtLqBNpyt8CFs3ML3 > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#eZ0MzG7IB8TtEazXsT2NO4ORdIQ2nbOf { position:absolute;display:block;z-index:15058;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:4.875rem;width:17.0625rem;top:2.1875rem;left:26.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { width:36.1875rem;height:3.6875rem;top:19.4375rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTKMXNr89yvF7IvCSo0JxWd8l8v9LKXz { width:18.625rem;height:5.125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { width:39.25rem;height:4.1875rem;top:32.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWmAeQD5NHHakczHZtIUgFZa1Z689F4b { width:38.4375rem;height:6.5625rem;top:23.625rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMoWLv7otQJod6EIo2ZttGoOzQBTItvo { width:17.6875rem;height:3.4375rem;top:40.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTL13OJBA4NTOeEwymDSSyZNZNUi4unA { display:block; }
 }@media only screen and (max-width: 763px) { #AZ1xc1DslGXSUJ1Q6IbTi8uLmVzNalDe { top:5.125rem;left:31.875rem;width:2.375rem;height:2.375rem;display:block; }
#AZ1xc1DslGXSUJ1Q6IbTi8uLmVzNalDe > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #tUUTdcw3uuFq5oGy7L92T7xp9IX21TZM { width:11.25rem;height:1.9375rem;top:5.375rem;left:34.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTucvB5pSbf3vTqzZXNOK9Xun4uOCGXn { width:11.1875rem;height:;top:5.3125rem;left:36.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdDAlpL0XuRcZODTrOCP08QvKPUQMMLX { top:5rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
#kdDAlpL0XuRcZODTrOCP08QvKPUQMMLX > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #g5lTXSyPdB0CqUZPiBdwy3GFtAiMMASn { top:40.4375rem;left:0rem;width:16.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSF0MNAwqzXISim9OPX53NqBU1l5hiRp { display:block; }
 }@media only screen and (max-width: 763px) { #HimFxfMh9ylRg26gUTKqoOIIRGhD8xQz { top:40.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
#HimFxfMh9ylRg26gUTKqoOIIRGhD8xQz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #FrBqUNaNGmqeinTuU1lgkCTceEXUi6Wm { display:block; }#FrBqUNaNGmqeinTuU1lgkCTceEXUi6Wm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5 { width:17.25rem;height:18.9375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg { width:26.5625rem;height:24.125rem;top:0rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ { width:17.25rem;height:18.9375rem;top:2.625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTtI9JTt96alL72hCid8OFtSyArTa92o { display:block; }#MTtI9JTt96alL72hCid8OFtSyArTa92o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TurLfsi412P6TROystckm9tlLJLDTPpV { width:44.4375rem;height:7.5625rem;top:2.75rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDND1bI1DyJc4w5JoZuPw2AVcf38GzIS { width:47.75rem;height:16.1875rem;top:11.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygWsUez0F4ZA9Z3T2I3VywmMq0KCuoSG { width:43.8125rem;height:16.1875rem;top:36.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGaglRHAkomNLVP5nhU245C3tbSbxDvK { width:47.75rem;height:6.875rem;top:28.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQNTfMwolRhA7rMdGHKnAokOwOZJN9Tb { width:44.4375rem;height:23.375rem;top:64.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0vaHgn5DV6TSrWrw6JyJRwp5tJrFmoh { width:47.75rem;height:6.875rem;top:56.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZGpelGScIaTMxaU5nNl6i8Tpe3XqU5T { display:block; }#ZZGpelGScIaTMxaU5nNl6i8Tpe3XqU5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApNSWO4M2F4m1PvXEk4Iv8a5QTZapV94 { top:2.8125rem;left:0rem;width:24.1875rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ4MqwqEm2cvKOEqrFcSrxA8TmuSF75D { top:2.8125rem;left:7.5rem;width:24.25rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBxoUX9nIBeoaV707Dw6O7frdpNHWByU { top:2.8125rem;left:7.625rem;width:24.125rem;height:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g34Ng2WlUVuScNQ0JLapg5evdBq4mRGV { top:33.1875rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2wZEJCxCxLhumS97TsXcH7lFrlw4rPS { width:7.8125rem;height:1.6875rem;top:36.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPfAyOWltcrRdgauJthKodRwxVPkpqIq { width:7.8125rem;height:1.5625rem;top:5.875rem;left:15.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTqFhwz2ZQ027pMAbcT6zPO9aHMuWJU1 { width:7.625rem;height:1.75rem;top:35.9375rem;left:31.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPCWVTNeqWCdLA4D4VMk8FNuXFhJw1bO { top:2.8125rem;left:15.875rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQuDD2IX40StExWgPGqltbCwI7Av464V { top:32.9375rem;left:31.75rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 { display:block; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHvCwzFtHyxVBhxM3QqCvVrN0WmPt2ef { width:47.75rem;height:4.875rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTCr0kif5RyvuvqJgQ0EvgL6UpQvQtR { width:47.75rem;height:1.875rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVhf7pve87w6yakAKtkl7rhUUZln8weH { width:45.375rem;height:25.3125rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZuVFWmi82KMdmmL6bcRI4Vy5WTGixo0 { width:23.1875rem;height:9.375rem;top:22.6875rem;left:24.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9I2KQkGqoH9XKtGAR5z8T6q73rQUblJ { top:14.0625rem;left:18.1875rem;width:29.5625rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmBe1QbSansnwiNS2AJuBTLhFIhQnQiZ { width:45.375rem;height:25.3125rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2FnJ4RPxxs5DEUDnTZVCuuLeHwH1aVo { top:42.3125rem;left:18.1875rem;width:29.5625rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEIhuzB6xwd1aTBufeFVwbtJHbUdfAiV { width:23.1875rem;height:9.375rem;top:50.375rem;left:24.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV8Tnl6TTmEcHNK6AQOzAXfXkklH4X7P { display:block; }#rV8Tnl6TTmEcHNK6AQOzAXfXkklH4X7P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0BU9Oc4DgCX1pTur3ATdC0MpxZefxnf { top:2.75rem;left:0rem;width:36.1875rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqCUsTeE6dcSkSLInPrPrsiW562744cQ { top:2.75rem;left:11.5rem;width:36.25rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaOy8rxAVR9ET6TTm952bi36CCEd2TBp { top:29.0625rem;left:0rem;width:36.25rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRCyfumThiw30hh4cPscyouSgamA7chL { top:29rem;left:11.25rem;width:36.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk { display:block; }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-regular-label { width:21.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-input-text { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-input-text {padding-top: 0; padding-bottom: 0;}#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-textarea { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-input-select { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-input-select {padding-top: 0; padding-bottom: 0;}#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-input-button { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd  { width:21.3125rem;height:auto;top:4.25rem;left:0rem; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .radio-container { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd {display:block;}#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd { width:21.3125rem;height:auto;top:4.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #Ghh5VqanxTHe2Z6H4RDo1uNnzS9DOu8v {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #Ehqfb88SH7IVbLoDWclzhSkwkxiHNhhH {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #IingGTFUX8FsT7xoctmaUPVUZtSDAu26 {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #TPmDqTJKGS5ovyh10urcVgB2Zezi44il {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #v4LGDmHAde5sVR5hqrCvgKB9ARzpOIVH {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #X4MuD926lmVs7eEm8D5VkukzhTpnO3DS {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #SHaUTCXlksVnmsFzv7Lr8WuKpL6z15dd {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #R7Bdy90qSQM6azA3CrRaOcN8IZKTxLAV {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #TuZthpGiFmfZXmnwHrT5Q0T0F2Hdk2RT {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #S8ZuV1dn7uPTmDg0oEVxVMmOPUUPfVV9 {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #dH8ePO9etSbC1izu803OwSl8Mqk66t5H {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #QUfqffvTAfGN1wFIopKFLXi17CauiZih {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #mKzFHt7SK8gwXrOM7n8dCXvBGI73QfaJ {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #VmUy2WqAxGOEW8GGe89kyFQnFlfJQfwz {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #ADJVaEL1TyMcn0ieJJ8yvF5POUKZrX7g {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #Keq75nldX23c7pCmhfbn759gCSxIDfH6 {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #qciQN1ZQS2m4SPIUtSM0puq4ztknONIB {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #bwLIeUsDd9OX4GuDT8rnbiEDGaoHvrOq {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #tLm365A25SU3sIuPNt6lZzBLC8pt5bsF {  }
 }@media only screen and (max-width: 763px) { #ZJhWc0ivQ3XsAtoozwE7UIol6XUBko7F { top:39rem;left:15.9375rem;width:2.5rem;height:2.5rem;display:block; }
#ZJhWc0ivQ3XsAtoozwE7UIol6XUBko7F > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #AI6TKHy9pdJE9CTK1hyebOflJJTTqvKg { top:36.0625rem;left:14rem;width:19.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIHvqmk2u0TrQhZFa5uq3Hboi7nKTe3d { top:39rem;left:20.375rem;width:2.5rem;height:2.5rem;display:block; }
#oIHvqmk2u0TrQhZFa5uq3Hboi7nKTe3d > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Xy0BTmqfW76P5nMDI2BABbSLDO7ZKUVE { top:39.125rem;left:24.9375rem;width:2.375rem;height:2.375rem;display:block; }
#Xy0BTmqfW76P5nMDI2BABbSLDO7ZKUVE > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #F6g0qoT0HupUSQZxmbsyRtw3sG0wITeJ { top:39.125rem;left:29.5rem;width:2.375rem;height:2.375rem;display:block; }
#F6g0qoT0HupUSQZxmbsyRtw3sG0wITeJ > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #np9v4ETqbTOGe0uX1UHwk8g0lvh020OB { top:4.25rem;left:24.9375rem;width:22.8125rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbyF6dtyvG12SV14E2CMXH2IUPf8lLcB { top:30.9375rem;left:24.9375rem;width:22.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoLiKzVGLQNVyvfi1okD0cTmwKfGlCF6 { top:33.1875rem;left:24.9375rem;width:22.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZDnNi5naPyfsHdAGw4lo5hhreGvMFKU { top:24.6875rem;left:24.9375rem;width:22.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCkwbmxyLdTU8US25ZHTwyLEXhW6NaJB { top:26.9375rem;left:24.9375rem;width:22.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui9UDAGhVSfEcBZxEWoHckMT6lK7qMdK { top:18.875rem;left:24.9375rem;width:22.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkoZ4RKJFGW9R5KBsNnHKPL3meKAATLy { top:21.1875rem;left:24.9375rem;width:22.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8m7BiKD6CaT2S69THHzpoTzCbMFvE5v { top:11.3125rem;left:24.9375rem;width:22.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6sCe99oQP8AB9fUdggTf6m74THAOT0o { top:13.8125rem;left:24.9375rem;width:22.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErRrotdJ7dLw9rd3X0wyZ9K1PqOKm8ET { top:9.4375rem;left:29rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg8NeadJE3gZkb1CtLqBNpyt8CFs3ML3 { display:block; }#wg8NeadJE3gZkb1CtLqBNpyt8CFs3ML3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZ0MzG7IB8TtEazXsT2NO4ORdIQ2nbOf { width:17.0625rem;height:4.875rem;top:2.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca48f30d-df2f-4691-ae1d-aff2dc21872d/IDC_Invisalign_Plak_Header_Mobil_2025.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diNgOtWFXX3dx5Nyk7J9iB6gOI5HkVHr { width:20rem;height:8.6059375rem;top:8.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:3.1875rem;color:#22223b;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #gTKMXNr89yvF7IvCSo0JxWd8l8v9LKXz { width:12.4375rem;height:3.3125rem;top:2.375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2Tl8wpyP0WB1koekigT3mwHmfvJpzT { width:20rem;height:4.63036875rem;top:22rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#22223b;display:block; }
 }@media only screen and (max-width: 763px) { #gWmAeQD5NHHakczHZtIUgFZa1Z689F4b { width:20rem;height:2.5996125rem;top:18.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#22223b;display:block; }
 }@media only screen and (max-width: 763px) { #kMoWLv7otQJod6EIo2ZttGoOzQBTItvo { width:15.1875rem;height:3.5rem;top:34.3125rem;left:2.5rem;color:#22223b;border-top:0.125rem solid #22223b;border-left:0.125rem solid #22223b;border-right:0.125rem solid #22223b;border-bottom:0.125rem solid #22223b;display:block; }
 }@media only screen and (max-width: 763px) { #uTL13OJBA4NTOeEwymDSSyZNZNUi4unA { display:block; }
 }@media only screen and (max-width: 763px) { #AZ1xc1DslGXSUJ1Q6IbTi8uLmVzNalDe { display:flex;width:2.375rem;height:2.375rem;top:7.4375rem;left:5.0625rem;display:none; }
#AZ1xc1DslGXSUJ1Q6IbTi8uLmVzNalDe > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #tUUTdcw3uuFq5oGy7L92T7xp9IX21TZM { width:11.25rem;height:0;top:11.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTucvB5pSbf3vTqzZXNOK9Xun4uOCGXn { width:11.1875rem;height:0;top:40.6484375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdDAlpL0XuRcZODTrOCP08QvKPUQMMLX { display:flex;width:2.375rem;height:2.375rem;top:37.0234375rem;left:8.8125rem;display:none; }
#kdDAlpL0XuRcZODTrOCP08QvKPUQMMLX > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #g5lTXSyPdB0CqUZPiBdwy3GFtAiMMASn { top:30.625rem;left:2.3125rem;width:15.4375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSF0MNAwqzXISim9OPX53NqBU1l5hiRp { display:block; }
 }@media only screen and (max-width: 763px) { #HimFxfMh9ylRg26gUTKqoOIIRGhD8xQz { display:flex;width:2.625rem;height:2.625rem;top:30.9375rem;left:3.5rem; }
#HimFxfMh9ylRg26gUTKqoOIIRGhD8xQz > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #FrBqUNaNGmqeinTuU1lgkCTceEXUi6Wm { display:block; }#FrBqUNaNGmqeinTuU1lgkCTceEXUi6Wm > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDJHuUxy2JMroIM4doZvTDHLeE3Ww4m5 { width:17.25rem;height:18.9375rem;top:39.9375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJkLxsZZKJyPw30SsHwmka8kwrXlJyPg { width:20rem;height:24.125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roKlRZXiT2BL26QKyG27bTLzP86Tk8QQ { width:17.25rem;height:18.9375rem;top:85.5rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTtI9JTt96alL72hCid8OFtSyArTa92o { background-color:#ffffff;background-image:none;display:block; }#MTtI9JTt96alL72hCid8OFtSyArTa92o > .row .container { background-color: transparent; background-image: none; }#MTtI9JTt96alL72hCid8OFtSyArTa92o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTtI9JTt96alL72hCid8OFtSyArTa92o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTtI9JTt96alL72hCid8OFtSyArTa92o > .row .container > .video-iframe-container { display: none; }#MTtI9JTt96alL72hCid8OFtSyArTa92o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTtI9JTt96alL72hCid8OFtSyArTa92o > .row > .video-iframe-container { display: none; }#MTtI9JTt96alL72hCid8OFtSyArTa92o > .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); }#MTtI9JTt96alL72hCid8OFtSyArTa92o > .row .container { width:20rem;height:126.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TurLfsi412P6TROystckm9tlLJLDTPpV { width:20rem;height:4.3994125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDND1bI1DyJc4w5JoZuPw2AVcf38GzIS { width:20rem;height:32.3965rem;top:6.3984375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygWsUez0F4ZA9Z3T2I3VywmMq0KCuoSG { width:20rem;height:28.796875rem;top:46.193375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGaglRHAkomNLVP5nhU245C3tbSbxDvK { width:20rem;height:4.3994125rem;top:40.5449375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQNTfMwolRhA7rMdGHKnAokOwOZJN9Tb { width:20rem;height:41.3955rem;top:84.0869375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0vaHgn5DV6TSrWrw6JyJRwp5tJrFmoh { width:20rem;height:6.599125rem;top:76.24025rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZGpelGScIaTMxaU5nNl6i8Tpe3XqU5T { display:block; }#ZZGpelGScIaTMxaU5nNl6i8Tpe3XqU5T > .row .container { width:20rem;height:99.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApNSWO4M2F4m1PvXEk4Iv8a5QTZapV94 { width:20rem;height:31.524547803618rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ4MqwqEm2cvKOEqrFcSrxA8TmuSF75D { width:20rem;height:31.443298969072rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBxoUX9nIBeoaV707Dw6O7frdpNHWByU { width:20rem;height:31.3984375rem;top:66.81640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g34Ng2WlUVuScNQ0JLapg5evdBq4mRGV { width:7.8125rem;height:7.8125rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2wZEJCxCxLhumS97TsXcH7lFrlw4rPS { width:7.8125rem;height:1.71875rem;top:28.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPfAyOWltcrRdgauJthKodRwxVPkpqIq { width:7.8125rem;height:1.58105625rem;top:37.115234375rem;left:12.1875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTqFhwz2ZQ027pMAbcT6zPO9aHMuWJU1 { width:7.625rem;height:1.71875rem;top:69.875rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPCWVTNeqWCdLA4D4VMk8FNuXFhJw1bO { width:7.8125rem;height:7.8125rem;top:34rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQuDD2IX40StExWgPGqltbCwI7Av464V { width:7.8125rem;height:7.8125rem;top:66.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 { display:block; }#Uxt7uIz2akIXhyITD8fWGyzz8eZA6ie8 > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHvCwzFtHyxVBhxM3QqCvVrN0WmPt2ef { width:20rem;height:2.4375rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTCr0kif5RyvuvqJgQ0EvgL6UpQvQtR { width:20rem;height:1.59375rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVhf7pve87w6yakAKtkl7rhUUZln8weH { height:11.225806451613rem;width:20rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZuVFWmi82KMdmmL6bcRI4Vy5WTGixo0 { width:20rem;height:6.375rem;top:23.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9I2KQkGqoH9XKtGAR5z8T6q73rQUblJ { width:20rem;height:7.9375rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmBe1QbSansnwiNS2AJuBTLhFIhQnQiZ { height:11.157024793388rem;width:20rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2FnJ4RPxxs5DEUDnTZVCuuLeHwH1aVo { width:20rem;height:8.1875rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEIhuzB6xwd1aTBufeFVwbtJHbUdfAiV { width:20rem;height:6.375rem;top:46.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV8Tnl6TTmEcHNK6AQOzAXfXkklH4X7P { display:block; }#rV8Tnl6TTmEcHNK6AQOzAXfXkklH4X7P > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0BU9Oc4DgCX1pTur3ATdC0MpxZefxnf { width:20rem;height:13.264248704663rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqCUsTeE6dcSkSLInPrPrsiW562744cQ { width:20rem;height:13.275862068966rem;top:15.7636875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaOy8rxAVR9ET6TTm952bi36CCEd2TBp { width:20rem;height:13.275862068966rem;top:30.2890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRCyfumThiw30hh4cPscyouSgamA7chL { width:20rem;height:13.287671232877rem;top:44.8144375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk { background-color:#7fd5ff;background-image:none;display:block; }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk > .row .container { background-color: transparent; background-image: none; }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk > .row .container > .video-iframe-container { display: none; }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk > .row > .video-iframe-container { display: none; }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk > .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); }#zptxCkqvXXDEc5ik5vDy7Q3nE2cSAfSk > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-input-text {padding-top: 0; padding-bottom: 0;}#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-input-select {padding-top: 0; padding-bottom: 0;}#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd  { width:17.5rem;height:auto;top:11.25rem;left:0rem; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd .widget-info-text { font-size:1.375rem;overflow:hidden;height:auto;text-align:center;text-align-last:center; }
#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd {display:block;}#gEKS7BmvT3PLHCS99APawCa6nKSTiMnd { width:17.5rem;height:auto;top:11.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #Ghh5VqanxTHe2Z6H4RDo1uNnzS9DOu8v {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #Ehqfb88SH7IVbLoDWclzhSkwkxiHNhhH {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #IingGTFUX8FsT7xoctmaUPVUZtSDAu26 {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #TPmDqTJKGS5ovyh10urcVgB2Zezi44il { display:block; }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #v4LGDmHAde5sVR5hqrCvgKB9ARzpOIVH {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #X4MuD926lmVs7eEm8D5VkukzhTpnO3DS {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #SHaUTCXlksVnmsFzv7Lr8WuKpL6z15dd { display:block; }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #R7Bdy90qSQM6azA3CrRaOcN8IZKTxLAV {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #TuZthpGiFmfZXmnwHrT5Q0T0F2Hdk2RT {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #S8ZuV1dn7uPTmDg0oEVxVMmOPUUPfVV9 { display:block; }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #dH8ePO9etSbC1izu803OwSl8Mqk66t5H {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #QUfqffvTAfGN1wFIopKFLXi17CauiZih {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #mKzFHt7SK8gwXrOM7n8dCXvBGI73QfaJ { display:block; }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #VmUy2WqAxGOEW8GGe89kyFQnFlfJQfwz {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #ADJVaEL1TyMcn0ieJJ8yvF5POUKZrX7g {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #Keq75nldX23c7pCmhfbn759gCSxIDfH6 {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #qciQN1ZQS2m4SPIUtSM0puq4ztknONIB {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #bwLIeUsDd9OX4GuDT8rnbiEDGaoHvrOq {  }
 }@media only screen and (max-width: 763px) { #gEKS7BmvT3PLHCS99APawCa6nKSTiMnd #tLm365A25SU3sIuPNt6lZzBLC8pt5bsF {  }
 }@media only screen and (max-width: 763px) { #ZJhWc0ivQ3XsAtoozwE7UIol6XUBko7F { display:flex;width:2.5rem;height:2.5rem;top:77.5625rem;left:1.6875rem; }
#ZJhWc0ivQ3XsAtoozwE7UIol6XUBko7F > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #AI6TKHy9pdJE9CTK1hyebOflJJTTqvKg { width:19.8125rem;height:1.625rem;top:74.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oIHvqmk2u0TrQhZFa5uq3Hboi7nKTe3d { display:flex;width:2.5rem;height:2.5rem;top:77.5625rem;left:6.4375rem; }
#oIHvqmk2u0TrQhZFa5uq3Hboi7nKTe3d > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Xy0BTmqfW76P5nMDI2BABbSLDO7ZKUVE { display:flex;width:2.375rem;height:2.375rem;top:77.625rem;left:10.875rem; }
#Xy0BTmqfW76P5nMDI2BABbSLDO7ZKUVE > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #F6g0qoT0HupUSQZxmbsyRtw3sG0wITeJ { display:flex;width:2.375rem;height:2.375rem;top:77.625rem;left:15.875rem; }
#F6g0qoT0HupUSQZxmbsyRtw3sG0wITeJ > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #np9v4ETqbTOGe0uX1UHwk8g0lvh020OB { width:20rem;height:6.5800625rem;top:2.4375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbyF6dtyvG12SV14E2CMXH2IUPf8lLcB { width:20rem;height:1.70605625rem;top:65.6875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CoLiKzVGLQNVyvfi1okD0cTmwKfGlCF6 { width:20rem;height:4.3872rem;top:68.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZDnNi5naPyfsHdAGw4lo5hhreGvMFKU { width:20rem;height:1.70605625rem;top:60.0625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCkwbmxyLdTU8US25ZHTwyLEXhW6NaJB { width:20rem;height:1.4624rem;top:63rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ui9UDAGhVSfEcBZxEWoHckMT6lK7qMdK { width:20rem;height:1.70605625rem;top:54.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rkoZ4RKJFGW9R5KBsNnHKPL3meKAATLy { width:20rem;height:1.4624rem;top:57.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q8m7BiKD6CaT2S69THHzpoTzCbMFvE5v { width:20rem;height:1.70605625rem;top:47.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6sCe99oQP8AB9fUdggTf6m74THAOT0o { width:20rem;height:2.9248rem;top:50.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ErRrotdJ7dLw9rd3X0wyZ9K1PqOKm8ET { width:17.6875rem;height:0.3125rem;top:80.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg8NeadJE3gZkb1CtLqBNpyt8CFs3ML3 { display:block; }#wg8NeadJE3gZkb1CtLqBNpyt8CFs3ML3 > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZ0MzG7IB8TtEazXsT2NO4ORdIQ2nbOf { width:10.6875rem;height:3.0625rem;top:2.01171875rem;left:4.65625rem;overflow:hidden;display:block; }
 }