.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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5aa2186a-1b1d-4395-ad24-c41e84b9526b/marble.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ.adaptive-delivery-prevent-bg, #VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ.lazyload, #VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ.lazyloading { background-image: none; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row .container { background-color: transparent; background-image: none; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.43); }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row .container > .video-iframe-container { display: none; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.43); }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row > .video-iframe-container { display: none; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .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); }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row .container { border-width: 0; border-radius: 0; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#pQfoLo3fnKgFtmE8FMMT5vKk2zEy6PHC { 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:5.6875rem;width:9.9375rem;top:0.78125rem;left:0.5625rem;overflow:hidden;display:block; }
#L8J5n1DnTmhyTrd6LS9I2ybcCZyDU98r { color:#767676;display:block;width:15.9375rem;position:absolute;font-family:avenirnext;font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.34375rem;left:58.0625rem;height:2.5625rem;text-align:right;text-align-last:right;display:block; }
#kBfW3CTPqKf9LaolReSJC3W66utOWDsH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c9e553ec-f341-4f73-a92e-9c5755cad7e7/iStock1323528785aimodified448b19ec936340e6b7e9e3057fa802e0.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH.adaptive-delivery-prevent-bg, #kBfW3CTPqKf9LaolReSJC3W66utOWDsH.lazyload, #kBfW3CTPqKf9LaolReSJC3W66utOWDsH.lazyloading { background-image: none; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container { background-color: transparent; background-image: none; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.21); }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container > .video-iframe-container { display: none; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.21); }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row > .video-iframe-container { display: none; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .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); }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container { border-width: 0; border-radius: 0; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#AqeoJc4wnGzAtyvSzBW8ZN0XSv5UbTEK { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:avenirnext;font-size:4.6875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:6.23046875rem;left:0rem;height:9.875rem;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; }
#BPAVtntlGg2TwLSngF0bdayq5ytqgtkX { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:gotham;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.6875rem;left:0rem;height:6.5rem;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; }
#z2xKz2bJSfQhbD7XdPdL2XLMMMTnRop4 { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.54);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:24.1875rem;top:4.4375rem;left:48.375rem;display:block; }
#SFzaQauTs984QpPVtalfdxrvIso99qbT { color:#000000;display:block;width:16.625rem;position:absolute;font-family:avenirnext;font-size:1.6875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:5.8125rem;left:52.1875rem;height:3.9609375rem;text-align:center;text-align-last:center;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; }
#RbXraPqB0bxr7O3Jy2PJTvNchESfPR7e { color:#ffffff;display:block;width:40.375rem;position:absolute;font-family:avenirnext;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.1875rem;left:0rem;height:2.4375rem;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; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-form-header {  }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.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; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;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:19.625rem;box-sizing:border-box;height:2.5625rem;color:#454547;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;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:19.625rem;box-sizing:border-box;height:4.375rem;color:#454547;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;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:19.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .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; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-input-button { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#dec476;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.25rem;font-weight:400;color:#000000;width:19.625rem;height:3.125rem;font-family:avenirnext;overflow:hidden;font-style:normal; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 [class*="-text"]:-moz-placeholder { color:#1e1e21;font-family:gotham;font-size:0.875rem; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 [class*="-text"]::-moz-placeholder { color:#1e1e21;font-family:gotham;font-size:0.875rem; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 [class*="-text"]:-ms-input-placeholder { color:#1e1e21;font-family:gotham;font-size:0.875rem; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 [class*="-text"]::-webkit-input-placeholder { color:#1e1e21;font-family:gotham;font-size:0.875rem; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .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:#ffffff;vertical-align:top;width:18.4375rem;overflow:hidden;font-style:normal;float:none; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .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; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .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; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-container:first-of-type{padding-top:0;}#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-container:last-of-type{padding-bottom:0;}#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.875rem;left:49.4375rem; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.625rem;display:block;vertical-align:top; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 {display:block;}#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.875rem;left:49.4375rem; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #onJ41vNzv459wpRgEr18iHgG3bA0EhQQ { position:relative; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #qsvySAyQTDGUD3e5lCaUSAEnof4fZa3M { position:relative;display:none; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #IEbkvX1XKMsNgFNz90mIDFMWckKTApBP { position:relative; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #TfNrz8Z9qHpcnElruDoPsiiBXsv4V3C6 { position:relative; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #TEgEsHX2zq1XieaqIroVdgnxSXVTLKRM { position:relative;display:none; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #snfaim2uzVfJITP5mIPK3uA8Txt8Fb2f { position:relative; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #f1GR4kaiN9hU0aCls9H65H6IFwC7psNP { position:relative; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #E4iAU45htKfHXbxRDCu9m1XHc16Ntnqb { position:relative;display:none; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #yUU2ONeEDuL54WQrTTTQ4qBXIzvTe6zv { position:relative; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #U21c3F2zetcK29AwzO8ml3Z2FygiurwD { position:relative; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #fgpl4R1119mCplzNCI8Gfwi0UR1oiQvn { position:relative;display:none; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #MdrR9W2TyBQ4aovQ8e24UQW1O3mmsKFb { position:relative; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #h3Ug8uVdlEH3sqAburPyTpVXza0TipS2 { position:relative; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #VAra794QBpD4oc8cU97Wat70xBUTTl8Z { position:relative;display:none; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #L5SHDeMBvObc1LGxwKngGcrKTUtOHo8b { position:relative; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #pVPU7t6d79JcGhbQ7eQhHgFKHS0qXA4f { position:relative; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #eA3uhzwpwA0sApCR6t3IPOoWSSEbAiXb { position:relative; }
#fTeLZbpoCPtBNLRyNL7h8hgxzJUUXSfE { border-top:0.625rem solid #dec476;border-left:0.625rem solid #dec476;border-right:0.625rem solid #dec476;border-bottom:0.625rem solid #dec476;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; }#fTeLZbpoCPtBNLRyNL7h8hgxzJUUXSfE > .row .container { background-color: transparent; background-image: none; }#fTeLZbpoCPtBNLRyNL7h8hgxzJUUXSfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTeLZbpoCPtBNLRyNL7h8hgxzJUUXSfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTeLZbpoCPtBNLRyNL7h8hgxzJUUXSfE > .row .container > .video-iframe-container { display: none; }#fTeLZbpoCPtBNLRyNL7h8hgxzJUUXSfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTeLZbpoCPtBNLRyNL7h8hgxzJUUXSfE > .row > .video-iframe-container { display: none; }#fTeLZbpoCPtBNLRyNL7h8hgxzJUUXSfE > .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); }#fTeLZbpoCPtBNLRyNL7h8hgxzJUUXSfE > .row .container { border-width: 0; border-radius: 0; }#fTeLZbpoCPtBNLRyNL7h8hgxzJUUXSfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTeLZbpoCPtBNLRyNL7h8hgxzJUUXSfE > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#flMwLJowommy7WFru9LtcgcXTQWoesql { color:#000000;display:block;width:48.125rem;position:absolute;font-family:avenirnext;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:13.4375rem;height:3.25rem;text-align:center;text-align-last:center;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; }
#LV5sAv8pDubbBi9e0Tyhy2kXQZSd2aD1 { color:#000000;display:block;width:57.0625rem;position:absolute;font-family:avenirnext;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4375rem;left:9rem;height:2.51855625rem;text-align:center;text-align-last:center;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; }
#IJ5uQyzg7q3zw4E8S4mb0qXKOlL8C50e { color:#000000;display:block;width:48.125rem;position:absolute;font-family:avenirnext;font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.1875rem;left:13.4375rem;height:1.0371125rem;text-align:center;text-align-last:center;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; }
#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu { position:relative;display:block; }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu { background-color: transparent; background-image: none; }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .row .container > .video-iframe-container { display: none; }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .row > .video-iframe-container { display: none; }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .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); }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu { border-width: 0; border-radius: 0; }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .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:47.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ValFoytZ4adC6aV01NF22Z1K3UgiTXbO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.25) ;height:26.6875rem;width:26.5rem;top:10.25rem;left:7.875rem;overflow:hidden;display:block; }
#cLSKGwxIJBAqHRpGtTgpvszH5m1DRvpr { background-color:#dec476;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenirnext;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:32.125rem;left:45.75rem;display:block; }
#lPdHUzGyw3Xh8GdReOarTd8Fmru6dc3Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMWRVbkIMVu747xy6wHh58WuJrm4VGfz { color:#767676;display:block;width:37.5rem;position:absolute;font-family:avenirnext;font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9rem;left:37.5rem;height:3.8999rem;text-align:center;text-align-last:center;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; }
#l4TqKrLpbsWFGdN2i3DiwXJCwK6Nl5oW { color:#000000;display:block;width:33.75rem;position:absolute;font-family:avenirnext;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.75rem;left:39.375rem;height:15.4296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MCfWSVMdTkfzv1HyrSJ72B3iclP6PGcy { 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:28.9375rem;width:24.4375rem;top:6.25rem;left:3.125rem;overflow:hidden;display:block; }
#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5aa2186a-1b1d-4395-ad24-c41e84b9526b/marble.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA.adaptive-delivery-prevent-bg, #kf8yLldQGVTgSagZH4ZkFSf10LrmakDA.lazyload, #kf8yLldQGVTgSagZH4ZkFSf10LrmakDA.lazyloading { background-image: none; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row .container { background-color: transparent; background-image: none; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row .container > .video-iframe-container { display: none; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row > .video-iframe-container { display: none; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .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); }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row .container { border-width: 0; border-radius: 0; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#oTpofOv0Kl8CPt7rJEbWJBODSnyJSNi5 { background-color:#dec476;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenirnext;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.125rem;left:26.96875rem;display:block; }
#VrIFpGl4ZItyOmhyD8a6xIvNM1dEG3LL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DaCSXMtlE2M0zNIpcyoV84erc2tn3e6c { color:#767676;display:block;width:68.375rem;position:absolute;font-family:avenirnext;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.3125rem;left:3.3125rem;height:;text-align:center;text-align-last:center;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; }
#mMS8cZZL7J6dQdOvRcvrMv3OaMTPmAcF { color:#000000;display:block;width:62.5rem;position:absolute;font-family:avenirnext;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.474609375rem;left:6.25rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XHwtkRe0U7Eu6TuysNl1SJxlMVZ2Uwoo { color:#000000;display:block;width:70.125rem;position:absolute;font-family:avenirnext;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.80615234375rem;left:3.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#XHwtkRe0U7Eu6TuysNl1SJxlMVZ2Uwoo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XHwtkRe0U7Eu6TuysNl1SJxlMVZ2Uwoo li:before{  }
#UGotaXM27XBapqtCS8535Um0QTVI5fL6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row .container { background-color: transparent; background-image: none; }#UGotaXM27XBapqtCS8535Um0QTVI5fL6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row .container > .video-iframe-container { display: none; }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row > .video-iframe-container { display: none; }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .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); }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row .container { border-width: 0; border-radius: 0; }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#BaonBqCoiQgREkB4PPXdTZScKyCg8LD0 { color:#767676;display:block;width:36.375rem;position:absolute;font-family:avenirnext;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.1875rem;left:0rem;height:5.25rem;text-align:center;text-align-last:center;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; }
#F2pHRvZfVCKvA40NQ6dWqdTMEMEo1cZG { color:#000000;display:block;width:37.5rem;position:absolute;font-family:avenirnext;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11rem;left:0rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bkVT54GKDgmGlXMoBb5IKcGF9wyNrQGc { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:25.3125rem;width:33.8125rem;top:7.8125rem;left:39.9375rem;overflow:hidden;display:block; }
#WHTi288WUQbg3QRctBvPP5BW7xuPzJsd { color:#000000;display:block;width:37.5rem;position:absolute;font-family:avenirnext;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.1875rem;left:0rem;height:19.579125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#WHTi288WUQbg3QRctBvPP5BW7xuPzJsd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WHTi288WUQbg3QRctBvPP5BW7xuPzJsd li:before{  }
#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN { position:relative;display:block; }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN { background-color: transparent; background-image: none; }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .row .container > .video-iframe-container { display: none; }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .row > .video-iframe-container { display: none; }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .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); }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN { border-width: 0; border-radius: 0; }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .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:56.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o2dXlHZEiJL7pHDizOe47nkstmeTTi3n { color:#767676;display:block;width:34.6875rem;position:absolute;font-family:avenirnext;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:8.0625rem;left:36.25rem;height:6.75rem;text-align:center;text-align-last:center;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; }
#tmqKbtHxfxFa0DvUWqst3sh8kN0uEuE4 { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:avenirnext;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5rem;left:36.25rem;height:25.2070375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wFxzTs7GfLhrr9PazHRzDwvuuR2fUJGf { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5aa2186a-1b1d-4395-ad24-c41e84b9526b/marble.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:50.5625rem;width:75rem;top:2.71875rem;left:0rem;display:block; }#wFxzTs7GfLhrr9PazHRzDwvuuR2fUJGf.adaptive-delivery-prevent-bg, #wFxzTs7GfLhrr9PazHRzDwvuuR2fUJGf.lazyload, #wFxzTs7GfLhrr9PazHRzDwvuuR2fUJGf.lazyloading { background-image: none; }
#wFxzTs7GfLhrr9PazHRzDwvuuR2fUJGf::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; }#wFxzTs7GfLhrr9PazHRzDwvuuR2fUJGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.22); }#vMgITeWUwebbk9M0ys8maTv70MENiW3i { background-color:#dec476;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenirnext;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.6875rem;left:42.25rem;display:block; }
#IOZTNONZsWhin74OFmDzOlZnGZLavEzd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#slDC8wBRr5RTkn6y8821eSOIyZZS1gbz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.25) ;height:42.125rem;width:27.5rem;top:6.4375rem;left:4.875rem;overflow:hidden;display:block; }
#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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;z-index:auto;display:block; }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row .container { background-color: transparent; background-image: none; }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row .container > .video-iframe-container { display: none; }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row > .video-iframe-container { display: none; }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .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); }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row .container { border-width: 0; border-radius: 0; }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row .container { font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;position:relative;display:block; }#Ei4PC4OyKHapTMRNxdayHoAbRKf9gaFD { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:avenirnext;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.4375rem;left:52.8125rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iuCuTy9Ogl4m6eVOpNuecHBmMklysmuV { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:avenirnext;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.4375rem;left:26.4375rem;height:7.30956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P134aupekkuCneG2iL2hXtMc5x0CVekZ { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:avenirnext;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:10.2334125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hqBfR8fLyWk9bTTPapJs4FdypNMr8Eet { position:absolute;display:block;z-index:15007;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:1.375rem;width:9.375rem;top:8.25rem;left:32.8125rem;overflow:hidden;display:block; }
#iiQxOz08rxOUi9iFUZ4nayOzAa5gFOe8 { position:absolute;display:block;z-index:15008;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:1.375rem;width:9.375rem;top:8.25rem;left:59.25rem;overflow:hidden;display:block; }
#uPAGR3AbToMsbZm3U9vGdKkAXPkTXvCh { position:absolute;display:block;z-index:15006;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:1.375rem;width:9.375rem;top:8.25rem;left:6.4375rem;overflow:hidden;display:block; }
#sT3DXZCIq9O3mwHFzfOT9Na9vyGdcfn9 { color:#767676;display:block;width:55.8125rem;position:absolute;font-family:avenirnext;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.375rem;left:10.9375rem;height:3.75rem;text-align:center;text-align-last:center;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; }
#VHAADlXS3PKkr1cAPiukrsdekrMDSTk5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:25.125rem;top:24.4375rem;left:10.25rem;overflow:hidden;display:block; }
#viC8yVVHp62OOdTwiwZ70ocdnts9hrhA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:26.5625rem;top:24.4375rem;left:38.25rem;overflow:hidden;display:block; }
#s8LGwxJiTFbZ6pK2dcBxPuXEVOcpgnUp { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:gotham;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:52.55078125rem;left:31.15625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/971c0e78-67dc-4c62-ba52-2e0b8aafeb87/galleryimagesgloaestheticsg.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR.adaptive-delivery-prevent-bg, #Fp9bI4UARQT4SppIplKyIi3laWbN0qDR.lazyload, #Fp9bI4UARQT4SppIplKyIi3laWbN0qDR.lazyloading { background-image: none; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container { background-color: transparent; background-image: none; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,37,62,0.4); }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container > .video-iframe-container { display: none; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,37,62,0.4); }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row > .video-iframe-container { display: none; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .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); }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container { border-width: 0; border-radius: 0; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#T4ZA1TM7DciUKN9Bd9xN101BtTTr18VV { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:avenirnext;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.84375rem;left:2.3125rem;height:7.1484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Du20bdbE1DWlnymrooeDgdeTsDTvAd4F { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:avenirnext;font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.6875rem;left:2.3125rem;height:3.5249rem;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; }
#Vp3LtLp9AoBVSqOEgfFul0V4JcIFtJft { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:avenirnext;font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.9375rem;left:48.28125rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#BUCJRBE6u33w767ZJX9Q9IzoemesFe6H { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3125rem;width:36.8125rem;top:3.0625rem;left:37.9375rem;display:block; }
#aoT0XwePhZnxlmX6ExhOa4mF5RURIquN { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:avenirnext;font-size:2.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:40.4375rem;height:2.88671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-form-header {  }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:34.4375rem;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; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;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:34.4375rem;box-sizing:border-box;height:2.5625rem;color:#454547;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-input-text {padding-top: 0; padding-bottom: 0;}#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;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:34.4375rem;box-sizing:border-box;height:4.375rem;color:#454547;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;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:34.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-input-select {padding-top: 0; padding-bottom: 0;}#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .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; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-input-button { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#dec476;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.375rem;font-weight:400;color:#000000;width:34.4375rem;height:3.125rem;font-family:avenirnext;overflow:hidden;font-style:normal; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W [class*="-text"]:-moz-placeholder { color:#1e1e21;font-family:gotham;font-size:0.875rem; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W [class*="-text"]::-moz-placeholder { color:#1e1e21;font-family:gotham;font-size:0.875rem; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W [class*="-text"]:-ms-input-placeholder { color:#1e1e21;font-family:gotham;font-size:0.875rem; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W [class*="-text"]::-webkit-input-placeholder { color:#1e1e21;font-family:gotham;font-size:0.875rem; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .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:33.25rem;overflow:hidden;font-style:normal;float:none; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .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; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .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; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-container:first-of-type{padding-top:0;}#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-container:last-of-type{padding-bottom:0;}#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.96875rem;left:37.78125rem; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.4375rem;display:block;vertical-align:top; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W {display:block;}#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.96875rem;left:37.78125rem; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #adsJI0OBHNVBT2QMDt8UebkioC4fIvun { position:relative; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #dJ2EWCWTDwD7TNFZ6sRVf4EPFS8FmRTr { position:relative;display:none; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #tS4rAthSBv89LEwrbh042MsD3gQHLpSG { position:relative; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #AIZwXNFC8IZEo0tlb75KDzWg0w0ERg0h { position:relative; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #Bm3LnU32o6H58Ar3NVCd1w84AueMbTkX { position:relative;display:none; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #LpV6KnVNlnPHrP1KO4pdO4E2376c6FNI { position:relative; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #zcNPuu4luU3FttwyPD91bM4wCI9834uk { position:relative; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #iOXIEN0rTMPTPJ8wyJpUSFNMuKsXQgT0 { position:relative;display:none; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #EuxTH2huykvNwhaBuT041rkGkqUXnKBi { position:relative; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #XPHSiI1u7BUAn7nZQ2HGZwzTxV8ikpuo { position:relative; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #NVEWgTTHiz2r2c7onCTMZkFCaie7ZmXL { position:relative;display:none; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #RVR8ZfCWlytJOuoo9emVqSbDG8VTWW7q { position:relative; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #uT1sTPIrvtuNoFNQIH0VgHoFuRWZf9JF { position:relative; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #GNOC5c9xlOwTeud6nXJyDvcOk5At3XZT { position:relative;display:none; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #izVdm2mxZuskEaxHp2sHDdfw9pRqbT8T { position:relative; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #HyV1UkTeFUVwecxZcHxsLdviFEP1PazL { position:relative; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #z80TtGvgLTTkSVHrtJx6FvqTPKFRplwx { position:relative; }
#iBMMXDHvaSEC3yf7T8fn3SeGqtFW2KxB { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:35rem;top:7.875rem;left:1.25rem;display:block; }
#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.44);background-image:url("https://images.assets-landingi.com/uc/5aa2186a-1b1d-4395-ad24-c41e84b9526b/marble.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R.adaptive-delivery-prevent-bg, #zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R.lazyload, #zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R.lazyloading { background-image: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container { background-color: transparent; background-image: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container > .video-iframe-container { display: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row > .video-iframe-container { display: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .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); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container { border-width: 0; border-radius: 0; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#lR4QgHwowyAa5ugAeHL7r67wM0t2ypxs { color:#000000;display:block;width:44.75rem;position:absolute;font-family:gotham;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.625rem;left:30.25rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#hVAcTB0M3wD2HyRHv0rrM2ZBQSuuSE3A { 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:5.0625rem;width:8.8125rem;top:0.9375rem;left:0.6875rem;overflow:hidden;display:block; }
#BHkmpG3lPq72JMUwM5aTa9NSlfJAB5xe { color:#000000;display:block;width:44.75rem;position:absolute;font-family:gotham;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1875rem;left:30.25rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ { display:block; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQfoLo3fnKgFtmE8FMMT5vKk2zEy6PHC { top:0.75rem;left:0rem;width:9.9375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8J5n1DnTmhyTrd6LS9I2ybcCZyDU98r { top:2.3125rem;left:31.8125rem;width:15.9375rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBfW3CTPqKf9LaolReSJC3W66utOWDsH { display:block; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqeoJc4wnGzAtyvSzBW8ZN0XSv5UbTEK { top:6.1875rem;left:0rem;width:31.9375rem;height:9.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPAVtntlGg2TwLSngF0bdayq5ytqgtkX { top:21.6875rem;left:0rem;width:30.9375rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2xKz2bJSfQhbD7XdPdL2XLMMMTnRop4 { top:4.4375rem;left:23.5625rem;width:24.1875rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFzaQauTs984QpPVtalfdxrvIso99qbT { top:5.8125rem;left:31.125rem;width:16.625rem;height:3.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbXraPqB0bxr7O3Jy2PJTvNchESfPR7e { top:18.1875rem;left:0rem;width:40.375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-regular-label { width:19.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-input-text { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-textarea { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-input-select { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-input-button { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-checkbox-label { width:18.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5  { width:19.625rem;height:auto;top:8.875rem;left:25.625rem; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .radio-container { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 {display:block;}#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 { width:19.625rem;height:auto;top:8.875rem;left:25.625rem; }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #onJ41vNzv459wpRgEr18iHgG3bA0EhQQ {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #qsvySAyQTDGUD3e5lCaUSAEnof4fZa3M { display:none; }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #IEbkvX1XKMsNgFNz90mIDFMWckKTApBP {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #TfNrz8Z9qHpcnElruDoPsiiBXsv4V3C6 {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #TEgEsHX2zq1XieaqIroVdgnxSXVTLKRM {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #snfaim2uzVfJITP5mIPK3uA8Txt8Fb2f {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #f1GR4kaiN9hU0aCls9H65H6IFwC7psNP {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #E4iAU45htKfHXbxRDCu9m1XHc16Ntnqb { display:none; }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #yUU2ONeEDuL54WQrTTTQ4qBXIzvTe6zv {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #U21c3F2zetcK29AwzO8ml3Z2FygiurwD {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #fgpl4R1119mCplzNCI8Gfwi0UR1oiQvn { display:none; }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #MdrR9W2TyBQ4aovQ8e24UQW1O3mmsKFb {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #h3Ug8uVdlEH3sqAburPyTpVXza0TipS2 {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #VAra794QBpD4oc8cU97Wat70xBUTTl8Z { display:none; }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #L5SHDeMBvObc1LGxwKngGcrKTUtOHo8b {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #pVPU7t6d79JcGhbQ7eQhHgFKHS0qXA4f {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #eA3uhzwpwA0sApCR6t3IPOoWSSEbAiXb {  }
 }@media only screen and (max-width: 763px) { #fTeLZbpoCPtBNLRyNL7h8hgxzJUUXSfE { display:block; }#fTeLZbpoCPtBNLRyNL7h8hgxzJUUXSfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flMwLJowommy7WFru9LtcgcXTQWoesql { top:4.5rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV5sAv8pDubbBi9e0Tyhy2kXQZSd2aD1 { top:1.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ5uQyzg7q3zw4E8S4mb0qXKOlL8C50e { top:8.1875rem;left:0rem;width:47.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xillBqKBKQroffTVMqgyfwRwEWCsh4Zu { display:block; }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ValFoytZ4adC6aV01NF22Z1K3UgiTXbO { top:10.25rem;left:0rem;width:26.5rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLSKGwxIJBAqHRpGtTgpvszH5m1DRvpr { width:21.0625rem;height:3.125rem;top:32.125rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPdHUzGyw3Xh8GdReOarTd8Fmru6dc3Z { display:block; }
 }@media only screen and (max-width: 763px) { #cMWRVbkIMVu747xy6wHh58WuJrm4VGfz { top:9rem;left:10.25rem;width:37.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4TqKrLpbsWFGdN2i3DiwXJCwK6Nl5oW { top:14.75rem;left:14rem;width:33.75rem;height:15.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCfWSVMdTkfzv1HyrSJ72B3iclP6PGcy { top:6.25rem;left:0rem;width:24.4375rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf8yLldQGVTgSagZH4ZkFSf10LrmakDA { display:block; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTpofOv0Kl8CPt7rJEbWJBODSnyJSNi5 { width:21.0625rem;height:3.125rem;top:29.125rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrIFpGl4ZItyOmhyD8a6xIvNM1dEG3LL { display:block; }
 }@media only screen and (max-width: 763px) { #DaCSXMtlE2M0zNIpcyoV84erc2tn3e6c { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMS8cZZL7J6dQdOvRcvrMv3OaMTPmAcF { top:6.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHwtkRe0U7Eu6TuysNl1SJxlMVZ2Uwoo { top:11.75rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }#XHwtkRe0U7Eu6TuysNl1SJxlMVZ2Uwoo li:before{  }
 }@media only screen and (max-width: 763px) { #UGotaXM27XBapqtCS8535Um0QTVI5fL6 { display:block; }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaonBqCoiQgREkB4PPXdTZScKyCg8LD0 { top:4.1875rem;left:0rem;width:36.375rem;height:5.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2pHRvZfVCKvA40NQ6dWqdTMEMEo1cZG { top:11rem;left:0rem;width:37.5rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkVT54GKDgmGlXMoBb5IKcGF9wyNrQGc { top:7.8125rem;left:13.9375rem;width:33.8125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHTi288WUQbg3QRctBvPP5BW7xuPzJsd { top:17.1875rem;left:0rem;width:37.5rem;height:19.5625rem;font-size:1.3125rem;display:block; }#WHTi288WUQbg3QRctBvPP5BW7xuPzJsd li:before{  }
 }@media only screen and (max-width: 763px) { #TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN { display:block; }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2dXlHZEiJL7pHDizOe47nkstmeTTi3n { top:8.0625rem;left:13.0625rem;width:34.6875rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmqKbtHxfxFa0DvUWqst3sh8kN0uEuE4 { top:16.5rem;left:13.0625rem;width:34.6875rem;height:25.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFxzTs7GfLhrr9PazHRzDwvuuR2fUJGf { top:2.6875rem;left:0rem;width:47.75rem;height:50.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMgITeWUwebbk9M0ys8maTv70MENiW3i { width:22.6875rem;height:3.25rem;top:43.6875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOZTNONZsWhin74OFmDzOlZnGZLavEzd { display:block; }
 }@media only screen and (max-width: 763px) { #slDC8wBRr5RTkn6y8821eSOIyZZS1gbz { top:6.4375rem;left:0rem;width:27.5rem;height:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMlQxsam0KmeRZTTonvAwM08o6GG7Wee { display:block; }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ei4PC4OyKHapTMRNxdayHoAbRKf9gaFD { top:10.4375rem;left:25.5625rem;width:22.1875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuCuTy9Ogl4m6eVOpNuecHBmMklysmuV { top:10.4375rem;left:12.8125rem;width:22.1875rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P134aupekkuCneG2iL2hXtMc5x0CVekZ { top:10.4375rem;left:0rem;width:22.1875rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqBfR8fLyWk9bTTPapJs4FdypNMr8Eet { top:8.25rem;left:19.1875rem;width:9.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiQxOz08rxOUi9iFUZ4nayOzAa5gFOe8 { top:8.25rem;left:38.375rem;width:9.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPAGR3AbToMsbZm3U9vGdKkAXPkTXvCh { top:8.25rem;left:0rem;width:9.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT3DXZCIq9O3mwHFzfOT9Na9vyGdcfn9 { top:2.375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHAADlXS3PKkr1cAPiukrsdekrMDSTk5 { top:24.4375rem;left:0rem;width:25.125rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #viC8yVVHp62OOdTwiwZ70ocdnts9hrhA { top:24.4375rem;left:21.1875rem;width:26.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8LGwxJiTFbZ6pK2dcBxPuXEVOcpgnUp { top:52.5rem;left:17.53125rem;width:12.6875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp9bI4UARQT4SppIplKyIi3laWbN0qDR { display:block; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4ZA1TM7DciUKN9Bd9xN101BtTTr18VV { top:13.8125rem;left:0rem;width:32.875rem;height:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du20bdbE1DWlnymrooeDgdeTsDTvAd4F { top:9.6875rem;left:0rem;width:33.5625rem;height:3.5rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp3LtLp9AoBVSqOEgfFul0V4JcIFtJft { top:28.9375rem;left:27.84375rem;width:15.9375rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUCJRBE6u33w767ZJX9Q9IzoemesFe6H { top:3.0625rem;left:10.9375rem;width:36.8125rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoT0XwePhZnxlmX6ExhOa4mF5RURIquN { top:3.875rem;left:16rem;width:31.75rem;height:2.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-regular-label { width:34.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-input-text { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-input-text {padding-top: 0; padding-bottom: 0;}#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-textarea { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-input-select { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-input-select {padding-top: 0; padding-bottom: 0;}#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-input-button { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-checkbox-label { width:33.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W  { width:34.4375rem;height:auto;top:5.9375rem;left:10.8125rem; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .radio-container { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W {display:block;}#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W { width:34.4375rem;height:auto;top:5.9375rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #adsJI0OBHNVBT2QMDt8UebkioC4fIvun {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #dJ2EWCWTDwD7TNFZ6sRVf4EPFS8FmRTr { display:none; }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #tS4rAthSBv89LEwrbh042MsD3gQHLpSG {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #AIZwXNFC8IZEo0tlb75KDzWg0w0ERg0h {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #Bm3LnU32o6H58Ar3NVCd1w84AueMbTkX {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #LpV6KnVNlnPHrP1KO4pdO4E2376c6FNI {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #zcNPuu4luU3FttwyPD91bM4wCI9834uk {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #iOXIEN0rTMPTPJ8wyJpUSFNMuKsXQgT0 { display:none; }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #EuxTH2huykvNwhaBuT041rkGkqUXnKBi {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #XPHSiI1u7BUAn7nZQ2HGZwzTxV8ikpuo {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #NVEWgTTHiz2r2c7onCTMZkFCaie7ZmXL { display:none; }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #RVR8ZfCWlytJOuoo9emVqSbDG8VTWW7q {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #uT1sTPIrvtuNoFNQIH0VgHoFuRWZf9JF {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #GNOC5c9xlOwTeud6nXJyDvcOk5At3XZT { display:none; }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #izVdm2mxZuskEaxHp2sHDdfw9pRqbT8T {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #HyV1UkTeFUVwecxZcHxsLdviFEP1PazL {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #z80TtGvgLTTkSVHrtJx6FvqTPKFRplwx {  }
 }@media only screen and (max-width: 763px) { #iBMMXDHvaSEC3yf7T8fn3SeGqtFW2KxB { top:7.875rem;left:0rem;width:35rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R { display:block; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lR4QgHwowyAa5ugAeHL7r67wM0t2ypxs { top:3.625rem;left:3rem;width:44.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVAcTB0M3wD2HyRHv0rrM2ZBQSuuSE3A { top:0.9375rem;left:0rem;width:8.8125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHkmpG3lPq72JMUwM5aTa9NSlfJAB5xe { top:2.1875rem;left:3rem;width:44.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ { position:relative;z-index:auto;display:block; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQfoLo3fnKgFtmE8FMMT5vKk2zEy6PHC { width:6.5625rem;height:3.6875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8J5n1DnTmhyTrd6LS9I2ybcCZyDU98r { width:10.5625rem;height:1.5249rem;top:1.7060546875rem;left:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBfW3CTPqKf9LaolReSJC3W66utOWDsH { background-color:#1c253e;background-image:url("https://images.assets-landingi.com/uc/c9e553ec-f341-4f73-a92e-9c5755cad7e7/iStock1323528785aimodified448b19ec936340e6b7e9e3057fa802e0.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH.adaptive-delivery-prevent-bg, #kBfW3CTPqKf9LaolReSJC3W66utOWDsH.lazyload, #kBfW3CTPqKf9LaolReSJC3W66utOWDsH.lazyloading { background-image: none; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container { background-color: transparent; background-image: none; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container > .video-iframe-container { display: none; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row > .video-iframe-container { display: none; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .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); }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqeoJc4wnGzAtyvSzBW8ZN0XSv5UbTEK { width:20rem;height:6rem;top:22.5rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;color:#a69280;display:block; }
 }@media only screen and (max-width: 763px) { #BPAVtntlGg2TwLSngF0bdayq5ytqgtkX { width:18.1875rem;height:3.25rem;top:30.75rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z2xKz2bJSfQhbD7XdPdL2XLMMMTnRop4 { width:19.125rem;height:28.625rem;top:35.625rem;left:0.4375rem;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SFzaQauTs984QpPVtalfdxrvIso99qbT { width:16.625rem;height:3.9609375rem;top:36.9375rem;left:1.6875rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#a69280;display:block; }
 }@media only screen and (max-width: 763px) { #RbXraPqB0bxr7O3Jy2PJTvNchESfPR7e { width:20rem;height:1.4624rem;top:28.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5  { width:17.5rem;height:auto;top:42.4375rem;left:0rem; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 {display:block;}#CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 { width:17.5rem;height:auto;top:40.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #onJ41vNzv459wpRgEr18iHgG3bA0EhQQ {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #qsvySAyQTDGUD3e5lCaUSAEnof4fZa3M { display:none; }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #IEbkvX1XKMsNgFNz90mIDFMWckKTApBP {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #TfNrz8Z9qHpcnElruDoPsiiBXsv4V3C6 {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #TEgEsHX2zq1XieaqIroVdgnxSXVTLKRM {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #snfaim2uzVfJITP5mIPK3uA8Txt8Fb2f {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #f1GR4kaiN9hU0aCls9H65H6IFwC7psNP {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #E4iAU45htKfHXbxRDCu9m1XHc16Ntnqb { display:none; }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #yUU2ONeEDuL54WQrTTTQ4qBXIzvTe6zv {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #U21c3F2zetcK29AwzO8ml3Z2FygiurwD {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #fgpl4R1119mCplzNCI8Gfwi0UR1oiQvn { display:none; }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #MdrR9W2TyBQ4aovQ8e24UQW1O3mmsKFb {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #h3Ug8uVdlEH3sqAburPyTpVXza0TipS2 {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #VAra794QBpD4oc8cU97Wat70xBUTTl8Z { display:none; }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #L5SHDeMBvObc1LGxwKngGcrKTUtOHo8b {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #pVPU7t6d79JcGhbQ7eQhHgFKHS0qXA4f {  }
 }@media only screen and (max-width: 763px) { #CbGvmqt5c7wEsPJAMlBZCl9Dr6T7Tbt5 #eA3uhzwpwA0sApCR6t3IPOoWSSEbAiXb {  }
 }@media only screen and (max-width: 763px) { #fTeLZbpoCPtBNLRyNL7h8hgxzJUUXSfE { display:block; }#fTeLZbpoCPtBNLRyNL7h8hgxzJUUXSfE > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flMwLJowommy7WFru9LtcgcXTQWoesql { width:18.75rem;height:6rem;top:5.0625rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LV5sAv8pDubbBi9e0Tyhy2kXQZSd2aD1 { width:20rem;height:2.32470625rem;top:2.0625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IJ5uQyzg7q3zw4E8S4mb0qXKOlL8C50e { width:20rem;height:0.9619125rem;top:12.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xillBqKBKQroffTVMqgyfwRwEWCsh4Zu { display:block; }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .row .container { width:20rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ValFoytZ4adC6aV01NF22Z1K3UgiTXbO { width:13.9375rem;height:14rem;top:8.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLSKGwxIJBAqHRpGtTgpvszH5m1DRvpr { width:18.1875rem;height:3.125rem;top:53.5rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPdHUzGyw3Xh8GdReOarTd8Fmru6dc3Z { display:block; }
 }@media only screen and (max-width: 763px) { #cMWRVbkIMVu747xy6wHh58WuJrm4VGfz { width:20rem;height:4.798825rem;top:1.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l4TqKrLpbsWFGdN2i3DiwXJCwK6Nl5oW { width:18.75rem;height:26.3144375rem;top:24.5625rem;left:0.625rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MCfWSVMdTkfzv1HyrSJ72B3iclP6PGcy { width:12.375rem;height:14.6875rem;top:7.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf8yLldQGVTgSagZH4ZkFSf10LrmakDA { display:block; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTpofOv0Kl8CPt7rJEbWJBODSnyJSNi5 { width:19rem;height:3.125rem;top:55.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrIFpGl4ZItyOmhyD8a6xIvNM1dEG3LL { display:block; }
 }@media only screen and (max-width: 763px) { #DaCSXMtlE2M0zNIpcyoV84erc2tn3e6c { width:20rem;height:3.75rem;top:2.34375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMS8cZZL7J6dQdOvRcvrMv3OaMTPmAcF { width:18.75rem;height:7.3095625rem;top:7rem;left:0.625rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHwtkRe0U7Eu6TuysNl1SJxlMVZ2Uwoo { width:20rem;height:37.735375rem;top:15.68603515625rem;left:0rem;font-size:1.125rem;color:#000000;text-align:left;text-align-last:left;display:block; }#XHwtkRe0U7Eu6TuysNl1SJxlMVZ2Uwoo li:before{  }
 }@media only screen and (max-width: 763px) { #UGotaXM27XBapqtCS8535Um0QTVI5fL6 { display:block; }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaonBqCoiQgREkB4PPXdTZScKyCg8LD0 { width:20rem;height:5.625rem;top:1.46875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2pHRvZfVCKvA40NQ6dWqdTMEMEo1cZG { width:20rem;height:7.3095625rem;top:23.3125rem;left:0rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bkVT54GKDgmGlXMoBb5IKcGF9wyNrQGc { width:18rem;height:13.5rem;top:8.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHTi288WUQbg3QRctBvPP5BW7xuPzJsd { width:20rem;height:27.1269375rem;top:31.68603515625rem;left:0rem;font-size:1.125rem;color:#000000;text-align:left;text-align-last:left;display:block; }#WHTi288WUQbg3QRctBvPP5BW7xuPzJsd li:before{  }
 }@media only screen and (max-width: 763px) { #TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN { display:block; }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .row .container { width:20rem;height:75.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2dXlHZEiJL7pHDizOe47nkstmeTTi3n { width:18rem;height:4.5rem;top:4.6875rem;left:1rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmqKbtHxfxFa0DvUWqst3sh8kN0uEuE4 { width:18.3125rem;height:30.8877rem;top:33.7646484375rem;left:0.84375rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wFxzTs7GfLhrr9PazHRzDwvuuR2fUJGf { width:20rem;height:68.5625rem;top:3.2509765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMgITeWUwebbk9M0ys8maTv70MENiW3i { width:18.3125rem;height:3rem;top:66.3759765625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOZTNONZsWhin74OFmDzOlZnGZLavEzd { display:block; }
 }@media only screen and (max-width: 763px) { #slDC8wBRr5RTkn6y8821eSOIyZZS1gbz { width:14.125rem;height:21.8125rem;top:10.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMlQxsam0KmeRZTTonvAwM08o6GG7Wee { position:relative;z-index:auto;display:block; }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row .container { width:20rem;height:86.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ei4PC4OyKHapTMRNxdayHoAbRKf9gaFD { width:20rem;height:5.84765625rem;top:38.4375rem;left:0rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iuCuTy9Ogl4m6eVOpNuecHBmMklysmuV { width:20rem;height:8.771475rem;top:25.375rem;left:0rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P134aupekkuCneG2iL2hXtMc5x0CVekZ { width:20rem;height:11.6952875rem;top:9.9375rem;left:0rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqBfR8fLyWk9bTTPapJs4FdypNMr8Eet { width:9.375rem;height:1.375rem;top:23.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiQxOz08rxOUi9iFUZ4nayOzAa5gFOe8 { width:9.375rem;height:1.375rem;top:35.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPAGR3AbToMsbZm3U9vGdKkAXPkTXvCh { width:9.375rem;height:1.375rem;top:7.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT3DXZCIq9O3mwHFzfOT9Na9vyGdcfn9 { width:20rem;height:4.798825rem;top:1.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHAADlXS3PKkr1cAPiukrsdekrMDSTk5 { width:16.1875rem;height:17.1875rem;top:45.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #viC8yVVHp62OOdTwiwZ70ocdnts9hrhA { width:17.1875rem;height:17.1875rem;top:63.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8LGwxJiTFbZ6pK2dcBxPuXEVOcpgnUp { width:18.5rem;height:1.05615rem;top:82.8125rem;left:0.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fp9bI4UARQT4SppIplKyIi3laWbN0qDR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/971c0e78-67dc-4c62-ba52-2e0b8aafeb87/galleryimagesgloaestheticsg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR.adaptive-delivery-prevent-bg, #Fp9bI4UARQT4SppIplKyIi3laWbN0qDR.lazyload, #Fp9bI4UARQT4SppIplKyIi3laWbN0qDR.lazyloading { background-image: none; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container { background-color: transparent; background-image: none; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,37,62,0.51); }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container > .video-iframe-container { display: none; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,37,62,0.51); }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row > .video-iframe-container { display: none; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .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); }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4ZA1TM7DciUKN9Bd9xN101BtTTr18VV { width:18.75rem;height:11.375rem;top:9rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Du20bdbE1DWlnymrooeDgdeTsDTvAd4F { width:20rem;height:5.3994125rem;top:3.0625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vp3LtLp9AoBVSqOEgfFul0V4JcIFtJft { width:15.9375rem;height:2.5625rem;top:53.125rem;left:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUCJRBE6u33w767ZJX9Q9IzoemesFe6H { width:20rem;height:33rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoT0XwePhZnxlmX6ExhOa4mF5RURIquN { width:20rem;height:5.44921875rem;top:25.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-input-text {padding-top: 0; padding-bottom: 0;}#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-input-select {padding-top: 0; padding-bottom: 0;}#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W  { width:17.5rem;height:auto;top:29.9375rem;left:0rem; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W {display:block;}#xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W { width:17.5rem;height:auto;top:29.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #adsJI0OBHNVBT2QMDt8UebkioC4fIvun {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #dJ2EWCWTDwD7TNFZ6sRVf4EPFS8FmRTr { display:none; }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #tS4rAthSBv89LEwrbh042MsD3gQHLpSG {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #AIZwXNFC8IZEo0tlb75KDzWg0w0ERg0h {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #Bm3LnU32o6H58Ar3NVCd1w84AueMbTkX {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #LpV6KnVNlnPHrP1KO4pdO4E2376c6FNI {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #zcNPuu4luU3FttwyPD91bM4wCI9834uk {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #iOXIEN0rTMPTPJ8wyJpUSFNMuKsXQgT0 { display:none; }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #EuxTH2huykvNwhaBuT041rkGkqUXnKBi {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #XPHSiI1u7BUAn7nZQ2HGZwzTxV8ikpuo {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #NVEWgTTHiz2r2c7onCTMZkFCaie7ZmXL { display:none; }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #RVR8ZfCWlytJOuoo9emVqSbDG8VTWW7q {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #uT1sTPIrvtuNoFNQIH0VgHoFuRWZf9JF {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #GNOC5c9xlOwTeud6nXJyDvcOk5At3XZT { display:none; }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #izVdm2mxZuskEaxHp2sHDdfw9pRqbT8T {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #HyV1UkTeFUVwecxZcHxsLdviFEP1PazL {  }
 }@media only screen and (max-width: 763px) { #xvQarWlIIzRn9ZHkVDqk19qTTNzrS74W #z80TtGvgLTTkSVHrtJx6FvqTPKFRplwx {  }
 }@media only screen and (max-width: 763px) { #iBMMXDHvaSEC3yf7T8fn3SeGqtFW2KxB { width:20rem;height:19.0625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R { background-color:rgba(255,255,255,0.44);background-image:url("https://images.assets-landingi.com/uc/5aa2186a-1b1d-4395-ad24-c41e84b9526b/marble.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R.adaptive-delivery-prevent-bg, #zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R.lazyload, #zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R.lazyloading { background-image: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container { background-color: transparent; background-image: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container > .video-iframe-container { display: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row > .video-iframe-container { display: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .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); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lR4QgHwowyAa5ugAeHL7r67wM0t2ypxs { width:18.75rem;height:2.2734375rem;top:8.375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVAcTB0M3wD2HyRHv0rrM2ZBQSuuSE3A { width:6.9375rem;height:4.0625rem;top:1.310546875rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHkmpG3lPq72JMUwM5aTa9NSlfJAB5xe { width:18.75rem;height:1.13720625rem;top:6.375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }