.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#191817;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#rJ9VkiZhIXlqGAHTpWhRFhN9srCtAByB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(25,24,23,0.9);background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rJ9VkiZhIXlqGAHTpWhRFhN9srCtAByB > .row .container { background-color: transparent; background-image: none; }#rJ9VkiZhIXlqGAHTpWhRFhN9srCtAByB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJ9VkiZhIXlqGAHTpWhRFhN9srCtAByB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJ9VkiZhIXlqGAHTpWhRFhN9srCtAByB > .row .container > .video-iframe-container { display: none; }#rJ9VkiZhIXlqGAHTpWhRFhN9srCtAByB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJ9VkiZhIXlqGAHTpWhRFhN9srCtAByB > .row > .video-iframe-container { display: none; }#rJ9VkiZhIXlqGAHTpWhRFhN9srCtAByB > .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); }#rJ9VkiZhIXlqGAHTpWhRFhN9srCtAByB > .row .container { border-width: 0; border-radius: 0; }#rJ9VkiZhIXlqGAHTpWhRFhN9srCtAByB > .row > .video-iframe-container {  }#rJ9VkiZhIXlqGAHTpWhRFhN9srCtAByB > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#KTzEFtZXk8fp97TovXvldxT14VmVGVqG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:7.125rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#XkW7m8DLpAtuv24Nb7N0R0kDxXc9kLkp { background-color:#a95b2b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#dddddd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cinzel;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.8125rem;left:64.4375rem;display:block; }
#Ia1HTKZBURuSwd3Gd9PQH19T8pLic1SW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kP2T2H7Epq5LcgJlMKobhzyQRQTiIUQs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#dddddd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cinzel;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.8125rem;left:53.9375rem;display:block; }
#TTIIZFoLMQ0yybFyFpCytTFNu77asSJF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XzWC6490eV2MxlLeoasQQq4lIeHWGfkb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#dddddd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cinzel;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.8125rem;left:43.8125rem;display:block; }
#f6DHPLp5RDLzWufZIaTsZsRU70pMTTiQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#a95b2b;padding-top:0.38125rem;padding-right:0.338125rem;padding-bottom:0.38125rem;padding-left:0.338125rem;display:block;align-items:center;width:2.028125rem;min-width:2.028125rem;height:2.04875rem;position:relative;font-family:cinzel;font-size:1.525rem;font-weight:700;line-height:32.78px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og .widget-text.counter-label { background-color:;background-image:none;color:#dddddd;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.238125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.704375rem;height:0.81rem;position:relative;font-family:lato;font-size:0.571875rem;font-weight:400;line-height:12.96px;text-align:center;text-align-last:center;text-transform:none;top:-6%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:14.8125rem;height:3.859375rem;padding-top:0.47625rem;padding-right:0.483125rem;padding-bottom:0.47625rem;padding-left:0.483125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.125rem;left:25.3125rem;z-index:15005; }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #rWPPMhiB6z9E3UUSUXLSdIzkduGmtfat { display:flex;position:relative;top:0rem;left:0rem; }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #Q5Iasdh0Kt9bmNBHm14ylOdPhw4e9d9w { width:auto; }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #BeOylphyNInbA7BVvzVeu3pa0TwFM1TW {  }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #zNKBQRTQV4elqgzei2y8uatM6oUsm9ld { display:flex;position:relative;top:0rem;left:0rem; }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #kXh4cdz8VDV0mMZ3bgQNNtRFemPq6LsX {  }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #IVL22BpG2hOfh5n3aPkzneLG4HUSN3to {  }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #Rc4BT8ofPhgrbub0hKH8Rk3kXgVeovk5 { display:flex;position:relative;top:0rem;left:0rem; }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #rdDi0MAWTqaq8DkLSLWhQauuT1uP0LLs {  }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #p8bkRViJrREc9zqvOFZO3hxDFZyBoVvU {  }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #tPfORUBXVSTzM06qTDInrbmTPed5PFeh { display:flex;position:relative;top:0rem;left:0rem; }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #fPh3NgI2XesQTCW2grZywrCegUJPIJGB {  }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #oB0g4B1lTHFK0y3fb2RS92NP3gcTgCsZ {  }
#IpunIJQdNMNDZpaVuzS0GDxMwBDGae0m { color:#dddddd;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:12.875rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#NLQplnFOB0ZwHnMwuRFR2KOzeCw2K1cv { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #a95b2b;border-left:0.0625rem solid #a95b2b;border-right:0.0625rem solid #a95b2b;border-bottom:0.0625rem solid #a95b2b;height:4.0625rem;width:10.8125rem;top:0.4375rem;left:64.0625rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/85640acb-5e39-41f7-afa8-cc51f020d85d/tlowebinarinvisalignpase.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;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(0,0,0,0); }#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(0,0,0,0); }#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 > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#IKvqySg818MMbitxFNwUa4DoAX4qJEkh { color:#a95b2b;display:block;width:51.4375rem;position:absolute;font-family:cinzel;font-size:3.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:12.375rem;left:11.8125rem;height:8.9355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vVHyPBZC1tTx8Uv53RTnSuRUA5cmkFcP { color:#dddddd;display:block;width:51.4375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:21.9375rem;left:11.8125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S3SskXVoUAABE4xpKk4uoH6QKZCJIoLl { background-color:#dddddd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#191817;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cinzel;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:32.4375rem;left:17.625rem;display:block; }
#u1miOnLydETamCeinKXOeTWNU1WF93Pr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DmhEJqUJm6zdJwfBkNRDpc3BVT6GObhc { background-color:#a95b2b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#dddddd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cinzel;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.4375rem;left:40.625rem;display:block; }
#D3O0UWQtSsOWPMwtzTrke0eHFWqkNRc0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vzOJxekA7SXiZS4mFHT8E1T9Vtfyb3Wd { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;height:4.0625rem;width:17.5rem;top:32.0625rem;left:17.25rem;display:block; }
#O06iWZEhBP8Ai6o8oV9ghD1Ca19hwsPo { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #a95b2b;border-left:0.0625rem solid #a95b2b;border-right:0.0625rem solid #a95b2b;border-bottom:0.0625rem solid #a95b2b;height:4.0625rem;width:17.5rem;top:32.0625rem;left:40.25rem;display:block; }
#Vx4WUCu8lqKwRwour93Pm6iXtbOzKF5g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:39.1875rem;left:35.40625rem; }
#Vx4WUCu8lqKwRwour93Pm6iXtbOzKF5g > img { max-width: 100%;max-height:100%; }#HypIoOrOftbEpqGoXTguNVm7ZIugT578 { color:#dddddd;display:block;width:51.4375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:26.6875rem;left:11.8125rem;height:2.3369125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GoPkQWBR477D8IzumVvKgT0fbXVkOBCL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:4.5rem;top:1.34375rem;left:0rem;overflow:hidden;display:none; }
#v4oG48uuWNaxckrKOvceIoT48Pizpsv9 { color:#dddddd;display:block;width:51.4375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:9.4375rem;left:11.8125rem;height:2.3369125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ztxrL3O3Qoch5fRSHbC6TTdSuPlrLOZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ztxrL3O3Qoch5fRSHbC6TTdSuPlrLOZL > .row .container { background-color: transparent; background-image: none; }#ztxrL3O3Qoch5fRSHbC6TTdSuPlrLOZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztxrL3O3Qoch5fRSHbC6TTdSuPlrLOZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztxrL3O3Qoch5fRSHbC6TTdSuPlrLOZL > .row .container > .video-iframe-container { display: none; }#ztxrL3O3Qoch5fRSHbC6TTdSuPlrLOZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztxrL3O3Qoch5fRSHbC6TTdSuPlrLOZL > .row > .video-iframe-container { display: none; }#ztxrL3O3Qoch5fRSHbC6TTdSuPlrLOZL > .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); }#ztxrL3O3Qoch5fRSHbC6TTdSuPlrLOZL > .row .container { border-width: 0; border-radius: 0; }#ztxrL3O3Qoch5fRSHbC6TTdSuPlrLOZL > .row > .video-iframe-container {  }#ztxrL3O3Qoch5fRSHbC6TTdSuPlrLOZL > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#UIpWRpvFmyFl431toMWkEQMnPIWX9TgG { color:#a95b2b;display:block;width:29.6875rem;position:absolute;font-family:cinzel;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:10.4375rem;left:2.375rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y8Io4A8z0bJqrbMWeDiVd9m2mMtFhrZK { color:#191817;display:block;width:37.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.125rem;left:35.1875rem;height:15.870375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#y8Io4A8z0bJqrbMWeDiVd9m2mMtFhrZK li:not(:first-child){ padding-top:1.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#y8Io4A8z0bJqrbMWeDiVd9m2mMtFhrZK li:before{  }
#bBrkuOaw0Wf7I9B1MsAeOhHgAOBQ7XNJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddddd;background-image:none;position:relative;display:block; }#bBrkuOaw0Wf7I9B1MsAeOhHgAOBQ7XNJ > .row .container { background-color: transparent; background-image: none; }#bBrkuOaw0Wf7I9B1MsAeOhHgAOBQ7XNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBrkuOaw0Wf7I9B1MsAeOhHgAOBQ7XNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBrkuOaw0Wf7I9B1MsAeOhHgAOBQ7XNJ > .row .container > .video-iframe-container { display: none; }#bBrkuOaw0Wf7I9B1MsAeOhHgAOBQ7XNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBrkuOaw0Wf7I9B1MsAeOhHgAOBQ7XNJ > .row > .video-iframe-container { display: none; }#bBrkuOaw0Wf7I9B1MsAeOhHgAOBQ7XNJ > .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); }#bBrkuOaw0Wf7I9B1MsAeOhHgAOBQ7XNJ > .row .container { border-width: 0; border-radius: 0; }#bBrkuOaw0Wf7I9B1MsAeOhHgAOBQ7XNJ > .row > .video-iframe-container {  }#bBrkuOaw0Wf7I9B1MsAeOhHgAOBQ7XNJ > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#OLxupUXzW1wJ9ergA5Ne07OOCS356rq0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aa4e231a-704e-4721-9c51-4a6b686eb5c5/ProfCamilloDArcangelov1.png");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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:15.625rem;width:15.625rem;top:12.25rem;left:3.6875rem;display:block; }#OLxupUXzW1wJ9ergA5Ne07OOCS356rq0.adaptive-delivery-prevent-bg, #OLxupUXzW1wJ9ergA5Ne07OOCS356rq0.lazyload, #OLxupUXzW1wJ9ergA5Ne07OOCS356rq0.lazyloading { background-image: none; }
#Wwz7r5vAh81LJgXWsGvdRxFU5BmAIRyn { color:#a95b2b;display:block;width:29.6875rem;position:absolute;font-family:cinzel;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:22.625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rt9haVfFAALtbuMam2yE78C4qKqVEQbC { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #a95b2b;border-left:0.0625rem solid #a95b2b;border-right:0.0625rem solid #a95b2b;border-bottom:0.0625rem solid #a95b2b;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:16.875rem;width:16.875rem;top:11.5625rem;left:3rem;display:block; }
#n1TAiWnhzRFxFhchd3fUiN1B8CUZsEB5 { color:#191817;display:block;width:48.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14.5625rem;left:23.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#n1TAiWnhzRFxFhchd3fUiN1B8CUZsEB5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n1TAiWnhzRFxFhchd3fUiN1B8CUZsEB5 li:before{  }
#HWKtn81GNkguTOPdXLfAFUCsooTfuzkp { color:#a95b2b;display:block;width:37.4375rem;position:absolute;font-family:cinzel;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5625rem;left:23.125rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/85640acb-5e39-41f7-afa8-cc51f020d85d/tlowebinarinvisalignpase.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw.adaptive-delivery-prevent-bg, #xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw.lazyload, #xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw.lazyloading { background-image: none; }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw > .row .container { background-color: transparent; background-image: none; }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,24,23,0.7); }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw > .row .container > .video-iframe-container { display: none; }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,24,23,0.7); }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw > .row > .video-iframe-container { display: none; }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw > .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); }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw > .row .container { border-width: 0; border-radius: 0; }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw > .row > .video-iframe-container {  }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#XvU9Sk8gqr2i6BTQrLB9hEAblD7Uaizs { color:#a95b2b;display:block;width:34.1875rem;position:absolute;font-family:cinzel;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.0625rem;left:2.9375rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#dddddd;padding-top:0.476875rem;padding-right:0.429375rem;padding-bottom:0.476875rem;padding-left:0.429375rem;display:block;align-items:center;width:2.574375rem;min-width:2.574375rem;height:2.56375rem;position:relative;font-family:cinzel;font-size:1.90875rem;font-weight:700;line-height:41.02px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX .widget-text.counter-label { background-color:;background-image:none;color:#dddddd;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.298125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.433125rem;height:1.01375rem;position:relative;font-family:lato;font-size:0.71625rem;font-weight:400;line-height:16.22px;text-align:center;text-align-last:center;text-transform:none;top:-6%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:17.75rem;height:4.829375rem;padding-top:0.59625rem;padding-right:0.61375rem;padding-bottom:0.59625rem;padding-left:0.61375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:21.625rem;left:15.1875rem;z-index:15006; }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX #M6ptnwuw3JoTeFZ80wRDTH6RdSUWoxVQ { display:flex;position:relative;top:0rem;left:0rem; }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX #sUOtKxZu4rTNu4xdyXJfVcdBrroy85hw { width:auto; }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX #TZNsQHBvrZBmT489km28to2bODrq9Kg3 {  }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX #Id4tKvSbnSi4p1viqge0qV8VdaGZzikG { display:flex;position:relative;top:0rem;left:0rem; }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX #V9K3UGm8weEz1AA1TZiJTcqG8fToDzsu {  }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX #UMaDP2I0zTfIp9TGQNSD34F51ud9cvR4 {  }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX #HaPgB97a3FRhcfXbtzKV1txO2a3V0ngI { display:flex;position:relative;top:0rem;left:0rem; }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX #bOGnWsLpNyOK0QkgA1TDVkmDPNpShOTL {  }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX #ln6984UOhIbUSTdqAwJq14RlhVPnNmWX {  }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX #iD8coplOsh5FIGkgrAFf3QF7y4Kx58hT { display:flex;position:relative;top:0rem;left:0rem; }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX #dKaWw4dBwbz2u0Zr5JHwIXVZ6pGUAf76 {  }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX #QFXQSNOpVewZTuCPiSF4i3obbPpO3idx {  }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-form-header {  }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:26.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-input-text { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;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:26.625rem;box-sizing:border-box;height:3.125rem;color:#191817;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(61,57,53,0.15) ;font-weight:300;font-style:normal; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-input-text {padding-top: 0; padding-bottom: 0;}#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-textarea { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.625rem;box-sizing:border-box;height:3.125rem;color:#191817;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(61,57,53,0.15) ;font-weight:300;font-style:normal; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:26.625rem;box-sizing:border-box;height:2.75rem;color:#191817;font-family:lato;font-size:1rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ;font-weight:300;font-style:normal; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-input-select {padding-top: 0; padding-bottom: 0;}#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .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; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-input-button { background-color:#a95b2b;background-image:none;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.5rem;font-weight:400;color:#dddddd;width:26.625rem;height:3.75rem;font-family:cinzel;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;font-style:normal; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN [class*="-text"]:-moz-placeholder { color:#191817;font-family:lato;font-size:1rem;font-weight:300;font-style:normal; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN [class*="-text"]::-moz-placeholder { color:#191817;font-family:lato;font-size:1rem;font-weight:300;font-style:normal; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN [class*="-text"]:-ms-input-placeholder { color:#191817;font-family:lato;font-size:1rem;font-weight:300;font-style:normal; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN [class*="-text"]::-webkit-input-placeholder { color:#191817;font-family:lato;font-size:1rem;font-weight:300;font-style:normal; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.875rem;font-weight:300;color:#dddddd;vertical-align:top;width:25.375rem;overflow:hidden;font-style:normal;float:none; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .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; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-container:first-of-type{padding-top:0;}#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-container:last-of-type{padding-bottom:0;}#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0.0625rem solid #a95b2b;border-left:0.0625rem solid #a95b2b;border-right:0.0625rem solid #a95b2b;border-bottom:0.0625rem solid #a95b2b;left:43.3740234375rem;top:3.5546875rem;z-index:15009;position:absolute; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.625rem;display:block;vertical-align:top; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN {display:block;}#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0.0625rem solid #a95b2b;border-left:0.0625rem solid #a95b2b;border-right:0.0625rem solid #a95b2b;border-bottom:0.0625rem solid #a95b2b;left:43.3740234375rem;top:3.5546875rem;z-index:15009;position:absolute; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #Z5loFodrDOVBKtqv1Ogrssyo9B2eft5D { position:relative; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #EI9TpEVB1A7WTTcKCMwwmE85Rb7gci9v { position:relative;display:none; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #BbOkQqzzqUBOJb65G6Sa4yDIvL4AKiI7 { position:relative; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #fzhqwQgytait2OlNAwPfSTJKlJH5fWcT { position:relative; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #WLJlMpu47VIPePxBAT3La7dFztaHggfs { position:relative;display:none; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #puBd56EhWdKME301V2033g5IlQ1MthJ6 { position:relative; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #udwQMAS1fEeUch13Tqw2HBATii8x1SEX { position:relative; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #FVL9e8EZR0rbCCxQvkaKC7BkDRZUwTUG { position:relative;display:none; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #rqKpsiV6abraQkiIf9NVcWeStRNL1Fb7 { position:relative; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #tmD6M4KaZxOV0OEhSkIzGxwhLsIrsV59 { position:relative; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #A5Nv5ddRTxnsxK2W0oflgNW3mlwHi5HG { position:relative;display:none; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #MTr1v42TlLOHF5PrxQE60EJS3w0hZNQc { position:relative; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #s0dgFSRonUSpRWOlpul8JgmRhPoliEeU { position:relative; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #GwL9EITfbbT5cIkm8xAeTiN1N5yllMBB { position:relative;display:none; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #fXgUmqQSb4MEDXw4LL72Ufgx6boI1tIl { position:relative; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #CTJ49UthGBZwoQ2gJpA3S2vsO1okg6F9 { position:relative; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #WnZCavwlTo0cucPaHXvrCNBrhv4AACGa { position:relative;display:none; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #l9m0g5ZWgpw5i74qqLPwcy3dPbCxeFxF { position:relative; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #qL7WDQEboCtRvh7EyfTJhaHstTrzrx4N { position:relative; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #p3GzKdHPUKQErpDn6XmbuTSk4qEpadOQ { position:relative;z-index:2; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #bU5ltvFILKSrrd4FRtThO51s3UsO9B2L { position:relative; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #R2psxRJDlpO29aHmiUOqQEt3dGvfP0KL { position:relative; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #eT95vwSZEsw4rMENQBsgWCSshAFEXSyN { position:relative; }
#HeXecmikeBdrZEVHf5v3QOy0SX9QQJDl { color:#dddddd;display:block;width:12.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:23.4375rem;left:2.9375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t94tQEm2I2iJiT7T91fgnq3x0QHVlBel { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191817;background-image:none;position:relative;display:block; }#t94tQEm2I2iJiT7T91fgnq3x0QHVlBel > .row .container { background-color: transparent; background-image: none; }#t94tQEm2I2iJiT7T91fgnq3x0QHVlBel::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t94tQEm2I2iJiT7T91fgnq3x0QHVlBel > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t94tQEm2I2iJiT7T91fgnq3x0QHVlBel > .row .container > .video-iframe-container { display: none; }#t94tQEm2I2iJiT7T91fgnq3x0QHVlBel > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t94tQEm2I2iJiT7T91fgnq3x0QHVlBel > .row > .video-iframe-container { display: none; }#t94tQEm2I2iJiT7T91fgnq3x0QHVlBel > .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); }#t94tQEm2I2iJiT7T91fgnq3x0QHVlBel > .row .container { border-width: 0; border-radius: 0; }#t94tQEm2I2iJiT7T91fgnq3x0QHVlBel > .row > .video-iframe-container {  }#t94tQEm2I2iJiT7T91fgnq3x0QHVlBel > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#IgTrcrHCrwb8dobiRsW4q2TqGtenJnzy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:4.5625rem;top:1.1875rem;left:70.4375rem;overflow:hidden;display:block; }
#DBD5OTTfT8yBmMoy58uwC5BCIZOlNkB9 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:5.2495125rem;top:1.5625rem;left:5.2490234375rem;overflow:hidden;display:block; }
#qE3DnWEnF43wrPHAoQr4wx6hA1swA2iG { color:#ffffff;display:block;width:5.7492375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.85546875rem;left:0rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cUfqRT1t9KStytunLCT03pGvqbO6wdS1 { position:relative;display:none; }#cUfqRT1t9KStytunLCT03pGvqbO6wdS1 { border-width: 0; border-radius: 0; }#cUfqRT1t9KStytunLCT03pGvqbO6wdS1 > .row .container > .video-iframe-container {  }#cUfqRT1t9KStytunLCT03pGvqbO6wdS1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#BSNT9wFiey5idvzTJi9GNRW6EvyurgTt { background-color:#dddddd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#191817;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cinzel;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:32.4375rem;left:17.625rem;display:none; }
#SiNNwBXLaIC07pN47M1ETbnaWZ4VQLUn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pdyJO3uscvyDpdTSfJ4FktTyPDwflJnS { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;height:4.0625rem;width:17.5rem;top:32.0625rem;left:17.25rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rJ9VkiZhIXlqGAHTpWhRFhN9srCtAByB { display:block; }#rJ9VkiZhIXlqGAHTpWhRFhN9srCtAByB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTzEFtZXk8fp97TovXvldxT14VmVGVqG { width:7.125rem;height:3.5625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkW7m8DLpAtuv24Nb7N0R0kDxXc9kLkp { width:10.1875rem;height:3.4375rem;top:0.8125rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia1HTKZBURuSwd3Gd9PQH19T8pLic1SW { display:block; }
 }@media only screen and (max-width: 763px) { #kP2T2H7Epq5LcgJlMKobhzyQRQTiIUQs { width:10.1875rem;height:3.4375rem;top:0.8125rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTIIZFoLMQ0yybFyFpCytTFNu77asSJF { display:block; }
 }@media only screen and (max-width: 763px) { #XzWC6490eV2MxlLeoasQQq4lIeHWGfkb { width:10.1875rem;height:3.4375rem;top:0.8125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6DHPLp5RDLzWufZIaTsZsRU70pMTTiQ { display:block; }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og { display:flex;width:18rem;height:5.0625rem;top:0.125rem;left:11.6875rem; }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #rWPPMhiB6z9E3UUSUXLSdIzkduGmtfat { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #Q5Iasdh0Kt9bmNBHm14ylOdPhw4e9d9w {  }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #BeOylphyNInbA7BVvzVeu3pa0TwFM1TW {  }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #zNKBQRTQV4elqgzei2y8uatM6oUsm9ld { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #kXh4cdz8VDV0mMZ3bgQNNtRFemPq6LsX {  }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #IVL22BpG2hOfh5n3aPkzneLG4HUSN3to {  }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #Rc4BT8ofPhgrbub0hKH8Rk3kXgVeovk5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #rdDi0MAWTqaq8DkLSLWhQauuT1uP0LLs {  }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #p8bkRViJrREc9zqvOFZO3hxDFZyBoVvU {  }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #tPfORUBXVSTzM06qTDInrbmTPed5PFeh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #fPh3NgI2XesQTCW2grZywrCegUJPIJGB {  }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #oB0g4B1lTHFK0y3fb2RS92NP3gcTgCsZ {  }
 }@media only screen and (max-width: 763px) { #IpunIJQdNMNDZpaVuzS0GDxMwBDGae0m { width:12.5rem;height:1.25rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLQplnFOB0ZwHnMwuRFR2KOzeCw2K1cv { width:10.8125rem;height:4.0625rem;top:0.4375rem;left:36.8125rem;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) { #IKvqySg818MMbitxFNwUa4DoAX4qJEkh { width:47.75rem;height:8.9375rem;top:12.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVHyPBZC1tTx8Uv53RTnSuRUA5cmkFcP { width:47.75rem;height:1.75rem;top:21.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3SskXVoUAABE4xpKk4uoH6QKZCJIoLl { width:16.875rem;height:3.4375rem;top:32.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1miOnLydETamCeinKXOeTWNU1WF93Pr { display:block; }
 }@media only screen and (max-width: 763px) { #DmhEJqUJm6zdJwfBkNRDpc3BVT6GObhc { width:16.875rem;height:3.4375rem;top:32.4375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3O0UWQtSsOWPMwtzTrke0eHFWqkNRc0 { display:block; }
 }@media only screen and (max-width: 763px) { #vzOJxekA7SXiZS4mFHT8E1T9Vtfyb3Wd { width:17.5rem;height:4.0625rem;top:32.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O06iWZEhBP8Ai6o8oV9ghD1Ca19hwsPo { width:17.5rem;height:4.0625rem;top:32.0625rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx4WUCu8lqKwRwour93Pm6iXtbOzKF5g { width:4.1875rem;height:4.1875rem;top:39.1875rem;left:21.78125rem;display:block; }
#Vx4WUCu8lqKwRwour93Pm6iXtbOzKF5g > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #HypIoOrOftbEpqGoXTguNVm7ZIugT578 { width:47.75rem;height:2.3125rem;top:26.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoPkQWBR477D8IzumVvKgT0fbXVkOBCL { width:4.5rem;height:2.375rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4oG48uuWNaxckrKOvceIoT48Pizpsv9 { width:47.75rem;height:2.3125rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztxrL3O3Qoch5fRSHbC6TTdSuPlrLOZL { display:block; }#ztxrL3O3Qoch5fRSHbC6TTdSuPlrLOZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIpWRpvFmyFl431toMWkEQMnPIWX9TgG { width:29.6875rem;height:7.3125rem;top:10.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8Io4A8z0bJqrbMWeDiVd9m2mMtFhrZK { width:37.4375rem;height:15.875rem;top:6.125rem;left:10.3125rem;font-size:1.125rem;display:block; }#y8Io4A8z0bJqrbMWeDiVd9m2mMtFhrZK li:before{  }
 }@media only screen and (max-width: 763px) { #bBrkuOaw0Wf7I9B1MsAeOhHgAOBQ7XNJ { display:block; }#bBrkuOaw0Wf7I9B1MsAeOhHgAOBQ7XNJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLxupUXzW1wJ9ergA5Ne07OOCS356rq0 { width:15.625rem;height:15.625rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwz7r5vAh81LJgXWsGvdRxFU5BmAIRyn { width:29.6875rem;height:3.625rem;top:4.5rem;left:9rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt9haVfFAALtbuMam2yE78C4qKqVEQbC { width:16.875rem;height:16.875rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1TAiWnhzRFxFhchd3fUiN1B8CUZsEB5 { width:47.75rem;height:;top:14.5625rem;left:0rem;font-size:1rem;display:block; }#n1TAiWnhzRFxFhchd3fUiN1B8CUZsEB5 li:before{  }
 }@media only screen and (max-width: 763px) { #HWKtn81GNkguTOPdXLfAFUCsooTfuzkp { width:37.4375rem;height:1.9375rem;top:11.5625rem;left:9.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw { display:block; }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvU9Sk8gqr2i6BTQrLB9hEAblD7Uaizs { width:34.1875rem;height:7.3125rem;top:14.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX { display:flex;width:18rem;height:5.0625rem;top:0.125rem;left:11.6875rem; }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #M6ptnwuw3JoTeFZ80wRDTH6RdSUWoxVQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #sUOtKxZu4rTNu4xdyXJfVcdBrroy85hw {  }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #TZNsQHBvrZBmT489km28to2bODrq9Kg3 {  }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #Id4tKvSbnSi4p1viqge0qV8VdaGZzikG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #V9K3UGm8weEz1AA1TZiJTcqG8fToDzsu {  }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #UMaDP2I0zTfIp9TGQNSD34F51ud9cvR4 {  }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #HaPgB97a3FRhcfXbtzKV1txO2a3V0ngI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #bOGnWsLpNyOK0QkgA1TDVkmDPNpShOTL {  }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #ln6984UOhIbUSTdqAwJq14RlhVPnNmWX {  }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #iD8coplOsh5FIGkgrAFf3QF7y4Kx58hT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #dKaWw4dBwbz2u0Zr5JHwIXVZ6pGUAf76 {  }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #QFXQSNOpVewZTuCPiSF4i3obbPpO3idx {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-regular-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-input-text { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-input-text {padding-top: 0; padding-bottom: 0;}#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-textarea { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-input-select { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-input-select {padding-top: 0; padding-bottom: 0;}#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-input-button { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-checkbox-label { width:26.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN  { width:28rem;height:auto;top:0rem;left:17.25rem; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .radio-container { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN {display:block;}#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN { width:28rem;height:auto;top:0rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #Z5loFodrDOVBKtqv1Ogrssyo9B2eft5D {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #EI9TpEVB1A7WTTcKCMwwmE85Rb7gci9v { display:none; }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #BbOkQqzzqUBOJb65G6Sa4yDIvL4AKiI7 {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #fzhqwQgytait2OlNAwPfSTJKlJH5fWcT {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #WLJlMpu47VIPePxBAT3La7dFztaHggfs { display:none; }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #puBd56EhWdKME301V2033g5IlQ1MthJ6 {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #udwQMAS1fEeUch13Tqw2HBATii8x1SEX {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #FVL9e8EZR0rbCCxQvkaKC7BkDRZUwTUG { display:none; }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #rqKpsiV6abraQkiIf9NVcWeStRNL1Fb7 {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #tmD6M4KaZxOV0OEhSkIzGxwhLsIrsV59 {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #A5Nv5ddRTxnsxK2W0oflgNW3mlwHi5HG { display:none; }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #MTr1v42TlLOHF5PrxQE60EJS3w0hZNQc {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #s0dgFSRonUSpRWOlpul8JgmRhPoliEeU {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #GwL9EITfbbT5cIkm8xAeTiN1N5yllMBB { display:none; }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #fXgUmqQSb4MEDXw4LL72Ufgx6boI1tIl {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #CTJ49UthGBZwoQ2gJpA3S2vsO1okg6F9 {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #WnZCavwlTo0cucPaHXvrCNBrhv4AACGa { display:none; }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #l9m0g5ZWgpw5i74qqLPwcy3dPbCxeFxF {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #qL7WDQEboCtRvh7EyfTJhaHstTrzrx4N {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #p3GzKdHPUKQErpDn6XmbuTSk4qEpadOQ { z-index:2; }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #bU5ltvFILKSrrd4FRtThO51s3UsO9B2L {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #R2psxRJDlpO29aHmiUOqQEt3dGvfP0KL {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #eT95vwSZEsw4rMENQBsgWCSshAFEXSyN {  }
 }@media only screen and (max-width: 763px) { #HeXecmikeBdrZEVHf5v3QOy0SX9QQJDl { width:12.375rem;height:2.4375rem;top:23.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t94tQEm2I2iJiT7T91fgnq3x0QHVlBel { display:block; }#t94tQEm2I2iJiT7T91fgnq3x0QHVlBel > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgTrcrHCrwb8dobiRsW4q2TqGtenJnzy { width:4.5625rem;height:2.3125rem;top:1.1875rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBD5OTTfT8yBmMoy58uwC5BCIZOlNkB9 { width:5.1875rem;height:1.5440421848696rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE3DnWEnF43wrPHAoQr4wx6hA1swA2iG { top:1.8125rem;left:0rem;width:5.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUfqRT1t9KStytunLCT03pGvqbO6wdS1 { display:none; }#cUfqRT1t9KStytunLCT03pGvqbO6wdS1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BSNT9wFiey5idvzTJi9GNRW6EvyurgTt { width:16.875rem;height:3.4375rem;top:32.4375rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #SiNNwBXLaIC07pN47M1ETbnaWZ4VQLUn { display:block; }
 }@media only screen and (max-width: 763px) { #pdyJO3uscvyDpdTSfJ4FktTyPDwflJnS { width:17.5rem;height:4.0625rem;top:32.0625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rJ9VkiZhIXlqGAHTpWhRFhN9srCtAByB { position:relative;z-index:auto;display:none; }#rJ9VkiZhIXlqGAHTpWhRFhN9srCtAByB > .row .container { width:20rem;height:38.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KTzEFtZXk8fp97TovXvldxT14VmVGVqG { width:2.5625rem;height:1.3125rem;top:12.7025rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkW7m8DLpAtuv24Nb7N0R0kDxXc9kLkp { width:10.1875rem;height:3.4375rem;top:28.25230625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia1HTKZBURuSwd3Gd9PQH19T8pLic1SW { display:block; }
 }@media only screen and (max-width: 763px) { #kP2T2H7Epq5LcgJlMKobhzyQRQTiIUQs { width:10.1875rem;height:3.4375rem;top:23.56480625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTIIZFoLMQ0yybFyFpCytTFNu77asSJF { display:block; }
 }@media only screen and (max-width: 763px) { #XzWC6490eV2MxlLeoasQQq4lIeHWGfkb { width:10.1875rem;height:3.4375rem;top:18.87730625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6DHPLp5RDLzWufZIaTsZsRU70pMTTiQ { display:block; }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og { display:flex;width:18rem;height:5.0625rem;top:5.4375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #rWPPMhiB6z9E3UUSUXLSdIzkduGmtfat { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #Q5Iasdh0Kt9bmNBHm14ylOdPhw4e9d9w {  }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #BeOylphyNInbA7BVvzVeu3pa0TwFM1TW {  }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #zNKBQRTQV4elqgzei2y8uatM6oUsm9ld { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #kXh4cdz8VDV0mMZ3bgQNNtRFemPq6LsX {  }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #IVL22BpG2hOfh5n3aPkzneLG4HUSN3to {  }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #Rc4BT8ofPhgrbub0hKH8Rk3kXgVeovk5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #rdDi0MAWTqaq8DkLSLWhQauuT1uP0LLs {  }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #p8bkRViJrREc9zqvOFZO3hxDFZyBoVvU {  }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #tPfORUBXVSTzM06qTDInrbmTPed5PFeh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #fPh3NgI2XesQTCW2grZywrCegUJPIJGB {  }
 }@media only screen and (max-width: 763px) { #x7bVQ8LCuCTu83Guz18N5P2aoMQ0C8Og #oB0g4B1lTHFK0y3fb2RS92NP3gcTgCsZ {  }
 }@media only screen and (max-width: 763px) { #IpunIJQdNMNDZpaVuzS0GDxMwBDGae0m { width:12.5rem;height:1.29980625rem;top:16.3275rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLQplnFOB0ZwHnMwuRFR2KOzeCw2K1cv { width:10.8125rem;height:4.0625rem;top:32.939453125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:#191817;background-image:url("https://images.assets-landingi.com/uc/8a57e444-ad05-48ba-9299-0220073b6b55/tlowebinarinvisalignpasemobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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(0,0,0,0); }#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(0,0,0,0); }#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:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKvqySg818MMbitxFNwUa4DoAX4qJEkh { width:20rem;height:9.75rem;top:10.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVHyPBZC1tTx8Uv53RTnSuRUA5cmkFcP { width:16.5rem;height:2.92480625rem;top:20.875rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3SskXVoUAABE4xpKk4uoH6QKZCJIoLl { width:16.875rem;height:3.4375rem;top:33.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1miOnLydETamCeinKXOeTWNU1WF93Pr { display:block; }
 }@media only screen and (max-width: 763px) { #DmhEJqUJm6zdJwfBkNRDpc3BVT6GObhc { width:16.875rem;height:3.4375rem;top:27.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3O0UWQtSsOWPMwtzTrke0eHFWqkNRc0 { display:block; }
 }@media only screen and (max-width: 763px) { #vzOJxekA7SXiZS4mFHT8E1T9Vtfyb3Wd { width:17.5rem;height:4.0625rem;top:32.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O06iWZEhBP8Ai6o8oV9ghD1Ca19hwsPo { width:17.5rem;height:4.0625rem;top:27.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx4WUCu8lqKwRwour93Pm6iXtbOzKF5g { width:3.0625rem;height:3.0625rem;top:39.625rem;left:8.5rem;display:block; }
#Vx4WUCu8lqKwRwour93Pm6iXtbOzKF5g > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #HypIoOrOftbEpqGoXTguNVm7ZIugT578 { width:20rem;height:1.69970625rem;top:24.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoPkQWBR477D8IzumVvKgT0fbXVkOBCL { width:6.3125rem;height:3.25rem;top:1.625rem;left:6.84375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v4oG48uuWNaxckrKOvceIoT48Pizpsv9 { width:20rem;height:3.3994125rem;top:6.0234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztxrL3O3Qoch5fRSHbC6TTdSuPlrLOZL { display:block; }#ztxrL3O3Qoch5fRSHbC6TTdSuPlrLOZL > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIpWRpvFmyFl431toMWkEQMnPIWX9TgG { width:20rem;height:4.2246125rem;top:4.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8Io4A8z0bJqrbMWeDiVd9m2mMtFhrZK { width:20rem;height:22.01125rem;top:10.38671875rem;left:0rem;font-size:1.125rem;display:block; }#y8Io4A8z0bJqrbMWeDiVd9m2mMtFhrZK li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#y8Io4A8z0bJqrbMWeDiVd9m2mMtFhrZK li:before{  }
 }@media only screen and (max-width: 763px) { #bBrkuOaw0Wf7I9B1MsAeOhHgAOBQ7XNJ { display:block; }#bBrkuOaw0Wf7I9B1MsAeOhHgAOBQ7XNJ > .row .container { width:20rem;height:81.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLxupUXzW1wJ9ergA5Ne07OOCS356rq0 { width:15.625rem;height:15.625rem;top:8.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwz7r5vAh81LJgXWsGvdRxFU5BmAIRyn { width:20rem;height:2.11230625rem;top:3.73681640625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt9haVfFAALtbuMam2yE78C4qKqVEQbC { width:16.875rem;height:16.875rem;top:7.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1TAiWnhzRFxFhchd3fUiN1B8CUZsEB5 { width:20rem;height:47.318375rem;top:29.75rem;left:0rem;font-size:1rem;display:block; }#n1TAiWnhzRFxFhchd3fUiN1B8CUZsEB5 li:before{  }
 }@media only screen and (max-width: 763px) { #HWKtn81GNkguTOPdXLfAFUCsooTfuzkp { width:20rem;height:1.625rem;top:27.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw { background-color:rgba(25,24,23,0.7);background-image:url("https://images.assets-landingi.com/uc/8a57e444-ad05-48ba-9299-0220073b6b55/tlowebinarinvisalignpasemobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw.adaptive-delivery-prevent-bg, #xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw.lazyload, #xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw.lazyloading { background-image: none; }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw > .row .container { background-color: transparent; background-image: none; }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw > .row .container > .video-iframe-container { display: none; }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw > .row > .video-iframe-container { display: none; }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw > .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); }#xpzdXriVmlgd9ko4fE3aXVtNuZTaJ1nw > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvU9Sk8gqr2i6BTQrLB9hEAblD7Uaizs { width:20rem;height:4.2246125rem;top:5.0048828125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX .widget-text.counter-number { padding-top:0.42rem;padding-right:0.373125rem;padding-bottom:0.42rem;padding-left:0.373125rem;width:2.238125rem;min-width:2.238125rem;height:2.2575rem;font-size:1.68rem;line-height:36.12px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.984375rem;height:0.8925rem;font-size:0.63rem;line-height:14.28px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#APepvQaul7TmrQ3lsKuhU31hd47CamBX { display:flex;width:15.375rem;height:4.25rem;top:13rem;left:1.78857421875rem;padding-top:0.500625rem;padding-right:0.523125rem;padding-bottom:0.500625rem;padding-left:0.523125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #M6ptnwuw3JoTeFZ80wRDTH6RdSUWoxVQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #sUOtKxZu4rTNu4xdyXJfVcdBrroy85hw {  }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #TZNsQHBvrZBmT489km28to2bODrq9Kg3 {  }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #Id4tKvSbnSi4p1viqge0qV8VdaGZzikG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #V9K3UGm8weEz1AA1TZiJTcqG8fToDzsu {  }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #UMaDP2I0zTfIp9TGQNSD34F51ud9cvR4 {  }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #HaPgB97a3FRhcfXbtzKV1txO2a3V0ngI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #bOGnWsLpNyOK0QkgA1TDVkmDPNpShOTL {  }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #ln6984UOhIbUSTdqAwJq14RlhVPnNmWX {  }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #iD8coplOsh5FIGkgrAFf3QF7y4Kx58hT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #dKaWw4dBwbz2u0Zr5JHwIXVZ6pGUAf76 {  }
 }@media only screen and (max-width: 763px) { #APepvQaul7TmrQ3lsKuhU31hd47CamBX #QFXQSNOpVewZTuCPiSF4i3obbPpO3idx {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-input-text {padding-top: 0; padding-bottom: 0;}#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-input-select {padding-top: 0; padding-bottom: 0;}#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN  { width:17.375rem;height:auto;top:20.3173828125rem;left:0rem;background-color:transparent;background-image:none; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN {display:block;}#G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN { width:17.375rem;height:auto;top:20.3173828125rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #Z5loFodrDOVBKtqv1Ogrssyo9B2eft5D {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #EI9TpEVB1A7WTTcKCMwwmE85Rb7gci9v { display:none; }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #BbOkQqzzqUBOJb65G6Sa4yDIvL4AKiI7 {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #fzhqwQgytait2OlNAwPfSTJKlJH5fWcT {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #WLJlMpu47VIPePxBAT3La7dFztaHggfs { display:none; }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #puBd56EhWdKME301V2033g5IlQ1MthJ6 {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #udwQMAS1fEeUch13Tqw2HBATii8x1SEX {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #FVL9e8EZR0rbCCxQvkaKC7BkDRZUwTUG { display:none; }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #rqKpsiV6abraQkiIf9NVcWeStRNL1Fb7 {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #tmD6M4KaZxOV0OEhSkIzGxwhLsIrsV59 {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #A5Nv5ddRTxnsxK2W0oflgNW3mlwHi5HG { display:none; }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #MTr1v42TlLOHF5PrxQE60EJS3w0hZNQc {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #s0dgFSRonUSpRWOlpul8JgmRhPoliEeU {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #GwL9EITfbbT5cIkm8xAeTiN1N5yllMBB { display:none; }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #fXgUmqQSb4MEDXw4LL72Ufgx6boI1tIl {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #CTJ49UthGBZwoQ2gJpA3S2vsO1okg6F9 {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #WnZCavwlTo0cucPaHXvrCNBrhv4AACGa { display:none; }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #l9m0g5ZWgpw5i74qqLPwcy3dPbCxeFxF {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #qL7WDQEboCtRvh7EyfTJhaHstTrzrx4N {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #p3GzKdHPUKQErpDn6XmbuTSk4qEpadOQ { z-index:2; }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #bU5ltvFILKSrrd4FRtThO51s3UsO9B2L {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #R2psxRJDlpO29aHmiUOqQEt3dGvfP0KL {  }
 }@media only screen and (max-width: 763px) { #G8U0QR42lqO9PLTtKGzuZfz58N9aO4mN #eT95vwSZEsw4rMENQBsgWCSshAFEXSyN {  }
 }@media only screen and (max-width: 763px) { #HeXecmikeBdrZEVHf5v3QOy0SX9QQJDl { width:12.375rem;height:1.94970625rem;top:9.92822265625rem;left:3.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t94tQEm2I2iJiT7T91fgnq3x0QHVlBel { display:block; }#t94tQEm2I2iJiT7T91fgnq3x0QHVlBel > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgTrcrHCrwb8dobiRsW4q2TqGtenJnzy { width:5.1875rem;height:2.4375rem;top:0.81201171875rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBD5OTTfT8yBmMoy58uwC5BCIZOlNkB9 { width:5.1875rem;height:1.5440256402014rem;top:6.59939375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE3DnWEnF43wrPHAoQr4wx6hA1swA2iG { width:5.68739375rem;height:0.9746125rem;top:4.375rem;left:7.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cUfqRT1t9KStytunLCT03pGvqbO6wdS1 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#cUfqRT1t9KStytunLCT03pGvqbO6wdS1 { background-color: transparent; background-image: none; }#cUfqRT1t9KStytunLCT03pGvqbO6wdS1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUfqRT1t9KStytunLCT03pGvqbO6wdS1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUfqRT1t9KStytunLCT03pGvqbO6wdS1 > .row .container > .video-iframe-container { display: none; }#cUfqRT1t9KStytunLCT03pGvqbO6wdS1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUfqRT1t9KStytunLCT03pGvqbO6wdS1 > .row > .video-iframe-container { display: none; }#cUfqRT1t9KStytunLCT03pGvqbO6wdS1 > .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); }#cUfqRT1t9KStytunLCT03pGvqbO6wdS1 > .row .container { width:20rem;background-color:transparent;background-image:none;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSNT9wFiey5idvzTJi9GNRW6EvyurgTt { width:16.875rem;height:3.4375rem;top:0.375rem;left:1.5625rem;z-index:15004;background-color:#a95b2b;background-image:none;color:#dddddd;display:block; }
 }@media only screen and (max-width: 763px) { #SiNNwBXLaIC07pN47M1ETbnaWZ4VQLUn { display:block; }
 }@media only screen and (max-width: 763px) { #pdyJO3uscvyDpdTSfJ4FktTyPDwflJnS { width:17.5rem;height:4.0625rem;top:0rem;left:1.25rem;z-index:15001;border-top:0.0625rem solid #a95b2b;border-left:0.0625rem solid #a95b2b;border-right:0.0625rem solid #a95b2b;border-bottom:0.0625rem solid #a95b2b;display:block; }
 }